{
  "agency": {
    "country": "IL",
    "id": "israel-mot-national",
    "name": "Israel Ministry of Transport national GTFS",
    "operating_note": "One national feed covering roughly thirty-six operators. Its stop_times table expands past the standard single-entry ceiling, so it is scored on the large-feed tier; counted as one feed record."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 37.4,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "trips_stated_pct": 99.8
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 15.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 15.0
        },
        "fare_free": false,
        "fares": {
          "applied": true,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "legacy",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": true,
        "headsign_pct": 99.8,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 35196,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 406384,
        "wheelchair_accessible_pct": 99.8,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 35196,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "35196 of 35196 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": 983,
          "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": 0.0,
          "severity": "WARNING",
          "what": "983 of 406384 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_headsigns",
          "count": 795,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Populate trip_headsign to match what the transit vehicle displays.",
          "owner": "Likely your export tool",
          "points": 0.0,
          "severity": "WARNING",
          "what": "795 of 406384 trips have no headsign.",
          "why": "Riders at the stop can't tell which direction a transit vehicle is going."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 67.4,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 21,
        "instances_by_severity": {
          "ERROR": 9866,
          "INFO": 405581,
          "WARNING": 550156
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "foreign_key_violation",
          "count": 9110,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Foreign key violation (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_time_with_arrival_before_previous_departure_time",
          "count": 703,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_time_with_arrival_before_previous_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Stop time with arrival before previous departure time (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "invalid_phone_number",
          "count": 25,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'invalid_phone_number' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Invalid phone number (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "location_with_unexpected_stop_time",
          "count": 24,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'location_with_unexpected_stop_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Location with unexpected stop time (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_required_column",
          "count": 3,
          "effort": "Often an export setting; ask your vendor if it recurs.",
          "fix": "Add the required column named in the finding to the flagged file.",
          "owner": "Likely your export tool",
          "points": 12.0,
          "severity": "ERROR",
          "what": "A file is missing a column that GTFS requires.",
          "why": "Apps may reject the whole file, so riders could lose the affected routes or stops."
        },
        {
          "code": "missing_required_field",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_required_field' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Missing required field (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 414737,
          "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": "fast_travel_between_consecutive_stops",
          "count": 129575,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "stop_without_stop_time",
          "count": 4654,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "duplicate_route_name",
          "count": 907,
          "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": "service_has_no_active_day_of_the_week",
          "count": 240,
          "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": "stop_too_far_from_shape",
          "count": 18,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "unexpected_enum_value",
          "count": 18,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unexpected_enum_value' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 4,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "stop_has_too_many_matches_for_shape",
          "count": 2,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_has_too_many_matches_for_shape' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stop has too many matches for shape (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "trip_with_shape_dist_traveled_but_no_shape_distances",
          "count": 405401,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'trip_with_shape_dist_traveled_but_no_shape_distances' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Trip with shape dist traveled but no shape distances (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unsorted_stop_times",
          "count": 155,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 22,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the transit vehicle ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unknown_column",
          "count": 2,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "future_calendar",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'future_calendar' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Future calendar (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 21 kinds of issue across 965603 instances (9866 error, 550156 warning, 405581 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 31,
        "effective_expiry_date": "2026-08-18",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-08-18",
        "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": 36.7,
      "status": "measured",
      "summary": "Service data covers the next 31 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "6 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 31 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 6 validator errors to resolve. States wheelchair access on 0% of stops and 100% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Israeli government open data terms; credit the Ministry of Transport and Road Safety. Published free with no registration. Derived measurements by GTFS Scorecard.",
    "reachable": true,
    "sha256": "787d93e719c09102f8290f0257dc8588ebf6712a23b4981bdd4f87b01b6716ae",
    "size_bytes": 169604768,
    "static_url": "https://gtfs.mot.gov.il/gtfsfiles/israel-public-transportation.zip"
  },
  "fetch": {
    "final_url": "https://gtfs.mot.gov.il/gtfsfiles/israel-public-transportation.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-18T00:00:00+00:00",
  "geo": {
    "bbox": [
      34.28467,
      29.49311,
      35.83911,
      33.2822
    ],
    "lat": 32.08803,
    "lon": 34.99367,
    "stop_count": 35196
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 9,
        "trip_count": 1515,
        "trip_share_pct": 0.4
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 983,
        "trip_count": 983,
        "trip_share_pct": 0.2
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 6113,
        "trip_count": 401266,
        "trip_share_pct": 98.7
      },
      {
        "key": "cable_tram",
        "label": "Cable tram",
        "route_count": 4,
        "trip_count": 2590,
        "trip_share_pct": 0.6
      },
      {
        "key": "other",
        "label": "Other / unclassified",
        "route_count": 4,
        "trip_count": 30,
        "trip_share_pct": 0.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 7113,
    "trip_count": 406384
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 30.2,
    "margin_to_next_band": 29.8,
    "score": 30.2
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 126,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "126 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (333, 333, 32\u05d0, 418, 418, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 24310,
      "effort": "A short text field per affected stop; start with the busiest.",
      "fix": "Add tts_stop_name with the spoken form, e.g. 'Main Street and Second Avenue', for the affected stops.",
      "owner": "",
      "points": 0.0,
      "severity": "INFO",
      "what": "24310 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"\u05d1\u05d9''\u05e1 \u05d1\u05e8 \u05dc\u05d1/\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4\", \"\u05d4\u05e8\u05e6\u05dc/\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05dc\u05d5\", \"\u05de\u05e8\u05db\u05d6 \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e0\u05d7\u05e9\u05d5\u05dc\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "boardable_stops": 34962,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 4654,
        "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": "4654 of 34962 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": 4654,
    "single_stop_trips": 0,
    "trips_total": 406384
  },
  "route_map": {
    "drawn_route_count": 6130,
    "has_shapes": true,
    "path": "data/artifacts/israel-mot-national/geometry.geojson",
    "route_count": 7113,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1",
        "label": "1",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10",
        "label": "4",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "10000",
        "label": "91",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e0\u05e9\u05d9\u05d0-\u05e6\u05e4\u05ea<->\u05d2\u05df \u05d4\u05de\u05e6\u05d5\u05d3\u05d4-\u05e6\u05e4\u05ea-11",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "10001",
        "label": "91",
        "long": "\u05d4\u05d0\u05e8''\u05d9/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1''\u05e7-\u05e6\u05e4\u05ea<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-2#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "10002",
        "label": "92",
        "long": "\u05d2\u05e2\u05ea\u05d5\u05df/\u05de\u05d9\u05e8\u05d5\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-1#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "10003",
        "label": "92",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05d3\u05e8\u05da \u05d4\u05d4\u05e8/\u05d7\u05e8\u05e6\u05d9\u05ea-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-2#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10007",
        "label": "422",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10014",
        "label": "422",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10020",
        "label": "425",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10021",
        "label": "425",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-20",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10022",
        "label": "427",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10023",
        "label": "427",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1003",
        "label": "76",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1005",
        "label": "76",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1007",
        "label": "78",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1010",
        "label": "78",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10105",
        "label": "6",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d0\u05d9\u05e7\u05d0\u05d4/\u05de\u05e8\u05e7 \u05de\u05d5\u05e9\u05d1\u05d9\u05e5-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10107",
        "label": "6",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05de\u05e2\u05d5\u05d9\u05df \u05e9\u05d5\u05e8\u05e7-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10110",
        "label": "7",
        "long": "\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3/\u05d3\u05e8\u05da \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1\u05d6",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10119",
        "label": "249",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10120",
        "label": "249",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "10126",
        "label": "99",
        "long": "\u05d0\u05e8\u05d9\u05d4 \u05dc\u05d5\u05d9\u05df /\u05d7\u05d1\u05d3-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d4\u05d2\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d1\u05df \u05d2\u05d0\u05d5\u05df-\u05e0\u05d4\u05e8\u05d9\u05d4-1#",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "10127",
        "label": "99",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d0\u05e8\u05d9\u05d4 \u05dc\u05d5\u05d9\u05df /\u05d7\u05d1\u05d3-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10130",
        "label": "958",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10131",
        "label": "958",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10169",
        "label": "337",
        "long": "\u05de\u05e1\u05d2\u05d3-\u05d1\u05d5\u05e2\u05d9\u05d9\u05e0\u05d4 \u05e0\u05d5\u05d2'\u05d9\u05d9\u05d3\u05d0\u05ea<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10170",
        "label": "337",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d6\u05e7-\u05d1\u05d5\u05e2\u05d9\u05d9\u05e0\u05d4 \u05e0\u05d5\u05d2'\u05d9\u05d9\u05d3\u05d0\u05ea-2#",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10171",
        "label": "559",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10172",
        "label": "559",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-2#",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10173",
        "label": "9\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10179",
        "label": "14",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05de\u05dc\u05d7\u05d4/\u05d0''\u05e1 \u05de\u05db\u05d1\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10180",
        "label": "14",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05de\u05dc\u05d7\u05d4/\u05d0''\u05e1 \u05de\u05db\u05d1\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10181",
        "label": "20",
        "long": "\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10182",
        "label": "20",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10184",
        "label": "20",
        "long": "\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10185",
        "label": "20",
        "long": "\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3\u05d0",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10186",
        "label": "23",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e4\u05d5\u05dc\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d3''\u05e8 \u05e8\u05d9\u05e0\u05d2\u05dc\u05d1\u05dc\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10187",
        "label": "23",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e4\u05d5\u05dc\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d3''\u05e8 \u05e8\u05d9\u05e0\u05d2\u05dc\u05d1\u05dc\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10188",
        "label": "23",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e4\u05d5\u05dc\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d3''\u05e8 \u05e8\u05d9\u05e0\u05d2\u05dc\u05d1\u05dc\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e4\u05d5\u05dc\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d3''\u05e8 \u05e8\u05d9\u05e0\u05d2\u05dc\u05d1\u05dc\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10189",
        "label": "24",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05dc\u05d7\u05d4/\u05d0\u05d1\u05e8\u05d4\u05dd \u05e9\u05d8\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1019",
        "label": "137",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df-10",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10193",
        "label": "24",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d9\u05db\u05dc \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05dc\u05d7\u05d4/\u05d0\u05d1\u05e8\u05d4\u05dd \u05e9\u05d8\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10195",
        "label": "24",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05dc\u05d7\u05d4/\u05d0\u05d1\u05e8\u05d4\u05dd \u05e9\u05d8\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d9\u05db\u05dc \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05dc\u05d7\u05d4/\u05d0\u05d1\u05e8\u05d4\u05dd \u05e9\u05d8\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10197",
        "label": "24",
        "long": "\u05e9\u05d8\u05e8\u05df/\u05d0\u05d5\u05e8\u05d5\u05d2\u05d5\u05d5\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d9\u05db\u05dc \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05dc\u05d7\u05d4/\u05d0\u05d1\u05e8\u05d4\u05dd \u05e9\u05d8\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3\u05d1",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10201",
        "label": "26",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05dc\u05d7\u05d4/\u05d0\u05d1\u05e8\u05d4\u05dd \u05e9\u05d8\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d9\u05db\u05dc \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8 \u05de\u05dc\u05d7\u05d4/\u05d0\u05d1\u05e8\u05d4\u05dd \u05e9\u05d8\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10202",
        "label": "26\u05d0",
        "long": "\u05d0\u05e7\u05d5\u05d5\u05e8\u05d9\u05d5\u05dd \u05d9\u05e9\u05e8\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05e7\u05d5\u05d5\u05e8\u05d9\u05d5\u05dd \u05d9\u05e9\u05e8\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3\u05d0",
        "short": "26\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10208",
        "label": "28",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05e7\u05dc\u05d0\u05d9 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05e2\u05d9\u05df \u05db\u05e8\u05dd \u05d1\u05d9''\u05e1 \u05d7\u05e7\u05dc\u05d0\u05d9<->\u05de\u05dc\u05d5\u05df \u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd/\u05e9\u05d7\u05e8\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10209",
        "label": "28",
        "long": "\u05e2\u05d9\u05df \u05db\u05e8\u05dd/\u05d4\u05d4\u05d3\u05e1\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05dc\u05d5\u05df \u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd/\u05e9\u05d7\u05e8\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1021",
        "label": "137",
        "long": "\u05d4\u05e8\u05e6\u05dc / \u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10211",
        "label": "28",
        "long": "\u05de\u05dc\u05d5\u05df \u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd/\u05e9\u05d7\u05e8\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05e7\u05dc\u05d0\u05d9 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05e2\u05d9\u05df \u05db\u05e8\u05dd \u05d1\u05d9''\u05e1 \u05d7\u05e7\u05dc\u05d0\u05d9-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10213",
        "label": "69",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10214",
        "label": "69",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10220",
        "label": "31",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10221",
        "label": "31",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10223",
        "label": "165",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2#",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10224",
        "label": "454",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d0\u05d9\u05de\u05d1\u05e8/\u05e7\u05e7''\u05dc-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10225",
        "label": "454",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d4\u05e8\u05e5 \u05d0\u05d9\u05de\u05d1\u05e8/\u05db\u05e4\u05e8 \u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10228",
        "label": "12",
        "long": "\u05e9\u05de\u05e2\u05d5\u05df \u05de\u05d9\u05e9\u05d5\u05e8\u05d9/\u05d2\u05e8\u05e9\u05d5\u05df \u05d0\u05d1\u05e0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1023",
        "label": "138",
        "long": "\u05d4\u05e8\u05e6\u05dc / \u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1/\u05d3\u05d5\u05d3 \u05e1\u05d7\u05e8\u05d5\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10230",
        "label": "12",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05e2\u05d5\u05df \u05de\u05d9\u05e9\u05d5\u05e8\u05d9/\u05d2\u05e8\u05e9\u05d5\u05df \u05d0\u05d1\u05e0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10235",
        "label": "33",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10236",
        "label": "33",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d4",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10237",
        "label": "33",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d5",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10238",
        "label": "33",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10239",
        "label": "33",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d1",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1024",
        "label": "138",
        "long": "\u05e8\u05d5\u05d6'\u05e0\u05e1\u05e7\u05d9/\u05de\u05e9\u05d4 \u05dc\u05d5\u05d9-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df-20",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10241",
        "label": "33",
        "long": "\u05d2\u05df \u05d4\u05d7\u05d9\u05d5\u05ea \u05d4\u05ea\u05e0''\u05db\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d4",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10242",
        "label": "33",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d5",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10243",
        "label": "36",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d8\u05e8\u05d0\u05d5\u05e1/\u05d0\u05d1\u05d9\u05d2\u05d3\u05d5\u05e8\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10246",
        "label": "36",
        "long": "\u05e9\u05d8\u05e8\u05d0\u05d5\u05e1/\u05e4\u05e8\u05d0\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1025",
        "label": "139",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1/\u05d3\u05d5\u05d3 \u05e1\u05d7\u05e8\u05d5\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10256",
        "label": "359",
        "long": "\u05d0\u05d7\u05ea \u05e2\u05e9\u05e8\u05d4 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10257",
        "label": "359",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d3\u05e8\u05db\u05d9 \u05e8\u05e4\u05d0\u05dc/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05e2\u05e7\u05d1-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1026",
        "label": "139",
        "long": "\u05e8\u05d5\u05d6'\u05e0\u05e1\u05e7\u05d9/\u05de\u05e9\u05d4 \u05dc\u05d5\u05d9-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-20",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1027",
        "label": "168",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10276",
        "label": "54",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10277",
        "label": "25",
        "long": "\u05d1\u05d9\u05ea \u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10278",
        "label": "25",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1/\u05d4\u05e9\u05e7\u05d3-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1028",
        "label": "168",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-11",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10295",
        "label": "378",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10296",
        "label": "378",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "378",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10297",
        "label": "547",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10298",
        "label": "547",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1030",
        "label": "168",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10300",
        "label": "555",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10303",
        "label": "555",
        "long": "\u05d9\u05e8\u05de\u05d9\u05d4\u05d5/\u05d4\u05e6\u05d1\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-3#",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10307",
        "label": "556",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10308",
        "label": "556",
        "long": "\u05d9\u05e8\u05de\u05d9\u05d4\u05d5/\u05d4\u05e6\u05d1\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-3#",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1031",
        "label": "168",
        "long": "\u05d9\u05d7\u05d6\u05e7\u05d0\u05dc/\u05d1\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10311",
        "label": "556",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-3\u05d6",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10312",
        "label": "557",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10315",
        "label": "557",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10316",
        "label": "558",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1#",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10320",
        "label": "558",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10322",
        "label": "558",
        "long": "\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2\u05d4",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10323",
        "label": "546",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10324",
        "label": "546",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-3#",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10326",
        "label": "549",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-1#",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10329",
        "label": "549",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "10334",
        "label": "18",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e4\u05e8\u05d9\u05e9\u05de\u05df/\u05de\u05e8\u05db\u05d6 \u05d5\u05d5\u05d9\u05e1\u05d2\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "10335",
        "label": "18",
        "long": "\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d9\u05d5\u05dd \u05d4\u05db\u05d9\u05e4\u05d5\u05e8\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1034",
        "label": "236",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1035",
        "label": "236",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "10374",
        "label": "425",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "10375",
        "label": "425",
        "long": "\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "10376",
        "label": "215",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d1\u05d9\u05d1-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "10377",
        "label": "215",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d1\u05d9\u05d1-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10379",
        "label": "1",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d3",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10381",
        "label": "1",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d5",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10383",
        "label": "1",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d7",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10389",
        "label": "3",
        "long": "\u05e9\u05d9\u05d1\u05ea \u05e6\u05d9\u05d5\u05df/\u05d8\u05dc\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d5",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10393",
        "label": "3",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10394",
        "label": "7",
        "long": "\u05de\u05e1\u05d5\u05e3/\u05e8\u05de\u05ea \u05e8\u05d7\u05dc-\u05e8\u05de\u05ea \u05e8\u05d7\u05dc<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05d4\u05d4\u05d9\u05d9\u05d8\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10396",
        "label": "7",
        "long": "\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05d4\u05d4\u05d9\u05d9\u05d8\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05de\u05ea \u05e8\u05d7\u05dc-\u05e8\u05de\u05ea \u05e8\u05d7\u05dc-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10398",
        "label": "17",
        "long": "\u05d0\u05e8\u05d9\u05d4 \u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05d9\u05e2\u05e7\u05d1 \u05e6\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10399",
        "label": "17",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05d1\u05df \u05e4\u05d5\u05e8\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10420",
        "label": "39",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10421",
        "label": "39\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "39\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10422",
        "label": "39",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10429",
        "label": "48",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10430",
        "label": "48\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3\u05d0",
        "short": "48\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10431",
        "label": "52",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10432",
        "label": "52",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10433",
        "label": "52",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10434",
        "label": "52",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d0",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10435",
        "label": "53",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10436",
        "label": "53",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10437",
        "label": "53",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1/\u05de\u05d0\u05d9\u05e8 \u05d1\u05dc\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10438",
        "label": "53\u05d0",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1/\u05de\u05d0\u05d9\u05e8 \u05d1\u05dc\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d0",
        "short": "53\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10439",
        "label": "54",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8 \u05d4\u05de\u05e0\u05d5\u05d7\u05d5\u05ea/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1044",
        "label": "436",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05d6\u05d9\u05ea/\u05d4\u05e0\u05d7\u05dc\u05d9\u05dd-\u05d7\u05de\u05d3-10",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10440",
        "label": "54",
        "long": "\u05d4\u05e8 \u05d4\u05de\u05e0\u05d5\u05d7\u05d5\u05ea/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10441",
        "label": "55",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05e7\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10442",
        "label": "55",
        "long": "\u05d6\u05e7\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10443",
        "label": "56",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d8\u05e8\u05d0\u05d5\u05e1/\u05d0\u05d1\u05d9\u05d2\u05d3\u05d5\u05e8\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10445",
        "label": "56",
        "long": "\u05e9\u05d8\u05e8\u05d0\u05d5\u05e1/\u05e4\u05e8\u05d0\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10449",
        "label": "57",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10450",
        "label": "57",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10457",
        "label": "64",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10458",
        "label": "64",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10459",
        "label": "64",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1046",
        "label": "436",
        "long": "\u05d4\u05d6\u05d9\u05ea-\u05d7\u05de\u05d3<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10460",
        "label": "64\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d1",
        "short": "64\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10461",
        "label": "67",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10462",
        "label": "67\u05d0",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "67\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10463",
        "label": "67",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10488",
        "label": "40",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2/\u05d4\u05de\u05e8\u05e4\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10489",
        "label": "40",
        "long": "\u05d4\u05de\u05e8\u05e4\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10490",
        "label": "51",
        "long": "\u05d1\u05e8\u05e0\u05d3\u05d9\u05d9\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10491",
        "label": "51",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05d8\u05d5\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10631",
        "label": "59",
        "long": "\u05de\u05d7\u05dc\u05e3 \u05d7\u05de\u05d3-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05d7\u05dc\u05e3 \u05d7\u05de\u05d3-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4-3#",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10636",
        "label": "131",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05d4''\u05d1-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-12",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10639",
        "label": "131",
        "long": "\u05e4\u05e8\u05d7\u05d9 \u05d1\u05e8/\u05d0\u05d9\u05e8\u05d5\u05e1-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-22",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1064",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10640",
        "label": "132",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05db\u05d9\u05e0\u05d5\u05e8-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-1#",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10642",
        "label": "132",
        "long": "\u05d4\u05db\u05d9\u05e0\u05d5\u05e8-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10644",
        "label": "133",
        "long": "\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05d4''\u05d1-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-1#",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10645",
        "label": "133",
        "long": "\u05e4\u05e8\u05d7\u05d9 \u05d1\u05e8/\u05d0\u05d9\u05e8\u05d5\u05e1-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10647",
        "label": "134",
        "long": "\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-1#",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10648",
        "label": "134",
        "long": "\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10649",
        "label": "152",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05d5\u05e6\u05d1\u05d9\u05dd/\u05d4\u05de\u05d2\u05e8\u05e1\u05d5\u05ea-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10650",
        "label": "152",
        "long": "\u05d1\u05d6\u05dc\u05ea/\u05db\u05d1\u05d9\u05e9 3965-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10651",
        "label": "153",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05e2\u05d5\u05df \u05e1\u05d5\u05d5\u05d9\u05e1\u05d4/\u05d7\u05e6\u05d1-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10652",
        "label": "153",
        "long": "\u05e9\u05de\u05e2\u05d5\u05df \u05e1\u05d5\u05d5\u05d9\u05e1\u05d4/\u05d7\u05e6\u05d1-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10653",
        "label": "154",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e1\u05de\u05d9\u05df/\u05e9\u05d1\u05d9 \u05e6\u05d9\u05d5\u05df-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10656",
        "label": "154",
        "long": "\u05d4\u05e8\u05d0\u05dc/\u05d9\u05e1\u05de\u05d9\u05df-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10662",
        "label": "156",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05de\u05e9\u05d8\u05e8\u05d4/\u05d4\u05e8\u05d0\u05dc-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10663",
        "label": "156",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05e8\u05d0\u05e9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4/\u05d3\u05e8\u05da \u05e8\u05d5\u05e4\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05de\u05e9\u05d8\u05e8\u05d4/\u05d4\u05e8\u05d0\u05dc-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-11",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10664",
        "label": "156",
        "long": "\u05d4\u05e8\u05d0\u05dc/\u05d9\u05e1\u05de\u05d9\u05df-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10665",
        "label": "156",
        "long": "\u05d4\u05e8\u05d0\u05dc/\u05d9\u05e1\u05de\u05d9\u05df-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df/\u05e7\u05e4\u05dc\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10666",
        "label": "157",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d6\u05dc\u05ea/\u05e8\u05d5\u05ea\u05dd -\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10667",
        "label": "157",
        "long": "\u05d1\u05d6\u05dc\u05ea/\u05db\u05d1\u05d9\u05e9 3965-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10668",
        "label": "158",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05d5\u05e6\u05d1\u05d9\u05dd/\u05d4\u05de\u05d2\u05e8\u05e1\u05d5\u05ea-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10669",
        "label": "158",
        "long": "\u05d1\u05d6\u05dc\u05ea/\u05db\u05d1\u05d9\u05e9 3965-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1067",
        "label": "1",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10690",
        "label": "2",
        "long": "\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05de\u05ea\u05e0''\u05e1/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05d7\u05d9\u05d8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10695",
        "label": "3",
        "long": "\u05de\u05ea\u05e0''\u05e1/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05d7\u05d9\u05d8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "10746",
        "label": "1",
        "long": "\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1 - \u05e6\u05e4\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "10747",
        "label": "1",
        "long": "\u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1 - \u05e6\u05e4\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10748",
        "label": "59",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10750",
        "label": "59",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d5\u05d4\u05dc\u05d5-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-12",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10751",
        "label": "59",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10752",
        "label": "59",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d9\u05e7\u05d1\u05d9 \u05e8\u05de\u05ea \u05d4\u05d2\u05d5\u05dc\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-21",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "10776",
        "label": "85",
        "long": "\u05d4\u05d7\u05e9\u05de\u05dc/\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05d4\u05ea\u05d9\u05db\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10777",
        "label": "880",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10778",
        "label": "47",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05d0\u05db\u05e1\u05d0\u05dc-10",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10779",
        "label": "47",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05d0\u05db\u05e1\u05d0\u05dc-11",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10780",
        "label": "47",
        "long": "\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05d0\u05db\u05e1\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10781",
        "label": "47",
        "long": "\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05d0\u05db\u05e1\u05d0\u05dc<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10784",
        "label": "400",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10785",
        "label": "400",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "10786",
        "label": "4",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "10788",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10795",
        "label": "10",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10796",
        "label": "10",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10797",
        "label": "18",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10799",
        "label": "18",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10800",
        "label": "18",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d0",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10801",
        "label": "19\u05d0",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "19\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10802",
        "label": "19",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10803",
        "label": "19",
        "long": "\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d3",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10804",
        "label": "19",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10806",
        "label": "19",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d1",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10807",
        "label": "19",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e4\u05ea/\u05d2\u05d5\u05dc\u05d5\u05de\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d3",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1081",
        "label": "16",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d0\u05e1\u05ea\u05e8 \u05d4\u05de\u05dc\u05db\u05d4/\u05d3''\u05e8 \u05d5\u05d9\u05d9\u05e1\u05d1\u05d5\u05e8\u05d2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10811",
        "label": "68",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05d4\u05d4\u05d9\u05d9\u05d8\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10812",
        "label": "68",
        "long": "\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05d4\u05d4\u05d9\u05d9\u05d8\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "10816",
        "label": "17",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d8\u05d9\u05e8\u05ea \u05e6\u05d1\u05d9-\u05d8\u05d9\u05e8\u05ea \u05e6\u05d1\u05d9-10",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "10817",
        "label": "17",
        "long": "\u05d8\u05d9\u05e8\u05ea \u05e6\u05d1\u05d9-\u05d8\u05d9\u05e8\u05ea \u05e6\u05d1\u05d9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-20",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10818",
        "label": "44",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d2\u05d3-\u05e0\u05d0\u05e2\u05d5\u05e8\u05d4-10",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10819",
        "label": "44",
        "long": "\u05e0\u05e2\u05d5\u05e8\u05d4 \u05db\u05d9\u05db\u05e8-\u05e0\u05d0\u05e2\u05d5\u05e8\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10820",
        "label": "52",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d5\u05e7\u05d9\u05d1\u05dc\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05e1\u05d5\u05e4\u05d9\u05ea-\u05d4\u05d2\u05dc\u05d1\u05d5\u05e2-10",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10821",
        "label": "52",
        "long": "\u05de\u05d5\u05e7\u05d9\u05d1\u05dc\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05e1\u05d5\u05e4\u05d9\u05ea-\u05d4\u05d2\u05dc\u05d1\u05d5\u05e2<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10822",
        "label": "53",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05dc\u05db\u05d9\u05e9\u05d5\u05e2/\u05db\u05e0\u05d9\u05e1\u05d4-\u05de\u05dc\u05db\u05d9\u05e9\u05d5\u05e2-10",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10823",
        "label": "53",
        "long": "\u05de\u05dc\u05db\u05d9\u05e9\u05d5\u05e2/\u05db\u05e0\u05d9\u05e1\u05d4-\u05de\u05dc\u05db\u05d9\u05e9\u05d5\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1083",
        "label": "16",
        "long": "\u05d0\u05e1\u05ea\u05e8 \u05d4\u05de\u05dc\u05db\u05d4/\u05d3''\u05e8 \u05d5\u05d9\u05d9\u05e1\u05d1\u05d5\u05e8\u05d2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1084",
        "label": "16\u05d0",
        "long": "\u05d0\u05e1\u05ea\u05e8 \u05d4\u05de\u05dc\u05db\u05d4/\u05d3''\u05e8 \u05d5\u05d9\u05d9\u05e1\u05d1\u05d5\u05e8\u05d2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "16\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10843",
        "label": "47",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05d5\u05d0\u05d1/\u05dc\u05e9\u05dd-\u05e2\u05e8\u05d3-1#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10844",
        "label": "47",
        "long": "\u05de\u05d5\u05d0\u05d1/\u05dc\u05e9\u05dd-\u05e2\u05e8\u05d3<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10845",
        "label": "66",
        "long": "\u05e9\u05d3' \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-1#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10846",
        "label": "66",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05e9\u05d3' \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10847",
        "label": "67",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e7\u05d0\u05e1\u05e8 \u05d0 \u05e1\u05d9\u05e8 3-\u05e7\u05e1\u05e8 \u05d0 \u05e1\u05d9\u05e8-1#",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10848",
        "label": "67",
        "long": "\u05e7\u05d0\u05e1\u05e8 \u05d0 \u05e1\u05d9\u05e8 3-\u05e7\u05e1\u05e8 \u05d0 \u05e1\u05d9\u05e8<->\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10849",
        "label": "118",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e0\u05d7\u05dc \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d1\u05d9\u05e9 5533-\u05e6\u05d5\u05e8 \u05d9\u05e6\u05d7\u05e7-1#",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10850",
        "label": "118",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e0\u05d7\u05dc \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d1\u05d9\u05e9 5533-\u05e6\u05d5\u05e8 \u05d9\u05e6\u05d7\u05e7-11",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10851",
        "label": "118",
        "long": "\u05e0\u05d7\u05dc \u05d0\u05dc\u05db\u05e1\u05e0\u05d3\u05e8/\u05db\u05d1\u05d9\u05e9 5533-\u05e6\u05d5\u05e8 \u05d9\u05e6\u05d7\u05e7<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10852",
        "label": "118",
        "long": "\u05e0\u05d7\u05dc \u05d0\u05dc\u05db\u05e1\u05e0\u05d3\u05e8/\u05db\u05d1\u05d9\u05e9 5533-\u05e6\u05d5\u05e8 \u05d9\u05e6\u05d7\u05e7<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-21",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10853",
        "label": "375",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d3\u05e8\u05da \u05d4\u05d3\u05e8\u05d5\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10854",
        "label": "375",
        "long": "\u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d3\u05e8\u05da \u05d4\u05d3\u05e8\u05d5\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "375",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10855",
        "label": "377",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10856",
        "label": "377",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10857",
        "label": "23",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-1#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10858",
        "label": "23",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1086",
        "label": "16\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-30",
        "short": "16\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10865",
        "label": "5",
        "long": "\u05de\u05db\u05dc\u05dc\u05d4 \u05dc\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10866",
        "label": "5",
        "long": "\u05de\u05e8\u05d9\u05e0\u05d5\u05d1/\u05d2\u05dc\u05e8\u05e0\u05d8\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05db\u05dc\u05dc\u05d4 \u05dc\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10868",
        "label": "348",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10869",
        "label": "348",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1087",
        "label": "17",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10870",
        "label": "65",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-1#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10871",
        "label": "65",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10872",
        "label": "65",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05e1\u05d5\u05e8\u05d5\u05e7\u05d4/\u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10875",
        "label": "56",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05d7'\u05e0\u05d9\u05df/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05db\u05d1\u05d9\u05e9 500/\u05d0 \u05e9\u05d9\u05d9\u05d7' \u05d0\u05de\u05d9\u05df \u05d8\u05e8\u05d9\u05e3-\u05e9\u05e4\u05e8\u05e2\u05dd-1#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10876",
        "label": "56",
        "long": "\u05db\u05d1\u05d9\u05e9 500/\u05d0 \u05e9\u05d9\u05d9\u05d7' \u05d0\u05de\u05d9\u05df \u05d8\u05e8\u05d9\u05e3-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10877",
        "label": "57",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05de\u05e2\u05e1\u05e8\u05d4-\u05d8\u05de\u05e8\u05d4-1#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10878",
        "label": "57",
        "long": "\u05d1\u05d9\u05e8 \u05d0\u05dc\u05d8\u05d9\u05e8\u05d4 \u05db\u05e0\u05d9\u05e1\u05d4-\u05d8\u05de\u05e8\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10879",
        "label": "171",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05e9\u05db\u05d5\u05e0\u05d4 \u05d3\u05e8\u05d5\u05de\u05d9\u05ea-\u05d1\u05d9\u05e8 \u05d0\u05dc \u05de\u05db\u05e1\u05d5\u05e8-1#",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10880",
        "label": "171",
        "long": "\u05d1\u05d9\u05e8 \u05d0\u05dc \u05de\u05db\u05e1\u05d5\u05e8 \u05db\u05e0\u05d9\u05e1\u05d4-\u05d1\u05d9\u05e8 \u05d0\u05dc \u05de\u05db\u05e1\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10881",
        "label": "55",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05db\u05dc\u05d9\u05dc/\u05de\u05e8\u05db\u05d6-\u05db\u05dc\u05d9\u05dc-1#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10882",
        "label": "55",
        "long": "\u05db\u05dc\u05d9\u05dc/\u05de\u05e8\u05db\u05d6-\u05db\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10883",
        "label": "58",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05d1\u05d0\u05e9\u05d0 \u05d5-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df-1#",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10884",
        "label": "58",
        "long": "\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05d1\u05d0\u05e9\u05d0 \u05d0-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10887",
        "label": "63",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05dc\u05e1\u05e0\u05d9\u05e0\u05d4/\u05de\u05e8\u05db\u05d6-\u05d8\u05d5\u05d1\u05d0 \u05d6\u05e0\u05d2\u05e8\u05d9\u05d4-1#",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10888",
        "label": "63",
        "long": "\u05de\u05d2\u05e8\u05e9 \u05e1\u05e4\u05d5\u05e8\u05d8-\u05d8\u05d5\u05d1\u05d0 \u05d6\u05e0\u05d2\u05e8\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-2#",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10889",
        "label": "135",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d7\u05d5\u05e8\u05d5\u05df/\u05d3\u05e8\u05da \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05de\u05db\u05d1\u05d9-\u05d1\u05d9\u05ea \u05d7\u05d5\u05e8\u05d5\u05df-1#",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10890",
        "label": "135",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d7\u05d5\u05e8\u05d5\u05df/\u05d3\u05e8\u05da \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05de\u05db\u05d1\u05d9-\u05d1\u05d9\u05ea \u05d7\u05d5\u05e8\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1091",
        "label": "17",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10910",
        "label": "28",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e8\u05de\u05d5\u05ea \u05de\u05d0\u05d9\u05e8/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e8\u05de\u05d5\u05ea \u05de\u05d0\u05d9\u05e8-1#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10911",
        "label": "28",
        "long": "\u05e8\u05de\u05d5\u05ea \u05de\u05d0\u05d9\u05e8/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e8\u05de\u05d5\u05ea \u05de\u05d0\u05d9\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10916",
        "label": "167",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e6\u05d5\u05de\u05ea \u05e0\u05d9\u05e8 \u05e6\u05d1\u05d9-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10917",
        "label": "167",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e0\u05d9\u05e8 \u05e6\u05d1\u05d9-\u05e0\u05d9\u05e8 \u05e6\u05d1\u05d9<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d3\u05e8\u05da \u05d4\u05e9\u05e8\u05d5\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10931",
        "label": "151",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05db\u05d5\u05e0\u05d4 \u05d9''\u05d0 \u05d0-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10932",
        "label": "151",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05de\u05d1\u05d5\u05d0 \u05e7\u05d8\u05d5\u05e8\u05ea-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10933",
        "label": "347",
        "long": "\u05d3\u05e4\u05e0\u05d4/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10934",
        "label": "347",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d3\u05e4\u05e0\u05d4/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10946",
        "label": "3",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-30",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1095",
        "label": "22",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10950",
        "label": "6",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10951",
        "label": "462",
        "long": "\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e8\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10952",
        "label": "462",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05d7\u05dc\u05dc\u05d9 \u05d0\u05d2\u05d5\u05d6-\u05dc\u05d5\u05d3-20",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10953",
        "label": "460",
        "long": "\u05d1\u05d9''\u05e1 \u05d7\u05d1''\u05d3 \u05d1' \u05dc\u05d1\u05e0\u05d9\u05dd/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05dc\u05d5\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10954",
        "label": "460",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10955",
        "label": "475",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10958",
        "label": "480",
        "long": "\u05e8\u05d1 \u05d4\u05d7\u05d5\u05d1\u05dc/\u05d0\u05d3\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-3\u05d1",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10959",
        "label": "408",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05e7\u05d9\u05e3 \u05e2\u05e8\u05d1\u05d9/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10962",
        "label": "408",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05e7\u05d9\u05e3 \u05e2\u05e8\u05d1\u05d9/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05e8\u05de\u05dc\u05d4-3#",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10965",
        "label": "65",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05d4''\u05d7 \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-12",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10967",
        "label": "6",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10969",
        "label": "6",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1097",
        "label": "22",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10970",
        "label": "6",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05dc\u05d5\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10974",
        "label": "10",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10975",
        "label": "10",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10976",
        "label": "239",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-10",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10977",
        "label": "239",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10978",
        "label": "474",
        "long": "\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e8\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10979",
        "label": "474",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05d7\u05dc\u05dc\u05d9 \u05d0\u05d2\u05d5\u05d6-\u05dc\u05d5\u05d3-20",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10980",
        "label": "475",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10981",
        "label": "476",
        "long": "\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e8\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10982",
        "label": "476",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05d7\u05dc\u05dc\u05d9 \u05d0\u05d2\u05d5\u05d6-\u05dc\u05d5\u05d3-20",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10983",
        "label": "464",
        "long": "\u05d1\u05d9''\u05e1 \u05d7\u05d1''\u05d3 \u05d1' \u05dc\u05d1\u05e0\u05d9\u05dd/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10984",
        "label": "464",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "10985",
        "label": "3",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-31",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1099",
        "label": "23",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11",
        "label": "5",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05d4\u05e8\u05d9\u05de\u05d5\u05df/\u05d4\u05d1\u05e8\u05d5\u05e9-\u05d1\u05df \u05d6\u05db\u05d0\u05d9-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1100",
        "label": "23",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11003",
        "label": "970",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-1\u05d1",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11018",
        "label": "158",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05dc\u05d5\u05d3<->\u05de\u05d7\u05e0\u05d4 \u05e6\u05e8\u05d9\u05e4\u05d9\u05df/\u05de\u05d5\u05e2\u05d3\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11019",
        "label": "158",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e1\u05e3/44-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11026",
        "label": "24",
        "long": "\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9 /\u05d7\u05e8\u05d5\u05e9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7<->\u05d3\u05d5\u05db\u05d9\u05e4\u05ea/\u05e9\u05dc\u05d3\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11028",
        "label": "24",
        "long": "\u05d3\u05d5\u05db\u05d9\u05e4\u05ea/\u05e2\u05d2\u05d5\u05e8-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d7\u05e8\u05d5\u05e9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1104",
        "label": "25",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1105",
        "label": "25",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11053",
        "label": "613",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11057",
        "label": "64",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-1#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11058",
        "label": "64",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1107",
        "label": "27",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11071",
        "label": "1",
        "long": "\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11072",
        "label": "1",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11073",
        "label": "2",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e8\u05db\u05d6 \u05e7\u05e1\u05dd/\u05d0\u05d1\u05e0\u05d9 \u05e0\u05d6\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11074",
        "label": "2\u05d0",
        "long": "\u05d0\u05d1\u05e0\u05d9 \u05e0\u05d6\u05e8/\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11097",
        "label": "259",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11098",
        "label": "259",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1110",
        "label": "27",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05e2\u05de\u05dc/\u05e9\u05dc\u05de\u05d4 \u05de\u05d9\u05db\u05d0\u05dc\u05d9\u05e1-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11101",
        "label": "228",
        "long": "\u05e0\u05d7\u05dc \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05e0\u05d7\u05dc \u05e4\u05d0\u05e8\u05df-\u05e6\u05d5\u05e8 \u05d9\u05e6\u05d7\u05e7<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11102",
        "label": "228",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05d7\u05dc \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05e0\u05d7\u05dc \u05e4\u05d0\u05e8\u05df-\u05e6\u05d5\u05e8 \u05d9\u05e6\u05d7\u05e7-2#",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11107",
        "label": "9",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d3",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11108",
        "label": "9",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d3",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11109",
        "label": "336",
        "long": "\u05de\u05d5\u05e2\u05e6\u05d4/\u05d4\u05db\u05d5\u05d4\u05e0\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e2\u05d9''\u05e9<->\u05de\u05ea\u05d7\u05dd \u05e4\u05dc\u05d0\u05e0\u05d8-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11110",
        "label": "336",
        "long": "\u05de\u05ea\u05d7\u05dd \u05e4\u05dc\u05d0\u05e0\u05d8-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05d5\u05e2\u05e6\u05d4/\u05d4\u05db\u05d5\u05d4\u05e0\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e2\u05d9''\u05e9-2#",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11116",
        "label": "208",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05dc\u05d5\u05e6\u05d9 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d2\u05d5\u05de\u05d0-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11117",
        "label": "208",
        "long": "\u05d7\u05dc\u05d5\u05e6\u05d9 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4/\u05d9\u05d2\u05d0\u05dc \u05d9\u05d3\u05d9\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11124",
        "label": "267",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e1\u05d5\u05d1\u05ea \u05d4\u05ea\u05d0\u05e0\u05d4-\u05d0\u05e4\u05e8\u05ea-1#",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11125",
        "label": "267",
        "long": "\u05e1\u05d5\u05d1\u05ea \u05d4\u05ea\u05d0\u05e0\u05d4-\u05d0\u05e4\u05e8\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11151",
        "label": "383",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11152",
        "label": "391",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2\u05dd",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11156",
        "label": "113",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d4\u05d2'\u05d5\u05d9\u05e0\u05d8/\u05d3\u05e8\u05da \u05d1\u05dc\u05e4\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11168",
        "label": "101",
        "long": "\u05d4\u05d3\u05e8\u05d9\u05dd/ \u05ea\u05d9\u05db\u05d5\u05df \u05e8\u05e2\u05d5\u05ea \u05de\u05db\u05d1\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11169",
        "label": "101",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e8\u05d9\u05db\u05d4/\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11172",
        "label": "103",
        "long": "\u05dc\u05d5\u05d9/\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11174",
        "label": "109",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05dc\u05d4\u05d1\u05ea/\u05e0\u05d5\u05e3 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e0\u05d5\u05e3 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11175",
        "label": "109",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05dc\u05d4\u05d1\u05ea/\u05e0\u05d5\u05e3 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e0\u05d5\u05e3 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-20",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11176",
        "label": "110",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11177",
        "label": "110",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11178",
        "label": "111",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11179",
        "label": "111",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11180",
        "label": "150",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-10",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11181",
        "label": "150",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11196",
        "label": "202",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11197",
        "label": "202",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11200",
        "label": "112",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11205",
        "label": "222",
        "long": "\u05de\u05d1\u05d5\u05d0 \u05e8\u05e2\u05d5\u05ea/\u05e9\u05d3. \u05d4\u05d0\u05d5\u05e8\u05e0\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11206",
        "label": "222",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d1\u05d5\u05d0 \u05e8\u05e2\u05d5\u05ea/\u05e9\u05d3. \u05d4\u05d0\u05d5\u05e8\u05e0\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11209",
        "label": "19",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05de\u05d1\u05d5\u05d0 \u05d7\u05d5\u05e8\u05d5\u05df-10",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11210",
        "label": "19",
        "long": "\u05d7\u05d5\u05de\u05e9/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05de\u05d1\u05d5\u05d0 \u05d7\u05d5\u05e8\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11256",
        "label": "850",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "11257",
        "label": "850",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11263",
        "label": "3",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-30",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11265",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-30",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11266",
        "label": "38",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df/\u05de\u05e1\u05d2\u05d3-\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df-10",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11267",
        "label": "38",
        "long": "\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df/\u05de\u05e1\u05d2\u05d3-\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11268",
        "label": "39",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05de\u05d5\u05e2\u05d5\u05d9\u05d0\u05d4/\u05de\u05e8\u05db\u05d6-\u05d1\u05e1\u05de''\u05d4-10",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11269",
        "label": "39",
        "long": "\u05de\u05d5\u05e2\u05d5\u05d9\u05d0\u05d4/\u05de\u05e8\u05db\u05d6-\u05d1\u05e1\u05de''\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11270",
        "label": "61",
        "long": "\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4-10",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11271",
        "label": "61",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4-20",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11272",
        "label": "62",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05de\u05e9\u05e4\u05d7\u05d4-\u05de\u05e2\u05dc\u05d4 \u05e2\u05d9\u05e8\u05d5\u05df-10",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11273",
        "label": "62",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05de\u05e9\u05e4\u05d7\u05d4-\u05de\u05e2\u05dc\u05d4 \u05e2\u05d9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11275",
        "label": "103",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05dc\u05d5\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11279",
        "label": "258",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1128",
        "label": "62",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11280",
        "label": "258",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11282",
        "label": "18",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05d9\u05de\u05d5\u05df/\u05d2\u05d9\u05dc\u05d1\u05d5\u05e2-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11283",
        "label": "19\u05d0",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "19\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11287",
        "label": "115",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11289",
        "label": "123",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d3\u05e9\u05e0\u05d9\u05dd/\u05e6\u05d5\u05de\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d1",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1129",
        "label": "62\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-11",
        "short": "62\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11292",
        "label": "112",
        "long": "\u05d4\u05e9\u05d9\u05d8\u05d4/\u05de\u05d2\u05e8\u05e9\u05d9 \u05d8\u05e0\u05d9\u05e1-\u05e0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11293",
        "label": "136",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d3\u05e9\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-1\u05d6",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11294",
        "label": "136",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d9\u05e7\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1\u05d7",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11295",
        "label": "136",
        "long": "\u05d0\u05d9\u05e7\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11297",
        "label": "136",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d3\u05e9\u05e0\u05d9\u05dd/\u05e6\u05d5\u05de\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05db",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11298",
        "label": "797",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1130",
        "label": "62",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11301",
        "label": "112",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e9\u05d9\u05d8\u05d4/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e0\u05e9\u05e8-1\u05da",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11307",
        "label": "18",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d3\u05e9\u05e0\u05d9\u05dd/\u05e6\u05d5\u05de\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d3\u05e9\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11308",
        "label": "3",
        "long": "\u05d1\u05e8 \u05e8\u05d1 \u05d4\u05d0\u05d9/\u05e1\u05e2\u05d3\u05d9\u05d4 \u05d4\u05d2\u05d0\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11309",
        "label": "3",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05e8 \u05e8\u05d1 \u05d4\u05d0\u05d9/\u05e1\u05e2\u05d3\u05d9\u05d4 \u05d4\u05d2\u05d0\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1131",
        "label": "62\u05d0",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "62\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11322",
        "label": "115",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11323",
        "label": "200",
        "long": "\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05dc\u05d5\u05e6\u05d9 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d2\u05d5\u05de\u05d0-\u05d7\u05d9\u05e4\u05d4-1\u05d1",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11327",
        "label": "23",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05de\u05d9\u05e0\u05e5/\u05d4\u05e8\u05e6\u05d5\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1\u05d7",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11329",
        "label": "23",
        "long": "\u05de\u05d9\u05e0\u05e5/\u05d4\u05e8\u05e6\u05d5\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-2\u05d7",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11332",
        "label": "136",
        "long": "\u05d0\u05d9\u05e7\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d1",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11336",
        "label": "18\u05d0",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d3\u05e9\u05e0\u05d9\u05dd/\u05e6\u05d5\u05de\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d3\u05e9\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-3\u05d6",
        "short": "18\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11337",
        "label": "81",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05d9''\u05e1 \u05d0\u05e8\u05d9\u05d0\u05dc \u05de\u05de''\u05d3/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11338",
        "label": "104",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11339",
        "label": "104",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11340",
        "label": "105",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11341",
        "label": "105",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11342",
        "label": "154",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d4\u05de\u05e8\u05db\u05d1\u05d4/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11343",
        "label": "154",
        "long": "\u05d4\u05de\u05e8\u05db\u05d1\u05d4/\u05d4\u05d1\u05e0\u05d0\u05d9-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11344",
        "label": "113",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05e8\u05d0\u05e9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4/\u05d3\u05e8\u05da \u05e8\u05d5\u05e4\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11347",
        "label": "33",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df /\u05e0\u05d7\u05dc \u05e6\u05dc\u05de\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11348",
        "label": "92",
        "long": "\u05e0\u05d4\u05e8 \u05d4\u05d9\u05e8\u05d3\u05df/\u05de\u05e2\u05dc\u05d4 \u05d2\u05d3\u05e2\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d3\u05e8\u05da \u05d3''\u05e8 \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05dc\u05d3/\u05db\u05e0\u05e8\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11355",
        "label": "114",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11357",
        "label": "114",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11358",
        "label": "201",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11359",
        "label": "201",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1136",
        "label": "83",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e9\u05d9\u05d8\u05d4/\u05e9\u05d9\u05e7\u05de\u05d4-\u05e9\u05d3\u05d9 \u05d7\u05de\u05d3-10",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11360",
        "label": "116",
        "long": "\u05ea\u05db\u05dc\u05ea /\u05d0\u05d1\u05e0\u05d9 \u05d7\u05d5\u05e9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11361",
        "label": "116",
        "long": "\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05db\u05dc\u05ea/\u05d0\u05d1\u05e0\u05d9 \u05d7\u05d5\u05e9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11363",
        "label": "90",
        "long": "\u05e2\u05de\u05e7 \u05d7\u05e4\u05e8/\u05e9\u05de\u05e2\u05d5\u05df \u05e4\u05e8\u05e1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11364",
        "label": "90",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05d5\u05e8\u05d8 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11367",
        "label": "84",
        "long": "\u05d9\u05d5\u05d1\u05dc\u05d9\u05dd/\u05e0\u05d7\u05dc \u05d4\u05de\u05e2\u05d9\u05d9\u05e0\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e9\u05d5\u05df/\u05e9\u05d1\u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11368",
        "label": "84",
        "long": "\u05ea\u05e9\u05e8\u05d9/\u05d7\u05e9\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05d5\u05d1\u05dc\u05d9\u05dd/\u05e0\u05d7\u05dc \u05d3\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1137",
        "label": "83\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e9\u05d9\u05d8\u05d4/\u05e9\u05d9\u05e7\u05de\u05d4-\u05e9\u05d3\u05d9 \u05d7\u05de\u05d3-11",
        "short": "83\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11371",
        "label": "27",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd-10",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11372",
        "label": "27",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11373",
        "label": "83",
        "long": "\u05d3\u05e8\u05da \u05d3''\u05e8 \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05dc\u05d3/\u05db\u05e0\u05e8\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11374",
        "label": "80",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d3\u05e8\u05da \u05d3''\u05e8 \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05dc\u05d3/\u05db\u05e0\u05e8\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11375",
        "label": "82",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05e8\u05d9\u05d0\u05dc \u05de\u05de''\u05d3/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e4\u05d6/\u05d0\u05d1\u05e0\u05d9 \u05d7\u05d5\u05e9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11377",
        "label": "81",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05e8\u05d9\u05d0\u05dc \u05de\u05de''\u05d3/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11379",
        "label": "86",
        "long": "\u05d3\u05e8\u05da \u05d3''\u05e8 \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05dc\u05d3/\u05db\u05e0\u05e8\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05e8\u05d9\u05db\u05d4/\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11381",
        "label": "258",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-12",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11386",
        "label": "10",
        "long": "\u05d1\u05d9\u05ea \u05d0\u05dc\u05de\u05d5\u05d2/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d0\u05d9\u05dc\u05ea<->\u05d1\u05d9\u05ea \u05d0\u05dc\u05de\u05d5\u05d2/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d0\u05d9\u05dc\u05ea-3#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "11387",
        "label": "11",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05e1\u05ea\u05ea-\u05d0\u05d9\u05dc\u05ea<->\u05d1\u05d9\u05ea \u05d0\u05dc\u05de\u05d5\u05d2/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d0\u05d9\u05dc\u05ea-3#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11406",
        "label": "87",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea/\u05d4\u05db\u05e8\u05db\u05d5\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11407",
        "label": "87",
        "long": "\u05d3\u05e8\u05da \u05e6\u05de\u05d7 \u05d4\u05e9\u05d3\u05d4/\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-2#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11416",
        "label": "91",
        "long": "\u05db\u05d9\u05db\u05e8 \u05de\u05e6\u05e4\u05d4 \u05e0\u05d1\u05d5-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d3\u05e8\u05da \u05d4\u05d2\u05d9\u05d0/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11417",
        "label": "91",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d2\u05d9\u05d0/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea/\u05de\u05e6\u05e4\u05d4 \u05e0\u05d1\u05d5-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-2#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11419",
        "label": "92",
        "long": "\u05d3\u05e8\u05da \u05e6\u05de\u05d7 \u05d4\u05e9\u05d3\u05d4/\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1142",
        "label": "83",
        "long": "\u05e9\u05d9\u05d8\u05d4/\u05e9\u05d9\u05e7\u05de\u05d4-\u05e9\u05d3\u05d9 \u05d7\u05de\u05d3<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11420",
        "label": "92",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea/\u05d4\u05db\u05e8\u05db\u05d5\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-2#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11421",
        "label": "94",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d2\u05d9\u05d0/\u05d0\u05d1\u05e0\u05d9 \u05d4\u05d7\u05d5\u05e9\u05df-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea/\u05de\u05e6\u05e4\u05d4 \u05e0\u05d1\u05d5-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-2#",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1143",
        "label": "83\u05d0",
        "long": "\u05e9\u05d9\u05d8\u05d4/\u05e9\u05d9\u05e7\u05de\u05d4-\u05e9\u05d3\u05d9 \u05d7\u05de\u05d3<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "83\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "11431",
        "label": "36",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d4\u05d7\u05d9\u05d8\u05d9\u05dd/\u05d4\u05e7\u05de\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "11432",
        "label": "36",
        "long": "\u05d4\u05d7\u05d9\u05d8\u05d9\u05dd/\u05d4\u05e7\u05de\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-20",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11433",
        "label": "14",
        "long": "\u05d1\u05d9\u05e8 \u05d1\u05d0\u05e7\u05d4/\u05d0\u05dc\u05ea\u05e7\u05d5\u05d5\u05d0-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d2'\u05ea-\u05d2'\u05ea-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11434",
        "label": "14",
        "long": "\u05e7\u05d5\u05e4''\u05d7 \u05db\u05dc\u05dc\u05d9\u05ea-\u05d2'\u05ea<->\u05de\u05e1\u05d2\u05d3 \u05d0\u05dc\u05d6\u05d0\u05d5\u05d9\u05d4-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4-20",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11436",
        "label": "23",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-30",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11437",
        "label": "42",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->'\u05db\u05e4\u05e8 \u05d4\u05e1 \u05d3-\u05db\u05e4\u05e8 \u05d4\u05e1-10",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11438",
        "label": "42",
        "long": "'\u05db\u05e4\u05e8 \u05d4\u05e1 \u05d3-\u05db\u05e4\u05e8 \u05d4\u05e1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11439",
        "label": "43",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->'\u05db\u05e4\u05e8 \u05d4\u05e1 \u05d3-\u05db\u05e4\u05e8 \u05d4\u05e1-10",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1144",
        "label": "84",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d4\u05e9\u05d7\u05e8/\u05d4\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9-\u05de\u05d6\u05d5\u05e8-10",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11440",
        "label": "43",
        "long": "'\u05db\u05e4\u05e8 \u05d4\u05e1 \u05d3-\u05db\u05e4\u05e8 \u05d4\u05e1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11441",
        "label": "68",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0-10",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11442",
        "label": "68",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11443",
        "label": "69",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0<->\u05d9\u05d3 \u05dc\u05d1\u05e0\u05d9\u05dd/\u05d3\u05e8\u05da \u05d4\u05d1\u05e0\u05d9\u05dd-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-10",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11444",
        "label": "69",
        "long": "\u05d9\u05d3 \u05dc\u05d1\u05e0\u05d9\u05dd/\u05d3\u05e8\u05da \u05d4\u05d1\u05e0\u05d9\u05dd-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0-20",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11447",
        "label": "5",
        "long": "\u05d4\u05e9\u05de\u05d5\u05e8\u05d4/\u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05de\u05d5\u05dc \u05d6\u05db\u05e8\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11448",
        "label": "5",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05de\u05d5\u05dc \u05d6\u05db\u05e8\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d4\u05e9\u05de\u05d5\u05e8\u05d4/\u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11449",
        "label": "1",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d0\u05d9\u05e8\u05d9\u05ea-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05db\u05e8\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1145",
        "label": "84",
        "long": "\u05d4\u05e9\u05d7\u05e8/\u05d4\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9-\u05de\u05d6\u05d5\u05e8<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11450",
        "label": "1",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05db\u05e8\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d3\u05e8\u05da \u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05e0\u05d3\u05d9\u05d1-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11453",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-30",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11454",
        "label": "44",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05e7\u05d5\u05e4''\u05d7 \u05db\u05dc\u05dc\u05d9\u05ea-\u05d2'\u05ea-10",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11455",
        "label": "44",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2'\u05ea-\u05d2'\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1146",
        "label": "85",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05e1\u05d9\u05d9\u05e4\u05df-\u05e9\u05d5\u05d4\u05dd-10",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11483",
        "label": "32",
        "long": "\u05ea\u05db\u05dc\u05ea /\u05d0\u05d1\u05e0\u05d9 \u05d7\u05d5\u05e9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df /\u05e0\u05d7\u05dc \u05e6\u05dc\u05de\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11492",
        "label": "371",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11493",
        "label": "371",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e4\u05dc\u05d5\u05d2\u05d5\u05ea \u05dc\u05de\u05d6\u05e8\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-11",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11494",
        "label": "371",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11495",
        "label": "395",
        "long": "\u05de\u05e0\u05d6\u05e8 \u05d4\u05de\u05dc\u05d0\u05da \u05d2\u05d1\u05e8\u05d9\u05d0\u05dc-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d9\u05d2\u05d0\u05dc \u05d0\u05dc\u05d5\u05df/\u05e0\u05d9\u05e6\u05e0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-12",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1150",
        "label": "85",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05e1\u05d9\u05d9\u05e4\u05df-\u05e9\u05d5\u05d4\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11506",
        "label": "345",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d3\u05d5\u05d3 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05de\u05d1\u05e6\u05e2 \u05d9\u05d5\u05e0\u05ea\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-1#",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11507",
        "label": "345",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d9\u05d2\u05d0\u05dc \u05d4\u05d5\u05e8\u05d1\u05d9\u05e5-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11509",
        "label": "319",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11510",
        "label": "319",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11511",
        "label": "3",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0 /\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11512",
        "label": "3",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0 /\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11513",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05e8\u05d9\u05df \u05e4\u05d0\u05e8\u05e7-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11514",
        "label": "5",
        "long": "\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05e8\u05d9\u05df \u05e4\u05d0\u05e8\u05e7-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11515",
        "label": "10",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11517",
        "label": "20",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11519",
        "label": "30",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11521",
        "label": "40",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05db\u05e0\u05e1\u05ea \u05e7\u05e8\u05dc\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11523",
        "label": "4",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0 /\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11524",
        "label": "4",
        "long": "\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0 /\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11525",
        "label": "6",
        "long": "\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11526",
        "label": "6\u05d0",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11527",
        "label": "11",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05d4\u05e8\u05de\u05d1''\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11528",
        "label": "11",
        "long": "\u05d4\u05e8\u05de\u05d1''\u05dd/\u05d4\u05ea\u05d1\u05d5\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11529",
        "label": "13",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8/\u05d7\u05d9\u05d8\u05de\u05df-\u05e8\u05de\u05dc\u05d4-11",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1153",
        "label": "85",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05e1\u05d9\u05d9\u05e4\u05df-\u05e9\u05d5\u05d4\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-24",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11536",
        "label": "13",
        "long": "\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8/\u05e2\u05d5\u05d6\u05d9 \u05d7\u05d9\u05d8\u05de\u05df-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3-21",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11537",
        "label": "277",
        "long": "\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11539",
        "label": "85",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05e1\u05d9\u05d9\u05e4\u05df-\u05e9\u05d5\u05d4\u05dd-14",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1155",
        "label": "87",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11554",
        "label": "302",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11558",
        "label": "25",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d0\u05dc\u05d5\u05df-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-1#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11559",
        "label": "25",
        "long": "\u05d0\u05dc\u05d5\u05df 1-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05de\u05e9\u05d8\u05e8\u05ea \u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd/\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-2#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1156",
        "label": "87",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11560",
        "label": "28",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d6\u05e8\u05d9\u05d7\u05d4/\u05e1\u05d5\u05d1\u05d4-\u05e7\u05d3\u05e8-1#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11561",
        "label": "28",
        "long": "\u05d6\u05e8\u05d9\u05d7\u05d4/\u05e1\u05d5\u05d1\u05d4-\u05e7\u05d3\u05e8<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11564",
        "label": "215",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05dc\u05d5\u05df-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-1#",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11565",
        "label": "215",
        "long": "\u05d0\u05dc\u05d5\u05df 1-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11566",
        "label": "125",
        "long": "\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea/\u05d4\u05db\u05e8\u05db\u05d5\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11567",
        "label": "125",
        "long": "\u05d3\u05e8\u05da \u05e6\u05de\u05d7 \u05d4\u05e9\u05d3\u05d4/\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11568",
        "label": "216",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05d0\u05e8\u05d9\u05d0\u05dc/\u05d0\u05d1\u05e0\u05d9 \u05de\u05d9\u05dc\u05d5\u05d0\u05d9\u05dd-\u05de\u05e6\u05e4\u05d4 \u05d9\u05e8\u05d9\u05d7\u05d5-1#",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11569",
        "label": "216",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d0\u05e8\u05d9\u05d0\u05dc-\u05de\u05e6\u05e4\u05d4 \u05d9\u05e8\u05d9\u05d7\u05d5<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1157",
        "label": "88",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11570",
        "label": "178",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11571",
        "label": "178",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11572",
        "label": "127",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d7\u05d5\u05d6 \u05e9''\u05d9-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11573",
        "label": "127",
        "long": "\u05de\u05d7\u05d5\u05d6 \u05e9''\u05d9-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-2#",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11575",
        "label": "121",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea/\u05d4\u05db\u05e8\u05db\u05d5\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11576",
        "label": "121",
        "long": "\u05d3\u05e8\u05da \u05e6\u05de\u05d7 \u05d4\u05e9\u05d3\u05d4/\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11577",
        "label": "126",
        "long": "\u05d3\u05e8\u05da \u05e6\u05de\u05d7 \u05d4\u05e9\u05d3\u05d4/\u05d4\u05e2\u05d9\u05e8\u05d9\u05ea-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e4\u05d0\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1159",
        "label": "88\u05d0",
        "long": "\u05e6\u05e4\u05ea/\u05e9\u05d1\u05d8 \u05d3\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "88\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11592",
        "label": "59",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9''\u05e1 \u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11593",
        "label": "59",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11594",
        "label": "210",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11595",
        "label": "220",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11596",
        "label": "220",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11597",
        "label": "230",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11598",
        "label": "230",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11599",
        "label": "240",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1160",
        "label": "89\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->'\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd \u05d2-\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd-11",
        "short": "89\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11600",
        "label": "240",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11603",
        "label": "310",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11604",
        "label": "310",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11605",
        "label": "320",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11606",
        "label": "330",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11607",
        "label": "330",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11608",
        "label": "340",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11609",
        "label": "340",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11619",
        "label": "54",
        "long": "\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05d0\u05d1\u05e0\u05d9 \u05e0\u05d6\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11620",
        "label": "54",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11621",
        "label": "55",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05e2\u05e8 \u05d4\u05de\u05dc\u05da/\u05ea''\u05ea \u05d3\u05e8\u05da \u05d4\u05e7\u05d5\u05d3\u05e9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11622",
        "label": "55",
        "long": "\u05e9\u05e2\u05e8 \u05d4\u05de\u05dc\u05da/\u05ea''\u05ea \u05d3\u05e8\u05da \u05d4\u05e7\u05d5\u05d3\u05e9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11623",
        "label": "200",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11625",
        "label": "200",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11627",
        "label": "56",
        "long": "\u05de\u05e8\u05d5\u05de\u05d9 \u05e9\u05d3\u05d4 16-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05d5\u05e1\u05e3/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11628",
        "label": "56",
        "long": "\u05e9\u05e2\u05e8\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d4/\u05d7\u05d6\u05d5\u05df \u05d3\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8 \u05db''\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11629",
        "label": "57",
        "long": "\u05e8\u05e9\u05d1''\u05d9 /\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05de\u05d9\u05e8/\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11630",
        "label": "57",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d6\u05e7\u05d0\u05dc/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11631",
        "label": "58",
        "long": "\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05e9\u05d3\u05d9 \u05d7\u05de\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05de\u05e8\u05d5\u05de\u05d9 \u05e9\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11632",
        "label": "58",
        "long": "\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05de\u05e0\u05d7\u05ea \u05e9\u05dc\u05de\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e8\u05d5\u05de\u05d9 \u05e9\u05d3\u05d4/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11633",
        "label": "53",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05e8\u05d1 \u05d5\u05e9\u05de\u05d5\u05d0\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05d9\u05db\u05e8 \u05e0\u05d0\u05d5\u05ea \u05d4\u05e4\u05e1\u05d2\u05d4/\u05d4\u05e8\u05d9\u05d8\u05d1''\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11634",
        "label": "53",
        "long": "\u05ea''\u05ea \u05e7\u05e8\u05dc\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05e9\u05d1''\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1164",
        "label": "89",
        "long": "'\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd \u05d2-\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11650",
        "label": "15",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-3#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11657",
        "label": "123",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d3\u05e0\u05d9\u05e0\u05d5 \u05de\u05d2\u05d3\u05dc \u05d0\u05d5\u05e8-\u05d7\u05d9\u05e4\u05d4-1\u05d3",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11658",
        "label": "123",
        "long": "\u05d3\u05e0\u05d9\u05e0\u05d5 /\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9 \u05de\u05d2\u05d3\u05dc \u05d0\u05d5\u05e8-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d3",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11670",
        "label": "24",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d4\u05e8\u05d9\u05de\u05d5\u05df/\u05d4\u05ea\u05de\u05e8-\u05d1\u05d9\u05ea \u05d0\u05dc\u05e2\u05d6\u05e8\u05d9-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11671",
        "label": "24",
        "long": "\u05d4\u05ea\u05d0\u05e0\u05d4/\u05d4\u05d2\u05e4\u05df-\u05d1\u05d9\u05ea \u05d0\u05dc\u05e2\u05d6\u05e8\u05d9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1168",
        "label": "91\u05d0",
        "long": "\u05d3\u05e8\u05da \u05d0\u05e4\u05e7/\u05d4\u05d1\u05e0\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d9\u05e8\u05e7\u05d9\u05df<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "91\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11685",
        "label": "1",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11688",
        "label": "1",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e3 \u05dc\u05d9\u05dc\u05d4 \u05d5\u05e9\u05d1\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-17",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11689",
        "label": "1",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1169",
        "label": "91",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-30",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11692",
        "label": "1",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e3 \u05dc\u05d9\u05dc\u05d4 \u05d5\u05e9\u05d1\u05ea-\u05d7\u05d9\u05e4\u05d4-27",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11693",
        "label": "2",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05ea\u05d0-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11695",
        "label": "2",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05ea\u05d0-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11697",
        "label": "588",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e9\u05e2\u05e8 \u05d4\u05e0\u05d2\u05d1<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-1#",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11698",
        "label": "588",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e9\u05e2\u05e8 \u05d4\u05e0\u05d2\u05d1-2#",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11699",
        "label": "25",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05db\u05e8\u05de\u05dc/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05db\u05e8\u05de\u05dc-1#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11700",
        "label": "25",
        "long": "\u05db\u05e8\u05de\u05dc/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05db\u05e8\u05de\u05dc<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-2#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11706",
        "label": "669",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11707",
        "label": "669",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11708",
        "label": "373",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11709",
        "label": "373",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11710",
        "label": "357",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11711",
        "label": "357",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05ea''\u05ea \u05e7\u05e8\u05dc\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-2#",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11712",
        "label": "687",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05e7\u05d9\u05e3-\u05e9\u05d2\u05d1 \u05e9\u05dc\u05d5\u05dd<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-1#",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11717",
        "label": "660",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-1#",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11718",
        "label": "660",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1172",
        "label": "97",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11725",
        "label": "160",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-1#",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11726",
        "label": "68",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05dc\u05d0 \u05e0\u05e4\u05d7\u05d0-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1-1#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11727",
        "label": "68",
        "long": "\u05db\u05dc\u05d0 \u05e0\u05e4\u05d7\u05d0-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1173",
        "label": "97",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11735",
        "label": "160",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1175",
        "label": "98",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11750",
        "label": "60",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-1#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11751",
        "label": "60",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11755",
        "label": "26",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e2\u05d1\u05e8\u05d5\u05ea-\u05de\u05e2\u05d1\u05e8\u05d5\u05ea-10",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11756",
        "label": "26",
        "long": "\u05de\u05e2\u05d1\u05e8\u05d5\u05ea-\u05de\u05e2\u05d1\u05e8\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "11757",
        "label": "11",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd/\u05d4\u05e0\u05d9\u05e6\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "11759",
        "label": "11",
        "long": "\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd/\u05d4\u05e9\u05e7\u05d3-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11761",
        "label": "29",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e9\u05dc\u05d3\u05d2/\u05e9\u05d1\u05d9\u05dc \u05d4\u05e9\u05e7\u05d9\u05e2\u05d4-\u05de\u05db\u05de\u05d5\u05e8\u05ea-10",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11762",
        "label": "29",
        "long": "\u05e6\u05e8\u05db\u05e0\u05d9\u05d4-\u05de\u05db\u05de\u05d5\u05e8\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11763",
        "label": "33",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d0\u05d9\u05d1\u05d8\u05df-\u05d6\u05de\u05e8-10",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11764",
        "label": "33",
        "long": "\u05d0\u05d9\u05d1\u05d8\u05df-\u05d6\u05de\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11767",
        "label": "40",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05ea \u05d7\u05e4\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8-\u05d1\u05ea \u05d7\u05e4\u05e8-10",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11768",
        "label": "40",
        "long": "\u05e9\u05d3. \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8/\u05e9\u05d3. \u05d4\u05e9\u05e4\u05dc\u05d4-\u05d1\u05ea \u05d7\u05e4\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11769",
        "label": "44",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea/\u05e2\u05d6\u05e8\u05d9\u05d0\u05dc-\u05e2\u05d6\u05e8\u05d9\u05d0\u05dc-10",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1177",
        "label": "98\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "98\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11770",
        "label": "44",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea/\u05e2\u05d6\u05e8\u05d9\u05d0\u05dc-\u05e2\u05d6\u05e8\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11771",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05d4\u05e8\u05d7\u05d1\u05d4/\u05d4\u05d5\u05ea\u05d9\u05e7\u05d9\u05dd-\u05d2\u05d0\u05d5\u05dc\u05d9\u05dd-10",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11772",
        "label": "45",
        "long": "\u05d4\u05d5\u05d5\u05ea\u05d9\u05e7\u05d9\u05dd/\u05d4\u05d4\u05e8\u05d7\u05d1\u05d4-\u05d2\u05d0\u05d5\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11773",
        "label": "47",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd \u05e6\u05d5\u05e8\u05df/\u05d4\u05e9\u05d9\u05e7\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-10",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11774",
        "label": "47",
        "long": "\u05d3\u05e8\u05da \u05dc\u05d1 \u05d4\u05e9\u05e8\u05d5\u05df/\u05d4\u05d0\u05d9\u05dc\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11775",
        "label": "41",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05ea \u05d7\u05e4\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8-\u05d1\u05ea \u05d7\u05e4\u05e8-10",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11776",
        "label": "41",
        "long": "\u05e9\u05d3. \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8/\u05e9\u05d3. \u05d4\u05e9\u05e4\u05dc\u05d4-\u05d1\u05ea \u05d7\u05e4\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11778",
        "label": "640",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11779",
        "label": "640",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-11",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11780",
        "label": "640",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-20",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11781",
        "label": "640",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-21",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11782",
        "label": "641",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05d0\u05d5\u05e4\u05df/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11783",
        "label": "641",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "11785",
        "label": "12",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd \u05e6\u05d5\u05e8\u05df/\u05d4\u05e9\u05d9\u05e7\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-10",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "11787",
        "label": "12",
        "long": "\u05d3\u05e8\u05da \u05dc\u05d1 \u05d4\u05e9\u05e8\u05d5\u05df/\u05d4\u05d0\u05d9\u05dc\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1179",
        "label": "99",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e6\u05e4\u05ea/\u05e9\u05d1\u05d8 \u05d3\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11795",
        "label": "625",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df/\u05e9\u05d5\u05e9\u05e0\u05ea \u05d4\u05e2\u05de\u05e7\u05d9\u05dd-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d3\u05e8\u05da \u05d4\u05e9\u05e8\u05d5\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11796",
        "label": "625",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df/\u05e9\u05d5\u05e9\u05e0\u05ea \u05d4\u05e2\u05de\u05e7\u05d9\u05dd-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-20",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "11799",
        "label": "35",
        "long": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e8\u05d2\u05d1\u05d9\u05dd-\u05e8\u05d2\u05d1\u05d9\u05dd<->\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "11800",
        "label": "35",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e8\u05d2\u05d1\u05d9\u05dd-\u05e8\u05d2\u05d1\u05d9\u05dd-20",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11801",
        "label": "39",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4-10",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11803",
        "label": "39",
        "long": "\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11808",
        "label": "640",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d4\u05d2\u05d1\u05d9\u05e9/\u05d4\u05de\u05d7\u05e7\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-12",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11809",
        "label": "640",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d4\u05e8\u05de\u05dc\u05d9\u05df/\u05d4\u05de\u05d7\u05e7\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-22",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1181",
        "label": "99",
        "long": "\u05e6\u05e4\u05ea/\u05e9\u05d1\u05d8 \u05d3\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11810",
        "label": "11",
        "long": "\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05e1\u05d3\u05df-\u05e2\u05e8\u05d3<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11811",
        "label": "11",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05e1\u05d3\u05df-\u05e2\u05e8\u05d3-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11812",
        "label": "12",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-3#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11818",
        "label": "119",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d1\u05d9 \u05d4\u05d0\u05e1\u05d9\u05e8\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11819",
        "label": "4",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e9\u05d3\u05e8\u05d5\u05ea-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1182",
        "label": "99",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-30",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11820",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11821",
        "label": "3",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05ea\u05d7\u05e0\u05d4 \u05e8\u05db\u05d1\u05ea \u05e9\u05d3\u05e8\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e9\u05d3\u05e8\u05d5\u05ea-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11822",
        "label": "3",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05e8\u05db\u05d1\u05ea \u05e9\u05d3\u05e8\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11823",
        "label": "54",
        "long": "\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05e9\u05d3\u05d9 \u05d7\u05de\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-13",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11824",
        "label": "58",
        "long": "\u05e8\u05de\u05d1''\u05df/\u05e8\u05e9\u05d1''\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3' \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05e2\u05e8\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-12",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11826",
        "label": "144",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05dc\u05d0 \u05e1\u05d4\u05e8\u05d5\u05e0\u05d9\u05dd-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1-1#",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11827",
        "label": "144",
        "long": "\u05db\u05dc\u05d0 \u05e1\u05d4\u05e8\u05d5\u05e0\u05d9\u05dd-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11850",
        "label": "2",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05e4\u05e8\u05d3\u05e1 \u05d7\u05d9\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05e4\u05e8\u05d3\u05e1 \u05d7\u05d9\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-3#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11870",
        "label": "2",
        "long": "\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05e4\u05d8\u05dc-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05db\u05e8/\u05d4\u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11874",
        "label": "1",
        "long": "\u05d4\u05d3\u05e1\u05d9\u05dd-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05db\u05e8/\u05d4\u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11881",
        "label": "19",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d5\u05e8 \u05ea\u05d5\u05e8\u05d4-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3<->\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd/\u05e8\u05de\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-20",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11888",
        "label": "1",
        "long": "\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-3\u05d7",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11891",
        "label": "392",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-22",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11895",
        "label": "560",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1#",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11897",
        "label": "560",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11903",
        "label": "10",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-30",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11904",
        "label": "10",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-31",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11905",
        "label": "11",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11906",
        "label": "11",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11907",
        "label": "12",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-30",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11908",
        "label": "18",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11909",
        "label": "18",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11917",
        "label": "55",
        "long": "\u05e2\u05d5\u05d6\u05d9 \u05d7\u05d9\u05d8\u05de\u05df/\u05d3\u05dc\u05d9\u05d4 \u05e8\u05d1\u05d9\u05e7\u05d5\u05d1\u05d9\u05e5-\u05e8\u05de\u05dc\u05d4<->\u05d1\u05d5\u05e8\u05d5\u05db\u05d5\u05d1/\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc-\u05e8\u05de\u05dc\u05d4-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11918",
        "label": "55",
        "long": "\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc/\u05e6\u05d4''\u05dc-\u05e8\u05de\u05dc\u05d4<->\u05e9\u05d5\u05e9\u05e0\u05d4 \u05d3\u05de\u05d0\u05e8\u05d9/\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8-\u05e8\u05de\u05dc\u05d4-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11924",
        "label": "153",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3-10",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11925",
        "label": "153",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11926",
        "label": "155",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d7\u05e0\u05d4 \u05de\u05e6\u05dc''\u05d7 6820-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-10",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11927",
        "label": "156",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d7\u05e0\u05d4 \u05de\u05e6\u05dc''\u05d7 6820-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-10",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11928",
        "label": "156",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e1\u05e3/44-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11929",
        "label": "245",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05e9\u05d8\u05d9\u05d9\u05df/\u05e9\u05d3. \u05d3\u05d5\u05d3 \u05e8\u05d6\u05d9\u05d0\u05dc-\u05e8\u05de\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11930",
        "label": "245",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11931",
        "label": "247",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11932",
        "label": "247",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11933",
        "label": "451",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11934",
        "label": "451",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11935",
        "label": "451",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e6. \u05e8\u05de\u05dc\u05d4 \u05dc\u05d5\u05d3/\u05d3\u05d5\u05db\u05d9\u05e4\u05ea-\u05e8\u05de\u05dc\u05d4-22",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11936",
        "label": "454",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05e9\u05d8\u05d9\u05d9\u05df/\u05e9\u05d3. \u05d3\u05d5\u05d3 \u05e8\u05d6\u05d9\u05d0\u05dc-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11937",
        "label": "454",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11938",
        "label": "455",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11939",
        "label": "457",
        "long": "\u05d0\u05d1\u05d0 \u05d0\u05d7\u05d9\u05de\u05d0\u05d9\u05e8/\u05d4\u05e8\u05d1 \u05de\u05e8\u05d3\u05db\u05d9 \u05e9\u05e8\u05e2\u05d1\u05d9-\u05e8\u05de\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11940",
        "label": "457",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d7\u05d9\u05de\u05d0\u05d9\u05e8/\u05e9\u05e8\u05e2\u05d1\u05d9-\u05e8\u05de\u05dc\u05d4-20",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11941",
        "label": "461",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11942",
        "label": "461",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11943",
        "label": "500",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11944",
        "label": "500",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-20",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11945",
        "label": "458",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d5\u05e9\u05e0\u05d4 \u05d3\u05de\u05d0\u05e8\u05d9/\u05e2\u05d5\u05d6\u05d9 \u05d7\u05d9\u05d8\u05de\u05df-\u05e8\u05de\u05dc\u05d4-20",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11954",
        "label": "75",
        "long": "\u05d1\u05e9\u05de\u05ea/\u05e8\u05d7\u05d1\u05ea \u05e0\u05e8\u05e7\u05d9\u05e1-\u05e9\u05d5\u05d4\u05dd<->\u05e9\u05d3. \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05d0\u05d2\u05de\u05d9\u05ea-\u05e9\u05d5\u05d4\u05dd-20",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11958",
        "label": "79",
        "long": "\u05ea\u05e4\u05d5\u05d6/\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2-\u05e9\u05d5\u05d4\u05dd<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df/\u05ea\u05e8\u05e9\u05d9\u05e9-\u05e9\u05d5\u05d4\u05dd-20",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "11959",
        "label": "80",
        "long": "\u05ea\u05e4\u05d5\u05d6/\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2-\u05e9\u05d5\u05d4\u05dd<->\u05e9\u05d3. \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05d4\u05d0\u05d5\u05d3\u05dd-\u05e9\u05d5\u05d4\u05dd-20",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11974",
        "label": "157",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11975",
        "label": "157",
        "long": "\u05d0\u05dc\u05de\u05d5\u05d2 \u05e1\u05e0\u05d8\u05e8/\u05d0\u05e4\u05e8\u05d9\u05dd \u05e7\u05d9\u05e9\u05d5\u05df-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-14",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11976",
        "label": "157",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-20",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "11979",
        "label": "452",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d3''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4-20",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12",
        "label": "5",
        "long": "\u05d4\u05e8\u05d9\u05de\u05d5\u05df/\u05d4\u05d1\u05e8\u05d5\u05e9-\u05d1\u05df \u05d6\u05db\u05d0\u05d9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12005",
        "label": "978",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12006",
        "label": "978",
        "long": "\u05d3\u05e8\u05da \u05d0\u05d4\u05e8\u05d5\u05df/\u05d3\u05e8\u05da \u05e9\u05e8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-1\u05d0",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12007",
        "label": "978",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12011",
        "label": "13",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-17",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12012",
        "label": "13",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-27",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12013",
        "label": "2",
        "long": "\u05e9\u05d3. \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05e9\u05e7\u05e0\u05d0\u05d9-\u05e9\u05d5\u05d4\u05dd<->\u05e9\u05d3. \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05e9\u05e7\u05e0\u05d0\u05d9-\u05e9\u05d5\u05d4\u05dd-37",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1207",
        "label": "287",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1208",
        "label": "1",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d9\u05e4\u05d9\u05e2/\u05d0\u05dc-\u05d0\u05dc\u05de\u05d0\u05e0\u05d9\u05d4-\u05d9\u05e4\u05d9\u05e2-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1209",
        "label": "1",
        "long": "\u05d9\u05e4\u05d9\u05e2/\u05d0\u05dc-\u05d0\u05dc\u05de\u05d0\u05e0\u05d9\u05d4-\u05d9\u05e4\u05d9\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12092",
        "label": "4",
        "long": "\u05e9\u05db\u05d5\u05e0\u05d4 \u05d1\u05d3\u05d5\u05d0\u05d9\u05ea 1-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12093",
        "label": "4",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d4\u05d1\u05d5\u05dc\u05d1\u05d5\u05dc/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "121",
        "label": "462",
        "long": "\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e8\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12115",
        "label": "10",
        "long": "\u05de\u05e7\u05d0\u05dd \u05e0\u05d1\u05d9 \u05e1\u05d1\u05dc\u05d0\u05df-\u05d7\u05d5\u05e8\u05e4\u05d9\u05e9<->\u05de\u05e7\u05d0\u05dd \u05e0\u05d1\u05d9 \u05e1\u05d1\u05dc\u05d0\u05df-\u05d7\u05d5\u05e8\u05e4\u05d9\u05e9-3#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12117",
        "label": "30",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e0\u05e1 \u05e2\u05de\u05d9\u05dd/\u05de\u05e8\u05db\u05d6-\u05e0\u05e1 \u05e2\u05de\u05d9\u05dd-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12118",
        "label": "30",
        "long": "\u05e0\u05e1 \u05e2\u05de\u05d9\u05dd/\u05de\u05e8\u05db\u05d6-\u05e0\u05e1 \u05e2\u05de\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12119",
        "label": "31",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d7\u05e0\u05d9\u05ea\u05d4-\u05d7\u05e0\u05d9\u05ea\u05d4-1#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12120",
        "label": "31",
        "long": "\u05d7\u05e0\u05d9\u05ea\u05d4-\u05d7\u05e0\u05d9\u05ea\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12121",
        "label": "37",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05db\u05d9\u05db\u05e8 \u05d4\u05d6\u05d9\u05ea/\u05d4\u05d2\u05e4\u05df-\u05e2\u05d1\u05d3\u05d5\u05df-1#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12122",
        "label": "37",
        "long": "\u05d4\u05d2\u05e4\u05df/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05e2\u05d1\u05d3\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12123",
        "label": "36",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05dc\u05d5\u05de\u05d9-\u05e9\u05dc\u05d5\u05de\u05d9-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12124",
        "label": "36",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05dc\u05d5\u05de\u05d9-\u05e9\u05dc\u05d5\u05de\u05d9<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12127",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05dc\u05d5\u05de\u05d9-\u05e9\u05dc\u05d5\u05de\u05d9<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05d4/\u05e9\u05dc\u05d5\u05de\u05d9-\u05e9\u05dc\u05d5\u05de\u05d9-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12128",
        "label": "1\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05dc\u05d5\u05de\u05d9-\u05e9\u05dc\u05d5\u05de\u05d9<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05d4/\u05e9\u05dc\u05d5\u05de\u05d9-\u05e9\u05dc\u05d5\u05de\u05d9-2#",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12129",
        "label": "53",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05db\u05d9\u05db\u05e8 \u05d2\u05d9\u05ea\u05d4-\u05d2\u05d9\u05ea\u05d4-1#",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12130",
        "label": "53",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d2\u05d9\u05ea\u05d4-\u05d2\u05d9\u05ea\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12135",
        "label": "49",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-1#",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12136",
        "label": "49",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12137",
        "label": "60",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05dc\u05d5\u05d7\u05de\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea/\u05de\u05e8\u05db\u05d6-\u05dc\u05d5\u05d7\u05de\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-1#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12138",
        "label": "60",
        "long": "\u05dc\u05d5\u05d7\u05de\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea/\u05de\u05e8\u05db\u05d6-\u05dc\u05d5\u05d7\u05de\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-2#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12141",
        "label": "50",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d0\u05d1\u05d9\u05e8\u05d9\u05dd \u05d1-\u05d0\u05d1\u05d9\u05e8\u05d9\u05dd-1#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12142",
        "label": "50",
        "long": "\u05d0\u05d1\u05d9\u05e8\u05d9\u05dd \u05d0-\u05d0\u05d1\u05d9\u05e8\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12145",
        "label": "20",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05de\u05d7\u05e0\u05d4 \u05de\u05d9\u05e9\u05e8-\u05de\u05e8\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12146",
        "label": "20",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05de\u05d9\u05e9\u05e8-\u05de\u05e8\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12147",
        "label": "5",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d0\u05d5\u05e8 \u05d4\u05d2\u05e0\u05d5\u05d6 \u05de\u05e8\u05db\u05d6-\u05d0\u05d5\u05e8 \u05d4\u05d2\u05e0\u05d5\u05d6-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12148",
        "label": "5",
        "long": "\u05d0\u05d5\u05e8 \u05d4\u05d2\u05e0\u05d5\u05d6 \u05de\u05e8\u05db\u05d6-\u05d0\u05d5\u05e8 \u05d4\u05d2\u05e0\u05d5\u05d6<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12156",
        "label": "54",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4-\u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d7\u05d5\u05dc\u05ea\u05d4-1#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12157",
        "label": "54",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d7\u05d5\u05dc\u05ea\u05d4<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4-\u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4-2#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12171",
        "label": "978",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-1\u05d1",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12172",
        "label": "978",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d3\u05e8\u05da \u05d0\u05d4\u05e8\u05d5\u05df/\u05d7\u05d5\u05d5\u05d4 \u05d7\u05e7\u05dc\u05d0\u05d9\u05ea-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-2\u05d0",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12173",
        "label": "978",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2\u05d1",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12174",
        "label": "15",
        "long": "\u05d0\u05dc \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e9\u05e8\u05e7-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1<->\u05d0\u05dc \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e9\u05e8\u05e7-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1-10",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12176",
        "label": "15",
        "long": "\u05d0\u05dc \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e9\u05e8\u05e7-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1<->\u05d0\u05dc \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e9\u05e8\u05e7-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1-20",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12181",
        "label": "159",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05e7''\u05dc \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05de\u05e9\u05d8\u05e8\u05d4/\u05d4\u05e8\u05d0\u05dc-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12182",
        "label": "159",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05d5\u05e6\u05d1\u05d9\u05dd/\u05de\u05e6\u05e4\u05d4 \u05d4\u05d1\u05d9\u05e8\u05d4-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05e7''\u05dc \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12183",
        "label": "554",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d4",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12188",
        "label": "77",
        "long": "\u05de\u05db\u05de\u05e0\u05d9\u05dd \u05db\u05d9\u05db\u05e8-\u05de\u05db\u05de\u05e0\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-1#",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12189",
        "label": "77",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05de\u05db\u05de\u05e0\u05d9\u05dd \u05db\u05d9\u05db\u05e8-\u05de\u05db\u05de\u05e0\u05d9\u05dd-2#",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12190",
        "label": "9",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12191",
        "label": "9",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da/\u05e4\u05e8\u05d3\u05e1 \u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12192",
        "label": "10",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0 \u05dc\u05de\u05e2\u05e8\u05d1-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12196",
        "label": "21",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d3\u05e8\u05da \u05e0\u05d9\u05dc''\u05d9/\u05d4\u05d4\u05d2\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12197",
        "label": "21",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12198",
        "label": "11",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e7\u05d5\u05e4\u05dc\u05d5\u05d1\u05d9\u05e5/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12200",
        "label": "29",
        "long": "\u05d3\u05e8\u05da \u05e4\u05d9\u05e7''\u05d0/\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05dc\u05d5\u05d9-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12203",
        "label": "32",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d0\u05d5\u05e8\u05e0\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12204",
        "label": "32",
        "long": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e8\u05d2\u05d1\u05d9\u05dd-\u05e8\u05d2\u05d1\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12206",
        "label": "3",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05ea\u05d3\u05d4\u05e8-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05ea\u05d3\u05d4\u05e8-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-3\u05d5",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12211",
        "label": "45",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12212",
        "label": "45",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12213",
        "label": "46",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-10",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12214",
        "label": "46",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12215",
        "label": "48",
        "long": "\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df/\u05de\u05e1\u05d2\u05d3-\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12217",
        "label": "48",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df/\u05de\u05e1\u05d2\u05d3-\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df-20",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12219",
        "label": "51",
        "long": "\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d4-\u05d7\u05d3\u05e8\u05d4<->'\u05de\u05e2\u05e4\u05d9\u05dc \u05d0-\u05d4\u05de\u05e2\u05e4\u05d9\u05dc-10",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12220",
        "label": "51",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->'\u05de\u05e2\u05e4\u05d9\u05dc \u05d0-\u05d4\u05de\u05e2\u05e4\u05d9\u05dc-11",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12221",
        "label": "51",
        "long": "'\u05de\u05e2\u05e4\u05d9\u05dc \u05d0-\u05d4\u05de\u05e2\u05e4\u05d9\u05dc<->\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd/\u05d4\u05e8\u05d1\u05e8\u05d8 \u05e1\u05de\u05d5\u05d0\u05dc-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12222",
        "label": "51",
        "long": "'\u05de\u05e2\u05e4\u05d9\u05dc \u05d0-\u05d4\u05de\u05e2\u05e4\u05d9\u05dc<->\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd/\u05d4\u05e8\u05d1\u05e8\u05d8 \u05e1\u05de\u05d5\u05d0\u05dc-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12223",
        "label": "49",
        "long": "\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df/\u05de\u05e1\u05d2\u05d3-\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4-10",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12224",
        "label": "49",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df/\u05de\u05e1\u05d2\u05d3-\u05d0\u05dc \u05e2\u05e8\u05d9\u05d0\u05df-20",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12225",
        "label": "52",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2'\u05ea-\u05d2'\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4-10",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12226",
        "label": "52",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05e7\u05d5\u05e4''\u05d7 \u05db\u05dc\u05dc\u05d9\u05ea-\u05d2'\u05ea-20",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12227",
        "label": "55",
        "long": "\u05d4\u05e8\u05d1\u05e8\u05d8 \u05e1\u05de\u05d5\u05d0\u05dc/\u05e9\u05d3. \u05e8\u05d5\u05d8\u05e9\u05d9\u05dc\u05d3-\u05d7\u05d3\u05e8\u05d4<->'\u05d2\u05df \u05d9\u05d0\u05e9\u05d9\u05d4 \u05d3-\u05d2\u05df \u05d9\u05d0\u05e9\u05d9\u05d4-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12228",
        "label": "55",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->'\u05d2\u05df \u05d9\u05d0\u05e9\u05d9\u05d4 \u05d3-\u05d2\u05df \u05d9\u05d0\u05e9\u05d9\u05d4-11",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12229",
        "label": "55",
        "long": "'\u05d2\u05df \u05d9\u05d0\u05e9\u05d9\u05d4 \u05d3-\u05d2\u05df \u05d9\u05d0\u05e9\u05d9\u05d4<->\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd/\u05d4\u05e8\u05d1\u05e8\u05d8 \u05e1\u05de\u05d5\u05d0\u05dc-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12230",
        "label": "55",
        "long": "'\u05d2\u05df \u05d9\u05d0\u05e9\u05d9\u05d4 \u05d3-\u05d2\u05df \u05d9\u05d0\u05e9\u05d9\u05d4<->\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd/\u05d4\u05e8\u05d1\u05e8\u05d8 \u05e1\u05de\u05d5\u05d0\u05dc-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12231",
        "label": "53",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d0\u05dc \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e9\u05e8\u05e7-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1-10",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12232",
        "label": "53",
        "long": "\u05d0\u05dc \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e9\u05e8\u05e7-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12233",
        "label": "54",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05e8\u05d9\u05de\u05d5\u05df-\u05d0\u05dc\u05d9\u05db\u05d9\u05df-10",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12235",
        "label": "54",
        "long": "\u05d4\u05ea\u05d0\u05e0\u05d4/\u05d4\u05ea\u05de\u05e8-\u05d0\u05dc\u05d9\u05db\u05d9\u05df<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12236",
        "label": "54\u05d0",
        "long": "\u05d4\u05ea\u05d0\u05e0\u05d4/\u05d4\u05ea\u05de\u05e8-\u05d0\u05dc\u05d9\u05db\u05d9\u05df<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "54\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12237",
        "label": "58",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12238",
        "label": "63",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05e8\u05d9\u05e9<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-10",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12239",
        "label": "63",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-20",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12240",
        "label": "60\u05d0",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-10",
        "short": "60\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12241",
        "label": "60",
        "long": "\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12244",
        "label": "59",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2'\u05ea-\u05d2'\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12245",
        "label": "59",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e7\u05d5\u05e4''\u05d7 \u05db\u05dc\u05dc\u05d9\u05ea-\u05d2'\u05ea-20",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12246",
        "label": "64",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d0\u05d9\u05d1\u05d8\u05df-\u05d6\u05de\u05e8-10",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12247",
        "label": "64",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d0\u05d9\u05d1\u05d8\u05df-\u05d6\u05de\u05e8-11",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12248",
        "label": "64",
        "long": "\u05d0\u05d9\u05d1\u05d8\u05df-\u05d6\u05de\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12249",
        "label": "64",
        "long": "\u05d0\u05d9\u05d1\u05d8\u05df-\u05d6\u05de\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12250",
        "label": "65",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05de\u05d2\u05dc \u05d6-\u05de\u05d2\u05dc-10",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12251",
        "label": "65",
        "long": "\u05de\u05d2\u05dc \u05d1-\u05de\u05d2\u05dc<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12253",
        "label": "67",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12254",
        "label": "70",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-10",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12255",
        "label": "70",
        "long": "\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12258",
        "label": "74",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d5\u05d8\u05e9\u05d9\u05dc\u05d3/\u05de\u05e0\u05d7\u05dd \u05e6\u05d9\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-10",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12259",
        "label": "297",
        "long": "\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d1\u05e0\u05d9\u05df \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12260",
        "label": "297",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d1\u05e0\u05d9\u05df \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4-20",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12261",
        "label": "75",
        "long": "\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05e9\u05d9\u05d3\u05dc\u05d5\u05d1\u05e1\u05e7\u05d9-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12262",
        "label": "705",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12263",
        "label": "705",
        "long": "\u05d4\u05e4\u05e8\u05d3\u05e1/\u05e9\u05e4\u05e7-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-11",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12265",
        "label": "705",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12266",
        "label": "705",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d1\u05df \u05e9\u05dc\u05d5\u05dd/\u05e7\u05d9\u05d1\u05d5\u05e5 \u05d2\u05dc\u05d5\u05d9\u05d5\u05ea-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12267",
        "label": "706",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12270",
        "label": "706",
        "long": "\u05d4\u05e4\u05e8\u05d3\u05e1/\u05e9\u05e4\u05e7-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-13",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12271",
        "label": "706",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12273",
        "label": "708",
        "long": "\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12274",
        "label": "708",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-20",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12275",
        "label": "710",
        "long": "\u05d3\u05e8\u05da \u05d0\u05d4\u05e8\u05d5\u05df/\u05d3\u05e8\u05da \u05e9\u05e8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12276",
        "label": "710",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d3\u05e8\u05da \u05d0\u05d4\u05e8\u05d5\u05df/\u05d7\u05d5\u05d5\u05d4 \u05d7\u05e7\u05dc\u05d0\u05d9\u05ea-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-20",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12277",
        "label": "716",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-10",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12278",
        "label": "716",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12281",
        "label": "730",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05d9\u05e9\u05d1\u05e2/\u05d3\u05e8\u05da \u05d4\u05d1\u05e0\u05d9\u05dd-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-20",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12283",
        "label": "730",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05d9\u05e9\u05d1\u05e2/\u05d3\u05e8\u05da \u05d4\u05d1\u05e0\u05d9\u05dd-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-22",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12284",
        "label": "729",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d1\u05e0\u05d9\u05dd/\u05d3\u05e8\u05da \u05de\u05e9\u05de\u05e8\u05d5\u05ea-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "729",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12288",
        "label": "76",
        "long": "\u05de\u05ea\u05d7\u05dd \u05de\u05d9\u05e7\u05e1/\u05e6\u05d4''\u05dc-\u05d7\u05d3\u05e8\u05d4<->\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e9\u05d3\u05d5\u05ea \u05d9\u05dd-\u05e9\u05d3\u05d5\u05ea \u05d9\u05dd-10",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12289",
        "label": "76",
        "long": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e9\u05d3\u05d5\u05ea \u05d9\u05dd-\u05e9\u05d3\u05d5\u05ea \u05d9\u05dd<->\u05de\u05ea\u05d7\u05dd \u05de\u05d9\u05e7\u05e1/\u05e6\u05d4''\u05dc-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12302",
        "label": "54",
        "long": "\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d6\u05e7\u05d0\u05dc \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12303",
        "label": "54",
        "long": "\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05e0\u05d5\u05d3\u05e2 \u05d1\u05d9\u05d4\u05d5\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-25",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12304",
        "label": "56",
        "long": "\u05e9\u05e2\u05e8\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d4/\u05d7\u05d6\u05d5\u05df \u05d3\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05d0\u05d1\u05e0\u05d9 \u05e0\u05d6\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12305",
        "label": "57",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e8\u05e9\u05d1''\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3' \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05d0\u05d5\u05e8 \u05d0\u05dc\u05d7\u05e0\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-12",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12307",
        "label": "57",
        "long": "\u05e9\u05d3' \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05d0\u05d5\u05e8 \u05d0\u05dc\u05d7\u05e0\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e6\u05d5\u05ea \u05d4\u05d7\u05d5\u05e9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12308",
        "label": "58",
        "long": "\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05de\u05e8\u05d5\u05de\u05d9 \u05e9\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d9\u05e0\u05ea \u05de\u05e9\u05d7\u05e7\u05d9\u05dd /\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05d5\u05e1\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-22",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12310",
        "label": "53",
        "long": "\u05db\u05d9\u05db\u05e8 \u05e0\u05d0\u05d5\u05ea \u05d4\u05e4\u05e1\u05d2\u05d4/\u05d4\u05e8\u05d9\u05d8\u05d1''\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12323",
        "label": "343",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12324",
        "label": "343",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12325",
        "label": "1",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d0\u05dc\u05d9\u05d4\u05d5/\u05d4\u05d3\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12326",
        "label": "1",
        "long": "\u05d0\u05dc\u05d9\u05d4\u05d5/\u05d4\u05d3\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12327",
        "label": "7",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-30",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12328",
        "label": "8",
        "long": "\u05de\u05e9\u05d4 \u05dc\u05d5\u05d9/\u05e8\u05e4\u05d0\u05dc \u05d0\u05d9\u05ea\u05df-\u05e8\u05de\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12329",
        "label": "8",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05dc\u05d5\u05d3<->\u05de\u05e9\u05d4 \u05dc\u05d5\u05d9/\u05d7\u05d9\u05d9\u05dd \u05dc\u05e1\u05e7\u05d5\u05d1-\u05e8\u05de\u05dc\u05d4-20",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12330",
        "label": "15",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05dc\u05d5\u05d3<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05d1/\u05d3\u05e8\u05da \u05d4\u05e8\u05de''\u05d0-\u05dc\u05d5\u05d3-10",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12331",
        "label": "15",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e6. \u05e8\u05de\u05dc\u05d4 \u05dc\u05d5\u05d3/\u05d3\u05d5\u05db\u05d9\u05e4\u05ea-\u05e8\u05de\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12332",
        "label": "26",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05d1\u05e8\u05d9\u05db\u05ea \u05e9\u05d7\u05d9\u05d4-\u05e0\u05d5\u05d5\u05d4 \u05e9\u05dc\u05d5\u05dd-10",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12333",
        "label": "26",
        "long": "\u05d1\u05e8\u05d9\u05db\u05ea \u05e9\u05d7\u05d9\u05d4-\u05e0\u05d5\u05d5\u05d4 \u05e9\u05dc\u05d5\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12339",
        "label": "28",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-10",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12340",
        "label": "28",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12343",
        "label": "357",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12344",
        "label": "357",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3-20",
        "short": "357",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "12349",
        "label": "90",
        "long": "\u05d3\u05e8\u05da \u05e9\u05e8\u05d4/\u05db''\u05d8 \u05d1\u05e0\u05d5\u05d1\u05de\u05d1\u05e8-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d3\u05e8\u05da \u05e9\u05e8\u05d4/\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d2\u05d5\u05dc\u05d5\u05de\u05d1-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-10",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12351",
        "label": "4",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05e9\u05d5\u05e9\u05e0\u05d4 \u05d3\u05de\u05d0\u05e8\u05d9/\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8-\u05e8\u05de\u05dc\u05d4-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12352",
        "label": "4",
        "long": "\u05e9\u05d5\u05e9\u05e0\u05d4 \u05d3\u05de\u05d0\u05e8\u05d9/\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12354",
        "label": "22",
        "long": "\u05d1\u05d9''\u05e1 \u05d7\u05d1''\u05d3 \u05d1' \u05dc\u05d1\u05e0\u05d9\u05dd/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-10",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12356",
        "label": "22",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12358",
        "label": "5",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05d1\u05df \u05e6\u05d1\u05d9/\u05e6\u05d4''\u05dc-\u05e8\u05de\u05dc\u05d4-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12360",
        "label": "5",
        "long": "\u05d1\u05df \u05e6\u05d1\u05d9/\u05dc\u05d5\u05d9 \u05d0\u05e9\u05db\u05d5\u05dc-\u05e8\u05de\u05dc\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05e9\u05d1\u05d8 \u05e9\u05de\u05e2\u05d5\u05df-\u05dc\u05d5\u05d3-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12364",
        "label": "21",
        "long": "\u05d1\u05d9''\u05e1 \u05d7\u05d1''\u05d3 \u05d1' \u05dc\u05d1\u05e0\u05d9\u05dd/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05dc\u05d5\u05d3<->\u05e9\u05e8\u05d5\u05df/\u05d2\u05d5\u05dc\u05df-\u05e7\u05e8\u05d9\u05ea \u05e9\u05d3\u05d4 \u05d4\u05ea\u05e2\u05d5\u05e4\u05d4-10",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12365",
        "label": "21",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05e9\u05d3\u05d4 \u05d4\u05ea\u05e2\u05d5\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12376",
        "label": "50",
        "long": "\u05de\u05db\u05dc\u05dc\u05d4 \u05dc\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05db\u05dc\u05dc\u05d4 \u05dc\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12378",
        "label": "21",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05db\u05dc\u05dc\u05d4 \u05dc\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12379",
        "label": "21",
        "long": "\u05de\u05db\u05dc\u05dc\u05d4 \u05dc\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12380",
        "label": "35",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12382",
        "label": "35",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d1",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12386",
        "label": "53",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05e7\u05dc''\u05d4 \u05e1\u05d9\u05d9\u05e8\u05ea \u05d3\u05d5\u05db\u05d9\u05e4\u05ea/\u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12387",
        "label": "65",
        "long": "\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05d4\u05e1\u05d9\u05d9\u05e8\u05ea \u05d4\u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12388",
        "label": "65",
        "long": "\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05d4\u05e1\u05d9\u05d9\u05e8\u05ea \u05d4\u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12389",
        "label": "65",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d3",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12390",
        "label": "65",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05d4\u05e1\u05d9\u05d9\u05e8\u05ea \u05d4\u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d0",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12391",
        "label": "65",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05d4\u05e1\u05d9\u05d9\u05e8\u05ea \u05d4\u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d1",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12401",
        "label": "4",
        "long": "\u05de\u05e8\u05d9\u05e0\u05d5\u05d1/\u05d2\u05dc\u05e8\u05e0\u05d8\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12405",
        "label": "15",
        "long": "\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12406",
        "label": "15",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12407",
        "label": "29",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12408",
        "label": "29",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12409",
        "label": "29",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12414",
        "label": "66\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "66\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12415",
        "label": "66",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12416",
        "label": "66",
        "long": "\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05d9\u05d3\u05d5\u05e8/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d0",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12417",
        "label": "66\u05d0",
        "long": "\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05d9\u05d3\u05d5\u05e8/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d6",
        "short": "66\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12419",
        "label": "30",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12420",
        "label": "30\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "30\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12421",
        "label": "30",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12422",
        "label": "34",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12424",
        "label": "34",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12434",
        "label": "70",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e1\u05d9\u05e1 \u05e4\u05d9\u05e7\u05d5\u05d3 \u05de\u05e8\u05db\u05d6/\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12435",
        "label": "70",
        "long": "\u05d1\u05e1\u05d9\u05e1 \u05e4\u05d9\u05e7\u05d5\u05d3 \u05de\u05e8\u05db\u05d6/\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12439",
        "label": "5",
        "long": "\u05de\u05db\u05dc\u05dc\u05d4 \u05dc\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d3",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "12440",
        "label": "14",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "12441",
        "label": "14",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "12442",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "12443",
        "label": "12",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "12444",
        "label": "13",
        "long": "\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "12445",
        "label": "13",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1251",
        "label": "5",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d0\u05d5\u05dd \u05e7\u05d5\u05d1\u05d9\u05d9/\u05db\u05e4\u05e8 \u05d4\u05d7\u05d5\u05e8\u05e9-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1253",
        "label": "5",
        "long": "\u05d0\u05d5\u05dd \u05e7\u05d5\u05d1\u05d9\u05d9/\u05db\u05e4\u05e8 \u05d4\u05d7\u05d5\u05e8\u05e9-\u05e0\u05e6\u05e8\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1254",
        "label": "6",
        "long": "\u05d1\u05d9''\u05e1 \u05e0\u05e2\u05de\u05ea/\u05d0\u05dc-\u05d1\u05e9\u05d0\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea<->\u05d0\u05dc-\u05db\u05d5\u05e8\u05d5\u05dd/\u05d2'\u05d1\u05dc \u05d0\u05dc-\u05de\u05d5\u05e7\u05d1\u05d9\u05d9-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1256",
        "label": "6",
        "long": "\u05d0\u05dc-\u05db\u05d5\u05e8\u05d5\u05dd/\u05d2'\u05d1\u05dc \u05d0\u05dc-\u05de\u05d5\u05e7\u05d1\u05d9\u05d9-\u05e0\u05e6\u05e8\u05ea<->\u05d1\u05d9''\u05e1 \u05e0\u05e2\u05de\u05ea/\u05d0\u05dc-\u05d1\u05e9\u05d0\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12587",
        "label": "75",
        "long": "\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05e9\u05d9\u05d3\u05dc\u05d5\u05d1\u05e1\u05e7\u05d9-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12588",
        "label": "79",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05d0\u05d9\u05dc\u05df/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-10",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12589",
        "label": "79",
        "long": "\u05d4\u05d0\u05d9\u05dc\u05df/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12590",
        "label": "500",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05d1\u05e8\u05e7\u05ea-\u05d7\u05d1\u05dc \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-14",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12592",
        "label": "304",
        "long": "\u05d0\u05dc\u05d9 \u05db\u05d4\u05df/\u05d9\u05e6\u05d7\u05e7 \u05d1\u05df \u05e6\u05d1\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12607",
        "label": "982",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "12622",
        "label": "200",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12644",
        "label": "979",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12645",
        "label": "979",
        "long": "\u05e6\u05d5\u05de\u05ea \u05de\u05d9\u05e8\u05d5\u05df-\u05de\u05e8\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-2#",
        "short": "979",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12652",
        "label": "988",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05e9\u05e4\u05ea\u05d9 \u05e6\u05d3\u05d9\u05e7/\u05e9\u05dc\u05d1 \u05d2-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-1#",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12653",
        "label": "988",
        "long": "\u05d8\u05e2\u05dd \u05d4\u05e6\u05d1\u05d9/\u05e9\u05dc\u05d1 \u05d0-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12654",
        "label": "989",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12655",
        "label": "989",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12656",
        "label": "990",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05de\u05e9\u05e7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12657",
        "label": "990",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05ea \u05de\u05dc\u05da/\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12670",
        "label": "174",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0/\u05d1\u05e0\u05e7-\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0-1#",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12671",
        "label": "174",
        "long": "\u05d0\u05d7\u05de\u05d3 \u05d7\u05d5\u05e1\u05d9\u05df \u05e2\u05dc\u05d0\u05dd/\u05d0\u05dc \u05d1\u05d5\u05e1\u05ea\u05d0\u05df-\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12672",
        "label": "304",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05db\u05dc\u05dc\u05d4 \u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "128",
        "label": "475",
        "long": "\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e8\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12843",
        "label": "27",
        "long": "\u05d9\u05d4\u05dc\u05d5\u05dd/\u05d2\u05e8\u05e0\u05d8-\u05d0\u05d1\u05df \u05e1\u05e4\u05d9\u05e8<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12856",
        "label": "33",
        "long": "\u05d6\u05d9\u05dc\u05d1\u05e8\u05d2/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d7",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "12871",
        "label": "1",
        "long": "\u05d4\u05e4\u05e1\u05d2\u05d4/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "129",
        "label": "475",
        "long": "\u05d4\u05d0\u05dc\u05d4/\u05d3\u05e7\u05e8-\u05dc\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-12",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1299",
        "label": "12",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d4\u05de\u05d5\u05d1\u05d9\u05dc/\u05d4\u05e1\u05d3\u05e0\u05d0-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13002",
        "label": "996",
        "long": "\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13006",
        "label": "998",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-11",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13008",
        "label": "998",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-21",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1302",
        "label": "12",
        "long": "\u05d4\u05de\u05d5\u05d1\u05d9\u05dc/\u05d4\u05e1\u05d3\u05e0\u05d0-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "131",
        "label": "475",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05d7\u05dc\u05dc\u05d9 \u05d0\u05d2\u05d5\u05d6-\u05dc\u05d5\u05d3-21",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1311",
        "label": "15",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da \u05e9\u05e0\u05dc\u05e8-\u05e0\u05e6\u05e8\u05ea<->7061/7074-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1312",
        "label": "15",
        "long": "7061/7074-\u05e0\u05e6\u05e8\u05ea<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da \u05e9\u05e0\u05dc\u05e8-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13127",
        "label": "940",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-31",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "132",
        "label": "475",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05d0\u05dc\u05d4/\u05d3\u05e8\u05da \u05dc\u05d5\u05d3 \u05d4\u05d9\u05e8\u05d5\u05e7\u05d4-\u05dc\u05d5\u05d3-22",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13212",
        "label": "991",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-1#",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13213",
        "label": "991",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13214",
        "label": "983",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05e9\u05e4\u05ea\u05d9 \u05e6\u05d3\u05d9\u05e7/\u05e9\u05dc\u05d1 \u05d2-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-1#",
        "short": "983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13215",
        "label": "983",
        "long": "\u05d8\u05e2\u05dd \u05d4\u05e6\u05d1\u05d9/\u05e9\u05dc\u05d1 \u05d0-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13218",
        "label": "542",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1323",
        "label": "17",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9-\u05e0\u05e6\u05e8\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d0\u05e0\u05d2\u05dc\u05d9-\u05e0\u05e6\u05e8\u05ea-3#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13239",
        "label": "28",
        "long": "\u05d7\u05e0\u05d9\u05ea\u05d4/\u05d4\u05dc\u05dc \u05e1\u05d9\u05dc\u05d1\u05e8-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13247",
        "label": "43",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13248",
        "label": "43",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13255",
        "label": "66",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0 \u05de\u05e8\u05db\u05d6-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05e8\u05de\u05ea \u05d9\u05d5\u05d7\u05e0\u05df-\u05e8\u05de\u05ea \u05d9\u05d5\u05d7\u05e0\u05df-1#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13256",
        "label": "66",
        "long": "\u05e8\u05de\u05ea \u05d9\u05d5\u05d7\u05e0\u05df-\u05e8\u05de\u05ea \u05d9\u05d5\u05d7\u05e0\u05df<->\u05d6\u05d1\u05d5\u05dc\u05d5\u05df/\u05de\u05e8\u05db\u05d6 \u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-2#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13257",
        "label": "72\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'-1\u05e9",
        "short": "72\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13260",
        "label": "115",
        "long": "\u05e9\u05d5\u05e7 \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13340",
        "label": "821",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-1#",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13347",
        "label": "836",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05da",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13351",
        "label": "847",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-1\u05d3",
        "short": "847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13352",
        "label": "953",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-3#",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13355",
        "label": "963",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13356",
        "label": "963",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-3#",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13367",
        "label": "22",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05de\u05d9\u05e0\u05e5/\u05d4\u05e8\u05e6\u05d5\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13369",
        "label": "22",
        "long": "\u05de\u05d9\u05e0\u05e5/\u05d4\u05e8\u05e6\u05d5\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-2#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13387",
        "label": "112",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e9\u05d9\u05d8\u05d4/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e0\u05e9\u05e8-1#",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13389",
        "label": "112",
        "long": "\u05d4\u05e9\u05d9\u05d8\u05d4/\u05de\u05d2\u05e8\u05e9\u05d9 \u05d8\u05e0\u05d9\u05e1-\u05e0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13390",
        "label": "112",
        "long": "\u05d4\u05e9\u05d9\u05d8\u05d4/\u05de\u05d2\u05e8\u05e9\u05d9 \u05d8\u05e0\u05d9\u05e1-\u05e0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d1",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13393",
        "label": "15",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-1#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13394",
        "label": "15",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13397",
        "label": "541",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13398",
        "label": "541",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-2#",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13399",
        "label": "542",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-2#",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13428",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13429",
        "label": "1",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13435",
        "label": "1",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13438",
        "label": "555",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-3\u05d0",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13466",
        "label": "550",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-11",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13499",
        "label": "550",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-21",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13507",
        "label": "557",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-21",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13508",
        "label": "75",
        "long": "\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05e9\u05d9\u05d3\u05dc\u05d5\u05d1\u05e1\u05e7\u05d9-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-22",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13509",
        "label": "74",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d5\u05d8\u05e9\u05d9\u05dc\u05d3/\u05de\u05e0\u05d7\u05dd \u05e6\u05d9\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-12",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13516",
        "label": "74",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d5\u05d8\u05e9\u05d9\u05dc\u05d3/\u05de\u05e0\u05d7\u05dd \u05e6\u05d9\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-13",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13517",
        "label": "75",
        "long": "\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05e9\u05d9\u05d3\u05dc\u05d5\u05d1\u05e1\u05e7\u05d9-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-23",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13555",
        "label": "3",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05ea\u05e4\u05d5\u05d6/\u05d0\u05dc\u05e1\u05d0\u05dc\u05dd-\u05e8\u05d4\u05d8<->\u05e8\u05e4\u05d7/\u05d0\u05dc\u05d1\u05d5\u05d0\u05d9-\u05e8\u05d4\u05d8-11",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13556",
        "label": "3",
        "long": "\u05d0\u05dc\u05d1\u05d5\u05d0\u05d9/\u05e8\u05e4\u05d7-\u05e8\u05d4\u05d8<->\u05de\u05e1\u05d5\u05e3 \u05ea\u05e4\u05d5\u05d6/\u05d0\u05dc\u05e1\u05d0\u05dc\u05dd-\u05e8\u05d4\u05d8-21",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13568",
        "label": "486",
        "long": "\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8/\u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea-\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-15",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13573",
        "label": "205",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13574",
        "label": "205",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-2#",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13577",
        "label": "40",
        "long": "\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9 \u05de\u05e8\u05db\u05d6 \u05d4\u05e2\u05d9\u05e8-\u05e8\u05d4\u05d8<->\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4-11",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13578",
        "label": "40",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05de\u05ea\u05e0''\u05e1 \u05de\u05e8\u05db\u05d6 \u05d4\u05e2\u05d9\u05e8-\u05e8\u05d4\u05d8-21",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13581",
        "label": "469",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13582",
        "label": "469",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13590",
        "label": "202",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05de\u05d5\u05e8\u05d9\u05d4/\u05de\u05d1\u05d5\u05d0 \u05d0\u05d7\u05dc\u05de\u05d4-\u05de\u05e6\u05e4\u05d4 \u05d9\u05e8\u05d9\u05d7\u05d5-1#",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13591",
        "label": "202",
        "long": "\u05d4\u05de\u05d5\u05e8\u05d9\u05d4/\u05d9\u05d4\u05dc\u05d5\u05dd-\u05de\u05e6\u05e4\u05d4 \u05d9\u05e8\u05d9\u05d7\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13598",
        "label": "243",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d5\u05e8\u05d3\u05d9\u05d4/\u05d4\u05d7\u05e8\u05d5\u05ea-\u05e0\u05d5\u05e8\u05d3\u05d9\u05d4<->\u05e9\u05d3. \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05d0\u05d5\u05de\u05e0\u05d5\u05ea-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13599",
        "label": "243",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d5\u05e8\u05d3\u05d9\u05d4/\u05d4\u05d7\u05e8\u05d5\u05ea-\u05e0\u05d5\u05e8\u05d3\u05d9\u05d4-20",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13631",
        "label": "24",
        "long": "\u05de\u05e1\u05d2\u05d3-\u05d1\u05d5\u05e2\u05d9\u05d9\u05e0\u05d4 \u05e0\u05d5\u05d2'\u05d9\u05d9\u05d3\u05d0\u05ea<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2\u05d7",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13668",
        "label": "350",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05e8\u05d1 \u05d9\u05e2\u05e7\u05d1 \u05dc\u05e0\u05d3\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-26",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13678",
        "label": "832",
        "long": "\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05e6\u05de\u05d7-\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05e6\u05de\u05d7<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13706",
        "label": "558",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-21",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13708",
        "label": "549",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-21",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13717",
        "label": "236",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13718",
        "label": "236",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13720",
        "label": "5",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e0\u05e4\u05d7-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e0\u05e4\u05d7/\u05d4\u05d9\u05d6\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13722",
        "label": "557",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-11",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13723",
        "label": "549",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-11",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13724",
        "label": "994",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8/\u05d4\u05e8\u05d1 \u05d3\u05d1 \u05d4\u05db\u05d4\u05df \u05e7\u05d5\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13725",
        "label": "994",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8/\u05d4\u05e8\u05d1 \u05d3\u05d1 \u05d4\u05db\u05d4\u05df \u05e7\u05d5\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4-2#",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13740",
        "label": "992",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13741",
        "label": "992",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13752",
        "label": "268",
        "long": "\u05dc\u05d1\u05d5\u05e0\u05d4/\u05d3\u05d1\u05d5\u05e8\u05e0\u05d9\u05ea-\u05d1\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-17",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13753",
        "label": "268",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea/\u05d4\u05d1\u05e8\u05d5\u05e9-\u05d1\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-1\u05dd",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13756",
        "label": "268",
        "long": "\u05dc\u05d1\u05d5\u05e0\u05d4/\u05d3\u05d1\u05d5\u05e8\u05e0\u05d9\u05ea-\u05d1\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05df",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13760",
        "label": "296",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05de\u05d7\u05e1\u05df \u05d7\u05d1\u05e8\u05ea \u05d7\u05e9\u05de\u05dc-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13761",
        "label": "296",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05db\u05e6\u05e0\u05dc\u05e1\u05d5\u05df-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-2#",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13762",
        "label": "489",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13763",
        "label": "489",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-2#",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13764",
        "label": "220",
        "long": "\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "13765",
        "label": "220",
        "long": "\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13771",
        "label": "44",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05e7\u05d5\u05e4''\u05d7 \u05db\u05dc\u05dc\u05d9\u05ea-\u05d2'\u05ea-11",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13772",
        "label": "44",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2'\u05ea-\u05d2'\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-21",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13782",
        "label": "24",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d6\u05e7-\u05d1\u05d5\u05e2\u05d9\u05d9\u05e0\u05d4 \u05e0\u05d5\u05d2'\u05d9\u05d9\u05d3\u05d0\u05ea-1\u05d7",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13792",
        "label": "244",
        "long": "\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd \u05e6\u05d5\u05e8\u05df/\u05d4\u05e9\u05d9\u05e7\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-10",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "13793",
        "label": "244",
        "long": "\u05d3\u05e8\u05da \u05dc\u05d1 \u05d4\u05e9\u05e8\u05d5\u05df/\u05d4\u05d0\u05d9\u05dc\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13801",
        "label": "977",
        "long": "\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13802",
        "label": "977",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e6\u05e4\u05ea<->\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13815",
        "label": "159",
        "long": "\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05de\u05e9\u05d4 \u05e9\u05e8\u05ea-\u05e8\u05de\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13817",
        "label": "159",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05de\u05e9\u05d4 \u05e9\u05e8\u05ea-\u05e8\u05de\u05dc\u05d4-21",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13850",
        "label": "200",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-25",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13926",
        "label": "988",
        "long": "\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd \u05d1-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2\u05d0",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13928",
        "label": "978",
        "long": "\u05d3\u05e8\u05da \u05d0\u05d4\u05e8\u05d5\u05df/\u05d3\u05e8\u05da \u05e9\u05e8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-1\u05d2",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13929",
        "label": "978",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d3\u05e8\u05da \u05d0\u05d4\u05e8\u05d5\u05df/\u05d7\u05d5\u05d5\u05d4 \u05d7\u05e7\u05dc\u05d0\u05d9\u05ea-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-2\u05d2",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13934",
        "label": "3",
        "long": "\u05e6\u05d9\u05dd \u05e1\u05e0\u05d8\u05e8/\u05e9\u05de\u05d9\u05e8-\u05e2\u05e8\u05d3<->\u05de\u05e9\u05de\u05e8/\u05e9\u05d5\u05d4\u05dd-\u05e2\u05e8\u05d3-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13935",
        "label": "3",
        "long": "\u05de\u05e9\u05de\u05e8/\u05e9\u05d5\u05d4\u05dd-\u05e2\u05e8\u05d3<->\u05e6\u05d9\u05dd \u05e1\u05e0\u05d8\u05e8/\u05e9\u05de\u05d9\u05e8-\u05e2\u05e8\u05d3-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13936",
        "label": "978",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-1\u05d3",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "13937",
        "label": "978",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2\u05d3",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "13953",
        "label": "73",
        "long": "\u05e9\u05d3. \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05d9\u05e1\u05de\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05d1''\u05d3/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "13954",
        "label": "73",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05d1''\u05d3/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e0\u05d7\u05dd \u05d0\u05e8\u05d9\u05d0\u05d1/\u05e7\u05d9\u05e9\u05d5\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "13955",
        "label": "74",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05d4\u05e8\u05d1 \u05e4\u05d9\u05e0\u05d7\u05e1 \u05de\u05d9\u05dc\u05e8-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9''\u05e1 \u05d7\u05d1''\u05d3-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "13956",
        "label": "74",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05d1''\u05d3/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05d4\u05e8\u05d1 \u05e4\u05d9\u05e0\u05d7\u05e1 \u05de\u05d9\u05dc\u05e8-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "13957",
        "label": "75",
        "long": "\u05d0\u05d2\u05de\u05d5\u05df/\u05e2\u05d8\u05e8\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05e8\u05d1\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "13958",
        "label": "75",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05e8\u05d1\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d8\u05d5\u05e4\u05d4/\u05d9\u05e7\u05d9\u05e0\u05d8\u05d5\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "13959",
        "label": "76",
        "long": "\u05e9\u05d3. \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05d9\u05e1\u05de\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05e8\u05d1\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "13960",
        "label": "76",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05e8\u05d1\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d9\u05e1\u05de\u05d9\u05df/\u05d4\u05e4\u05e1\u05d2\u05d5\u05ea-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1399",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05d8\u05d1\u05d0\u05e9 \u05d1-\u05db\u05e2\u05d1\u05d9\u05d4 \u05d8\u05d1\u05d0\u05e9 \u05d7\u05d2'\u05d0\u05d2'\u05e8\u05d4-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1401",
        "label": "12",
        "long": "\u05d8\u05d1\u05d0\u05e9 \u05d1-\u05db\u05e2\u05d1\u05d9\u05d4 \u05d8\u05d1\u05d0\u05e9 \u05d7\u05d2'\u05d0\u05d2'\u05e8\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14021",
        "label": "44",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14023",
        "label": "44",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14025",
        "label": "31",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05d5\u05e8\u05d6\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea\u05d9\u05d9\u05dd<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-24",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14026",
        "label": "959",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14031",
        "label": "442",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-1\u05da",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14035",
        "label": "85",
        "long": "\u05d7\u05e0\u05d9\u05ea\u05d4/\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d7\u05e9\u05de\u05dc/\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14036",
        "label": "84",
        "long": "\u05d1\u05e8\u05dc/\u05de\u05e0\u05d3\u05dc\u05d9 \u05de\u05d5\u05db\u05e8 \u05e1\u05e4\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d7\u05e9\u05de\u05dc/\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14037",
        "label": "86",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05d9\u05de\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d7\u05e9\u05de\u05dc/\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14038",
        "label": "87",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05de\u05e6\u05e4\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d7\u05e9\u05de\u05dc/\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14046",
        "label": "268",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05dc\u05d1\u05d5\u05e0\u05d4/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d9\u05e6\u05e0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-2\u05da",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14048",
        "label": "1",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-14",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14050",
        "label": "1",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-24",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14059",
        "label": "19",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05de\u05d1\u05d5\u05d0 \u05d7\u05d5\u05e8\u05d5\u05df-11",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14060",
        "label": "19",
        "long": "\u05d7\u05d5\u05de\u05e9/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05de\u05d1\u05d5\u05d0 \u05d7\u05d5\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14091",
        "label": "981",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-2#",
        "short": "981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14092",
        "label": "992",
        "long": "\u05e6\u05d5\u05de\u05ea \u05de\u05d9\u05e8\u05d5\u05df-\u05de\u05e8\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d1",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14095",
        "label": "3",
        "long": "\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd/\u05e2\u05de\u05de\u05d9-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05db\u05e8/\u05d4\u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-11",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14098",
        "label": "86\u05d0",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d7\u05e9\u05de\u05dc/\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "86\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14101",
        "label": "186",
        "long": "\u05d9\u05e9\u05d9\u05d1\u05ea \u05d4\u05e8\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d1\u05d9\u05ea \u05de\u05d0\u05d9\u05e8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14105",
        "label": "191",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd<->\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14106",
        "label": "191",
        "long": "\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd-20",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14109",
        "label": "242",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-10",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1411",
        "label": "28",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05e1\u05d7\u05e0\u05d9\u05df \u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05e2\u05e8\u05d1\u05d9\u05ea-\u05e1\u05d7'\u05e0\u05d9\u05df-1#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14110",
        "label": "242",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14111",
        "label": "9",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d4\u05e4\u05e1\u05d2\u05d4-\u05e0\u05d5\u05e4\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14113",
        "label": "9",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e4\u05d9\u05ea-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14115",
        "label": "13",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-10",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14116",
        "label": "13\u05d0",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-11",
        "short": "13\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14117",
        "label": "13",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05db\u05d9\u05db\u05e8 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-20",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14118",
        "label": "13\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05db\u05d9\u05db\u05e8 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-21",
        "short": "13\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14122",
        "label": "17",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-30",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14123",
        "label": "21",
        "long": "\u05d1\u05d9\u05ea \u05dc\u05d7\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05d1\u05d9\u05ea \u05dc\u05d7\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d7\u05e0\u05d4 \u05d2'\u05dc\u05de\u05d4-\u05d6\u05d1\u05d5\u05dc\u05d5\u05df-21",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14126",
        "label": "50",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05e2\u05d5\u05e6\u05de\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14127",
        "label": "50",
        "long": "\u05d4\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05e2\u05d5\u05e6\u05de\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d1\u05e0\u05d9\u05df \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8-\u05d7\u05d9\u05e4\u05d4-21",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14128",
        "label": "55",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05e2\u05ea\u05d9\u05d3-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-11",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14131",
        "label": "55",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-21",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14133",
        "label": "74",
        "long": "\u05d0\u05dc \u05d2'\u05d1\u05dc / \u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df-\u05d1\u05e1\u05de\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14134",
        "label": "75",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df / \u05d0\u05dc \u05d2'\u05d1\u05dc-\u05d1\u05e1\u05de\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-10",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14135",
        "label": "75",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05dc \u05e4\u05d5\u05dc\u05d0\u05ea-\u05d1\u05e1\u05de\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-11",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14136",
        "label": "75",
        "long": "\u05d0\u05dc \u05d2'\u05d1\u05dc / \u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df-\u05d1\u05e1\u05de\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14137",
        "label": "75",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d6\u05d1\u05d9\u05d0\u05d3\u05ea-\u05d1\u05e1\u05de\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-21",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14139",
        "label": "80",
        "long": "\u05d4\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9/\u05de\u05e2\u05dc\u05d4 \u05d0\u05d1\u05e9\u05dc\u05d5\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05d2\u05e8\u05d9\u05e0\u05d1\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-20",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14143",
        "label": "85",
        "long": "\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05d2\u05e8\u05d9\u05e0\u05d1\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05d4\u05e9\u05d5\u05de\u05e8\u05d9\u05dd \\\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-10",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14145",
        "label": "85",
        "long": "\u05d9\u05d6\u05e8\u05e2\u05d0\u05dc/\u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05d2\u05e8\u05d9\u05e0\u05d1\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-20",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14147",
        "label": "86",
        "long": "\u05d1\u05d9''\u05e1 \u05e9\u05e7\u05d3/\u05de\u05e2\u05dc\u05d4 \u05d4\u05e9\u05d9\u05d6\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05d4\u05e9\u05d5\u05de\u05e8\u05d9\u05dd \\\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-10",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1415",
        "label": "28",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05e2\u05e8\u05d1\u05d9\u05ea-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14152",
        "label": "90",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05d5\u05e8\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'-10",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14153",
        "label": "90",
        "long": "\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'<->\u05d1\u05d9''\u05e1 \u05d0\u05d5\u05e8\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-20",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14154",
        "label": "95",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05e8\u05e0\u05d9\u05dd/\u05dc\u05d9\u05dc\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05ea\u05d1\u05d5\u05e8/\u05e1\u05d9\u05e0\u05d9-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14156",
        "label": "95\u05d0",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d4\u05e2\u05d9\u05e8/\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05e8\u05e0\u05d9\u05dd/\u05dc\u05d9\u05dc\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "95\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14157",
        "label": "96",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8  \u05d0\u05e8\u05d6\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05ea\u05d1\u05d5\u05e8/\u05e1\u05d9\u05e0\u05d9-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14161",
        "label": "96",
        "long": "\u05e2\u05de\u05e7 \u05d4\u05e9\u05dc\u05d5\u05dd/\u05d4\u05d2\u05dc\u05e2\u05d3-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05e8\u05e0\u05d9\u05dd/\u05dc\u05d9\u05dc\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14163",
        "label": "97",
        "long": "\u05d1\u05d9''\u05e1 \u05d4\u05d3\u05e1\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05ea\u05de\u05e8/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14164",
        "label": "97",
        "long": "\u05d4\u05ea\u05de\u05e8/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05e8\u05e0\u05d9\u05dd/\u05dc\u05d9\u05dc\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14166",
        "label": "180",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da/\u05d4\u05d2\u05d9\u05d0-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14167",
        "label": "180",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14168",
        "label": "180",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d0\u05dc\u05d9\u05e7\u05d9\u05dd-\u05de\u05d2\u05d9\u05d3\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-21",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14169",
        "label": "181",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d3\u05e8\u05da \u05d4\u05e2\u05de\u05e7/\u05de\u05e9\u05e2\u05d5\u05dc \u05d4\u05ea\u05dc-\u05d9\u05e7\u05e0\u05e2\u05dd-10",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14170",
        "label": "181",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e2\u05de\u05e7 / \u05e6\u05d5\u05de\u05ea \u05d9\u05d5\u05e7\u05e0\u05e2\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14172",
        "label": "181",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e2\u05de\u05e7 / \u05e6\u05d5\u05de\u05ea \u05d9\u05d5\u05e7\u05e0\u05e2\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-22",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14174",
        "label": "184",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05d2\u05dc\u05e2\u05d3-10",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14175",
        "label": "184",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05d2\u05dc\u05e2\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14176",
        "label": "188",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da/\u05d4\u05d2\u05d9\u05d0-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14177",
        "label": "188",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14180",
        "label": "301",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "14181",
        "label": "301",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4-11",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "14182",
        "label": "301",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4-12",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14184",
        "label": "301",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "14185",
        "label": "301",
        "long": "\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-21",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14186",
        "label": "302",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14187",
        "label": "302",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14188",
        "label": "793",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df / \u05d0\u05dc \u05d2'\u05d1\u05dc-\u05d1\u05e1\u05de\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-10",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1419",
        "label": "58",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05d2'\u05dc\u05d9\u05dc-\u05e1\u05d7'\u05e0\u05d9\u05df-1#",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14191",
        "label": "793",
        "long": "\u05d0\u05dc \u05d2'\u05d1\u05dc / \u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df-\u05d1\u05e1\u05de\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14195",
        "label": "185",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d2\u05d9\u05d3\u05d5 / 6953-\u05de\u05d2\u05d9\u05d3\u05d5-10",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14196",
        "label": "185",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d2\u05d9\u05d3\u05d5 / 6953-\u05de\u05d2\u05d9\u05d3\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14199",
        "label": "27",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05d9. \u05d1\u05d9. \u05d0\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05d0\u05d5\u05e8\u05df/\u05de\u05e8\u05db\u05d6-\u05d1\u05d9\u05ea \u05d0\u05d5\u05e8\u05df-10",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14200",
        "label": "27",
        "long": "\u05d1\u05d9\u05ea \u05d0\u05d5\u05e8\u05df/\u05de\u05e8\u05db\u05d6-\u05d1\u05d9\u05ea \u05d0\u05d5\u05e8\u05df<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14201",
        "label": "157",
        "long": "\u05d4\u05ea\u05de\u05e8/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14202",
        "label": "157",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d4\u05ea\u05de\u05e8 / \u05d4\u05e4\u05e2\u05de\u05d5\u05e0\u05d9\u05ea-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1421",
        "label": "58",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05e7\u05dc\u05e2\u05d5\u05df-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14212",
        "label": "3",
        "long": "\u05e9\u05db\u05d5\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1\u05d9\u05ea-\u05e2\u05e1\u05e4\u05d9\u05d0<->\u05d0\u05dc\u05de\u05e7\u05d0\u05d6\u05d7-\u05e2\u05e1\u05e4\u05d9\u05d0-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14213",
        "label": "3",
        "long": "\u05d0\u05dc\u05de\u05e7\u05d0\u05d6\u05d7-\u05e2\u05e1\u05e4\u05d9\u05d0<->\u05e9\u05db\u05d5\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1\u05d9\u05ea-\u05e2\u05e1\u05e4\u05d9\u05d0-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14215",
        "label": "21",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d2'\u05dc\u05de\u05d4-\u05d6\u05d1\u05d5\u05dc\u05d5\u05df<->\u05de\u05e7\u05dc\u05d8-\u05d1\u05d9\u05ea \u05dc\u05d7\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-10",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14216",
        "label": "21",
        "long": "\u05d1\u05d9\u05ea \u05dc\u05d7\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05d1\u05d9\u05ea \u05dc\u05d7\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d7\u05e0\u05d4 \u05d2'\u05dc\u05de\u05d4-\u05d6\u05d1\u05d5\u05dc\u05d5\u05df-20",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14218",
        "label": "50",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9-\u05e2\u05e1\u05e4\u05d9\u05d0<->\u05d4\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05e2\u05d5\u05e6\u05de\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14219",
        "label": "50",
        "long": "\u05d4\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05e2\u05d5\u05e6\u05de\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d4\u05d1\u05d3\u05d5\u05d0\u05d9\u05dd-\u05e2\u05e1\u05e4\u05d9\u05d0-20",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1430",
        "label": "30",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d5\u05e8\u05d8 \u05d1\u05e8\u05d0\u05d5\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1434",
        "label": "30",
        "long": "\u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d5\u05e8\u05d8 \u05d1\u05e8\u05d0\u05d5\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14553",
        "label": "472",
        "long": "\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14554",
        "label": "472",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14564",
        "label": "55",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05e2\u05ea\u05d9\u05d3-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14565",
        "label": "55",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14566",
        "label": "1",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05e1\u05de\u05d9 \u05e2\u05d5\u05e4\u05e8/\u05db\u05d1\u05d9\u05e9 4 \u05dc\u05e6\u05e4\u05d5\u05df-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-18",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14567",
        "label": "1",
        "long": "\u05d3\u05dc\u05d9\u05d4 \u05e6\u05e2\u05d9\u05e8\u05d4 \u05de\u05e8\u05db\u05d6-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05de\u05e8\u05db\u05d6 \u05ea\u05e8\u05d1\u05d5\u05ea-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14568",
        "label": "1",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05e8\u05d1\u05d5\u05ea-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05d3\u05dc\u05d9\u05d4 \u05e6\u05e2\u05d9\u05e8\u05d4 \u05de\u05e8\u05db\u05d6-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14569",
        "label": "44",
        "long": "\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05d4\u05e1\u05d9\u05d9\u05e8\u05ea \u05d4\u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05d9\u05d3\u05d5\u05e8/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14571",
        "label": "76",
        "long": "\u05dc\u05d9\u05d0\u05d5\u05df \u05d1\u05dc\u05d5\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd/\u05d1\u05e8\u05e7-\u05e0\u05e9\u05e8-1\u05d1",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14572",
        "label": "77",
        "long": "\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd/\u05de\u05e8\u05db\u05d6 \u05ea\u05dc \u05d7\u05e0\u05df-\u05e0\u05e9\u05e8-1\u05d1",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14579",
        "label": "482",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd B-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14587",
        "label": "44",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05d4\u05e1\u05d9\u05d9\u05e8\u05ea \u05d4\u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14669",
        "label": "11",
        "long": "\u05ea\u05de\u05e8/\u05e1\u05d9\u05ea\u05d5\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05db\u05d9\u05db\u05e8 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14670",
        "label": "11",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05ea\u05de\u05e8/\u05e1\u05d9\u05ea\u05d5\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "14786",
        "label": "22",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-10",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "14787",
        "label": "22",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9-20",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14788",
        "label": "2",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d4\u05db\u05e8\u05de\u05dc-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05d7'\u05dc\u05ea \u05e2\u05dc\u05d9-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14789",
        "label": "2",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d7'\u05d0\u05dc\u05ea \u05e2\u05dc\u05d9 1-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05e4\u05d0\u05e8\u05e7 \u05d4\u05db\u05e8\u05de\u05dc-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "14791",
        "label": "190",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d9\u05e2\u05e8 \u05d0\u05d5\u05d3\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df/\u05e9\u05e0\u05e7\u05e8-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "14792",
        "label": "190",
        "long": "\u05d4\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df/\u05d1\u05d4\u05e8\u05d1-\u05d7\u05d9\u05e4\u05d4<->\u05d9\u05e8\u05d3\u05df/\u05d4\u05de\u05d9\u05e6\u05e8-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "14793",
        "label": "191",
        "long": "\u05e0\u05d5\u05e4\u05d9\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e0\u05d5\u05e4\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9-10",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "14794",
        "label": "191",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9<->\u05e0\u05d5\u05e4\u05d9\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e0\u05d5\u05e4\u05d9\u05ea-20",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14797",
        "label": "248",
        "long": "\u05e2\u05e8\u05e2\u05e8\u05d4/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e2\u05e8\u05e2\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14798",
        "label": "248",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e2\u05e8\u05e2\u05e8\u05d4/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e2\u05e8\u05e2\u05e8\u05d4-20",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14799",
        "label": "300",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14800",
        "label": "300",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14801",
        "label": "247",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05e2\u05de\u05e7 \u05e1\u05e0\u05d8\u05e8/\u05de\u05d5\u05d1\u05d9\u05dc\u05e0\u05d3-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14802",
        "label": "247",
        "long": "\u05de\u05d5\u05d1\u05d9\u05dc\u05e0\u05d3/\u05d1\u05e8\u05d6\u05d9\u05dc\u05d0\u05d9-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14805",
        "label": "246",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14806",
        "label": "246",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14809",
        "label": "57",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05de\u05db\u05dc\u05dc\u05ea \u05d4\u05e8\u05de\u05dc\u05d9\u05df/\u05d4\u05de\u05d7\u05e7\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-11",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14810",
        "label": "57",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d4\u05e8\u05de\u05dc\u05d9\u05df/\u05d4\u05de\u05d7\u05e7\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14815",
        "label": "55",
        "long": "\u05db\u05e4\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-21",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14816",
        "label": "85",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05d5\u05e8\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->'\u05de\u05e2\u05dc\u05d4 \u05d0\u05d1\u05e9\u05dc\u05d5\u05dd \u05d3-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-12",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14818",
        "label": "85\u05d0",
        "long": "\u05ea\u05de\u05e8 / \u05de\u05d5\u05e8\u05df-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05d1\u05d9''\u05e1 \u05d0\u05d5\u05e8\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-23",
        "short": "85\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "14819",
        "label": "97\u05d0",
        "long": "\u05d1\u05d9''\u05e1 \u05d4\u05d3\u05e1\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05ea\u05de\u05e8/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "97\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14862",
        "label": "23",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-31",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14885",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-31",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14927",
        "label": "13",
        "long": "\u05d3\u05e8\u05da \u05dc\u05d1 \u05d4\u05e9\u05e8\u05d5\u05df/\u05d4\u05d0\u05d9\u05dc\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-10",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14928",
        "label": "13",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd \u05e6\u05d5\u05e8\u05df/\u05d4\u05e9\u05d9\u05e7\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-20",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14949",
        "label": "9\u05d0",
        "long": "\u05d2\u05df \u05dc\u05d0\u05d5\u05de\u05d9 \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4-\u05e7\u05d9\u05e1\u05e8\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-11",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14950",
        "label": "9\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d2\u05df \u05dc\u05d0\u05d5\u05de\u05d9 \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4-\u05e7\u05d9\u05e1\u05e8\u05d9\u05d4-21",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14951",
        "label": "296",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14952",
        "label": "296",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "14963",
        "label": "67",
        "long": "\u05e0\u05d9\u05e8\u05d9\u05ea/\u05de\u05d9\u05e8\u05d5\u05df-\u05e0\u05d9\u05e8\u05d9\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-1#",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "14964",
        "label": "67",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05e0\u05d9\u05e8\u05d9\u05ea/\u05de\u05d9\u05e8\u05d5\u05df-\u05e0\u05d9\u05e8\u05d9\u05ea-2#",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "14971",
        "label": "65",
        "long": "\u05d4\u05d2\u05d5\u05dc\u05df/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-1#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "14972",
        "label": "65",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d4\u05d2\u05d5\u05dc\u05df/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14980",
        "label": "421",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14981",
        "label": "421",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14982",
        "label": "423",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9/\u05d4\u05de\u05e9\u05d5\u05e8\u05e8 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14983",
        "label": "423",
        "long": "\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9/\u05d4\u05de\u05e9\u05d5\u05e8\u05e8 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14984",
        "label": "429",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14985",
        "label": "429",
        "long": "\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "429",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14986",
        "label": "428",
        "long": "\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05e8\u05d0\u05d5\u05dc \u05d5\u05dc\u05e0\u05d1\u05e8\u05d2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14987",
        "label": "428",
        "long": "\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05e8\u05d0\u05d5\u05dc \u05d5\u05dc\u05e0\u05d1\u05e8\u05d2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14988",
        "label": "29",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-10",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14989",
        "label": "29",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-20",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14990",
        "label": "80",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-10",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14991",
        "label": "80",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-20",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14994",
        "label": "7",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05db\u05e4\u05e8 \u05e7\u05e8\u05e2<->\u05d0\u05dc\u05d4\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e7\u05e8\u05e2-10",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14996",
        "label": "504",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14997",
        "label": "504",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-20",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14998",
        "label": "8",
        "long": "\u05e7\u05d5\u05d1\u05d0\u05d0 \u05d0\u05dc\u05d3\u05d0\u05d0\u05e8\u05d9 \u05d0-\u05db\u05e4\u05e8 \u05e7\u05e8\u05e2<->\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "14999",
        "label": "8",
        "long": "\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4<->\u05d7\u05d0\u05db\u05d5\u05e8\u05ea \u05d0\u05dc \u05e2\u05e1\u05dc\u05d9 \u05d0-\u05db\u05e4\u05e8 \u05e7\u05e8\u05e2-20",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15000",
        "label": "504",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05de\u05dc\u05d0\u05db\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-11",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15001",
        "label": "504",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05de\u05dc\u05d0\u05db\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-21",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15004",
        "label": "70",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-13",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15005",
        "label": "70",
        "long": "\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-23",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15006",
        "label": "70",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-12",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15007",
        "label": "70",
        "long": "\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-22",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15008",
        "label": "13",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-21",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15018",
        "label": "29",
        "long": "\u05d3\u05e8\u05da \u05e4\u05d9\u05e7''\u05d0/\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05dc\u05d5\u05d9-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15019",
        "label": "85",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05e8\u05d1-\u05e6\u05e4\u05ea<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-2#",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15020",
        "label": "91",
        "long": "\u05d2\u05df \u05d4\u05de\u05e6\u05d5\u05d3\u05d4-\u05e6\u05e4\u05ea<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-2\u05d0",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15030",
        "label": "1",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d0\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15037",
        "label": "555",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15038",
        "label": "556",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d3",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15040",
        "label": "110",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'-1#",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15041",
        "label": "110",
        "long": "\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-2#",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15047",
        "label": "1",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15051",
        "label": "91",
        "long": "\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e6\u05e4\u05ea<->\u05d2\u05df \u05d4\u05de\u05e6\u05d5\u05d3\u05d4-\u05e6\u05e4\u05ea-12",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15052",
        "label": "91",
        "long": "\u05d4\u05e4\u05dc\u05de''\u05d7/\u05e8\u05d1\u05d9\u05e6\u05e7\u05d9-\u05e6\u05e4\u05ea<->\u05d4\u05d0\u05e8''\u05d9/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1''\u05e7-\u05e6\u05e4\u05ea-13",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15053",
        "label": "91",
        "long": "\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd/\u05d4\u05e0\u05e9\u05d9\u05d0-\u05e6\u05e4\u05ea<->\u05d4\u05d0\u05e8''\u05d9/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1''\u05e7-\u05e6\u05e4\u05ea-14",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15070",
        "label": "143",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-10",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15071",
        "label": "143",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-11",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15074",
        "label": "142",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05e4\u05d5\u05e8\u05d9\u05d9\u05d4/\u05de\u05e8\u05e4\u05d0\u05d5\u05ea \u05d7\u05d5\u05e5-\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e4\u05d5\u05e8\u05d9\u05d9\u05d4-10",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15077",
        "label": "304",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15078",
        "label": "304",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "15081",
        "label": "19",
        "long": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e8\u05e9\u05e4\u05d9\u05dd-\u05e8\u05e9\u05e4\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-20",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "15082",
        "label": "19",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e8\u05e9\u05e4\u05d9\u05dd-\u05e8\u05e9\u05e4\u05d9\u05dd-10",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15102",
        "label": "5",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e1\u05d5\u05e7\u05d5\u05dc\u05d5\u05d1-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15103",
        "label": "5",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e1\u05d5\u05e7\u05d5\u05dc\u05d5\u05d1-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15104",
        "label": "30",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15105",
        "label": "30",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15106",
        "label": "248",
        "long": "\u05d4\u05e9\u05d5\u05de\u05e8/\u05d7\u05d8\u05d9\u05d1\u05ea \u05d9\u05e4\u05ea\u05d7-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15107",
        "label": "248",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e9\u05d5\u05de\u05e8/\u05d7\u05d8\u05d9\u05d1\u05ea \u05d9\u05e4\u05ea\u05d7-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15111",
        "label": "50",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e2\u05e4\u05d5\u05dc\u05d4<->'\u05e8\u05dd \u05d0\u05d5\u05df \u05d0-\u05e8\u05dd \u05d0\u05d5\u05df-10",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15112",
        "label": "50",
        "long": "'\u05e8\u05dd \u05d0\u05d5\u05df \u05d0-\u05e8\u05dd \u05d0\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15115",
        "label": "254",
        "long": "\u05d3\u05e8\u05da \u05e2\u05e0\u05ea\u05d5\u05ea-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05e9\u05db\u05dd/\u05e2\u05e0\u05d8\u05e8 \u05d1\u05df \u05e9\u05d3\u05d0\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15116",
        "label": "349",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05e8\u05e5/\u05d3\u05e8\u05da \u05d4\u05e4\u05e8\u05d7\u05d9\u05dd-\u05db\u05d5\u05db\u05d1 \u05d9\u05d0\u05d9\u05e8<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15117",
        "label": "349",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d3\u05e8\u05da \u05d4\u05e4\u05e8\u05d7\u05d9\u05dd/\u05d4\u05d3\u05e1-\u05db\u05d5\u05db\u05d1 \u05d9\u05d0\u05d9\u05e8-2#",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15118",
        "label": "139",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05e8\u05e5/\u05d3\u05e8\u05da \u05d4\u05e4\u05e8\u05d7\u05d9\u05dd-\u05db\u05d5\u05db\u05d1 \u05d9\u05d0\u05d9\u05e8<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15119",
        "label": "139",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d3\u05e8\u05da \u05d4\u05e4\u05e8\u05d7\u05d9\u05dd/\u05d4\u05d3\u05e1-\u05db\u05d5\u05db\u05d1 \u05d9\u05d0\u05d9\u05e8-2#",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15123",
        "label": "826",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d3\u05dc\u05d9\u05d4/\u05db\u05dc\u05d9\u05dc \u05d4\u05d7\u05d5\u05e8\u05e9-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-19",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15124",
        "label": "203",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05dc\u05de\u05e9\u05d0\u05d4\u05d3/\u05e0\u05d7\u05dc \u05d3\u05e8\u05d2\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15125",
        "label": "203",
        "long": "\u05d0\u05dc\u05de\u05e9\u05d0\u05d4\u05d3/\u05e0\u05d7\u05dc \u05d3\u05e8\u05d2\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15126",
        "label": "204",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05e0\u05d8\u05d0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15127",
        "label": "204",
        "long": "\u05de\u05d5\u05e0\u05d8\u05d0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15128",
        "label": "213",
        "long": "\u05e1\u05d5\u05e8 \u05d1\u05d0\u05d4\u05e8 1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d0\u05dc\u05de\u05d3\u05d9\u05e0\u05d4 \u05d0\u05dc\u05de\u05e0\u05d5\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15131",
        "label": "232",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0 \u05e1\u05d0\u05e4\u05d0/\u05d0 \u05e1\u05dc\u05d0\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15133",
        "label": "232",
        "long": "\u05d0 \u05e1\u05d0\u05e4\u05d0/\u05d0\u05d1\u05d5 \u05d7'\u05e9\u05d1\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15135",
        "label": "234",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d1\u05e8 300/\u05d3\u05e8\u05da \u05d1\u05d9\u05ea \u05dc\u05d7\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15136",
        "label": "234",
        "long": "\u05de\u05e2\u05d1\u05e8 300/\u05d3\u05e8\u05da \u05d1\u05d9\u05ea \u05dc\u05d7\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15145",
        "label": "201",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05e9\u05db\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05e1\u05d0\u05d5\u05d5\u05d9\u05d4 \u05db\u05e0\u05d9\u05e1\u05d4 \u05de\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15146",
        "label": "201",
        "long": "\u05de\u05d2\u05e8\u05e9 \u05db\u05d3\u05d5\u05e8\u05d2\u05dc/\u05d0\u05dc\u05d1\u05e1\u05d0\u05d8\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05e9\u05db\u05dd/\u05e2\u05e0\u05d8\u05e8 \u05d1\u05df \u05e9\u05d3\u05d0\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15147",
        "label": "255",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15149",
        "label": "287",
        "long": "\u05d1\u05e0\u05d9 \u05d0\u05d5\u05de\u05d9\u05d4/\u05e6\u05d5\u05de\u05ea \u05de\u05e9\u05e8\u05d3 \u05d4\u05e4\u05e0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9 \u05d0\u05d5\u05de\u05d9\u05d4/\u05e6\u05d5\u05de\u05ea \u05de\u05e9\u05e8\u05d3 \u05d4\u05e4\u05e0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15150",
        "label": "275",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15153",
        "label": "14",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d3\u05d7\u05d9/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05d3\u05d7\u05d9-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15154",
        "label": "9",
        "long": "\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15155",
        "label": "9",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da<->\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15167",
        "label": "263",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d0\u05d1\u05d5 \u05d3\u05d9\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15168",
        "label": "263",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d0\u05d1\u05d5 \u05d3\u05d9\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15174",
        "label": "276",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15178",
        "label": "257",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15179",
        "label": "30",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15180",
        "label": "30",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d2\u05d5\u05e8\u05df-\u05d9\u05d1\u05e0\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-11",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15181",
        "label": "30",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15184",
        "label": "614",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15185",
        "label": "614",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05de\u05d9\u05dc \u05d4\u05d5\u05d9\u05e1\u05de\u05e0\u05e1/\u05d1\u05dc\u05e4\u05d5\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15194",
        "label": "993",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15195",
        "label": "993",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15196",
        "label": "59",
        "long": "\u05de\u05e8\u05d5\u05de\u05d9 \u05e9\u05d3\u05d4 16-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea''\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da/\u05e9\u05e2\u05e8\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-15",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15197",
        "label": "59",
        "long": "\u05ea''\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da/\u05e9\u05e2\u05e8\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e8\u05d5\u05de\u05d9 \u05e9\u05d3\u05d4/\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05d5\u05e1\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-25",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15225",
        "label": "89",
        "long": "\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea<->\u05d4\u05d0\u05e8''\u05d9/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1''\u05e7-\u05e6\u05e4\u05ea-12",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15252",
        "label": "107",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15253",
        "label": "107",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15254",
        "label": "13\u05d0",
        "long": "\u05e7\u05d5\u05e4''\u05d7 \u05de\u05db\u05d1\u05d9/\u05e7\u05d4\u05d9\u05dc\u05ea \u05e6\u05d9\u05d5\u05df-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05d9\u05ea \u05d0\u05d1\u05d5\u05ea \u05de\u05e9\u05dc\u05d1/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05e2\u05e4\u05d5\u05dc\u05d4-12",
        "short": "13\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15271",
        "label": "36",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d1\u05d9\u05e8 \u05d4\u05d3\u05d0\u05d2'-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15272",
        "label": "36",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d1\u05d9\u05e8 \u05d4\u05d3\u05d0\u05d2'<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15274",
        "label": "2",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05e9\u05db\u05d5\u05e0\u05d4 31-\u05e8\u05d4\u05d8-11",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15275",
        "label": "2",
        "long": "\u05e9\u05db\u05d5\u05e0\u05d4 31-\u05e8\u05d4\u05d8<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-21",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1529",
        "label": "60",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d2\u05d0\u05e8-\u05de\u05d2\u05d0\u05e8<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15291",
        "label": "170",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05d7\u05e0\u05d4 \u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1-1#",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15292",
        "label": "170",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1534",
        "label": "60",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e8\u05d0\u05e8-\u05de\u05d2\u05d0\u05e8-2#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15352",
        "label": "46",
        "long": "\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc<->\u05d2\u05df \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05dc-\u05e7\u05e4\u05d6\u05d4-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15353",
        "label": "46",
        "long": "\u05d2\u05df \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05dc-\u05e7\u05e4\u05d6\u05d4-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc-2#",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15354",
        "label": "36",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d9\u05e4\u05d9\u05e2/\u05d0\u05dc-\u05d0\u05dc\u05de\u05d0\u05e0\u05d9\u05d4-\u05d9\u05e4\u05d9\u05e2-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15355",
        "label": "36",
        "long": "\u05d9\u05e4\u05d9\u05e2/\u05d0\u05dc-\u05d0\u05dc\u05de\u05d0\u05e0\u05d9\u05d4-\u05d9\u05e4\u05d9\u05e2<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "15360",
        "label": "14",
        "long": "\u05d4\u05d7\u05dc\u05d5\u05e6\u05d9\u05dd/\u05d4\u05e4\u05e8\u05d3\u05e1\u05d9\u05dd-\u05e6\u05d5\u05e8 \u05de\u05e9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "15361",
        "label": "14",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d4\u05d7\u05dc\u05d5\u05e6\u05d9\u05dd/\u05d4\u05e4\u05e8\u05d3\u05e1\u05d9\u05dd-\u05e6\u05d5\u05e8 \u05de\u05e9\u05d4-20",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15364",
        "label": "84",
        "long": "\u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d5\u05ea/\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9-\u05e6\u05e4\u05ea<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-23",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15365",
        "label": "90",
        "long": "\u05d1\u05ea \u05d4\u05e8\u05d9\u05dd/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05e6\u05e4\u05ea<->\u05d0\u05d5\u05dc\u05e4\u05e0\u05ea \u05d0\u05de\u05d9\u05ea-\u05e6\u05e4\u05ea-14",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15366",
        "label": "90",
        "long": "\u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea 1-\u05e6\u05e4\u05ea<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e0\u05e9\u05d9\u05d0-\u05e6\u05e4\u05ea-15",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15367",
        "label": "90",
        "long": "\u05d4\u05e8 \u05d5\u05d2\u05d9\u05d0/\u05e9\u05d1\u05e2\u05ea \u05d4\u05de\u05d9\u05e0\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d0\u05d5\u05dc\u05e4\u05e0\u05ea \u05d0\u05de\u05d9\u05ea-\u05e6\u05e4\u05ea-16",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15368",
        "label": "90",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e2\u05e8\u05d9 \u05d4\u05e2\u05d9\u05e8-\u05e6\u05e4\u05ea<->\u05d0\u05d5\u05dc\u05e4\u05e0\u05ea \u05d0\u05de\u05d9\u05ea-\u05e6\u05e4\u05ea-17",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15373",
        "label": "76",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d2\u05d5\u05e8-\u05d9\u05d2\u05d5\u05e8<->\u05dc\u05d9\u05d0\u05d5\u05df \u05d1\u05dc\u05d5\u05dd/\u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15383",
        "label": "900",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15384",
        "label": "348",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-11",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15385",
        "label": "348",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05de\u05d9\u05e0\u05d4\u05dc\u05ea \u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1539",
        "label": "61",
        "long": "\u05e2\u05d5\u05e7\u05e3 \u05d3\u05d9\u05e8 \u05d7\u05e0\u05d0 \u05d1-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15399",
        "label": "13",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15405",
        "label": "1",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-32",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15406",
        "label": "1",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-33",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1541",
        "label": "61",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d0\u05dc \u05d2'\u05dc\u05d9\u05dc/\u05d0\u05de\u05d9\u05dc \u05d7\u05d1\u05d9\u05d1\u05d9-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0-2#",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15440",
        "label": "18",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9 \u05d6-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15442",
        "label": "18",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15445",
        "label": "192",
        "long": "\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3.\u05d4\u05e8\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05e2\u05e8\u05d1\u05d4-\u05e6\u05d5\u05e8 \u05d4\u05d3\u05e1\u05d4-10",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15448",
        "label": "408",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15449",
        "label": "408",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15450",
        "label": "192",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d0-\u05e6\u05d5\u05e8 \u05d4\u05d3\u05e1\u05d4<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15460",
        "label": "691",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15461",
        "label": "691",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-20",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15462",
        "label": "692",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15463",
        "label": "692",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-20",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15464",
        "label": "693",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15465",
        "label": "693",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-20",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15466",
        "label": "694",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15467",
        "label": "694",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-\u05de\u05e8\u05db\u05d6 \u05de\u05d9\u05e8''\u05d1-20",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15469",
        "label": "50",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d1\u05e1\u05d9\u05e1 \u05d2\u05d5\u05dc\u05e0\u05d9-\u05de\u05e0\u05e9\u05d4-10",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15470",
        "label": "50",
        "long": "\u05d1\u05e1\u05d9\u05e1 \u05d2\u05d5\u05dc\u05e0\u05d9-\u05de\u05e0\u05e9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-20",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15473",
        "label": "23",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea\u05dc \u05e7\u05e6\u05d9\u05e8-\u05ea\u05dc \u05e7\u05e6\u05d9\u05e8-10",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15474",
        "label": "23",
        "long": "\u05ea\u05dc \u05e7\u05e6\u05d9\u05e8-\u05ea\u05dc \u05e7\u05e6\u05d9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15475",
        "label": "48",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d9\u05e8\u05d3\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05d5\u05e9\u05d1 \u05dc\u05d9\u05d1\u05e0\u05d9\u05dd-\u05dc\u05d1\u05e0\u05d9\u05dd-10",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15476",
        "label": "48",
        "long": "\u05de\u05d5\u05e9\u05d1 \u05dc\u05d9\u05d1\u05e0\u05d9\u05dd-\u05dc\u05d1\u05e0\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15485",
        "label": "8",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e2\u05d5\u05e3 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05de\u05e4\u05e2\u05dc\u05d9 \u05e0\u05d7\u05dd \u05d4\u05e8 \u05d8\u05d5\u05d1-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15486",
        "label": "8",
        "long": "\u05e2\u05d5\u05e3 \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05de\u05e4\u05e2\u05dc\u05d9 \u05e0\u05d7\u05dd \u05d4\u05e8 \u05d8\u05d5\u05d1<->\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15489",
        "label": "11",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9 \u05d6-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d6\u05dc\u05de\u05df \u05d0\u05d5\u05d9\u05e2\u05e8\u05d1\u05da-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1549",
        "label": "299",
        "long": "\u05de\u05d2\u05d0\u05e8 \u05d2'/\u05de\u05e8\u05db\u05d6-\u05de\u05d2\u05d0\u05e8<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15490",
        "label": "11",
        "long": "\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d4\u05e8\u05d5\u05e0\u05e1\u05d5\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15491",
        "label": "12",
        "long": "\u05d1\u05e2\u05dc \u05d4\u05e1\u05d5\u05dc\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d4\u05e8 \u05d4\u05d3\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15494",
        "label": "14",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d6\u05dc\u05de\u05df \u05d0\u05d5\u05d9\u05e2\u05e8\u05d1\u05da-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15495",
        "label": "14",
        "long": "\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d4\u05e8\u05d5\u05e0\u05e1\u05d5\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15498",
        "label": "23",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05dc\u05d9\u05d9\u05df/\u05d0\u05d4\u05e8\u05d5\u05df \u05e9\u05de\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15499",
        "label": "23",
        "long": "\u05e7\u05dc\u05d9\u05d9\u05df/\u05d9\u05d0\u05d9\u05e8-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0/\u05e8\u05d1 \u05d7\u05dc\u05e7\u05d9\u05d4 \u05d1\u05e8 \u05d8\u05d5\u05d1\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1550",
        "label": "299",
        "long": "\u05de\u05d2\u05d0\u05e8 \u05d2'/\u05de\u05e8\u05db\u05d6-\u05de\u05d2\u05d0\u05e8<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1\u05d0",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15511",
        "label": "183",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e1\u05dc\u05d5\u05df \u05d1-\u05db\u05e1\u05dc\u05d5\u05df-10",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15512",
        "label": "183",
        "long": "\u05db\u05e1\u05dc\u05d5\u05df \u05d1-\u05db\u05e1\u05dc\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15513",
        "label": "185",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05dc\u05d5\u05df \u05e0\u05d5\u05d5\u05d4 \u05d0\u05d9\u05dc\u05df-\u05e0\u05d5\u05d5\u05d4 \u05d0\u05d9\u05dc\u05df-10",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15514",
        "label": "185",
        "long": "\u05de\u05dc\u05d5\u05df \u05e0\u05d5\u05d5\u05d4 \u05d0\u05d9\u05dc\u05df-\u05e0\u05d5\u05d5\u05d4 \u05d0\u05d9\u05dc\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15515",
        "label": "186",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05d4\u05e8\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d1\u05d9\u05ea \u05de\u05d0\u05d9\u05e8-10",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15517",
        "label": "188",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05df \u05e8\u05d0\u05e4\u05d4 \u05d0-\u05e2\u05d9\u05df \u05e8\u05d0\u05e4\u05d4-10",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15518",
        "label": "188",
        "long": "\u05e0\u05d1\u05e2\u05d4/\u05d0\u05dc\u05d5\u05d5\u05d0\u05d3-\u05e2\u05d9\u05df \u05e0\u05e7\u05d5\u05d1\u05d0<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15519",
        "label": "189",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd-10",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15520",
        "label": "189",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd<->\u05d2\u05d5\u05dc\u05d3\u05d4/\u05e9\u05dc\u05de\u05d4 \u05d4\u05dc\u05d5\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15521",
        "label": "190",
        "long": "\u05d4\u05d2\u05e8''\u05d0/\u05e0\u05d7\u05dc\u05ea \u05e9\u05dc\u05de\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15522",
        "label": "190",
        "long": "\u05de\u05d2\u05d3\u05dc \u05e7\u05d5\u05e0\u05e7\u05d5\u05e8\u05d3/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd-20",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15525",
        "label": "411",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15526",
        "label": "411",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15536",
        "label": "323",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9 \u05d6-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05ea/\u05d4\u05e6\u05d9\u05e4\u05d5\u05e8\u05df-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-10",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15537",
        "label": "323",
        "long": "\u05e9\u05d3. \u05d2\u05ea/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15538",
        "label": "424",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd-10",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15539",
        "label": "424",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1554",
        "label": "299",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05d2\u05d0\u05e8 \u05d2'/\u05de\u05e8\u05db\u05d6-\u05de\u05d2\u05d0\u05e8-2#",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15540",
        "label": "15",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15541",
        "label": "15",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d9\u05e8\u05de\u05d5\u05ea/\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15542",
        "label": "490",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd<->\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-10",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15543",
        "label": "490",
        "long": "\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd-20",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15544",
        "label": "412",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15545",
        "label": "412",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15546",
        "label": "115",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15547",
        "label": "115",
        "long": "\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15554",
        "label": "284",
        "long": "\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3.\u05d4\u05e8\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05e8 \u05db\u05ea\u05e8\u05d5\u05df-\u05e6\u05d5\u05e8 \u05d4\u05d3\u05e1\u05d4-10",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15559",
        "label": "850",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15560",
        "label": "850",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15561",
        "label": "851",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05dc\u05e0\u05d9\u05d0\u05d3\u05d5/\u05d9\u05dc\u05d3\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15562",
        "label": "851",
        "long": "\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05dc\u05e0\u05d9\u05d0\u05d3\u05d5/\u05d9\u05dc\u05d3\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15563",
        "label": "29",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05e7\u05dc\u05d0\u05d9/\u05d4\u05d9\u05e8\u05d3\u05df-\u05de\u05e0\u05d7\u05de\u05d9\u05d4-10",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15564",
        "label": "29",
        "long": "\u05d7\u05e7\u05dc\u05d0\u05d9/\u05d4\u05d9\u05e8\u05d3\u05df-\u05de\u05e0\u05d7\u05de\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-20",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15565",
        "label": "36",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d9\u05e8\u05d3\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-10",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15566",
        "label": "36",
        "long": "\u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15568",
        "label": "616",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-1#",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15570",
        "label": "615",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15571",
        "label": "616",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15574",
        "label": "967",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15575",
        "label": "967",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-2#",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15579",
        "label": "4",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-30",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15582",
        "label": "8",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15583",
        "label": "8",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05e9\u05d6''\u05e8-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15584",
        "label": "11",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15585",
        "label": "11",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15587",
        "label": "26",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d7\u05e7\u05dc\u05d0\u05d9/\u05d4\u05d9\u05e8\u05d3\u05df-\u05de\u05e0\u05d7\u05de\u05d9\u05d4-10",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15588",
        "label": "26",
        "long": "\u05d7\u05e7\u05dc\u05d0\u05d9/\u05d4\u05d9\u05e8\u05d3\u05df-\u05de\u05e0\u05d7\u05de\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15589",
        "label": "28",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-10",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15590",
        "label": "28",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15591",
        "label": "33",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e7\u05e9\u05ea-\u05d1\u05d9\u05ea \u05e7\u05e9\u05ea-10",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15592",
        "label": "37",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e6\u05d5\u05de\u05ea \u05d0\u05dc\u05d5\u05de\u05d5\u05ea-\u05d0\u05dc\u05d5\u05de\u05d5\u05ea-10",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15593",
        "label": "37",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d0\u05dc\u05d5\u05de\u05d5\u05ea-\u05d0\u05dc\u05d5\u05de\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15594",
        "label": "39",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e6\u05d5\u05de\u05ea \u05d0\u05dc\u05d5\u05de\u05d5\u05ea-\u05d0\u05dc\u05d5\u05de\u05d5\u05ea-10",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15595",
        "label": "39",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d0\u05dc\u05d5\u05de\u05d5\u05ea-\u05d0\u05dc\u05d5\u05de\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15596",
        "label": "42",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e0\u05d1\u05d9 \u05e9\u05d5\u05e2\u05d9\u05d9\u05d1-\u05db\u05e4\u05e8 \u05d6\u05d9\u05ea\u05d9\u05dd-10",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15597",
        "label": "42",
        "long": "\u05e0\u05d1\u05d9 \u05e9\u05d5\u05e2\u05d9\u05d9\u05d1-\u05db\u05e4\u05e8 \u05d6\u05d9\u05ea\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15598",
        "label": "54",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e2\u05d9\u05dc\u05d1\u05d5\u05df \u05d5'/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e2\u05d9\u05d9\u05dc\u05d1\u05d5\u05df-10",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15599",
        "label": "54",
        "long": "\u05e2\u05d9\u05dc\u05d1\u05d5\u05df \u05d0'/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e2\u05d9\u05d9\u05dc\u05d1\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15600",
        "label": "55",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e1\u05d7'\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15601",
        "label": "55",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15604",
        "label": "450",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-10",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15605",
        "label": "450",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15606",
        "label": "12",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15607",
        "label": "12",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05e9\u05d6''\u05e8-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15610",
        "label": "5",
        "long": "\u05d4\u05d7\u05d5\u05e3 \u05d4\u05e0\u05e4\u05e8\u05d3-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15611",
        "label": "5",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05db\u05d1\u05d9\u05e9 90/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05dc\u05d9\u05e2\u05d6\u05e8 \u05e7\u05e4\u05dc\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15614",
        "label": "59",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-10",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15615",
        "label": "59",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15616",
        "label": "44",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d4\u05e6\u05d5\u05e8/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e4\u05d0\u05e8\u05e7 \u05ea\u05e2\u05e9\u05d9\u05d5\u05ea \u05e7\u05d3\u05de\u05ea \u05d2\u05dc\u05d9\u05dc-10",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15617",
        "label": "44",
        "long": "\u05d4\u05e6\u05d5\u05e8/\u05d4\u05d1\u05e8\u05d6\u05dc-\u05e4\u05d0\u05e8\u05e7 \u05ea\u05e2\u05e9\u05d9\u05d5\u05ea \u05e7\u05d3\u05de\u05ea \u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15618",
        "label": "7",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15619",
        "label": "9",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05d4\u05de\u05d1\u05e8\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15620",
        "label": "9",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05d4\u05de\u05d1\u05e8\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15622",
        "label": "7",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15646",
        "label": "92",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd/\u05ea\u05d1\u05d5\u05e8-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-2\u05d0",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15652",
        "label": "50",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05d4 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d7\u05d4-\u05d5\u05d0\u05d3\u05d9 \u05d7\u05de\u05d0\u05dd-10",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15653",
        "label": "50",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d7\u05d4-\u05d5\u05d0\u05d3\u05d9 \u05d7\u05de\u05d0\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15657",
        "label": "252",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05e8\u05d9\u05d4 \u05d3\u05d5\u05e9\u05e0\u05d9\u05e6\u05e7\u05d9/\u05d7\u05d9\u05d9\u05dd \u05d1\u05e8\u05dc\u05d1-\u05e2\u05db\u05d5-1#",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15658",
        "label": "252",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05de\u05d5\u05e1\u05d3 \u05d0\u05d7\u05d5\u05d5\u05d4-\u05e2\u05db\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15669",
        "label": "108",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05e8\u05d9 \u05d8\u05e8\u05d5\u05de\u05df/\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15670",
        "label": "108",
        "long": "\u05d4\u05d0\u05e8\u05d9 \u05d8\u05e8\u05d5\u05de\u05df/\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15679",
        "label": "75",
        "long": "\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd/\u05de\u05e1\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d4\u05de\u05d1\u05e8\u05d2/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05e9\u05dc\u05d5\u05dd \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15680",
        "label": "75",
        "long": "\u05d4\u05de\u05d1\u05e8\u05d2/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05e9\u05dc\u05d5\u05dd \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d0\u05d7\u05d3 \u05d4\u05e2\u05dd/\u05de\u05dc\u05d5\u05df \u05d2\u05d9\u05e0\u05d5\u05e1\u05e8-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15682",
        "label": "76",
        "long": "'\u05d8\u05d5\u05dc\u05d3\u05e0\u05d5 \u05d0-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d4\u05de\u05d1\u05e8\u05d2/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05e9\u05dc\u05d5\u05dd \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15683",
        "label": "76",
        "long": "\u05d4\u05de\u05d1\u05e8\u05d2/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05e9\u05dc\u05d5\u05dd \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05d8\u05d1\u05e8\u05d9\u05d4<->'\u05d8\u05d5\u05dc\u05d3\u05e0\u05d5 \u05d0-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1569",
        "label": "332",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15709",
        "label": "80",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05db\u05e8\u05db\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05d2\u05d1\u05d5\u05e8\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15710",
        "label": "80",
        "long": "\u05db\u05e8\u05db\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05d2\u05d1\u05d5\u05e8\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15711",
        "label": "81",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d0\u05dc\u05e0\u05d8\u05d0\u05d5\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05db\u05e8\u05db\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05d2\u05d1\u05d5\u05e8\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15712",
        "label": "81",
        "long": "\u05db\u05e8\u05db\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05d2\u05d1\u05d5\u05e8\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05e9\u05d3. \u05d0\u05dc\u05e0\u05d8\u05d0\u05d5\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15713",
        "label": "82",
        "long": "\u05d8\u05d5\u05dc\u05d3\u05e0\u05d5/\u05d4\u05e8\u05d1 \u05de\u05e9\u05d4 \u05db\u05d4\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05db\u05e8\u05db\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05d2\u05d1\u05d5\u05e8\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15714",
        "label": "82",
        "long": "\u05db\u05e8\u05db\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05d2\u05d1\u05d5\u05e8\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15715",
        "label": "849",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2/\u05e7\u05e8\u05dc\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-10",
        "short": "849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15716",
        "label": "849",
        "long": "\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2/\u05e7\u05e8\u05dc\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "849",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15721",
        "label": "105",
        "long": "\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-11",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15722",
        "label": "209",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05da \u05e7\u05d3\u05dd/\u05d4\u05e0\u05d9\u05e7\u05e8\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15723",
        "label": "209",
        "long": "\u05d3\u05e8\u05da \u05e7\u05d3\u05dd/\u05d4\u05e8\u05db\u05e1-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15725",
        "label": "211",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05e8\u05d9\u05d7\u05d4/\u05e1\u05d5\u05d1\u05d4-\u05e7\u05d3\u05e8-1\u05d0",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "15727",
        "label": "211",
        "long": "\u05d6\u05e8\u05d9\u05d7\u05d4/\u05e1\u05d5\u05d1\u05d4-\u05e7\u05d3\u05e8<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d0",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15728",
        "label": "216",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d0\u05e8\u05d9\u05d0\u05dc-\u05de\u05e6\u05e4\u05d4 \u05d9\u05e8\u05d9\u05d7\u05d5<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15731",
        "label": "90",
        "long": "\u05d3\u05e8\u05da \u05e9\u05e8\u05d4/\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d2\u05d5\u05dc\u05d5\u05de\u05d1-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d3\u05e8\u05da \u05e9\u05e8\u05d4/\u05db''\u05d8 \u05d1\u05e0\u05d5\u05d1\u05de\u05d1\u05e8-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-20",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15732",
        "label": "90",
        "long": "\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d4\u05d7\u05d9\u05d8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d4\u05d7\u05d9\u05d8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-21",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15733",
        "label": "30",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-12",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15734",
        "label": "30",
        "long": "\u05e1\u05de\u05d3\u05e8 1-\u05d9\u05d1\u05e0\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-21",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15735",
        "label": "30",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-22",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15738",
        "label": "432",
        "long": "\u05d2\u05e9\u05e8/\u05de\u05e8\u05db\u05d6-\u05d2\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15739",
        "label": "969",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15740",
        "label": "969",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "969",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15741",
        "label": "84",
        "long": "\u05d2\u05d5\u05dc\u05e0\u05d9/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05db\u05e8\u05db\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05d2\u05d1\u05d5\u05e8\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15742",
        "label": "84",
        "long": "\u05db\u05e8\u05db\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05d2\u05d1\u05d5\u05e8\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d8\u05d1\u05d5\u05e8 \u05d4\u05d0\u05e8\u05e5/\u05d2\u05d5\u05e9 \u05e2\u05e6\u05d9\u05d5\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1575",
        "label": "332",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15760",
        "label": "11\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-3\u05d6",
        "short": "11\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15763",
        "label": "136",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d9\u05e7\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15764",
        "label": "136",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d3\u05e9\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-1\u05e9",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15765",
        "label": "136",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d3\u05e9\u05e0\u05d9\u05dd/\u05e6\u05d5\u05de\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15766",
        "label": "91",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15775",
        "label": "7",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15776",
        "label": "7",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15779",
        "label": "27",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05db\u05d7\u05d5\u05dc/\u05d0\u05d3\u05d5\u05dd-\u05de\u05e4\u05e2\u05dc\u05d9 \u05db\u05e0\u05d5\u05ea-1#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15780",
        "label": "27",
        "long": "\u05d0\u05d3\u05d5\u05dd/\u05db\u05d7\u05d5\u05dc-\u05de\u05e4\u05e2\u05dc\u05d9 \u05db\u05e0\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15781",
        "label": "28",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-1#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15782",
        "label": "28",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15787",
        "label": "40",
        "long": "\u05e8\u05d1\u05d3\u05d9\u05dd-\u05e8\u05d1\u05d3\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15788",
        "label": "141",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d5\u05d0\u05d9\u05dc\u05ea-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-1#",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15789",
        "label": "141",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d5\u05d0\u05d9\u05dc\u05ea-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15790",
        "label": "150",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15791",
        "label": "150",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15792",
        "label": "140",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d5\u05d0\u05d9\u05dc\u05ea-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-1#",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15793",
        "label": "140",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d5\u05d0\u05d9\u05dc\u05ea-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15794",
        "label": "43",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e6\u05d3\u05e4\u05d9\u05dd/\u05d4\u05d9\u05dd-\u05e0\u05e6\u05e8 \u05d7\u05d6\u05e0\u05d9-1#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15795",
        "label": "43",
        "long": "\u05d4\u05d9\u05dd/\u05d4\u05d0\u05dc\u05de\u05d5\u05d2\u05d9\u05dd-\u05e0\u05e6\u05e8 \u05d7\u05d6\u05e0\u05d9<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15796",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15797",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15798",
        "label": "50",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15799",
        "label": "50",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15800",
        "label": "152",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15801",
        "label": "152",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15802",
        "label": "151",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15803",
        "label": "151",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15804",
        "label": "181",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05e9\u05de\u05d5\u05d8\u05e7\u05d9\u05df/\u05d8\u05d5\u05dc\u05d9\u05e4\u05de\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15805",
        "label": "181",
        "long": "\u05e9\u05de\u05d5\u05d8\u05e7\u05d9\u05df/\u05d8\u05d5\u05dc\u05d9\u05e4\u05de\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15806",
        "label": "182",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15807",
        "label": "182",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15808",
        "label": "51",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d3\u05e8\u05da \u05e4\u05e1\u05d8\u05e8\u05e0\u05e7-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15809",
        "label": "51",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d3\u05e8\u05da \u05e4\u05e1\u05d8\u05e8\u05e0\u05e7-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15810",
        "label": "177",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15811",
        "label": "177",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15814",
        "label": "349",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15815",
        "label": "349",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "349",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15816",
        "label": "213",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15817",
        "label": "213",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15818",
        "label": "325",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15819",
        "label": "325",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15820",
        "label": "221",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05d4\u05d2\u05e0\u05d4/\u05de\u05e8\u05d2\u05d5\u05dc\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15821",
        "label": "221",
        "long": "\u05d4\u05d4\u05d2\u05e0\u05d4/\u05d7\u05d9''\u05e9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15822",
        "label": "317",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-1#",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15823",
        "label": "317",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15824",
        "label": "455",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-1#",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15825",
        "label": "455",
        "long": "\u05d4\u05e8''\u05df/\u05e4\u05e0\u05d9\u05dd \u05de\u05d0\u05d9\u05e8\u05d9\u05dd-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15826",
        "label": "959",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-3#",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15832",
        "label": "218",
        "long": "\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15836",
        "label": "7",
        "long": "\u05d4\u05d0\u05d9\u05dc\u05df/\u05d4\u05d4\u05d3\u05e1-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05d7\u05d5\u05e3 \u05d0\u05e7\u05d5\u05d3\u05d5\u05e7\u05d8-\u05e7\u05d9\u05e1\u05e8\u05d9\u05d4-17",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "15837",
        "label": "7",
        "long": "\u05de\u05e1\u05d5\u05e3/\u05d7\u05d5\u05e3 \u05d4\u05d0\u05e7\u05d5\u05d5\u05d3\u05d5\u05e7\u05d8-\u05e7\u05d9\u05e1\u05e8\u05d9\u05d4<->\u05d4\u05d0\u05d9\u05dc\u05df/\u05d4\u05d4\u05d3\u05e1-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-27",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15838",
        "label": "588",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7-10",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15839",
        "label": "588",
        "long": "\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "588",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15840",
        "label": "586",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-10",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15841",
        "label": "586",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15842",
        "label": "587",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05e6\u05dc-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-10",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15843",
        "label": "587",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05d5\u05e9\u05e0\u05d9\u05dd/\u05d4\u05d7\u05d9\u05d3''\u05d0-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15844",
        "label": "585",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05d2\u05e0\u05d9 \u05d8\u05dc-\u05e0\u05d7\u05dc \u05e9\u05d5\u05e8\u05e7-10",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15845",
        "label": "585",
        "long": "\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05de\u05dc\u05d5\u05df \u05db\u05e4\u05e8\u05d9-\u05e0\u05d7\u05dc \u05e9\u05d5\u05e8\u05e7<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "585",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15846",
        "label": "581",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05ea \u05d5\u05d9\u05d6'\u05e0\u05d9\u05e5/\u05d1\u05e8\u05db\u05ea \u05de\u05e9\u05d4-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15847",
        "label": "581",
        "long": "\u05e8\u05de\u05ea \u05d5\u05d9\u05d6'\u05e0\u05d9\u05e5/\u05d1\u05e8\u05db\u05ea \u05de\u05e9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15848",
        "label": "582",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05e8\u05db\u05e1\u05d9\u05dd-10",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15849",
        "label": "582",
        "long": "\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3/\u05d7\u05e6\u05d1 \u05e1\u05d5\u05d1\u05d4-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15850",
        "label": "584",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15851",
        "label": "584",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15852",
        "label": "583",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d3\u05e8\u05da \u05e9\u05e8\u05d4/\u05db''\u05d8 \u05d1\u05e0\u05d5\u05d1\u05de\u05d1\u05e8-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-10",
        "short": "583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15853",
        "label": "583",
        "long": "\u05d3\u05e8\u05da \u05e9\u05e8\u05d4/\u05db''\u05d8 \u05d1\u05e0\u05d5\u05d1\u05de\u05d1\u05e8-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15856",
        "label": "683",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d3\u05e8\u05da \u05e9\u05e8\u05d4/\u05db''\u05d8 \u05d1\u05e0\u05d5\u05d1\u05de\u05d1\u05e8-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-10",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15857",
        "label": "683",
        "long": "\u05d3\u05e8\u05da \u05e9\u05e8\u05d4/\u05db''\u05d8 \u05d1\u05e0\u05d5\u05d1\u05de\u05d1\u05e8-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15858",
        "label": "685",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-10",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15859",
        "label": "685",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15860",
        "label": "686",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05e6\u05dc-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-10",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15861",
        "label": "686",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05d5\u05e9\u05e0\u05d9\u05dd/\u05d4\u05d7\u05d9\u05d3''\u05d0-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15862",
        "label": "881",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-10",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15863",
        "label": "881",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15864",
        "label": "881",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15865",
        "label": "871",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-10",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15866",
        "label": "871",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15867",
        "label": "891",
        "long": "\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-10",
        "short": "891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15868",
        "label": "891",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15870",
        "label": "872",
        "long": "\u05d1\u05d9''\u05d7 \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05d2\u05e9\u05e8 \u05de\u05d1\u05e6\u05e2 \u05d0\u05e8\u05e0\u05d5\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15872",
        "label": "892",
        "long": "\u05d1\u05d9''\u05d7 \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05d2\u05e9\u05e8 \u05de\u05d1\u05e6\u05e2 \u05d0\u05e8\u05e0\u05d5\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "892",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15873",
        "label": "882",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15874",
        "label": "882",
        "long": "\u05d1\u05d9''\u05d7 \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05d2\u05e9\u05e8 \u05de\u05d1\u05e6\u05e2 \u05d0\u05e8\u05e0\u05d5\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15876",
        "label": "873",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05e6\u05d1\u05d0\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05d1\u05d5\u05e8\u05d2-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15878",
        "label": "893",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05e6\u05d1\u05d0\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05d1\u05d5\u05e8\u05d2-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "893",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15879",
        "label": "883",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05d5\u05e1\u05e3 \u05d1\u05d5\u05e8\u05d2/\u05de\u05e9\u05d5\u05d0\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15880",
        "label": "883",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05e6\u05d1\u05d0\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05d1\u05d5\u05e8\u05d2-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "883",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15881",
        "label": "885",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15883",
        "label": "885",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15884",
        "label": "885",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15886",
        "label": "875",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15887",
        "label": "875",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15888",
        "label": "895",
        "long": "\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15889",
        "label": "895",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15901",
        "label": "432",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d2\u05e9\u05e8/\u05de\u05e8\u05db\u05d6-\u05d2\u05e9\u05e8-10",
        "short": "432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15922",
        "label": "801",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d7\u05d5\u05e3 \u05d3\u05ea\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-10",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15923",
        "label": "801",
        "long": "\u05d7\u05d5\u05e3 \u05d3\u05ea\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1595",
        "label": "338",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15972",
        "label": "39",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d0\u05dc\u05d5\u05de\u05d5\u05ea-\u05d0\u05dc\u05d5\u05de\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-21",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15976",
        "label": "83",
        "long": "\u05d7\u05d9/\u05d4\u05d3\u05e7\u05dc-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05db\u05dc\u05d9\u05dc \u05d4\u05d7\u05d5\u05e8\u05e9-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-21",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15978",
        "label": "137",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-1#",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15979",
        "label": "137",
        "long": "\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1598",
        "label": "338",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15987",
        "label": "421",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e6\u05d3\u05d4-\u05de\u05e6\u05d3\u05d4-18",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "15988",
        "label": "421",
        "long": "\u05de\u05e6\u05d3\u05d4-\u05de\u05e6\u05d3\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-28",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15989",
        "label": "86",
        "long": "\u05d4\u05d7\u05e9\u05de\u05dc/\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05e8\u05dc/\u05e4\u05e0\u05d7\u05e1 \u05e8\u05d0\u05dd-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15993",
        "label": "801",
        "long": "\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9/\u05d4\u05de\u05e9\u05d5\u05e8\u05e8 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15994",
        "label": "801",
        "long": "\u05d4\u05e8\u05d0''\u05d4/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d4",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15995",
        "label": "801",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d6",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15996",
        "label": "801",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05e8",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15997",
        "label": "801",
        "long": "\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7/\u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e0\u05e5/\u05e8\u05d5\u05d1\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15998",
        "label": "802",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "15999",
        "label": "802",
        "long": "\u05e9\u05d0\u05d5\u05dc\u05d6\u05d5\u05df/\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05e2",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16000",
        "label": "802",
        "long": "\u05d9\u05e8\u05de\u05d9\u05d4\u05d5/\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16001",
        "label": "803",
        "long": "\u05d4\u05e8\u05d1 \u05d1\u05e6\u05dc\u05d0\u05dc \u05d6\u05d5\u05dc\u05d8\u05d9/\u05e8\u05d1\u05d9 \u05e9\u05dc\u05de\u05d4 \u05d6\u05dc\u05de\u05df \u05d3\u05e8\u05d5\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d3",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16002",
        "label": "803",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d8",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16003",
        "label": "803",
        "long": "\u05d1\u05e8\u05e0\u05d3\u05d9\u05d9\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16007",
        "label": "805",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7/\u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16008",
        "label": "805",
        "long": "\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7/\u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16026",
        "label": "821",
        "long": "\u05e9\u05d9\u05d1\u05ea \u05e6\u05d9\u05d5\u05df/\u05d8\u05dc\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16027",
        "label": "821",
        "long": "\u05d4\u05e4\u05e1\u05d2\u05d4/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05d2\u05d0\u05dc \u05d0\u05dc\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1604",
        "label": "342",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1606",
        "label": "342",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16062",
        "label": "890",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05db\u05e8 \u05d4\u05d3\u05d5\u05d9\u05d3\u05e7\u05d4/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "890",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16068",
        "label": "454",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "16069",
        "label": "454",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-11",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16070",
        "label": "454",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "16071",
        "label": "454",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16072",
        "label": "356",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16073",
        "label": "356",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16076",
        "label": "8",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16077",
        "label": "8",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1608",
        "label": "365",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05e2\u05e8\u05d1\u05d9\u05ea-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1609",
        "label": "365",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05e1\u05d7\u05e0\u05d9\u05df \u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05e2\u05e8\u05d1\u05d9\u05ea-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1611",
        "label": "431",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-1\u05d0",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16114",
        "label": "1",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d1\u05d9\u05ea \u05d0\u05d1\u05d9-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d4\u05d3\u05e1\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-26",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16115",
        "label": "3",
        "long": "\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd/\u05e2\u05de\u05de\u05d9-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d1\u05d9\u05d4''\u05e1 \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-12",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16116",
        "label": "3",
        "long": "\u05d4\u05e9\u05d5\u05de\u05e8\u05d5\u05df/\u05d5\u05ea\u05d9\u05e7\u05d9\u05dd-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d1\u05d9\u05d4''\u05e1 \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-13",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16123",
        "label": "5",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05db\u05d1\u05d9\u05e9 90/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05dc\u05d9\u05e2\u05d6\u05e8 \u05e7\u05e4\u05dc\u05df-\u05d8\u05d1\u05e8\u05d9\u05d4-21",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16124",
        "label": "395",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d7\u05dc\u05d9\u05d0\u05dc \u05dc\u05d1\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e6\u05e0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05de\u05e9\u05d8\u05e8\u05d4/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d1\u05e0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-22",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1613",
        "label": "431",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-2\u05d0",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1614",
        "label": "431",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-2\u05d1",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16145",
        "label": "92",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05de\u05d9\u05e8\u05d5\u05df/\u05d2\u05e2\u05ea\u05d5\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-2\u05d1",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16183",
        "label": "800",
        "long": "\u05de\u05e2\u05d2\u05dc\u05d9 \u05d4\u05e8\u05d9''\u05dd \u05dc\u05d5\u05d9\u05df/\u05de\u05d1\u05d5\u05d0 \u05e4\u05ea\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16184",
        "label": "37",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d1\u05d9''\u05e1 \u05e2\u05d5\u05de\u05e8 \u05d1\u05df \u05d0\u05dc \u05d7'\u05d8\u05d0\u05d1-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d0-1#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16185",
        "label": "37",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05d1\u05d9''\u05e1 \u05e2\u05d5\u05de\u05e8 \u05d1\u05df \u05d0\u05dc \u05d7'\u05d8\u05d0\u05d1-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d0-11",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16186",
        "label": "37",
        "long": "\u05d1\u05d9''\u05e1 \u05e2\u05d5\u05de\u05e8 \u05d1\u05df \u05d0\u05dc \u05d7'\u05d8\u05d0\u05d1-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d0<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d5\u05d9\u05e6\u05de\u05df-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16187",
        "label": "37",
        "long": "\u05d1\u05d9''\u05e1 \u05e2\u05d5\u05de\u05e8 \u05d1\u05df \u05d0\u05dc \u05d7'\u05d8\u05d0\u05d1-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d0<->\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-21",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16188",
        "label": "298",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05d0 \u05e7\u05d5\u05d3\u05e1/\u05d0\u05dc \u05de\u05d3\u05d9\u05e0\u05d4-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-1#",
        "short": "298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16189",
        "label": "298",
        "long": "\u05d0\u05dc \u05e7\u05d5\u05d3\u05e1/\u05d0\u05dc \u05de\u05d3\u05d9\u05e0\u05d4-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-2#",
        "short": "298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16190",
        "label": "113",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05dc\u05e7\u05d0\u05e1\u05de\u05d9-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4-1#",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16191",
        "label": "113",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05e8\u05d1\u05d5\u05ea \u05d0\u05dc\u05e7\u05d0\u05e1\u05de\u05d9-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16192",
        "label": "145",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e2\u05d1\u05d3 \u05d0\u05dc \u05db\u05e8\u05d9\u05dd \u05e7\u05d0\u05e1\u05dd/\u05d0\u05dc \u05d7'\u05dc\u05d9\u05dc-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-1#",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16193",
        "label": "145",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05e2\u05d1\u05d3 \u05d0\u05dc \u05db\u05e8\u05d9\u05dd \u05e7\u05d0\u05e1\u05dd/\u05d0\u05dc \u05d7'\u05dc\u05d9\u05dc-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-11",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16194",
        "label": "145",
        "long": "\u05e2\u05d1\u05d3 \u05d0\u05dc \u05db\u05e8\u05d9\u05dd \u05e7\u05d0\u05e1\u05dd/\u05d0\u05dc \u05d7'\u05dc\u05d9\u05dc-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d5\u05d9\u05e6\u05de\u05df-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16195",
        "label": "145",
        "long": "\u05e2\u05d1\u05d3 \u05d0\u05dc \u05db\u05e8\u05d9\u05dd \u05e7\u05d0\u05e1\u05dd/\u05d0\u05dc \u05d7'\u05dc\u05d9\u05dc-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-21",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16203",
        "label": "351",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05e8\u05d0\u05d5\u05dc \u05d5\u05dc\u05e0\u05d1\u05e8\u05d2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16204",
        "label": "351",
        "long": "\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05e8\u05d0\u05d5\u05dc \u05d5\u05dc\u05e0\u05d1\u05e8\u05d2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16209",
        "label": "194",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d6\u05d9\u05ea \u05d1-\u05de\u05d8\u05e2-10",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16210",
        "label": "194",
        "long": "\u05d4\u05d6\u05d9\u05ea \u05d1-\u05de\u05d8\u05e2<->\u05d2\u05df \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9/\u05d0''''\u05e1 \u05d4\u05e4\u05d5\u05e2\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16214",
        "label": "266",
        "long": "\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16216",
        "label": "266",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16219",
        "label": "13\u05d0",
        "long": "\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d9\u05d5\u05dd \u05d4\u05db\u05d9\u05e4\u05d5\u05e8\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e9\u05d0\u05d5\u05dc \u05d8\u05e9\u05e8\u05e0\u05d9\u05d7\u05d5\u05d1\u05e1\u05e7\u05d9/\u05de\u05e9\u05d4 \u05de\u05d6\u05e8\u05d7\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1\u05d3",
        "short": "13\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16229",
        "label": "16\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2\u05d4",
        "short": "16\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16254",
        "label": "389",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1\u05d6",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16255",
        "label": "547",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05d4\u05dc\u05dc-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1\u05d1",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16256",
        "label": "547",
        "long": "\u05d0\u05d3\u05d5\u05e8\u05d9\u05d9\u05dd/\u05e8\u05de\u05d5\u05ea \u05d3\u05d5\u05d3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2\u05d1",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16257",
        "label": "555",
        "long": "\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16259",
        "label": "556",
        "long": "\u05d0\u05d3\u05d5\u05e8\u05d9\u05d9\u05dd/\u05e8\u05de\u05d5\u05ea \u05d3\u05d5\u05d3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16261",
        "label": "557",
        "long": "\u05d0\u05d3\u05d5\u05e8\u05d9\u05d9\u05dd/\u05e8\u05de\u05d5\u05ea \u05d3\u05d5\u05d3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2\u05d3",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16263",
        "label": "24\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e2\u05d5\u05e7\u05e9\u05d9/\u05dc\u05d5\u05d9 \u05d0\u05e9\u05db\u05d5\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1\u05d1",
        "short": "24\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16264",
        "label": "24\u05d0",
        "long": "\u05e2\u05d5\u05e7\u05e9\u05d9/\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2\u05d1",
        "short": "24\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16265",
        "label": "560",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de''\u05d7-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1\u05e0",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16266",
        "label": "560",
        "long": "\u05d4\u05e8\u05d5\u05ea\u05dd/\u05d4\u05d7\u05e8\u05e6\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1\u05e2",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16267",
        "label": "560",
        "long": "\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2\u05d7",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16277",
        "label": "88",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e8\u05e2\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1628",
        "label": "296",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05e7\u05dc\u05e2\u05d5\u05df-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05d0\u05dc \u05e7\u05d5\u05d3\u05e1/\u05d1\u05e0\u05e7 \u05d4\u05e4\u05d5\u05e2\u05dc\u05d9\u05dd-\u05d8\u05de\u05e8\u05d4-1#",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1629",
        "label": "296",
        "long": "\u05d0\u05dc\u05e7\u05d5\u05d3\u05e1/\u05d0 \u05e9\u05d5\u05e7 \u05d0\u05dc \u05d1\u05dc\u05d3\u05d9-\u05d8\u05de\u05e8\u05d4<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05d2'\u05dc\u05d9\u05dc-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16302",
        "label": "800",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16303",
        "label": "800",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16317",
        "label": "151",
        "long": "\u05e9\u05d5\u05e9\u05e0\u05d4 \u05d3\u05de\u05d0\u05e8\u05d9/\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8-\u05e8\u05de\u05dc\u05d4<->\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16318",
        "label": "151",
        "long": "\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e9\u05d5\u05e9\u05e0\u05d4 \u05d3\u05de\u05d0\u05e8\u05d9/\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8-\u05e8\u05de\u05dc\u05d4-20",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16325",
        "label": "27",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16331",
        "label": "160",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d4\u05e4\u05e7\u05d5\u05dc\u05d8\u05d4 \u05dc\u05d7\u05e7\u05dc\u05d0\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16332",
        "label": "160",
        "long": "\u05d4\u05e4\u05e7\u05d5\u05dc\u05d8\u05d4 \u05dc\u05d7\u05e7\u05dc\u05d0\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16335",
        "label": "548",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3-10",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16336",
        "label": "548",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-20",
        "short": "548",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1634",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16351",
        "label": "77",
        "long": "\u05d4\u05de\u05d1\u05e8\u05d2/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05e9\u05dc\u05d5\u05dd \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d5\u05d9\u05e0\u05d2\u05d9\u05d9\u05d8/\u05dc\u05d7''\u05d9-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16352",
        "label": "91",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16353",
        "label": "91",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-2#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16359",
        "label": "290",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05e9\u05de\u05e8\u05ea \u05de\u05d0\u05d9\u05e8-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1636",
        "label": "1",
        "long": "\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16360",
        "label": "291",
        "long": "\u05d6\u05d5\u05d5\u05e2\u05d4\u05d9\u05dc \u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16361",
        "label": "292",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d4\u05de\u05d4\u05e8\u05d9''\u05e5-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16362",
        "label": "292",
        "long": "\u05de\u05e2\u05d6\u05e8\u05d9\u05d8\u05e9/ \u05de\u05d4\u05e8\u05d9''\u05e5-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16363",
        "label": "293",
        "long": "\u05d3\u05e8\u05db\u05d9 \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05d1\u05e8\u05d5\u05e7-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16365",
        "label": "294",
        "long": "\u05d7\u05d9\u05d9 \u05d9\u05e6\u05d7\u05e7/\u05d4\u05e8\u05d1 \u05d1\u05e0\u05d3\u05e8-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16366",
        "label": "27",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd-11",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16377",
        "label": "144",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d0\u05d2\u05d0\u05dc/\u05e1\u05d6\u05d0\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16378",
        "label": "144",
        "long": "\u05d8\u05d5\u05dc\u05d5\u05d6/\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16379",
        "label": "434",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-1#",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16380",
        "label": "434",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16381",
        "label": "503",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-1#",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16382",
        "label": "503",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16384",
        "label": "27",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d0\u05d2\u05d0\u05dc/\u05e1\u05d6\u05d0\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16385",
        "label": "27",
        "long": "\u05d8\u05d5\u05dc\u05d5\u05d6/\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16386",
        "label": "137",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-1#",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16387",
        "label": "137",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16391",
        "label": "142",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d5\u05d0\u05d9\u05dc\u05ea-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-1#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16392",
        "label": "142",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d5\u05d0\u05d9\u05dc\u05ea-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16393",
        "label": "9",
        "long": "\u05d4\u05e8\u05d1 \u05e9\u05dc\u05d5\u05dd \u05e9\u05d1\u05d6\u05d9/\u05e9\u05d9\u05dc\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16394",
        "label": "9",
        "long": "\u05d4\u05de\u05e8\u05e5/\u05d4\u05d9\u05e6\u05d9\u05e8\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d4\u05e8\u05d1 \u05e9\u05dc\u05d5\u05dd \u05e9\u05d1\u05d6\u05d9/\u05e9\u05d9\u05dc\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16422",
        "label": "41",
        "long": "\u05d0\u05dc\u05de\u05d2\u05d5\u05e8 \u05de\u05e8\u05db\u05d6-\u05d0\u05dc\u05de\u05d2\u05d5\u05e8<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-10",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16423",
        "label": "41",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05dc\u05de\u05d2\u05d5\u05e8 \u05de\u05e8\u05db\u05d6-\u05d0\u05dc\u05de\u05d2\u05d5\u05e8-20",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16424",
        "label": "44",
        "long": "\u05d2\u05d3\u05d5\u05ea \u05de\u05e8\u05db\u05d6-\u05d2\u05d3\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-10",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16425",
        "label": "44",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d3\u05d5\u05ea \u05de\u05e8\u05db\u05d6-\u05d2\u05d3\u05d5\u05ea-20",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16426",
        "label": "143",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16443",
        "label": "970",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-28",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16445",
        "label": "972",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-28",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16479",
        "label": "89",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05e8\u05d9\u05d0\u05dc \u05de\u05de''\u05d3/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8 \u05d4\u05d9\u05e8\u05d3\u05df/\u05de\u05e2\u05dc\u05d4 \u05e2\u05de\u05d9\u05e2\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16490",
        "label": "387",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16491",
        "label": "454",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05e9\u05d8\u05d9\u05d9\u05df/\u05e9\u05d3. \u05d3\u05d5\u05d3 \u05e8\u05d6\u05d9\u05d0\u05dc-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-12",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16493",
        "label": "14",
        "long": "\u05de\u05e0\u05e9\u05d9\u05d9\u05ea \u05d6\u05d1\u05d3\u05d4/\u05de\u05e8\u05db\u05d6 2-\u05de\u05e0\u05e9\u05d9\u05ea \u05d6\u05d1\u05d3\u05d4<->\u05d8\u05d1\u05d0\u05e9 \u05d1-\u05db\u05e2\u05d1\u05d9\u05d4 \u05d8\u05d1\u05d0\u05e9 \u05d7\u05d2'\u05d0\u05d2'\u05e8\u05d4-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16494",
        "label": "14",
        "long": "\u05d8\u05d1\u05d0\u05e9 \u05d1-\u05db\u05e2\u05d1\u05d9\u05d4 \u05d8\u05d1\u05d0\u05e9 \u05d7\u05d2'\u05d0\u05d2'\u05e8\u05d4<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e0\u05d5\u05e2\u05e8-\u05de\u05e0\u05e9\u05d9\u05ea \u05d6\u05d1\u05d3\u05d4-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16495",
        "label": "833",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16497",
        "label": "833",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16514",
        "label": "9",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d4\u05d2\u05d5\u05dc\u05df-\u05e0\u05d5\u05e4\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-12",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16515",
        "label": "9",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e4\u05d9\u05ea-22",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16523",
        "label": "1",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e9\u05d3\u05e8\u05d5\u05ea-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16524",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16525",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05db\u05e8\u05dd \u05e9\u05dc\u05d5\u05dd \u05de\u05e8\u05db\u05d6-\u05db\u05e8\u05dd \u05e9\u05dc\u05d5\u05dd-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16526",
        "label": "11",
        "long": "\u05db\u05e8\u05dd \u05e9\u05dc\u05d5\u05dd \u05de\u05e8\u05db\u05d6-\u05db\u05e8\u05dd \u05e9\u05dc\u05d5\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16527",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05e4\u05e8\u05d9\u05d2\u05df \u05de\u05e8\u05db\u05d6-\u05e4\u05e8\u05d9 \u05d2\u05df-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16528",
        "label": "12",
        "long": "\u05e4\u05e8\u05d9\u05d2\u05df \u05de\u05e8\u05db\u05d6-\u05e4\u05e8\u05d9 \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16529",
        "label": "13",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05d0\u05d5\u05d4\u05d3-\u05d0\u05d5\u05d4\u05d3-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16530",
        "label": "13",
        "long": "\u05d0\u05d5\u05d4\u05d3-\u05d0\u05d5\u05d4\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-2#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16531",
        "label": "14",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05e6\u05d0\u05dc\u05d9\u05dd/\u05de\u05e8\u05db\u05d6 \u05d4\u05e7\u05d9\u05d1\u05d5\u05e5-\u05e6\u05d0\u05dc\u05d9\u05dd-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16532",
        "label": "14",
        "long": "\u05e6\u05d0\u05dc\u05d9\u05dd/\u05de\u05e8\u05db\u05d6 \u05d4\u05e7\u05d9\u05d1\u05d5\u05e5-\u05e6\u05d0\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16533",
        "label": "15",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05db\u05e1\u05d5\u05e4\u05d9\u05dd-\u05db\u05d9\u05e1\u05d5\u05e4\u05d9\u05dd-1#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16534",
        "label": "15",
        "long": "\u05db\u05e1\u05d5\u05e4\u05d9\u05dd-\u05db\u05d9\u05e1\u05d5\u05e4\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-2#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16538",
        "label": "30",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d1\u05d0''\u05e4/\u05de\u05dc''\u05d9-\u05d0\u05e9\u05db\u05d5\u05dc-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16539",
        "label": "30",
        "long": "\u05d1\u05d0''\u05e4/\u05de\u05dc''\u05d9-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16542",
        "label": "47",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd-1#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16543",
        "label": "47",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16544",
        "label": "363",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16545",
        "label": "363",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16550",
        "label": "379",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-1#",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16551",
        "label": "36",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16552",
        "label": "36",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16553",
        "label": "325",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8/\u05d0\u05d7\u05ea \u05e2\u05e9\u05e8\u05d4 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16554",
        "label": "325",
        "long": "\u05d0\u05d7\u05ea \u05e2\u05e9\u05e8\u05d4 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16555",
        "label": "71",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05d0\u05dc \u05e2\u05d6\u05d9 \u05d1-\u05d0\u05dc \u05e2\u05d6\u05d9-1#",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16556",
        "label": "71",
        "long": "\u05d0\u05dc \u05e2\u05d6\u05d9 \u05d1-\u05d0\u05dc \u05e2\u05d6\u05d9<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16557",
        "label": "1",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16558",
        "label": "1",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16559",
        "label": "1",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16561",
        "label": "1",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16563",
        "label": "10",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-1#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16564",
        "label": "10",
        "long": "\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-2#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16565",
        "label": "12",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05d5\u05dc\u05e7/\u05e9\u05d1\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16566",
        "label": "12",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e4\u05d5\u05dc\u05e7/\u05d8\u05d1\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16567",
        "label": "134",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05d6\u05d9\u05ea/\u05d4\u05d7\u05d9\u05d8\u05d4-\u05e4\u05d8\u05d9\u05e9-1#",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16568",
        "label": "134",
        "long": "\u05d4\u05d6\u05d9\u05ea/\u05d4\u05d7\u05d9\u05d8\u05d4-\u05e4\u05d8\u05d9\u05e9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16569",
        "label": "135",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-1#",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16570",
        "label": "135",
        "long": "\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16571",
        "label": "136",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-1#",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16572",
        "label": "136",
        "long": "\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "16573",
        "label": "15",
        "long": "\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "16574",
        "label": "15",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16575",
        "label": "164",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05de\u05e6\u05d9\u05d4/\u05de\u05e8\u05db\u05d6-\u05d0\u05de\u05e6\u05d9\u05d4-1#",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16576",
        "label": "164",
        "long": "\u05d0\u05de\u05e6\u05d9\u05d4/\u05de\u05e8\u05db\u05d6-\u05d0\u05de\u05e6\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16577",
        "label": "18",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-3#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16578",
        "label": "2",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16579",
        "label": "2",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16582",
        "label": "240",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16583",
        "label": "240",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16586",
        "label": "250",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16587",
        "label": "250",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16590",
        "label": "252",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16591",
        "label": "252",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16596",
        "label": "3",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16597",
        "label": "3",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16598",
        "label": "31",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05ea\u05e4\u05e8\u05d7-1#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16599",
        "label": "31",
        "long": "\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05ea\u05e4\u05e8\u05d7<->\u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-2#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16602",
        "label": "323",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8/\u05d0\u05d7\u05ea \u05e2\u05e9\u05e8\u05d4 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16603",
        "label": "323",
        "long": "\u05d0\u05d7\u05ea \u05e2\u05e9\u05e8\u05d4 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16606",
        "label": "330",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16607",
        "label": "330",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16608",
        "label": "332",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16609",
        "label": "332",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16610",
        "label": "34",
        "long": "\u05e6\u05e8\u05db\u05e0\u05d9\u05d4/\u05d2\u05d9\u05dc\u05ea-\u05d2\u05d9\u05dc\u05ea<->\u05d4\u05d6\u05d9\u05ea/\u05d4\u05d7\u05d9\u05d8\u05d4-\u05e4\u05d8\u05d9\u05e9-1#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16611",
        "label": "34",
        "long": "\u05d4\u05d6\u05d9\u05ea/\u05d4\u05d7\u05d9\u05d8\u05d4-\u05e4\u05d8\u05d9\u05e9<->\u05d2\u05d9\u05dc\u05ea/\u05e6\u05e8\u05db\u05e0\u05d9\u05d4-\u05d2\u05d9\u05dc\u05ea-2#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16612",
        "label": "361",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16613",
        "label": "361",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16616",
        "label": "4",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16617",
        "label": "4",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16618",
        "label": "40",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05d7\u05e0\u05d4 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05de\u05e8\u05d7\u05d1\u05d9\u05dd-1#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16619",
        "label": "40",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05de\u05e8\u05d7\u05d1\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16620",
        "label": "41",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05d7\u05e0\u05d4 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05de\u05e8\u05d7\u05d1\u05d9\u05dd-1#",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16622",
        "label": "41",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05de\u05e8\u05d7\u05d1\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16625",
        "label": "442",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16626",
        "label": "442",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-2#",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16627",
        "label": "445",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16628",
        "label": "445",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16629",
        "label": "464",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16630",
        "label": "464",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16631",
        "label": "465",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16632",
        "label": "465",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16635",
        "label": "5",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16636",
        "label": "5",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16637",
        "label": "51",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e7\u05d5\u05e4''\u05d7 \u05db\u05dc\u05dc\u05d9\u05ea/\u05d6\u05e8\u05d5\u05e2\u05d4-\u05d6\u05e8\u05d5\u05e2\u05d4-1#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16638",
        "label": "51",
        "long": "\u05de\u05e7\u05d5\u05d5\u05d4/\u05d6\u05e8\u05d5\u05e2\u05d4-\u05d6\u05e8\u05d5\u05e2\u05d4<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16639",
        "label": "52",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e7\u05de\u05d4 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-1#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16640",
        "label": "52",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e7\u05de\u05d4 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d1\u05d9\u05ea \u05e7\u05de\u05d4<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16641",
        "label": "53",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e7\u05de\u05d4 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-1#",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16642",
        "label": "53",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e7\u05de\u05d4 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d1\u05d9\u05ea \u05e7\u05de\u05d4<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16643",
        "label": "54",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e9\u05d9\u05d1\u05d5\u05dc\u05d9\u05dd \u05db\u05e0\u05d9\u05e1\u05d4-\u05e9\u05d3\u05d5\u05ea \u05e0\u05d2\u05d1-1#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16644",
        "label": "54",
        "long": "\u05e9\u05d9\u05d1\u05d5\u05dc\u05d9\u05dd \u05db\u05e0\u05d9\u05e1\u05d4-\u05e9\u05d3\u05d5\u05ea \u05e0\u05d2\u05d1<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16645",
        "label": "55",
        "long": "\u05de\u05e8\u05db\u05d6/\u05d9\u05d5\u05e9\u05d9\u05d1\u05d9\u05d4-\u05d9\u05d5\u05e9\u05d9\u05d1\u05d9\u05d4<->\u05e9\u05d5\u05e7\u05d3\u05d4-\u05e9\u05d5\u05e7\u05d3\u05d4-1#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16646",
        "label": "55",
        "long": "\u05e9\u05d5\u05e7\u05d3\u05d4-\u05e9\u05d5\u05e7\u05d3\u05d4<->\u05de\u05e8\u05db\u05d6/\u05d9\u05d5\u05e9\u05d9\u05d1\u05d9\u05d4-\u05d9\u05d5\u05e9\u05d9\u05d1\u05d9\u05d4-2#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16647",
        "label": "57",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05d7\u05e0\u05d4 \u05e9\u05d5\u05de\u05e8\u05d9\u05d4 (\u05e9\u05e4\u05d9\u05e4\u05d5\u05df)-\u05dc\u05db\u05d9\u05e9-1#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16648",
        "label": "57",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05e9\u05d5\u05de\u05e8\u05d9\u05d4 (\u05e9\u05e4\u05d9\u05e4\u05d5\u05df)-\u05dc\u05db\u05d9\u05e9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16651",
        "label": "62",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea''\u05ea \u05e2\u05e6\u05de\u05d5\u05e0\u05d4/\u05e9\u05d5\u05de\u05e8\u05d9\u05d4-\u05e9\u05d5\u05de\u05e8\u05d9\u05d4-1#",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16652",
        "label": "62",
        "long": "\u05ea''\u05ea \u05e2\u05e6\u05de\u05d5\u05e0\u05d4/\u05e9\u05d5\u05de\u05e8\u05d9\u05d4-\u05e9\u05d5\u05de\u05e8\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16653",
        "label": "63",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05dc\u05d5\u05d6\u05d9\u05ea \u05de\u05e8\u05db\u05d6 \u05d1-\u05dc\u05d5\u05d6\u05d9\u05ea-1#",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16654",
        "label": "63",
        "long": "\u05dc\u05d5\u05d6\u05d9\u05ea \u05de\u05e8\u05db\u05d6 \u05d0-\u05dc\u05d5\u05d6\u05d9\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16655",
        "label": "64",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05d1\u05e0\u05d9 \u05d3\u05e7\u05dc\u05d9\u05dd/\u05de\u05e8\u05db\u05d6-\u05d1\u05e0\u05d9 \u05d3\u05e7\u05dc\u05d9\u05dd-1#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16656",
        "label": "64",
        "long": "\u05d1\u05e0\u05d9 \u05d3\u05e7\u05dc\u05d9\u05dd/\u05de\u05e8\u05db\u05d6-\u05d1\u05e0\u05d9 \u05d3\u05e7\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16657",
        "label": "65",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e6\u05d5\u05de\u05ea \u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-\u05dc\u05db\u05d9\u05e9-1#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16658",
        "label": "65",
        "long": "\u05d6\u05d1\u05d3\u05d9\u05d0\u05dc/3533-\u05e9\u05e4\u05d9\u05e8<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16659",
        "label": "66",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05d1\u05d0''\u05e4 \u05dc\u05db\u05d9\u05e9-\u05dc\u05db\u05d9\u05e9-1#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16660",
        "label": "66",
        "long": "\u05d1\u05d0''\u05e4 \u05dc\u05db\u05d9\u05e9-\u05dc\u05db\u05d9\u05e9<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16661",
        "label": "68",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e0\u05d7\u05dc\u05d4 \u05d6-\u05e0\u05d7\u05dc\u05d4-1#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16662",
        "label": "68",
        "long": "\u05e0\u05d7\u05dc\u05d4 \u05d0-\u05e0\u05d7\u05dc\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16663",
        "label": "69",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05d0\u05d9\u05ea\u05df \u05d2-\u05d0\u05d9\u05ea\u05df-1#",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16664",
        "label": "69",
        "long": "\u05d0\u05d9\u05ea\u05df \u05d0-\u05d0\u05d9\u05ea\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16665",
        "label": "7",
        "long": "\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16666",
        "label": "7",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16667",
        "label": "70",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16668",
        "label": "70",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16669",
        "label": "73",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05de\u05e9\u05d5\u05d0\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7/\u05de\u05e8\u05db\u05d6-\u05de\u05e9\u05d5\u05d0\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7-1#",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16670",
        "label": "73",
        "long": "\u05de\u05e9\u05d5\u05d0\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7/\u05de\u05e8\u05db\u05d6-\u05de\u05e9\u05d5\u05d0\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16673",
        "label": "8",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-3#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16676",
        "label": "4",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16677",
        "label": "4",
        "long": "\u05d1\u05e6\u05dc\u05d0\u05dc/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16680",
        "label": "13",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05d5\u05dc\u05e7/\u05e9\u05d1\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16681",
        "label": "13",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e4\u05d5\u05dc\u05e7/\u05d8\u05d1\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16682",
        "label": "2",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e9\u05d3\u05e8\u05d5\u05ea-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16683",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16686",
        "label": "3",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05d4\u05d1\u05d0\u05e8/\u05ea\u05e0\u05d5\u05d1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16687",
        "label": "3",
        "long": "\u05d4\u05d1\u05d0\u05e8/\u05ea\u05e0\u05d5\u05d1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16688",
        "label": "1",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16689",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16690",
        "label": "1",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05e9\u05d5\u05e7-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16691",
        "label": "1",
        "long": "\u05e9\u05d5\u05e7-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16694",
        "label": "11",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e9\u05d3\u05e8\u05d5\u05ea-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16695",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16696",
        "label": "11",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05d5\u05dc\u05e7/\u05e9\u05d1\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16697",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e4\u05d5\u05dc\u05e7/\u05d8\u05d1\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16700",
        "label": "2",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16701",
        "label": "2",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16702",
        "label": "2",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16703",
        "label": "2",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16704",
        "label": "3",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d0\u05e4\u05d9\u05e7\u05d9\u05dd \u05d1\u05e0\u05d2\u05d1/\u05d4\u05db\u05e9\u05e8\u05ea \u05d4\u05d9\u05d9\u05e9\u05d5\u05d1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16705",
        "label": "3",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d0\u05e4\u05d9\u05e7\u05d9\u05dd \u05d1\u05e0\u05d2\u05d1/\u05d4\u05db\u05e9\u05e8\u05ea \u05d4\u05d9\u05d9\u05e9\u05d5\u05d1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-11",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16706",
        "label": "3",
        "long": "\u05d0\u05e4\u05d9\u05e7\u05d9\u05dd \u05d1\u05e0\u05d2\u05d1/\u05d4\u05db\u05e9\u05e8\u05ea \u05d4\u05d9\u05d9\u05e9\u05d5\u05d1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16707",
        "label": "3",
        "long": "\u05d0\u05e4\u05d9\u05e7\u05d9\u05dd \u05d1\u05e0\u05d2\u05d1/\u05d4\u05db\u05e9\u05e8\u05ea \u05d4\u05d9\u05d9\u05e9\u05d5\u05d1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-21",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16708",
        "label": "5",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df/\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16709",
        "label": "5",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df/\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16710",
        "label": "2",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df/\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16711",
        "label": "2",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df/\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16712",
        "label": "3",
        "long": "\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16713",
        "label": "3",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05de\u05d0\u05d2\u05e8 \u05de\u05d9\u05dd/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16721",
        "label": "50",
        "long": "\u05d0\u05d5\u05dd \u05e7\u05d5\u05d1\u05d9\u05d9/\u05e8\u05d3\u05d9\u05d5 \u05d0-\u05e9\u05de\u05e1-\u05e0\u05e6\u05e8\u05ea<->101/124-\u05d9\u05e4\u05d9\u05e2-1#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16722",
        "label": "50",
        "long": "101/124-\u05d9\u05e4\u05d9\u05e2<->\u05d0\u05d5\u05dd \u05e7\u05d5\u05d1\u05d9\u05d9/\u05e8\u05d3\u05d9\u05d5 \u05d0-\u05e9\u05de\u05e1-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16727",
        "label": "451",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d4\u05e8\u05e5 \u05d0\u05d9\u05de\u05d1\u05e8/\u05db\u05e4\u05e8 \u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1673",
        "label": "3",
        "long": "\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16741",
        "label": "167",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d4\u05e1\u05ea\u05d3\u05e8\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd 2-\u05e9\u05e4\u05e8\u05e2\u05dd-1\u05e9",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16742",
        "label": "167",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd 2-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16743",
        "label": "170",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d4\u05e1\u05ea\u05d3\u05e8\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05dc \u05e7\u05d5\u05d3\u05e1/\u05d1\u05e0\u05e7 \u05d4\u05e4\u05d5\u05e2\u05dc\u05d9\u05dd-\u05d8\u05de\u05e8\u05d4-1\u05e9",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16744",
        "label": "170",
        "long": "\u05d0\u05dc\u05e8\u05d5\u05d9\u05e1/\u05d0\u05dc \u05d3\u05e8\u05d9\u05d2\u05d0\u05ea-\u05de\u05d8\u05d4 \u05d0\u05e9\u05e8<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16745",
        "label": "171",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d4\u05e1\u05ea\u05d3\u05e8\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05e9\u05db\u05d5\u05e0\u05d4 \u05d3\u05e8\u05d5\u05de\u05d9\u05ea-\u05d1\u05d9\u05e8 \u05d0\u05dc \u05de\u05db\u05e1\u05d5\u05e8-1\u05e9",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16746",
        "label": "171",
        "long": "\u05d1\u05d9\u05e8 \u05d0\u05dc \u05de\u05db\u05e1\u05d5\u05e8 \u05db\u05e0\u05d9\u05e1\u05d4-\u05d1\u05d9\u05e8 \u05d0\u05dc \u05de\u05db\u05e1\u05d5\u05e8<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16747",
        "label": "123",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-1#",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16748",
        "label": "123",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16749",
        "label": "60",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-11",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16750",
        "label": "60",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16786",
        "label": "252",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/\u05e9\u05d9\u05dc\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d4\u05ea\u05d3\u05d4\u05e8/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16787",
        "label": "252",
        "long": "\u05d4\u05ea\u05d3\u05d4\u05e8/\u05d3\u05e4\u05e0\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9 / \u05db\u05e8\u05de\u05dc-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16790",
        "label": "471",
        "long": "\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16791",
        "label": "471",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "16794",
        "label": "38",
        "long": "'\u05e2\u05de\u05dc \u05d0-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "16795",
        "label": "38",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e8\u05db\u05d6 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4 \u05dc\u05e0\u05db\u05d4/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16796",
        "label": "473",
        "long": "\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16797",
        "label": "473",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16800",
        "label": "47\u05d0",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d1\u05e8 \u05d0\u05d9\u05dc\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "47\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16801",
        "label": "47",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d1\u05e8 \u05d0\u05d9\u05dc\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-20",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16802",
        "label": "1",
        "long": "\u05e0\u05d5\u05d5\u05d4 \u05d9\u05e8\u05e7-\u05e0\u05d5\u05d5\u05d4 \u05d9\u05e8\u05e7<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-34",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16803",
        "label": "1",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-35",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16812",
        "label": "15",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d3\u05e4\u05e0\u05d4/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16813",
        "label": "15",
        "long": "\u05d3\u05e4\u05e0\u05d4/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1684",
        "label": "4",
        "long": "\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e8\u05db\u05d6 \u05d0\u05e4\u05e8\u05d9\u05d3\u05e8/\u05db\u05db\u05e8 \u05e6\u05e4\u05e0\u05d9\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1687",
        "label": "4",
        "long": "\u05db\u05d9\u05db\u05e8 \u05e6\u05e4\u05e0\u05d9\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16871",
        "label": "130",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d0''\u05e4/\u05de\u05dc''\u05d9-\u05d0\u05e9\u05db\u05d5\u05dc-11",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16881",
        "label": "43",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-10",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16882",
        "label": "43",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d5\u05e4\u05d9 \u05d2\u05d5\u05dc\u05df/\u05e1\u05dc\u05e2\u05d9\u05ea-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-11",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16883",
        "label": "43",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d5\u05e4\u05d9 \u05d2\u05d5\u05dc\u05df/\u05e1\u05dc\u05e2\u05d9\u05ea-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16884",
        "label": "43",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05e7\u05d1\u05d9 \u05e8\u05de\u05ea \u05d4\u05d2\u05d5\u05dc\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-21",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16885",
        "label": "103",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-10",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "16886",
        "label": "103",
        "long": "\u05e9\u05dc\u05de\u05d4 \u05d1\u05df \u05d9\u05d5\u05e1\u05e3/\u05d4\u05e8\u05d1 \u05e2\u05d6\u05d9\u05d6\u05d9 \u05d3\u05d9\u05e2\u05d9-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16891",
        "label": "1\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05d9\u05d5\u05e6\u05e8/\u05ea\u05d7\u05de''\u05e9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-11",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16892",
        "label": "1\u05d0",
        "long": "\u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05d9\u05d5\u05e6\u05e8/\u05ea\u05d7\u05de''\u05e9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-21",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16893",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16894",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16895",
        "label": "2\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-21",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16896",
        "label": "3",
        "long": "\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16897",
        "label": "10",
        "long": "\u05d8\u05dc\u05d3\u05d5\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05d9\u05d5\u05e6\u05e8/\u05ea\u05d7\u05de''\u05e9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16898",
        "label": "10",
        "long": "\u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05d9\u05d5\u05e6\u05e8/\u05ea\u05d7\u05de''\u05e9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d8\u05dc\u05d3\u05d5\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16901",
        "label": "978",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16902",
        "label": "978",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05e6\u05dc/\u05d6\u05d1\u05d5\u05dc\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "978",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16903",
        "label": "989",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16904",
        "label": "989",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-2#",
        "short": "989",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16907",
        "label": "129",
        "long": "\u05d1\u05d1\u05d0 \u05e1\u05d0\u05dc\u05d9/ \u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-16",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16908",
        "label": "149",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d4\u05de\u05d4\u05e8\u05d9''\u05e5-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-16",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16909",
        "label": "149",
        "long": "\u05de\u05e2\u05d6\u05e8\u05d9\u05d8\u05e9/ \u05de\u05d4\u05e8\u05d9''\u05e5-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-17",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16921",
        "label": "461",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-10",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16922",
        "label": "461",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e1\u05d2\u05d3 \u05d8\u05d0\u05dc\u05d1/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05ea-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-20",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "16923",
        "label": "269",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05dc\u05d5\u05d6/\u05d4\u05d7\u05dc\u05d5\u05e6\u05d9\u05dd-\u05d1\u05d9\u05ea \u05d0\u05dc-11",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "16924",
        "label": "269",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05dc\u05d5\u05d6/\u05d4\u05d7\u05dc\u05d5\u05e6\u05d9\u05dd-\u05d1\u05d9\u05ea \u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1695",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1698",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16983",
        "label": "450",
        "long": "\u05d4\u05e8\u05d5\u05ea\u05dd/\u05d4\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16985",
        "label": "379",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-22",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16986",
        "label": "13",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05d5\u05dc\u05e7/\u05e9\u05d1\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-11",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16987",
        "label": "276",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16988",
        "label": "276",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16989",
        "label": "5",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16990",
        "label": "4",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16991",
        "label": "4",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16992",
        "label": "5\u05d0",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16993",
        "label": "6",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05d0\u05d1\u05d8\u05dc\u05d9\u05d5\u05df/\u05d4\u05e8\u05d9\u05d8\u05d1''\u05d0-\u05d0\u05dc\u05e2\u05d3-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16994",
        "label": "6",
        "long": "\u05d0\u05d1\u05d8\u05dc\u05d9\u05d5\u05df/\u05d4\u05e8\u05d9\u05d8\u05d1''\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16995",
        "label": "5\u05d0",
        "long": "\u05d7\u05d5\u05e0\u05d9 \u05d4\u05de\u05e2\u05d2\u05dc/\u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16998",
        "label": "377",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "16999",
        "label": "377",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17000",
        "label": "176",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05e8\u05db\u05d6 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4 \u05dc\u05e0\u05db\u05d4/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17001",
        "label": "176",
        "long": "'\u05e2\u05de\u05dc \u05d0-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17002",
        "label": "179",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17003",
        "label": "179",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17004",
        "label": "180",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d2\u05df \u05d0\u05e1\u05ea\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17006",
        "label": "180",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17007",
        "label": "280",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d2\u05df \u05d0\u05e1\u05ea\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17011",
        "label": "280",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17013",
        "label": "280",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d0.\u05e6 \u05d2\u05e8\u05d9\u05e0\u05d1\u05e8\u05d2-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-25",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17016",
        "label": "277",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17017",
        "label": "277",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d2\u05df \u05d0\u05e1\u05ea\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1702",
        "label": "6",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17020",
        "label": "277",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17024",
        "label": "379",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17025",
        "label": "379",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17026",
        "label": "279",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05d4\u05d0\u05d5\u05e4\u05df/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17027",
        "label": "279",
        "long": "\u05d4\u05d0\u05d5\u05e4\u05df/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17028",
        "label": "590",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-10",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17029",
        "label": "590",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1703",
        "label": "6",
        "long": "\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17030",
        "label": "281",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17031",
        "label": "281",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17032",
        "label": "281",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17033",
        "label": "283",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-10",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17034",
        "label": "283",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17039",
        "label": "595",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-10",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17040",
        "label": "595",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17041",
        "label": "596",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-10",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17042",
        "label": "596",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17043",
        "label": "174",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05d0\u05d1\u05d0 \u05d4\u05dc\u05dc \u05e1\u05d9\u05dc\u05d1\u05e8/\u05e4\u05e1\u05d7 \u05dc\u05d1-\u05dc\u05d5\u05d3-10",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17044",
        "label": "477",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d2\u05df \u05d0\u05e1\u05ea\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6/\u05de\u05e9\u05d4 \u05e9\u05e8\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17045",
        "label": "477",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17046",
        "label": "173",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17047",
        "label": "173",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1705",
        "label": "8",
        "long": "\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17050",
        "label": "174",
        "long": "\u05d0\u05d1\u05d0 \u05d4\u05dc\u05dc \u05e1\u05d9\u05dc\u05d1\u05e8/\u05e4\u05e1\u05d7 \u05dc\u05d1-\u05dc\u05d5\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17051",
        "label": "251",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-10",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17054",
        "label": "278",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17055",
        "label": "278",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17057",
        "label": "251",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17059",
        "label": "270",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05e7\u05de\u05d9\u05dc \u05d4\u05d5\u05d9\u05e1\u05de\u05e0\u05e1/\u05d1\u05dc\u05e4\u05d5\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1706",
        "label": "8",
        "long": "\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17060",
        "label": "270",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17062",
        "label": "133",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-10",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17063",
        "label": "133",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17064",
        "label": "139",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4-10",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17065",
        "label": "139",
        "long": "\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17066",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05db\u05e8\u05dd \u05e9\u05dc\u05d5\u05dd \u05de\u05e8\u05db\u05d6-\u05db\u05e8\u05dd \u05e9\u05dc\u05d5\u05dd-11",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17067",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05e4\u05e8\u05d9\u05d2\u05df \u05de\u05e8\u05db\u05d6-\u05e4\u05e8\u05d9 \u05d2\u05df-11",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17068",
        "label": "13",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05d0\u05d5\u05d4\u05d3-\u05d0\u05d5\u05d4\u05d3-11",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17069",
        "label": "15",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05db\u05e1\u05d5\u05e4\u05d9\u05dd-\u05db\u05d9\u05e1\u05d5\u05e4\u05d9\u05dd-11",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17070",
        "label": "10",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-11",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17083",
        "label": "57",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df-\u05e0\u05e6\u05e8\u05ea-3#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17084",
        "label": "7",
        "long": "\u05d9\u05e4\u05d9\u05e2/\u05ea\u05d7\u05e0\u05ea \u05e7\u05e6\u05d4-\u05d9\u05e4\u05d9\u05e2<->\u05e0\u05de\u05e1\u05d0\u05d5\u05d9/\u05d1\u05d9''\u05d7 \u05d0\u05d9\u05d8\u05dc\u05e7\u05d9-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17086",
        "label": "7",
        "long": "\u05e0\u05de\u05e1\u05d0\u05d5\u05d9/\u05d1\u05d9''\u05d7 \u05d0\u05d9\u05d8\u05dc\u05e7\u05d9-\u05e0\u05e6\u05e8\u05ea<->\u05d9\u05e4\u05d9\u05e2/\u05ea\u05d7\u05e0\u05ea \u05e7\u05e6\u05d4-\u05d9\u05e4\u05d9\u05e2-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17089",
        "label": "4\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e8\u05db\u05d6 \u05d0\u05e4\u05e8\u05d9\u05d3\u05e8/\u05db\u05db\u05e8 \u05e6\u05e4\u05e0\u05d9\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-11",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17090",
        "label": "4\u05d0",
        "long": "\u05db\u05d9\u05db\u05e8 \u05e6\u05e4\u05e0\u05d9\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-21",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17092",
        "label": "580",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-10",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17095",
        "label": "580",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17096",
        "label": "580",
        "long": "\u05de\u05d5\u05e9\u05d1 \u05de\u05d9\u05e8\u05d5\u05df-\u05de\u05d9\u05e8\u05d5\u05df<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17102",
        "label": "180",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d1\u05d9\u05ea \u05d6\u05d9\u05ea-10",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17103",
        "label": "180",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d1\u05d9\u05ea \u05d6\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17104",
        "label": "195",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e0\u05d8\u05e3 \u05d0-\u05e0\u05d8\u05e3-10",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17105",
        "label": "195",
        "long": "\u05e0\u05d8\u05e3 \u05d0-\u05e0\u05d8\u05e3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17106",
        "label": "195",
        "long": "\u05e0\u05d8\u05e3 \u05d0-\u05e0\u05d8\u05e3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17107",
        "label": "407",
        "long": "\u05e0\u05d5\u05e4\u05d9\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e0\u05d5\u05e4\u05d9\u05ea<->\u05e7\u05e8\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da/\u05d4\u05d2\u05d9\u05d0-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17108",
        "label": "773",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9''\u05e1 \u05e0\u05d5\u05e4\u05d9\u05ea/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e4\u05d9\u05ea-10",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17109",
        "label": "773",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d4\u05d2\u05d5\u05dc\u05df-\u05e0\u05d5\u05e4\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17110",
        "label": "407",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e0\u05d5\u05e4\u05d9\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e0\u05d5\u05e4\u05d9\u05ea-10",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17111",
        "label": "9",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17112",
        "label": "9",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17130",
        "label": "23",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-10",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17131",
        "label": "23",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-20",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17134",
        "label": "35",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-13",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17136",
        "label": "12",
        "long": "\u05d3\u05e7\u05dc \u05de\u05e8\u05db\u05d6-\u05d3\u05e7\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-22",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17139",
        "label": "333",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17140",
        "label": "333",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17141",
        "label": "467",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05d0\u05dc\u05d9 \u05db\u05d4\u05df/\u05d9\u05e6\u05d7\u05e7 \u05d1\u05df \u05e6\u05d1\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-10",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17142",
        "label": "467",
        "long": "\u05de\u05db\u05dc\u05dc\u05d4 \u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e9\u05db\u05d5\u05e0\u05d4 18-\u05e8\u05d4\u05d8-20",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17145",
        "label": "140",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e7\u05d3\u05e9 \u05d1\u05e8\u05e0\u05e2-\u05e0\u05d9\u05e6\u05e0\u05d9 \u05e1\u05d9\u05e0\u05d9-1#",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17147",
        "label": "140",
        "long": "\u05de\u05e8\u05e4\u05d0\u05d5\u05ea \u05d7\u05d5\u05e5 \u05e1\u05d5\u05e8\u05d5\u05e7\u05d4/\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e2\u05d6\u05d5\u05d6/\u05de\u05e8\u05db\u05d6-\u05e2\u05d6\u05d5\u05d6-12",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17148",
        "label": "140",
        "long": "\u05e7\u05d3\u05e9 \u05d1\u05e8\u05e0\u05e2-\u05e0\u05d9\u05e6\u05e0\u05d9 \u05e1\u05d9\u05e0\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17149",
        "label": "140",
        "long": "\u05e7\u05d3\u05e9 \u05d1\u05e8\u05e0\u05e2-\u05e0\u05d9\u05e6\u05e0\u05d9 \u05e1\u05d9\u05e0\u05d9<->\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05e1\u05d5\u05e8\u05d5\u05e7\u05d4/\u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17150",
        "label": "142",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d0''\u05d7 84 \u05d2\u05d1\u05e2\u05ea\u05d9-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1-1#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17151",
        "label": "142",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d0''\u05d7 84 \u05d2\u05d1\u05e2\u05ea\u05d9-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1-11",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17152",
        "label": "142",
        "long": "\u05e2\u05d5\u05e6\u05d1\u05ea \u05d0\u05e9\u05dc-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17153",
        "label": "142",
        "long": "\u05e2\u05d5\u05e6\u05d1\u05ea \u05d0\u05e9\u05dc-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17154",
        "label": "280",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d2\u05df \u05d0\u05e1\u05ea\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-17",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17155",
        "label": "280",
        "long": "\u05de\u05d2\u05d3\u05dc \u05e7\u05d5\u05e0\u05e7\u05d5\u05e8\u05d3/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-27",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17156",
        "label": "213",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-1#",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17157",
        "label": "213",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-2#",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17174",
        "label": "124",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05de\u05d5\u05d1\u05d9\u05dc/\u05d8\u05d0\u05e8\u05e7 \u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4-1#",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17175",
        "label": "124",
        "long": "\u05d4\u05de\u05d5\u05d1\u05d9\u05dc/\u05d8\u05d0\u05e8\u05e7 \u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "17185",
        "label": "263",
        "long": "\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d2\u05df \u05dc\u05d0\u05d5\u05de\u05d9 \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4-\u05e7\u05d9\u05e1\u05e8\u05d9\u05d4-10",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "17186",
        "label": "263",
        "long": "\u05d2\u05df \u05dc\u05d0\u05d5\u05de\u05d9 \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4-\u05e7\u05d9\u05e1\u05e8\u05d9\u05d4<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-20",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17193",
        "label": "506",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17194",
        "label": "506",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-20",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "17209",
        "label": "807",
        "long": "\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "17210",
        "label": "807",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-2#",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "17211",
        "label": "326",
        "long": "\u05e8\u05e4\u05d0\u05dc \u05e1\u05d5\u05d9\u05e1\u05d4/\u05e8\u05d7\u05dc \u05d4\u05de\u05e9\u05d5\u05e8\u05e8\u05ea-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3/\u05d3\u05e8\u05da \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "17212",
        "label": "326",
        "long": "\u05d7\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e2\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df/\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05d5\u05d8\u05d4 \u05d2\u05d5\u05e8/\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-2#",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17213",
        "label": "441",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e8\u05e6\u05e4\u05dc\u05d3-\u05d2\u05d3\u05e8\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "17214",
        "label": "174",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-18",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17220",
        "label": "506",
        "long": "\u05d4\u05d0\u05dc\u05d4/\u05d4\u05d0\u05dc\u05d5\u05df-\u05db\u05e4\u05e8 \u05d8\u05e8\u05d5\u05de\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17226",
        "label": "356",
        "long": "\u05d9\u05e1\u05d5\u05d3\u05d5\u05ea/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d9\u05e1\u05d5\u05d3\u05d5\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17248",
        "label": "263\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d0\u05d1\u05d5 \u05d3\u05d9\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "263\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17278",
        "label": "299",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17279",
        "label": "299",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17280",
        "label": "68",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05ea\u05d9\u05db\u05d5\u05df/\u05d1\u05d5\u05e7\u05e2\u05ea\u05d0-\u05d1\u05d5\u05e7\u05e2\u05ea\u05d0<->\u05d2\u05e9\u05e8 \u05d4\u05d9\u05d3\u05d9\u05d3\u05d5\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e2\u05d9\u05df \u05e7\u05e0\u05d9\u05d9\u05d0-10",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17281",
        "label": "68",
        "long": "\u05d2\u05e9\u05e8 \u05d4\u05d9\u05d3\u05d9\u05d3\u05d5\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e2\u05d9\u05df \u05e7\u05e0\u05d9\u05d9\u05d0<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05ea\u05d9\u05db\u05d5\u05df/\u05d1\u05d5\u05e7\u05e2\u05ea\u05d0-\u05d1\u05d5\u05e7\u05e2\u05ea\u05d0-20",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17320",
        "label": "15",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d3\u05e8\u05da \u05e8\u05e4\u05d0\u05dc \u05d0\u05d9\u05ea\u05df/\u05d4\u05d3\u05d5\u05d1\u05d3\u05d1\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17321",
        "label": "15",
        "long": "\u05d3\u05e8\u05da \u05e8\u05e4\u05d0\u05dc \u05d0\u05d9\u05ea\u05df/\u05d4\u05d3\u05d5\u05d1\u05d3\u05d1\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-20",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1733",
        "label": "14",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05e6\u05d0\u05dc\u05d9\u05dd/\u05de\u05e8\u05db\u05d6 \u05d4\u05e7\u05d9\u05d1\u05d5\u05e5-\u05e6\u05d0\u05dc\u05d9\u05dd-11",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17360",
        "label": "140",
        "long": "\u05e2\u05d6\u05d5\u05d6/\u05de\u05e8\u05db\u05d6-\u05e2\u05d6\u05d5\u05d6<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-22",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17379",
        "label": "71\u05d0",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-10",
        "short": "71\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17380",
        "label": "71",
        "long": "\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-20",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17381",
        "label": "796",
        "long": "\u05d1\u05d9\u05e8 \u05d0\u05dc \u05e1\u05d9\u05db\u05d4-\u05d6\u05de\u05e8<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17382",
        "label": "796",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e6\u05d5\u05de\u05ea \u05d6\u05de\u05e8-\u05d6\u05de\u05e8-20",
        "short": "796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17383",
        "label": "223",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05d5\u05d1\u05d3 \u05d1\u05df \u05e2\u05de\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05dc\u05d5\u05d3-1#",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "17384",
        "label": "223",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05dc\u05d5\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05d5\u05d1\u05d3 \u05d1\u05df \u05e2\u05de\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17407",
        "label": "353",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05d2\u05dc\u05d9\u05dc \u05de\u05e2\u05e8\u05d1\u05d9/\u05d3\u05e8\u05da \u05d4\u05de\u05db\u05dc\u05dc\u05d4-\u05e2\u05db\u05d5-1#",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17408",
        "label": "353",
        "long": "\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05d2\u05dc\u05d9\u05dc \u05de\u05e2\u05e8\u05d1\u05d9/\u05d3\u05e8\u05da \u05d4\u05de\u05db\u05dc\u05dc\u05d4-\u05e2\u05db\u05d5<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17414",
        "label": "380",
        "long": "\u05db\u05dc\u05d0 \u05e6\u05dc\u05de\u05d5\u05df-\u05de\u05e8\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17415",
        "label": "380",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05dc\u05d0 \u05e6\u05dc\u05de\u05d5\u05df-\u05de\u05e8\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17421",
        "label": "34",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17423",
        "label": "34",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17429",
        "label": "292",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05e7\u05dc\u05e2\u05d5\u05df-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05de\u05d2\u05e8\u05e9 \u05db\u05d3\u05d5\u05e8\u05d2\u05dc-\u05de\u05d2'\u05d3 \u05d0\u05dc \u05db\u05e8\u05d5\u05dd-1#",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17430",
        "label": "292",
        "long": "\u05de\u05d5\u05e1\u05da-\u05de\u05d2'\u05d3 \u05d0\u05dc \u05db\u05e8\u05d5\u05dd<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05d2'\u05dc\u05d9\u05dc-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17431",
        "label": "488",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df-1#",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17432",
        "label": "488",
        "long": "\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17438",
        "label": "613",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-13",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17441",
        "label": "275",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05d4\u05d9\u05e8\u05e7\u05d5\u05df/\u05e9\u05d3' \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17443",
        "label": "275",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17444",
        "label": "275",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "17446",
        "label": "19",
        "long": "\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d5\u05e8 \u05ea\u05d5\u05e8\u05d4-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3-17",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17496",
        "label": "444",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-10",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17497",
        "label": "444",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-20",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17499",
        "label": "16",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17500",
        "label": "16",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5/\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "1751",
        "label": "18",
        "long": "\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17510",
        "label": "4",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17511",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17513",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1''\u05e9 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17514",
        "label": "5",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1''\u05e9 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17515",
        "label": "7",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17516",
        "label": "7",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17517",
        "label": "8",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17518",
        "label": "8",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05e7\u05dc\u05d4/\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17520",
        "label": "13",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05de\u05e9\u05e7-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17521",
        "label": "13",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05de\u05e9\u05e7-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17523",
        "label": "14",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1''\u05e9 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e9\u05d3. \u05d4\u05e6\u05e0\u05d7\u05e0\u05d9\u05dd / \u05e6\u05d1\u05d9 \u05d1\u05df \u05d9\u05e2\u05e7\u05d1-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17524",
        "label": "14",
        "long": "\u05e9\u05d3. \u05d4\u05e6\u05e0\u05d7\u05e0\u05d9\u05dd / \u05e6\u05d1\u05d9 \u05d1\u05df \u05d9\u05e2\u05e7\u05d1-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1''\u05e9 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17525",
        "label": "18",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05e7\u05dc\u05d4/\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17526",
        "label": "18",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "1753",
        "label": "18",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17531",
        "label": "22",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17532",
        "label": "22",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17534",
        "label": "23",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d2\u05e9\u05e8 \u05ea. \u05e8\u05db\u05d1\u05ea \u05d1''\u05e9 \u05e6\u05e4\u05d5\u05df/\u05d4\u05ea\u05d1\u05d5\u05e0\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17535",
        "label": "23",
        "long": "\u05d2\u05e9\u05e8 \u05ea. \u05e8\u05db\u05d1\u05ea \u05d1''\u05e9 \u05e6\u05e4\u05d5\u05df/\u05d4\u05ea\u05d1\u05d5\u05e0\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17537",
        "label": "24",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17538",
        "label": "24",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17545",
        "label": "25",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05de\u05e9\u05e7-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17546",
        "label": "25",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05de\u05e9\u05e7-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17547",
        "label": "34",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17548",
        "label": "34",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17553",
        "label": "9",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05e7\u05dc\u05d4/\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17554",
        "label": "9",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17555",
        "label": "12",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17556",
        "label": "12",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17557",
        "label": "32",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1 \u05db\u05d1\u05d3/\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17558",
        "label": "32",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1 \u05db\u05d1\u05d3/\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17563",
        "label": "464",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17564",
        "label": "464",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17565",
        "label": "474",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17566",
        "label": "474",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17570",
        "label": "16",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05de\u05e9\u05e7-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17573",
        "label": "16",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05de\u05e9\u05e7-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1759",
        "label": "21",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea\u05dc\u05de\u05d9\u05dd/\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1-\u05ea\u05dc\u05de\u05d9\u05dd-1#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1762",
        "label": "21",
        "long": "\u05ea\u05dc\u05de\u05d9\u05dd/\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1-\u05ea\u05dc\u05de\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17640",
        "label": "3",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17641",
        "label": "3",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17643",
        "label": "6",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05e7\u05dc\u05d4/\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17644",
        "label": "6",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17684",
        "label": "2",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17685",
        "label": "2",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17686",
        "label": "20",
        "long": "\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc<->\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17687",
        "label": "20",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc-2#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17690",
        "label": "16",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e0\u05de\u05e1\u05d0\u05d5\u05d9/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17691",
        "label": "16",
        "long": "\u05e0\u05de\u05e1\u05d0\u05d5\u05d9/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05e0\u05e6\u05e8\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17703",
        "label": "23",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->7086/7064-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17704",
        "label": "23",
        "long": "7086/7064-\u05e0\u05e6\u05e8\u05ea<->\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17716",
        "label": "151",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d0\u05d5\u05dd \u05d0\u05dc\u05e9\u05ea\u05d5\u05d9\u05d9\u05d4-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df-1#",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17717",
        "label": "151",
        "long": "\u05d0\u05d5\u05dd \u05d0\u05dc\u05e9\u05ea\u05d5\u05d9\u05d9\u05d4-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5-2#",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17718",
        "label": "157",
        "long": "\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9 /\u05d7\u05e8\u05d5\u05e9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7<->\u05d1\u05e0\u05e7 \u05de\u05e8\u05db\u05e0\u05ea\u05d9\u05dc-\u05db\u05d0\u05d1\u05d5\u05dc-1#",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17719",
        "label": "157",
        "long": "\u05db\u05d0\u05d1\u05d5\u05dc \u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05d0\u05d1\u05d5\u05dc<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d7\u05e8\u05d5\u05e9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-2#",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17720",
        "label": "282",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df 104-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df-1#",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17721",
        "label": "282",
        "long": "\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05d1\u05d0\u05e9\u05d0 \u05d0-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17722",
        "label": "284",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d2\u05d0\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8-\u05d9\u05e8\u05db\u05d0-1#",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17723",
        "label": "284",
        "long": "\u05d1\u05d9''\u05e1 \u05ea\u05d9\u05db\u05d5\u05df-\u05d9\u05e8\u05db\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17724",
        "label": "306",
        "long": "\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0/\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9-\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17725",
        "label": "306",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d7\u05de\u05d3 \u05d7\u05d5\u05e1\u05d9\u05df \u05e2\u05dc\u05d0\u05dd/\u05d0\u05dc \u05d1\u05d5\u05e1\u05ea\u05d0\u05df-\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0-2#",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17736",
        "label": "312",
        "long": "\u05de\u05d5\u05e2\u05e6\u05d4 \u05de\u05e7\u05d5\u05de\u05d9\u05ea-\u05d9\u05e8\u05db\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d7\u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d7\u05d9\u05d4\u05d5\u05d3-1#",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17737",
        "label": "312",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d7\u05d9\u05d4\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d7\u05d9\u05d4\u05d5\u05d3<->\u05de\u05d5\u05e2\u05e6\u05d4 \u05de\u05e7\u05d5\u05de\u05d9\u05ea-\u05d9\u05e8\u05db\u05d0-2#",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17751",
        "label": "313",
        "long": "\u05d0\u05dc \u05d2'\u05e8\u05d1\u05d9\u05d4 \u05d6-\u05e4\u05e7\u05d9\u05e2\u05d9\u05df<->\u05de\u05db\u05dc\u05dc\u05ea \u05de\u05d6\u05e8\u05d7 \u05d4\u05ea\u05d9\u05db\u05d5\u05df-\u05d9\u05e8\u05db\u05d0-1#",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17752",
        "label": "313",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05d2\u05d5\u05dc\u05d9\u05e1/\u05de\u05e8\u05db\u05d6 \u05de\u05d6\u05d5\u05df \u05d9\u05e8\u05db\u05d0-\u05d9\u05e8\u05db\u05d0<->\u05d1\u05d5\u05e7\u05d9\u05e2\u05d4 \u05d0\u05dc \u05d2'\u05e8\u05d1\u05d9\u05d4 \u05d2-\u05e4\u05e7\u05d9\u05e2\u05d9\u05df-2#",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17786",
        "label": "2",
        "long": "\u05e9\u05d3. \u05d4\u05e6\u05e0\u05d7\u05e0\u05d9\u05dd / \u05e6\u05d1\u05d9 \u05d1\u05df \u05d9\u05e2\u05e7\u05d1-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17787",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e9\u05d3. \u05d4\u05e6\u05e0\u05d7\u05e0\u05d9\u05dd / \u05e6\u05d1\u05d9 \u05d1\u05df \u05d9\u05e2\u05e7\u05d1-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "178",
        "label": "14\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1''\u05e9 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1 \u05db\u05d1\u05d3/\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-11",
        "short": "14\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17810",
        "label": "180",
        "long": "\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc \u05d0'/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05d2'\u05dc\u05d9\u05dc-\u05e1\u05d7'\u05e0\u05d9\u05df-1#",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17811",
        "label": "180",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05e7\u05dc\u05e2\u05d5\u05df-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05d0\u05d5\u05dc\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc-2#",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17814",
        "label": "440",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17815",
        "label": "440",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17826",
        "label": "238",
        "long": "\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17827",
        "label": "238",
        "long": "\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17839",
        "label": "2",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17840",
        "label": "1",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17841",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17842",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "17843",
        "label": "21",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e8\u05d5\u05d5\u05d9\u05d4-\u05e8\u05d5\u05d5\u05d9\u05d4-10",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "17844",
        "label": "21",
        "long": "\u05e8\u05d5\u05d5\u05d9\u05d4-\u05e8\u05d5\u05d5\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-20",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17845",
        "label": "350",
        "long": "\u05e8\u05e9\u05d1''\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05d1 \u05dc\u05d5\u05d9\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "17847",
        "label": "117",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "17848",
        "label": "117",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "17849",
        "label": "118",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2-10",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "17850",
        "label": "118",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05db\u05e4\u05e8 \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17853",
        "label": "6",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17854",
        "label": "6",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17855",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d4\u05e0\u05e9\u05d9\u05d0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17857",
        "label": "25",
        "long": "\u05db\u05e4\u05e8 \u05d4\u05d7\u05d5\u05e8\u05e9-\u05db\u05e4\u05e8 \u05d4\u05d7\u05d5\u05e8\u05e9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da-10",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17858",
        "label": "25",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da-\u05db\u05e4\u05e8 \u05d1\u05e8\u05d5\u05da<->\u05db\u05e4\u05e8 \u05d4\u05d7\u05d5\u05e8\u05e9-\u05db\u05e4\u05e8 \u05d4\u05d7\u05d5\u05e8\u05e9-20",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17863",
        "label": "350",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d0\u05d5\u05dd \u05d0\u05dc \u05d2\u05e0\u05dd-\u05e9\u05d1\u05dc\u05d9-12",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17864",
        "label": "350",
        "long": "\u05d0\u05d5\u05dd \u05d0\u05dc \u05d2\u05e0\u05dd-\u05e9\u05d1\u05dc\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-22",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17875",
        "label": "57",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d2\u05d3\u05e2\u05d5\u05e0\u05d4-\u05d2\u05d3\u05e2\u05d5\u05e0\u05d4-10",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17876",
        "label": "57",
        "long": "\u05d2\u05d3\u05e2\u05d5\u05e0\u05d4-\u05d2\u05d3\u05e2\u05d5\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17877",
        "label": "453",
        "long": "\u05d9\u05e9\u05d9\u05d1\u05ea \u05d4\u05e8''\u05df/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17878",
        "label": "453",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05d4\u05e8''\u05df/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17897",
        "label": "377",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17898",
        "label": "183",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e0\u05d9\u05e8\u05d9\u05ea/\u05de\u05d9\u05e8\u05d5\u05df-\u05e0\u05d9\u05e8\u05d9\u05ea-10",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17899",
        "label": "183",
        "long": "\u05e0\u05d9\u05e8\u05d9\u05ea/\u05de\u05d9\u05e8\u05d5\u05df-\u05e0\u05d9\u05e8\u05d9\u05ea<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17903",
        "label": "63\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "63\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17904",
        "label": "63",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17905",
        "label": "64",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17907",
        "label": "89",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->'\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd \u05d2-\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd-10",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17909",
        "label": "89\u05d0",
        "long": "'\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd \u05d2-\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "89\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17911",
        "label": "253",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17912",
        "label": "253",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-20",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17914",
        "label": "287",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17922",
        "label": "14",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d7\u05d9\u05d9\u05dd \u05d4\u05e8\u05e6\u05d5\u05d2-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05dc\u05d1 \u05d4\u05d0\u05e8\u05e5-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17923",
        "label": "14\u05d0",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05dc\u05d1 \u05d4\u05d0\u05e8\u05e5-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "14\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17927",
        "label": "225",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05ea\u05dc \u05e0\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d0\u05dc\u05e2\u05d6\u05e8\u05d9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17930",
        "label": "470",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05dc\u05d5\u05d9/\u05e8\u05e9''\u05d9-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17931",
        "label": "470",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05dc\u05d5\u05d9/\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d2\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17932",
        "label": "21",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17933",
        "label": "21",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17934",
        "label": "13",
        "long": "\u05d4\u05de\u05e8\u05e5/\u05d4\u05d9\u05e6\u05d9\u05e8\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-10",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17937",
        "label": "12",
        "long": "\u05d4\u05de\u05e8\u05e5/\u05d4\u05d9\u05e6\u05d9\u05e8\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05dc\u05d1 \u05d4\u05d0\u05e8\u05e5-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-10",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17938",
        "label": "12\u05d0",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05dc\u05d1 \u05d4\u05d0\u05e8\u05e5-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "12\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17939",
        "label": "13\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "13\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17940",
        "label": "311",
        "long": "\u05d1\u05e0\u05e7 \u05de\u05e8\u05db\u05e0\u05ea\u05d9\u05dc-\u05d2'\u05d3\u05d9\u05d3\u05d4 \u05de\u05db\u05e8<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-1#",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17943",
        "label": "307",
        "long": "\u05d0\u05dc\u05e7\u05d5\u05d3\u05e1/\u05d0 \u05e9\u05d5\u05e7 \u05d0\u05dc \u05d1\u05dc\u05d3\u05d9-\u05d8\u05de\u05e8\u05d4<->\u05db\u05d0\u05d1\u05d5\u05dc \u05d5'/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05db\u05d0\u05d1\u05d5\u05dc-1#",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17944",
        "label": "307",
        "long": "\u05db\u05d0\u05d1\u05d5\u05dc \u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05d0\u05d1\u05d5\u05dc<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05de\u05e2\u05e1\u05e8\u05d4-\u05d8\u05de\u05e8\u05d4-2#",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17947",
        "label": "311",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d4\u05de\u05e8\u05db\u05d6 \u05d4\u05d9\u05e9\u05df-\u05d2'\u05d3\u05d9\u05d3\u05d4 \u05de\u05db\u05e8-2#",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17952",
        "label": "302",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e9\u05df-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3-1#",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17953",
        "label": "302",
        "long": "\u05d0\u05dc \u05d2'\u05d1\u05dc \u05d0-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-2#",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17954",
        "label": "77",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17955",
        "label": "77",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-20",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17958",
        "label": "157",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d7\u05df/\u05d4\u05e0\u05e1 \u05de\u05d5\u05dc\u05e8-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7<->\u05d1\u05e0\u05e7 \u05de\u05e8\u05db\u05e0\u05ea\u05d9\u05dc-\u05db\u05d0\u05d1\u05d5\u05dc-1\u05d0",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17959",
        "label": "157",
        "long": "\u05db\u05d0\u05d1\u05d5\u05dc \u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05d0\u05d1\u05d5\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d7\u05df/\u05d1\u05d5\u05e8\u05dc\u05d0-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-2\u05d0",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17960",
        "label": "258",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17961",
        "label": "258",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17962",
        "label": "359",
        "long": "\u05d4\u05d4\u05d2\u05e0\u05d4/\u05d4\u05e4\u05dc\u05de''\u05d7-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05d3\u05e8\u05db\u05d9 \u05e8\u05e4\u05d0\u05dc/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05e2\u05e7\u05d1-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-21",
        "short": "359",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17965",
        "label": "12",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05e1\u05d3\u05df-\u05e2\u05e8\u05d3-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17966",
        "label": "12",
        "long": "\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05e1\u05d3\u05df-\u05e2\u05e8\u05d3<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17993",
        "label": "7",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17994",
        "label": "7",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "17995",
        "label": "3",
        "long": "\u05e9\u05e2\u05e8 \u05d4\u05e0\u05de\u05dc-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d9\u05d5\u05ea\u05dd \u05d4\u05de\u05dc\u05da/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "180",
        "label": "14\u05d0",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1 \u05db\u05d1\u05d3/\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1''\u05e9 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "14\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18000",
        "label": "20",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18001",
        "label": "20",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "18002",
        "label": "26",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "18003",
        "label": "26",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18006",
        "label": "17",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d2\u05d5\u05e8\u05df/\u05de\u05d1\u05d8\u05d7\u05d9\u05dd-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-10",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18007",
        "label": "17",
        "long": "\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d2\u05d5\u05e8\u05df/\u05de\u05d1\u05d8\u05d7\u05d9\u05dd-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18008",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05e0\u05d9\u05d9\u05df \u05e6\u05d9\u05dd/\u05d3\u05e8\u05da \u05ea\u05dc \u05de\u05d5\u05e8-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18009",
        "label": "2\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e0\u05de\u05dc \u05d4\u05d3\u05e8\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3-11",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18010",
        "label": "2",
        "long": "\u05d1\u05e0\u05d9\u05d9\u05df \u05e6\u05d9\u05dd/\u05d3\u05e8\u05da \u05ea\u05dc \u05de\u05d5\u05e8-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18011",
        "label": "2\u05d0",
        "long": "\u05e0\u05de\u05dc \u05d4\u05d3\u05e8\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18012",
        "label": "33",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05de\u05d3\u05e2/\u05d4\u05e0\u05e4\u05d8-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18013",
        "label": "33\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05de\u05d3\u05e2/\u05d4\u05e0\u05e4\u05d8-\u05d0\u05e9\u05d3\u05d5\u05d3-11",
        "short": "33\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18014",
        "label": "34",
        "long": "\u05d9\u05d5\u05ea\u05dd \u05d4\u05de\u05dc\u05da/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05de\u05d3\u05e2/\u05d4\u05e0\u05e4\u05d8-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1802",
        "label": "35",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-1#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18031",
        "label": "3",
        "long": "\u05d9\u05d5\u05ea\u05dd \u05d4\u05de\u05dc\u05da/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e9\u05e2\u05e8 \u05d4\u05e0\u05de\u05dc-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18046",
        "label": "38\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e8\u05e6\u05e4\u05dc\u05d3-\u05d2\u05d3\u05e8\u05d4-11",
        "short": "38\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18047",
        "label": "38\u05d0",
        "long": "\u05e4\u05d9\u05e0\u05e1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d2\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "38\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18048",
        "label": "87\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-11",
        "short": "87\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18049",
        "label": "87\u05d0",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "87\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18057",
        "label": "177",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1806",
        "label": "35",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18067",
        "label": "279",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18070",
        "label": "138",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18077",
        "label": "601",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-21",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18079",
        "label": "2",
        "long": "\u05db\u05e0\u05e1\u05ea \u05de\u05e8\u05d3\u05db\u05d9/\u05d4\u05e8\u05d1 \u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d3\u05e8\u05da \u05d4\u05e8\u05de''\u05d6/\u05de\u05e4\u05e2\u05dc \u05d4\u05e9''\u05e1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1808",
        "label": "35",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-23",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18086",
        "label": "221",
        "long": "\u05e9\u05d9\u05d1\u05ea \u05e6\u05d9\u05d5\u05df/\u05d8\u05dc\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05d1\u05e2\u05dc \u05d4\u05ea\u05e0\u05d9\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18099",
        "label": "294",
        "long": "\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc/\u05d0\u05d3\u05de\u05d5\u05e8\u05d9 \u05d5\u05d9\u05d6\u05e0\u05d9\u05e5-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18106",
        "label": "131",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05de\u05d0\u05d9\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18110",
        "label": "352",
        "long": "\u05e4\u05e8\u05d7\u05d9 \u05d1\u05e8/\u05d0\u05d9\u05e8\u05d5\u05e1-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18114",
        "label": "132",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18115",
        "label": "129",
        "long": "\u05e8\u05d5\u05d6'\u05d9\u05df/ \u05d4\u05d8\u05d5\u05d1 \u05d5\u05d4\u05de\u05d8\u05d9\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18118",
        "label": "245",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18127",
        "label": "4\u05d0",
        "long": "\u05de\u05d3\u05d1\u05e8\u05d9\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-11",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18129",
        "label": "34",
        "long": "\u05d2\u05d1\u05e2\u05d5\u05ea \u05e2\u05d3\u05df \u05d0'-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05db\u05d1\u05d9\u05e9 3855/\u05db\u05d1\u05d9\u05e9 38-\u05de\u05e4\u05e2\u05dc\u05d9 \u05e0\u05d7\u05dd \u05d4\u05e8 \u05d8\u05d5\u05d1-10",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18136",
        "label": "128",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05d1\u05e2\u05dc \u05d4\u05ea\u05e0\u05d9\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18146",
        "label": "149",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/ \u05d0\u05d1\u05d5 \u05d7\u05e6\u05d9\u05e8\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18149",
        "label": "293",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9 / \u05d4\u05e8\u05d1 \u05e9\u05da-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18162",
        "label": "24",
        "long": "\u05d1\u05d9\u05e8 \u05d1\u05d0\u05e7\u05d4/\u05db\u05d1\u05d9\u05e9 61-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d2'\u05ea-\u05d2'\u05ea-10",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18178",
        "label": "4",
        "long": "\u05d1\u05e8\u05d9\u05db\u05d4-\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd<->\u05d1\u05e8\u05d9\u05db\u05d4-\u05e0\u05d7\u05e9\u05d5\u05e0\u05d9\u05dd-30",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18181",
        "label": "241",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d9\u05d1\u05ea \u05e6\u05d9\u05d5\u05df/\u05d8\u05dc\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18207",
        "label": "222",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05d1\u05e2\u05dc \u05d4\u05ea\u05e0\u05d9\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18216",
        "label": "1",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-30",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18217",
        "label": "225",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05d1\u05e2\u05dc \u05d4\u05ea\u05e0\u05d9\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18223",
        "label": "139",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18226",
        "label": "606",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18242",
        "label": "352",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05e2\u05ea\u05d0\u05dc\u05dc\u05d4 \u05e2\u05d0\u05d3\u05dc-\u05e9\u05d1\u05dc\u05d9-10",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18251",
        "label": "244",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e2\u05d2\u05dc\u05d9 \u05d4\u05e8\u05d9''\u05dd \u05dc\u05d5\u05d9\u05df/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8\u05d9\u05dd \u05de\u05d2\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18253",
        "label": "283",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18260",
        "label": "148",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5/\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18261",
        "label": "224",
        "long": "\u05de\u05e2\u05d2\u05dc\u05d9 \u05d4\u05e8\u05d9''\u05dd \u05dc\u05d5\u05d9\u05df/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8\u05d9\u05dd \u05de\u05d2\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05d1\u05e2\u05dc \u05d4\u05ea\u05e0\u05d9\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18280",
        "label": "291",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8\u05de\u05d6/\u05e1\u05d3\u05d9\u05d2\u05d5\u05e8\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "18303",
        "label": "82",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9 / \u05d4\u05e8\u05d1 \u05e9\u05da-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/ \u05d1\u05d1\u05d0 \u05e1\u05d0\u05dc\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18306",
        "label": "175",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18319",
        "label": "283",
        "long": "\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18325",
        "label": "238",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05d1\u05e8 \u05e8\u05d7\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18330",
        "label": "176",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05d4\u05d2\u05e0\u05d4/\u05de\u05e8\u05d2\u05d5\u05dc\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18363",
        "label": "4",
        "long": "\u05d7\u05d5\u05e9\u05df \u05de\u05e9\u05e4\u05d8/\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05e2\u05e8\u05d1\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05d1\u05d9\u05e2 \u05d0\u05d5\u05de\u05e8/\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05dc\u05e2\u05dc\u05d5\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18367",
        "label": "31",
        "long": "\u05dc\u05d5\u05d6\u05d9\u05ea \u05de\u05e8\u05db\u05d6 \u05d1-\u05dc\u05d5\u05d6\u05d9\u05ea<->\u05de\u05dc\u05d1\u05e8 \u05d2-\u05de\u05e1\u05d9\u05dc\u05ea \u05e6\u05d9\u05d5\u05df-10",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18371",
        "label": "46",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18377",
        "label": "3",
        "long": "\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc/\u05d0\u05d3\u05de\u05d5\u05e8\u05d9 \u05d5\u05d9\u05d6\u05e0\u05d9\u05e5-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05d4\u05db\u05e0\u05e1\u05ea \u05e2\u05d8\u05e8\u05ea \u05d4\u05e0\u05d7\u05dc/\u05d4\u05e8\u05d1 \u05e7\u05e2\u05e0\u05d9\u05d2-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18378",
        "label": "237",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2/\u05e7\u05e8\u05dc\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-10",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18382",
        "label": "199",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/ \u05d0\u05d1\u05d5 \u05d7\u05e6\u05d9\u05e8\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05de\u05e8\u05d9 \u05e1\u05d5\u05e4\u05e8/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18390",
        "label": "774",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4-20",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18395",
        "label": "67",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d0\u05dc\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d0\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18406",
        "label": "242",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18417",
        "label": "290",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05d1\u05e2\u05dc \u05d4\u05ea\u05e0\u05d9\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18422",
        "label": "35",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e0\u05d7\u05d5\u05e9\u05d4<->\u05e0\u05d7\u05dd \u05d0-\u05e0\u05d7\u05dd-10",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18426",
        "label": "358",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-1#",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18427",
        "label": "151",
        "long": "\u05d4\u05ea\u05e2''\u05e9/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e2\u05e8\u05d1\u05d9 \u05d4\u05e0\u05d7\u05dc/\u05d4\u05d3\u05e1-\u05e6\u05d5\u05e4\u05d9\u05dd-20",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18438",
        "label": "177",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18446",
        "label": "47",
        "long": "\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05d0\u05db\u05e1\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-22",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18449",
        "label": "279",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "279",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18464",
        "label": "133",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18467",
        "label": "35",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18471",
        "label": "352",
        "long": "\u05e2\u05ea\u05d0\u05dc\u05dc\u05d4 \u05e2\u05d0\u05d3\u05dc-\u05e9\u05d1\u05dc\u05d9<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-20",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18475",
        "label": "4\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05d3\u05d1\u05e8\u05d9\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18476",
        "label": "244",
        "long": "\u05de\u05e2\u05d2\u05dc\u05d9 \u05d4\u05e8\u05d9''\u05dd \u05dc\u05d5\u05d9\u05df/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8\u05d9\u05dd \u05de\u05d2\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18484",
        "label": "128",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5/\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18494",
        "label": "129",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/ \u05d0\u05d1\u05d5 \u05d7\u05e6\u05d9\u05e8\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05d1\u05e2\u05dc \u05d4\u05ea\u05e0\u05d9\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18505",
        "label": "149",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18512",
        "label": "293",
        "long": "\u05d4\u05e8\u05d1 \u05e9\u05da/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18514",
        "label": "138",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18521",
        "label": "148",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18533",
        "label": "567",
        "long": "\u05e2\u05de\u05e7 \u05d4\u05d7\u05d5\u05dc\u05d4/\u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18540",
        "label": "225",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18552",
        "label": "774",
        "long": "\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18561",
        "label": "2",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8\u05de\u05d6/\u05e1\u05d3\u05d9\u05d2\u05d5\u05e8\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05e0\u05e1\u05ea \u05de\u05e8\u05d3\u05db\u05d9/\u05d4\u05e8\u05d1 \u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18562",
        "label": "131",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05d1\u05d9 \u05de\u05d0\u05d9\u05e8/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3-10",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18572",
        "label": "221",
        "long": "\u05e8\u05d5\u05d6'\u05d9\u05df/ \u05d4\u05d8\u05d5\u05d1 \u05d5\u05d4\u05de\u05d8\u05d9\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d9\u05d1\u05ea \u05e6\u05d9\u05d5\u05df/\u05d8\u05dc\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18573",
        "label": "224",
        "long": "\u05e8\u05d5\u05d6'\u05d9\u05df/ \u05d4\u05d8\u05d5\u05d1 \u05d5\u05d4\u05de\u05d8\u05d9\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e2\u05d2\u05dc\u05d9 \u05d4\u05e8\u05d9''\u05dd \u05dc\u05d5\u05d9\u05df/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8\u05d9\u05dd \u05de\u05d2\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18576",
        "label": "222",
        "long": "\u05e8\u05d5\u05d6'\u05d9\u05df/ \u05d4\u05d8\u05d5\u05d1 \u05d5\u05d4\u05de\u05d8\u05d9\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18588",
        "label": "796",
        "long": "\u05de\u05ea\u05e0''\u05e1-\u05e2\u05e1\u05e4\u05d9\u05d0<->\u05e6\u05d5\u05de\u05ea \u05d6\u05de\u05e8-\u05d6\u05de\u05e8-21",
        "short": "796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18593",
        "label": "132",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-10",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18605",
        "label": "532",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d7\u05e0\u05d4 \u05e6\u05d1\u05d0/\u05d0\u05d4\u05e8\u05d5\u05df \u05d9\u05e8\u05d9\u05d1-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-21",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18624",
        "label": "294",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d3\u05de\u05d5\u05e8\u05d9 \u05d5\u05d9\u05d6\u05e0\u05d9\u05e5/\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1863",
        "label": "130",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d0''\u05e4/\u05de\u05dc''\u05d9-\u05d0\u05e9\u05db\u05d5\u05dc-1#",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18632",
        "label": "38",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1865",
        "label": "130",
        "long": "\u05d1\u05d0''\u05e4/\u05de\u05dc''\u05d9-\u05d0\u05e9\u05db\u05d5\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18655",
        "label": "245",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18658",
        "label": "34",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05e0\u05e9\u05e8-\u05e0\u05d7\u05dd<->\u05d2\u05d1\u05e2\u05d5\u05ea \u05e2\u05d3\u05df \u05d0'-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4-20",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18663",
        "label": "6",
        "long": "\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc/\u05d3\u05e8\u05da \u05d4\u05e8\u05de''\u05d6-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d1\u05e8\u05d5\u05e7-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18668",
        "label": "292",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05d1\u05d9\u05e2 \u05d0\u05d5\u05de\u05e8/\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05dc\u05e2\u05dc\u05d5\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18674",
        "label": "133",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18675",
        "label": "6",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d1\u05e8\u05d5\u05e7-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc \u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18689",
        "label": "151",
        "long": "\u05e2\u05e8\u05d1\u05d9 \u05d4\u05e0\u05d7\u05dc/\u05d4\u05d3\u05e1-\u05e6\u05d5\u05e4\u05d9\u05dd<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05dc\u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d4\u05e4\u05d5\u05e2\u05dc-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-10",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18691",
        "label": "4",
        "long": "\u05d9\u05d1\u05d9\u05e2 \u05d0\u05d5\u05de\u05e8/\u05e9\u05d1\u05d8 \u05d4\u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d7\u05d5\u05e9\u05df \u05de\u05e9\u05e4\u05d8/\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05e2\u05e8\u05d1\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18695",
        "label": "796",
        "long": "\u05d1\u05d9\u05e8 \u05d0\u05dc \u05e1\u05d9\u05db\u05d4-\u05d6\u05de\u05e8<->\u05de\u05ea\u05e0''\u05e1-\u05e2\u05e1\u05e4\u05d9\u05d0-11",
        "short": "796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18707",
        "label": "31",
        "long": "\u05de\u05dc\u05d1\u05e8/\u05e1\u05de\u05d8\u05ea \u05de\u05d0\u05dc\u05d4-\u05de\u05e1\u05d9\u05dc\u05ea \u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d6\u05d9\u05ea \u05de\u05e8\u05db\u05d6 \u05d0-\u05dc\u05d5\u05d6\u05d9\u05ea-20",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18710",
        "label": "377",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d2\u05df \u05d0\u05e1\u05ea\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18720",
        "label": "241",
        "long": "\u05e9\u05d9\u05d1\u05ea \u05e6\u05d9\u05d5\u05df/\u05d8\u05dc\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18726",
        "label": "35",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18731",
        "label": "297",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05d1\u05d9\u05e9 396/''\u05d1\u05d9''\u05d7 \u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd''-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18735",
        "label": "292",
        "long": "\u05d9\u05d1\u05d9\u05e2 \u05d0\u05d5\u05de\u05e8/\u05e9\u05d1\u05d8 \u05d4\u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18736",
        "label": "237",
        "long": "\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2/\u05e7\u05e8\u05dc\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18738",
        "label": "46",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d2\u05d5\u05dc\u05d3\u05d4/\u05e9\u05dc\u05de\u05d4 \u05d4\u05dc\u05d5\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1875",
        "label": "364",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18750",
        "label": "175",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-10",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18757",
        "label": "139",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/ \u05d0\u05d1\u05d5 \u05d7\u05e6\u05d9\u05e8\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18758",
        "label": "291",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05da \u05d4\u05e8\u05de''\u05d6/\u05de\u05e4\u05e2\u05dc \u05d4\u05e9''\u05e1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1876",
        "label": "364",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1877",
        "label": "365",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18770",
        "label": "38",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18773",
        "label": "238",
        "long": "\u05e7\u05d1\u05e8 \u05e8\u05d7\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "18775",
        "label": "82",
        "long": "\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0 / \u05d1\u05d1\u05d0 \u05e1\u05d0\u05dc\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9 / \u05d4\u05e8\u05d1 \u05e9\u05da-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1878",
        "label": "365",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18788",
        "label": "47",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05d0\u05db\u05e1\u05d0\u05dc-12",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18795",
        "label": "358",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18816",
        "label": "3",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05db\u05e0\u05e1\u05ea \u05d6\u05db\u05d5\u05e8 \u05dc\u05d0\u05d1\u05e8\u05d4\u05dd/\u05d4\u05e8\u05d1 \u05e7\u05e2\u05e0\u05d9\u05d2-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc/\u05ea\u05dc\u05de\u05d5\u05d3\u05d9 \u05ea\u05d5\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18832",
        "label": "67",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d2\u05d1\u05e2\u05ea \u05d0\u05dc\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d0\u05dc\u05d4-10",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18843",
        "label": "290",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18869",
        "label": "242",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18876",
        "label": "35",
        "long": "\u05e0\u05d7\u05dd \u05d1-\u05e0\u05d7\u05dd<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e0\u05d7\u05d5\u05e9\u05d4-20",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18879",
        "label": "176",
        "long": "\u05d4\u05d4\u05d2\u05e0\u05d4/\u05d7\u05d9''\u05e9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18881",
        "label": "352",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18882",
        "label": "352",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18888",
        "label": "58",
        "long": "\u05d4\u05e8\u05d0\u05dc/\u05d9\u05e1\u05de\u05d9\u05df-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05e9\u05db\u05d5\u05e0\u05d4 \u05d9''\u05d0 \u05d0-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18889",
        "label": "58",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05de\u05d1\u05d5\u05d0 \u05e7\u05d8\u05d5\u05e8\u05ea-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05ea\u05d7\u05e0\u05ea \u05de\u05e9\u05d8\u05e8\u05d4/\u05d4\u05e8\u05d0\u05dc-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-2#",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18986",
        "label": "56",
        "long": "\u05e0\u05d2\u05d5\u05d4\u05d5\u05ea/\u05de\u05e8\u05db\u05d6-\u05e0\u05d2\u05d5\u05d4\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-11",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "18987",
        "label": "56",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e0\u05d2\u05d5\u05d4\u05d5\u05ea/\u05de\u05e8\u05db\u05d6-\u05e0\u05d2\u05d5\u05d4\u05d5\u05ea-21",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19034",
        "label": "589",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19035",
        "label": "589",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-10",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19075",
        "label": "383",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19076",
        "label": "385",
        "long": "\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19077",
        "label": "383",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-10",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19078",
        "label": "385",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19085",
        "label": "781",
        "long": "\u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d9\u05dc\u05e0\u05d5\u05ea-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19086",
        "label": "781",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05d3\u05e7\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-10",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": true,
        "id": "19087",
        "label": "1",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05e2\u05d9\u05e8 \u05ea\u05d7\u05ea\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Cable tram"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": true,
        "id": "19088",
        "label": "1",
        "long": "\u05e2\u05d9\u05e8 \u05ea\u05d7\u05ea\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Cable tram"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19091",
        "label": "965",
        "long": "\u05d4\u05de\u05db\u05d1\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05d1\u05e8\u05d5\u05d8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05de\u05d9\u05d9\u05de\u05d5\u05df/\u05d0\u05d1\u05d8\u05dc\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-156",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "19093",
        "label": "300",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-27",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19094",
        "label": "484",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e8\u05db\u05d6 \u05e1\u05e4\u05d5\u05e8\u05d8-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-20",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19095",
        "label": "484",
        "long": "\u05de\u05e8\u05db\u05d6 \u05e1\u05e4\u05d5\u05e8\u05d8-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19098",
        "label": "452",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d4\u05e8\u05e5 \u05d0\u05d9\u05de\u05d1\u05e8/\u05db\u05e4\u05e8 \u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc \u05d4\u05d5\u05d3\u05d0-\u05e8\u05d4\u05d8-20",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19143",
        "label": "900",
        "long": "\u05db\u05db\u05e8 \u05d4\u05d3\u05d5\u05d9\u05d3\u05e7\u05d4/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19144",
        "label": "903",
        "long": "\u05e9\u05e8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19146",
        "label": "971",
        "long": "\u05d4\u05e7\u05d5\u05e0\u05d2\u05e8\u05e1 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d9/\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e8\u05de\u05d9\u05d4\u05d5/\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19147",
        "label": "774",
        "long": "\u05d4\u05e7\u05d5\u05e0\u05d2\u05e8\u05e1 \u05d4\u05e6\u05d9\u05d5\u05e0\u05d9/\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1915",
        "label": "22",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d7\u05dc\u05e5 \u05d0-\u05d7\u05dc\u05e5-1#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19152",
        "label": "972",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e8\u05de\u05d9\u05d4\u05d5/\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19153",
        "label": "905",
        "long": "\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05de\u05d2\u05e8/\u05ea\u05d5\u05e8\u05d4 \u05de\u05e6\u05d9\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19155",
        "label": "902",
        "long": "\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19156",
        "label": "970",
        "long": "\u05d9\u05e8\u05de\u05d9\u05d4\u05d5/\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05db\u05dc\u05ea \u05de\u05e8\u05d3\u05db\u05d9/\u05d0\u05e8\u05d2\u05de\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19159",
        "label": "904",
        "long": "\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d4\u05dc \u05d9\u05d4\u05d5\u05e9\u05e2/\u05e9\u05de\u05d2\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "1916",
        "label": "22",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea/\u05d7\u05dc\u05e5-\u05d7\u05dc\u05e5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19161",
        "label": "903",
        "long": "\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7/\u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19163",
        "label": "901",
        "long": "\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d8\u05d5\u05e8\u05d9\u05dd/\u05e8\u05e9''\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19164",
        "label": "971",
        "long": "\u05d1\u05e8\u05e0\u05d3\u05d9\u05d9\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d9\u05d1\u05ea \u05e6\u05d9\u05d5\u05df/\u05d8\u05dc\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19165",
        "label": "901",
        "long": "\u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05d8\u05d5\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19167",
        "label": "972",
        "long": "\u05d1\u05e8\u05e0\u05d3\u05d9\u05d9\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19168",
        "label": "902",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19169",
        "label": "970",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05de\u05d3\u05e8\u05e9 \u05d2\u05d5\u05e8/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e8\u05de\u05d9\u05d4\u05d5/\u05de\u05e0\u05d7\u05ea \u05d9\u05e6\u05d7\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19170",
        "label": "503",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-1\u05d0",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19176",
        "label": "900",
        "long": "\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05db\u05e8 \u05d4\u05e9\u05d1\u05ea/\u05e9\u05d8\u05e8\u05d0\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19177",
        "label": "550",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1\u05d1",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19178",
        "label": "554",
        "long": "\u05d9\u05e8\u05de\u05d9\u05d4\u05d5/\u05d4\u05e6\u05d1\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-3\u05d6",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19179",
        "label": "9\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19180",
        "label": "485",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d3\u05e8\u05da \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05e9\u05e2\u05d5\u05e8\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19181",
        "label": "485",
        "long": "\u05de\u05d2\u05d3\u05dc \u05d4\u05de\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19182",
        "label": "12\u05d0",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "12\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19183",
        "label": "482",
        "long": "\u05de\u05d2\u05d3\u05dc \u05d4\u05de\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-2#",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19184",
        "label": "482",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d4\u05de\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19255",
        "label": "56",
        "long": "\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19256",
        "label": "56",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-2#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19260",
        "label": "82\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df/\u05d4\u05e0\u05e8\u05d9 \u05de\u05dc\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2\u05d0",
        "short": "82\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19261",
        "label": "82",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d1\u05d0 \u05e1\u05d0\u05dc\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2\u05d6",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19262",
        "label": "83",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2\u05d6",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19263",
        "label": "84",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d4\u05e8\u05e6\u05dc/\u05de.\u05db\u05d9\u05ea\u05df-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2\u05d6",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19278",
        "label": "12",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e6\u05d1\u05d9 \u05e9\u05db\u05d8\u05e8\u05de\u05df/\u05d4\u05e4\u05dc\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-1\u05d1",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19285",
        "label": "11",
        "long": "\u05d4\u05de\u05e8\u05e5/\u05d4\u05d9\u05e6\u05d9\u05e8\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19286",
        "label": "11",
        "long": "\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19288",
        "label": "37",
        "long": "\u05d2\u05e9\u05e8 \u05d4\u05d9\u05d3\u05d9\u05d3\u05d5\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e2\u05d9\u05df \u05e7\u05e0\u05d9\u05d9\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19289",
        "label": "37",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d2\u05e9\u05e8 \u05d4\u05d9\u05d3\u05d9\u05d3\u05d5\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e2\u05d9\u05df \u05e7\u05e0\u05d9\u05d9\u05d0-20",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19302",
        "label": "163",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05de\u05e6\u05e4\u05d4 \u05d0\u05d9\u05dc\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05e6\u05e4\u05d4 \u05d0\u05d9\u05dc\u05df-10",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19303",
        "label": "163",
        "long": "\u05de\u05e6\u05e4\u05d4 \u05d0\u05d9\u05dc\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05e6\u05e4\u05d4 \u05d0\u05d9\u05dc\u05df<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19304",
        "label": "768",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19305",
        "label": "768",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0-20",
        "short": "768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19308",
        "label": "485",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05d4\u05de\u05e8\u05d0\u05d5\u05ea-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-10",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19309",
        "label": "485",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05e0\u05d7\u05d9\u05ea\u05d5\u05ea-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19316",
        "label": "589",
        "long": "\u05de\u05d2\u05d3\u05dc \u05de\u05d9\u05dd-\u05ea\u05dc \u05e9\u05d1\u05e2<->\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e9\u05e2\u05e8 \u05d4\u05e0\u05d2\u05d1-1#",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19317",
        "label": "589",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e9\u05e2\u05e8 \u05d4\u05e0\u05d2\u05d1<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05ea\u05dc \u05e9\u05d1\u05e2-\u05ea\u05dc \u05e9\u05d1\u05e2-2#",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19318",
        "label": "689",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-1#",
        "short": "689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19319",
        "label": "689",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05de\u05e1\u05d2\u05d3 \u05d8\u05d0\u05dc\u05d1/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05ea-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-2#",
        "short": "689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19374",
        "label": "904",
        "long": "\u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05d8\u05d5\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e2\u05d6\u05e8\u05ea \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19375",
        "label": "543",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1#",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19376",
        "label": "543",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-2#",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19391",
        "label": "402",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-35",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19410",
        "label": "11",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19420",
        "label": "209",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19421",
        "label": "209",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19459",
        "label": "9\u05d0",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05e7\u05dc\u05d4/\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-11",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19460",
        "label": "12\u05d0",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-11",
        "short": "12\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19467",
        "label": "11",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9\u05d9\u05dd \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19568",
        "label": "180",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d0.\u05e6 \u05d2\u05e8\u05d9\u05e0\u05d1\u05e8\u05d2-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-25",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19579",
        "label": "5",
        "long": "\u05d4\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1/\u05d3\u05d5\u05d3 \u05e1\u05d7\u05e8\u05d5\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19580",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05de\u05e8\u05db\u05d6 \u05d4\u05e8\u05e4\u05d5\u05d0\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19581",
        "label": "17",
        "long": "\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19582",
        "label": "17",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19583",
        "label": "20",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19584",
        "label": "20",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19585",
        "label": "26",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19594",
        "label": "95",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05de\u05e8. \u05e9\u05e4\u05d9\u05e0\u05d5\u05d6\u05d4/\u05e4\u05dc\u05de\u05d7-\u05d0\u05d6\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19597",
        "label": "112",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d1\u05d5\u05e5 \u05e4\u05dc\u05de\u05d7\u05d9\u05dd \u05de\u05e8\u05db\u05d6-\u05e4\u05dc\u05de\u05d7\u05d9\u05dd-1#",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19601",
        "label": "270",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19602",
        "label": "274",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df-1#",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19603",
        "label": "3",
        "long": "\u05e1\u05d1\u05d9\u05d5\u05df/\u05d4\u05e2\u05e8\u05d1\u05d4-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05de\u05e9\u05e7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19604",
        "label": "8",
        "long": "\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd/\u05e4\u05e8\u05d2-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd/\u05d4\u05d0\u05d5\u05e8\u05e0\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19605",
        "label": "8",
        "long": "\u05d4\u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd/\u05d4\u05d0\u05d5\u05e8\u05e0\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19608",
        "label": "11",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d0\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19609",
        "label": "11",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19610",
        "label": "13",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e2\u05e8\u05d3/\u05d9\u05d3 \u05dc\u05d1\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19612",
        "label": "14\u05d0",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "14\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19614",
        "label": "28",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19615",
        "label": "29",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19617",
        "label": "32",
        "long": "\u05d3\u05e8\u05da \u05e6\u05e8\u05e4\u05ea/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d3\u05d1-\u05d7\u05d9\u05e4\u05d4<->\u05d3\u05e8\u05da \u05e6\u05e8\u05e4\u05ea/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d3\u05d1-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19618",
        "label": "35",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05d4\u05db\u05e8\u05de\u05dc/\u05d3\u05e8\u05da \u05d4\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19619",
        "label": "35",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d4\u05db\u05e8\u05de\u05dc/\u05d3\u05e8\u05da \u05d4\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19622",
        "label": "39",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19623",
        "label": "42\u05d0",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e0\u05de\u05dc \u05e7\u05d9\u05e9\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "42\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19624",
        "label": "42",
        "long": "\u05e0\u05de\u05dc \u05e7\u05d9\u05e9\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19625",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19626",
        "label": "45",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19627",
        "label": "46",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1#",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19628",
        "label": "46",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19629",
        "label": "47",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19630",
        "label": "47",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19631",
        "label": "49",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1#",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19632",
        "label": "49",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19633",
        "label": "70",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e8\u05e7\u05e4\u05d5\u05ea/\u05d4\u05db\u05dc\u05e0\u05d9\u05d5\u05ea-\u05e0\u05e9\u05e8-1#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19634",
        "label": "70",
        "long": "\u05d4\u05d7\u05dc\u05d5\u05e6\u05d9\u05dd/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19635",
        "label": "71",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e9\u05d9\u05d8\u05d4/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e0\u05e9\u05e8-1#",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19636",
        "label": "71",
        "long": "\u05d4\u05e9\u05d9\u05d8\u05d4/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e8\u05de\u05d5\u05ea \u05d9\u05e6\u05d7\u05e7-\u05e0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19637",
        "label": "78",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d7\u05e6\u05d1/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05e0\u05e9\u05e8-1#",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19638",
        "label": "78",
        "long": "\u05d4\u05d7\u05e6\u05d1/\u05db\u05dc\u05d9\u05dc \u05d4\u05d7\u05d5\u05e8\u05e9-\u05e0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19639",
        "label": "79",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05db\u05dc\u05e0\u05d9\u05d5\u05ea/\u05d4\u05ea\u05e9\u05d1\u05d9-\u05e0\u05e9\u05e8-1#",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19640",
        "label": "79",
        "long": "\u05de\u05d2\u05df \u05d3\u05d5\u05d3 \u05d0\u05d3\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd-\u05e0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19644",
        "label": "85",
        "long": "\u05d4\u05d7\u05e7\u05dc\u05d0\u05d9\u05dd /\u05d0\u05d5\u05e9\u05d4-\u05db\u05e4\u05e8 \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7<->\u05d4\u05d4\u05d2\u05e0\u05d4 14-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-1#",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19648",
        "label": "88\u05d0",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05de\u05d9\u05d9\u05de\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "88\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19654",
        "label": "115",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19657",
        "label": "245",
        "long": "\u05e9\u05d5\u05e7 \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1#",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19658",
        "label": "245",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05e9\u05d5\u05e7 \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19659",
        "label": "6",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d2\u05d3 \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19660",
        "label": "7",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d2\u05d3 \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19664",
        "label": "92",
        "long": "\u05d4\u05d0\u05e6''\u05dc/\u05e0\u05d5\u05e3 \u05d7\u05e8\u05de\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05d4\u05d9\u05e8\u05d3\u05df-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19665",
        "label": "260",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19666",
        "label": "261",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19667",
        "label": "262",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19668",
        "label": "262",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19669",
        "label": "430",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-1#",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19670",
        "label": "430",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19671",
        "label": "500",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19672",
        "label": "500",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19673",
        "label": "505",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19674",
        "label": "505",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19678",
        "label": "28",
        "long": "\u05e0\u05e2\u05d5\u05e8\u05d9\u05dd/\u05e7\u05e0\u05d0\u05d9\u05dd-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19683",
        "label": "98",
        "long": "\u05d4\u05d2\u05d0\u05d5\u05df \u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05e6\u05d0\u05dc\u05d5\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e9\u05e8\u05d0\u05dc \u05e9\u05de\u05d9\u05d3-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-1#",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19684",
        "label": "98",
        "long": "\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e9\u05e8\u05d0\u05dc \u05e9\u05de\u05d9\u05d3-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05d4\u05d2\u05d0\u05d5\u05df \u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19686",
        "label": "504",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19687",
        "label": "532",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19688",
        "label": "551",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05db\u05d0\u05dc\u05d9/\u05d4\u05e8\u05db\u05d1\u05ea-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-1#",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19689",
        "label": "570",
        "long": "\u05d4\u05d2\u05d5\u05dc\u05df/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19691",
        "label": "572",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d5\u05d9\u05e6\u05de\u05df-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19692",
        "label": "572",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "572",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19703",
        "label": "159",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05d7\u05e0\u05d4 \u05de\u05e6\u05dc''\u05d7 6821-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19704",
        "label": "318",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19705",
        "label": "318",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e8\u05d2\u05d5\u05dc\u05d9\u05df/\u05d4\u05e9\u05d5\u05de\u05e8\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19706",
        "label": "426",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19707",
        "label": "426",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-3#",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19708",
        "label": "431",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19712",
        "label": "970",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19713",
        "label": "970",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19714",
        "label": "972",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19715",
        "label": "972",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19716",
        "label": "202",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19717",
        "label": "202",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-2#",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19721",
        "label": "406",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19722",
        "label": "406",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-3#",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19726",
        "label": "471",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd B-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19727",
        "label": "471",
        "long": "\u05e8\u05de\u05d5\u05ea/\u05de\u05e1\u05d5\u05e3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-3#",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19728",
        "label": "486",
        "long": "\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8/\u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea-\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19729",
        "label": "486",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8/\u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea-\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8-3#",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19730",
        "label": "487",
        "long": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e2\u05d9\u05df \u05d2\u05d3\u05d9/\u05d7\u05d3\u05e8 \u05d0\u05d5\u05db\u05dc-\u05e2\u05d9\u05df \u05d2\u05d3\u05d9<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19731",
        "label": "826",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e2\u05d1\u05d5\u05d3\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19732",
        "label": "840",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19733",
        "label": "900",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19734",
        "label": "921",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19737",
        "label": "930",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19738",
        "label": "940",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19739",
        "label": "940",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19742",
        "label": "966",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19743",
        "label": "966",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-3#",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19746",
        "label": "384",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05d3\u05d4-\u05ea\u05de\u05e8-1#",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19747",
        "label": "384",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05d3\u05d4-\u05ea\u05de\u05e8<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19748",
        "label": "1",
        "long": "\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd/\u05e4\u05e8\u05d2-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05de\u05e9\u05e7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19749",
        "label": "1",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05de\u05e9\u05e7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19750",
        "label": "2",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05de\u05e9\u05e7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd/\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19751",
        "label": "2",
        "long": "\u05d4\u05db\u05dc\u05e0\u05d9\u05d5\u05ea/\u05d4\u05e8\u05e7\u05e4\u05d5\u05ea-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05de\u05e9\u05e7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19752",
        "label": "94\u05d0",
        "long": "\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd \u05d1-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "94\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19753",
        "label": "94\u05d0",
        "long": "\u05d4\u05db\u05dc\u05e0\u05d9\u05d5\u05ea/\u05d4\u05e8\u05e7\u05e4\u05d5\u05ea-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd \u05d1-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "94\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19754",
        "label": "95",
        "long": "\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd/\u05e4\u05e8\u05d2-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19755",
        "label": "481",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd B-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19756",
        "label": "481",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-3#",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19759",
        "label": "21",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05e9\u05d9/\u05e6\u05dc\u05d0\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19760",
        "label": "21",
        "long": "\u05e8\u05e9\u05d9/\u05e6\u05dc\u05d0\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19761",
        "label": "23",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05de\u05d9\u05e0\u05e5/\u05d4\u05e8\u05e6\u05d5\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19762",
        "label": "23",
        "long": "\u05de\u05d9\u05e0\u05e5/\u05d4\u05e8\u05e6\u05d5\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19763",
        "label": "25",
        "long": "\u05de\u05e8\u05e4\u05d0\u05ea \u05d6\u05d1\u05d5\u05dc\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7<->\u05d3\u05d5\u05db\u05d9\u05e4\u05ea/\u05e9\u05dc\u05d3\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19764",
        "label": "25",
        "long": "\u05d3\u05d5\u05db\u05d9\u05e4\u05ea/\u05e2\u05d2\u05d5\u05e8-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05de\u05e8\u05e4\u05d0\u05ea \u05d6\u05d1\u05d5\u05dc\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-2#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19765",
        "label": "26",
        "long": "\u05d3\u05d2\u05e0\u05d9\u05d4/\u05d8\u05e8\u05d5\u05de\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05e0\u05ea\u05df \u05e9\u05e4\u05e8\u05d9\u05e6\u05e8/\u05d4\u05d0\u05e8\u05d9 \u05d4\u05e9\u05d5\u05d0\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19766",
        "label": "26",
        "long": "\u05e0\u05ea\u05df \u05e9\u05e4\u05e8\u05d9\u05e6\u05e8/\u05d4\u05d0\u05e8\u05d9 \u05d4\u05e9\u05d5\u05d0\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d3\u05d2\u05e0\u05d9\u05d4/\u05d7\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d7\u05d9\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19772",
        "label": "975",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05e8\u05e6\u05dc/\u05d6\u05d1\u05d5\u05dc\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19773",
        "label": "975",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "975",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19775",
        "label": "268",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-1#",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19776",
        "label": "268",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19777",
        "label": "460",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19778",
        "label": "460",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-3#",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "19779",
        "label": "264",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df-1#",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "19780",
        "label": "264",
        "long": "\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19783",
        "label": "988",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19784",
        "label": "988",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19785",
        "label": "2",
        "long": "\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05db\u05e6\u05e0\u05dc\u05e1\u05d5\u05df-\u05d2\u05d3\u05e8\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05db\u05d1\u05d9\u05e9 7-\u05d2\u05d3\u05e8\u05d4-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19786",
        "label": "2",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05db\u05d1\u05d9\u05e9 7-\u05d2\u05d3\u05e8\u05d4<->\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05db\u05e6\u05e0\u05dc\u05e1\u05d5\u05df-\u05d2\u05d3\u05e8\u05d4-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "19787",
        "label": "82",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05d9\u05de\u05d5\u05df/\u05d2\u05d9\u05dc\u05d1\u05d5\u05e2-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05de\u05d9\u05d9\u05de\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19788",
        "label": "971",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19789",
        "label": "976",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "976",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19795",
        "label": "264",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19796",
        "label": "264",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19799",
        "label": "12",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19800",
        "label": "12",
        "long": "\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19846",
        "label": "450",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "19851",
        "label": "265",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05e7\u05d5\u05e2 \u05d1-\u05ea\u05e7\u05d5\u05e2-1#",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "19852",
        "label": "265",
        "long": "\u05ea\u05e7\u05d5\u05e2 \u05d1-\u05ea\u05e7\u05d5\u05e2<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "19920",
        "label": "27",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05e6\u05de\u05d7-\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05e6\u05de\u05d7-10",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "19921",
        "label": "27",
        "long": "\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05e6\u05de\u05d7-\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05e6\u05de\u05d7<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-20",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19931",
        "label": "14",
        "long": "\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1/\u05d3\u05d5\u05d3 \u05e1\u05d7\u05e8\u05d5\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19932",
        "label": "14",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19953",
        "label": "368",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d1\u05d9\u05d1-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19954",
        "label": "368",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05e1\u05d9\u05e3-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19959",
        "label": "426",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea\u05de\u05e8/\u05d6\u05d9\u05ea-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-10",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19960",
        "label": "426",
        "long": "\u05ea\u05de\u05e8/\u05d6\u05d9\u05ea-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc<->\u05e7\u05e8\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da/\u05d4\u05d2\u05d9\u05d0-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19961",
        "label": "413",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd-\u05e2\u05de\u05e7 \u05d4\u05de\u05e2\u05d9\u05d9\u05e0\u05d5\u05ea-10",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19962",
        "label": "413",
        "long": "\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd-\u05e2\u05de\u05e7 \u05d4\u05de\u05e2\u05d9\u05d9\u05e0\u05d5\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19963",
        "label": "426",
        "long": "\u05ea\u05de\u05e8/\u05d6\u05d9\u05ea-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc<->\u05e7\u05e8\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da/\u05d4\u05d2\u05d9\u05d0-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19964",
        "label": "991",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19965",
        "label": "19",
        "long": "\u05d0\u05d5\u05dc\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8/\u05e9\u05db\u05e0\u05d5\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05d0\u05dc\u05d7'\u05e8\u05d5\u05d1-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df<->\u05e6\u05e4\u05d5\u05df   \u05de\u05d6\u05e8\u05d7 \u05d9\u05e8\u05db\u05d0-\u05d9\u05e8\u05db\u05d0-1#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19966",
        "label": "19",
        "long": "\u05e9\u05db\u05d5\u05e0\u05d4 \u05e2\u05dc\u05d9\u05d5\u05e0\u05d4-\u05d9\u05e8\u05db\u05d0<->\u05d0\u05d5\u05dc\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8/\u05e9\u05db\u05e0\u05d5\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05d0\u05dc\u05d7'\u05e8\u05d5\u05d1-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df-2#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19967",
        "label": "20",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4-\u05d2'\u05d5\u05dc\u05d9\u05e1<->\u05de\u05d2\u05e8\u05e9 \u05d8\u05e0\u05d9\u05e1 \u05d9\u05e8\u05db\u05d0-\u05d9\u05e8\u05db\u05d0-1#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19968",
        "label": "20",
        "long": "\u05de\u05d2\u05e8\u05e9 \u05d8\u05e0\u05d9\u05e1 \u05d9\u05e8\u05db\u05d0-\u05d9\u05e8\u05db\u05d0<->\u05de\u05e1\u05e2\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4-\u05d2'\u05d5\u05dc\u05d9\u05e1-2#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19969",
        "label": "426",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea\u05de\u05e8/\u05d6\u05d9\u05ea-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-11",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19970",
        "label": "633",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e6\u05d5\u05de\u05ea \u05d6\u05de\u05e8-\u05d6\u05de\u05e8-10",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19971",
        "label": "633",
        "long": "\u05d1\u05d9\u05e8 \u05d0\u05dc \u05e1\u05d9\u05db\u05d4-\u05d6\u05de\u05e8<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19972",
        "label": "543",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1\u05d0",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "19973",
        "label": "543",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2\u05d0",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2",
        "label": "1",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20070",
        "label": "302",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e2\u05de\u05e7 \u05d7\u05e4\u05e8/\u05d1\u05e7\u05e2\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20071",
        "label": "437",
        "long": "\u05e8\u05d1\u05d9\u05d3/\u05de\u05e8\u05db\u05d6-\u05e8\u05d1\u05d9\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-1#",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20072",
        "label": "437",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e8\u05d1\u05d9\u05d3/\u05de\u05e8\u05db\u05d6-\u05e8\u05d1\u05d9\u05d3-2#",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20073",
        "label": "537",
        "long": "\u05e8\u05d1\u05d9\u05d3/\u05de\u05e8\u05db\u05d6-\u05e8\u05d1\u05d9\u05d3<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df-1#",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20074",
        "label": "537",
        "long": "\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df<->\u05e8\u05d1\u05d9\u05d3/\u05de\u05e8\u05db\u05d6-\u05e8\u05d1\u05d9\u05d3-2#",
        "short": "537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20075",
        "label": "288",
        "long": "\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-1#",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20076",
        "label": "288",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8-2#",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20077",
        "label": "828",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d7\u05e8\u05de\u05d5\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20078",
        "label": "828",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d7\u05e8\u05de\u05d5\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2011",
        "label": "4",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20112",
        "label": "108",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20113",
        "label": "108",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2012",
        "label": "4",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2013",
        "label": "5",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20160",
        "label": "42",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-1#",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20161",
        "label": "42",
        "long": "\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d4\u05ea\u05e2''\u05e9/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20166",
        "label": "14",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7 2000-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20167",
        "label": "14",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7 2000-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2017",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20208",
        "label": "387",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-1#",
        "short": "387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20212",
        "label": "142",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05e9\u05d1\u05d8\u05d4-\u05e8\u05de\u05ea \u05d4\u05e0\u05d2\u05d1<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-23",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20216",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20217",
        "label": "5",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20242",
        "label": "37",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-33",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20243",
        "label": "52",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d5\u05e7\u05d9\u05d1\u05dc\u05d4/\u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05e7\u05d9\u05d9\u05d1\u05dc\u05d4-11",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20244",
        "label": "52",
        "long": "\u05de\u05d5\u05e7\u05d9\u05d1\u05dc\u05d4/\u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05e7\u05d9\u05d9\u05d1\u05dc\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20245",
        "label": "157",
        "long": "\u05d4\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05e2\u05d5\u05e6\u05de\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-11",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20246",
        "label": "157",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d4\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05e2\u05d5\u05e6\u05de\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20249",
        "label": "2\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-11",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20257",
        "label": "33",
        "long": "\u05d1\u05d9\u05ea \u05e7\u05e9\u05ea-\u05d1\u05d9\u05ea \u05e7\u05e9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20258",
        "label": "5",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05e7\u05d9\u05e3 \u05e2\u05de\u05dc \u05d0\u05dc\u05e0\u05d5\u05e8-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20259",
        "label": "5",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05e7\u05d9\u05e3 \u05e2\u05de\u05dc \u05d0\u05dc\u05e0\u05d5\u05e8-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05de\u05e1\u05d2\u05d3 \u05d8\u05d0\u05dc\u05d1/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05ea-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20266",
        "label": "507",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d2\u05d5\u05e8\u05d5\u05d3\u05e1\u05e7\u05d9/\u05de\u05e8\u05d2\u05d5\u05dc\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20267",
        "label": "507",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20272",
        "label": "509",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20273",
        "label": "509",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20278",
        "label": "187",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05dc\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8-\u05d4\u05e8 \u05d0\u05d3\u05e8-10",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20279",
        "label": "187",
        "long": "\u05d0\u05d5\u05dc\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8-\u05d4\u05e8 \u05d0\u05d3\u05e8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20283",
        "label": "255",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e9\u05d9\u05d7' \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e1\u05d4\u05dc \u05d0\u05dc \u05d2'\u05d3\u05d9\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20284",
        "label": "285",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d0 \u05d6\u05e2\u05d9\u05dd-\u05d2\u05d5\u05e9 \u05e2\u05e6\u05d9\u05d5\u05df<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20295",
        "label": "516",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20296",
        "label": "516",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20297",
        "label": "517",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20298",
        "label": "517",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20301",
        "label": "616",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05ea\u05dc\u05de\u05d5\u05d3 \u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20302",
        "label": "616",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05ea\u05dc\u05de\u05d5\u05d3 \u05d1\u05d1\u05dc\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20305",
        "label": "620",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20306",
        "label": "620",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20309",
        "label": "615",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20310",
        "label": "615",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20317",
        "label": "52",
        "long": "7061/7074-\u05e0\u05e6\u05e8\u05ea<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20318",
        "label": "52",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->7061/7074-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20324",
        "label": "64",
        "long": "\u05d0\u05d6\u05d4''\u05ea \u05d2'\u05d9\u05e9-\u05d2'\u05d9\u05e9<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20325",
        "label": "64",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d0\u05d6\u05d4''\u05ea \u05d2'\u05d9\u05e9-\u05d2'\u05d9\u05e9-2#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2033",
        "label": "9",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2034",
        "label": "9",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2035",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20361",
        "label": "186",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05d4\u05e8\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d1\u05d9\u05ea \u05de\u05d0\u05d9\u05e8-12",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20393",
        "label": "1\u05d0",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e9\u05d3\u05e8\u05d5\u05ea-11",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20394",
        "label": "1\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-21",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2040",
        "label": "11",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20403",
        "label": "577",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d2\u05df \u05d0\u05e1\u05ea\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20404",
        "label": "577",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "20415",
        "label": "14",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7 2000-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-11",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "20416",
        "label": "14",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7 2000-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-21",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20419",
        "label": "11",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1/\u05d3\u05d5\u05d3 \u05e1\u05d7\u05e8\u05d5\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20420",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20421",
        "label": "27",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d4\u05ea\u05d0\u05e0\u05d4/\u05d4\u05d2\u05e4\u05df-\u05d9\u05e6\u05d9\u05e5-1#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20422",
        "label": "38",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d9\u05e1\u05d5\u05d3\u05d5\u05ea/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d9\u05e1\u05d5\u05d3\u05d5\u05ea-1#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20423",
        "label": "38",
        "long": "\u05d9\u05e1\u05d5\u05d3\u05d5\u05ea/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d9\u05e1\u05d5\u05d3\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "20424",
        "label": "174",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-28",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20457",
        "label": "30",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05db\u05e4\u05e8 \u05e1\u05d0\u05dc\u05d3/\u05de\u05e8\u05db\u05d6-\u05db\u05e4\u05e8 \u05e1\u05d0\u05dc\u05d3-1\u05d0",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20458",
        "label": "30",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05db\u05e4\u05e8 \u05e1\u05d0\u05dc\u05d3/\u05de\u05e8\u05db\u05d6-\u05db\u05e4\u05e8 \u05e1\u05d0\u05dc\u05d3-1\u05dd",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2046",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20460",
        "label": "30",
        "long": "\u05db\u05e4\u05e8 \u05e1\u05d0\u05dc\u05d3/\u05de\u05e8\u05db\u05d6-\u05db\u05e4\u05e8 \u05e1\u05d0\u05dc\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2\u05d0",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20461",
        "label": "30",
        "long": "\u05db\u05e4\u05e8 \u05e1\u05d0\u05dc\u05d3/\u05de\u05e8\u05db\u05d6-\u05db\u05e4\u05e8 \u05e1\u05d0\u05dc\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2\u05dd",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20463",
        "label": "35",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d3\u05e4\u05e0\u05d4-\u05d3\u05e4\u05e0\u05d4-1\u05d0",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20464",
        "label": "35",
        "long": "\u05d3\u05e4\u05e0\u05d4-\u05d3\u05e4\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2\u05d0",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20465",
        "label": "36",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e9\u05e0\u05d9\u05e8/\u05de\u05e8\u05db\u05d6-\u05e9\u05e0\u05d9\u05e8-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20466",
        "label": "36",
        "long": "\u05e9\u05e0\u05d9\u05e8/\u05de\u05e8\u05db\u05d6-\u05e9\u05e0\u05d9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2047",
        "label": "12",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20475",
        "label": "132",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-11",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20476",
        "label": "132",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20493",
        "label": "577",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20494",
        "label": "577",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "577",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2052",
        "label": "33",
        "long": "\u05d4\u05d1\u05d8\u05d9\u05d7\u05d5\u05ea/\u05d4\u05e4\u05dc\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20541",
        "label": "25",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d0\u05e9\u05d3\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1 \u05d0\u05d9\u05d7\u05d5\u05d3/\u05de\u05e8\u05db\u05d6-\u05d0\u05e9\u05d3\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1 \u05d0\u05d9\u05d7\u05d5\u05d3-10",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20542",
        "label": "25",
        "long": "\u05d0\u05e9\u05d3\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1 \u05d0\u05d9\u05d7\u05d5\u05d3/\u05de\u05e8\u05db\u05d6-\u05d0\u05e9\u05d3\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1 \u05d0\u05d9\u05d7\u05d5\u05d3<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20546",
        "label": "65",
        "long": "\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3<->\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8-1\u05d1",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20547",
        "label": "65",
        "long": "\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-2\u05d1",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20549",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0/\u05e8\u05d1 \u05d7\u05dc\u05e7\u05d9\u05d4 \u05d1\u05e8 \u05d8\u05d5\u05d1\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2055",
        "label": "34",
        "long": "\u05d4\u05d1\u05d8\u05d9\u05d7\u05d5\u05ea/\u05d4\u05e4\u05dc\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d9\u05d5\u05ea\u05dd \u05d4\u05de\u05dc\u05da/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20550",
        "label": "4",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20561",
        "label": "74",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05d0\u05e1 \u05e2\u05dc\u05d9 \u05db\u05e0\u05d9\u05e1\u05d4-\u05e8\u05d0\u05e1 \u05e2\u05dc\u05d9-1\u05d1",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20562",
        "label": "74",
        "long": "\u05e8\u05d0\u05e1 \u05e2\u05dc\u05d9 \u05db\u05e0\u05d9\u05e1\u05d4-\u05e8\u05d0\u05e1 \u05e2\u05dc\u05d9<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d1",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "20563",
        "label": "170",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20564",
        "label": "129",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05d1\u05d9\u05d4''\u05d7 \u05d4\u05d3\u05e1\u05d4-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20565",
        "label": "129",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e1\u05e2\u05e3 \u05d1\u05d9\u05d4''\u05d7 \u05d4\u05d3\u05e1\u05d4-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4-2#",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20580",
        "label": "179",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d7\u05d5\u05dc\u05ea\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20581",
        "label": "179",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d7\u05d5\u05dc\u05ea\u05d4-2#",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20582",
        "label": "179",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d7\u05d5\u05dc\u05ea\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1\u05d0",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20583",
        "label": "179",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d7\u05d5\u05dc\u05ea\u05d4-2\u05d0",
        "short": "179",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20584",
        "label": "74",
        "long": "\u05e1\u05d1\u05d9\u05d5\u05df/\u05d4\u05e2\u05e8\u05d1\u05d4-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05d4\u05d2\u05e0\u05d4/\u05e9\u05e2\u05e8 \u05d4\u05e2\u05dc\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20585",
        "label": "74",
        "long": "\u05d4\u05d4\u05d2\u05e0\u05d4/\u05e9\u05e2\u05e8 \u05d4\u05e2\u05dc\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "20606",
        "label": "18\u05d0",
        "long": "\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-11",
        "short": "18\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "20607",
        "label": "18\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-21",
        "short": "18\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "20610",
        "label": "86",
        "long": "\u05d7\u05d8\u05d9\u05d1\u05ea \u05d4\u05e0\u05d2\u05d1 / \u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d7\u05d5\u05e3 \u05d3\u05ea\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "20611",
        "label": "86",
        "long": "\u05d7\u05d5\u05e3 \u05d3\u05ea\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05d4\u05e0\u05d2\u05d1/\u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20612",
        "label": "65",
        "long": "\u05de\u05e8\u05e4\u05d0\u05d5\u05ea \u05d7\u05d5\u05e5 \u05e1\u05d5\u05e8\u05d5\u05e7\u05d4/\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-11",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20614",
        "label": "774",
        "long": "\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-11",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20615",
        "label": "1\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05d9\u05d5\u05e6\u05e8/\u05ea\u05d7\u05de''\u05e9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-12",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20616",
        "label": "10",
        "long": "\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05d9\u05d5\u05e6\u05e8/\u05ea\u05d7\u05de''\u05e9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-11",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20618",
        "label": "15",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05d0\u05dc\u05d5\u05e0\u05d9 \u05d4\u05d1\u05e9\u05df/\u05de\u05e8\u05db\u05d6-\u05d0\u05dc\u05d5\u05e0\u05d9 \u05d4\u05d1\u05e9\u05df-10",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20620",
        "label": "15",
        "long": "\u05d0\u05dc\u05d5\u05e0\u05d9 \u05d4\u05d1\u05e9\u05df/\u05de\u05e8\u05db\u05d6-\u05d0\u05dc\u05d5\u05e0\u05d9 \u05d4\u05d1\u05e9\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20624",
        "label": "226",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc \u05d7\u05e8\u05d3\u05d5\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20625",
        "label": "226",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc \u05d7\u05e8\u05d3\u05d5\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-22",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20626",
        "label": "278",
        "long": "\u05d0\u05dc \u05db\u05e8\u05d6-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05d0\u05dc \u05db\u05e8\u05d6-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-32",
        "short": "278",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20627",
        "label": "281",
        "long": "\u05de\u05d7\u05e1\u05d5\u05dd \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05de\u05d7\u05e1\u05d5\u05dd \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-32",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20634",
        "label": "256",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-32",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20635",
        "label": "286",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-32",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20637",
        "label": "285",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d0 \u05d6\u05e2\u05d9\u05dd-\u05d2\u05d5\u05e9 \u05e2\u05e6\u05d9\u05d5\u05df<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d0 \u05d6\u05e2\u05d9\u05dd-\u05d2\u05d5\u05e9 \u05e2\u05e6\u05d9\u05d5\u05df-32",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20642",
        "label": "214",
        "long": "\u05de\u05d5\u05e0\u05d8\u05d0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d1\u05d5 \u05d7\u05d0\u05de\u05d3 \u05d2'\u05d6\u05d0\u05dc\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-32",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20647",
        "label": "51",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20648",
        "label": "51",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20649",
        "label": "52",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d3\u05e8\u05d5\u05de\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20650",
        "label": "52",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d3\u05e8\u05d5\u05de\u05d9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20651",
        "label": "53",
        "long": "\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d0\u05d5\u05dc\u05e4\u05e0\u05d4/\u05dc\u05d5\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20652",
        "label": "53",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df /\u05e0\u05d7\u05dc \u05e6\u05dc\u05de\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20653",
        "label": "54",
        "long": "\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d4\u05d3\u05e8\u05d9\u05dd/ \u05ea\u05d9\u05db\u05d5\u05df \u05e8\u05e2\u05d5\u05ea \u05de\u05db\u05d1\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20654",
        "label": "54",
        "long": "\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05d5\u05de\u05e8\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-11",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20655",
        "label": "54",
        "long": "\u05d4\u05d3\u05e8\u05d9\u05dd/ \u05ea\u05d9\u05db\u05d5\u05df \u05e8\u05e2\u05d5\u05ea \u05de\u05db\u05d1\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20656",
        "label": "54",
        "long": "\u05d4\u05d3\u05e8\u05d9\u05dd/ \u05ea\u05d9\u05db\u05d5\u05df \u05e8\u05e2\u05d5\u05ea \u05de\u05db\u05d1\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20658",
        "label": "55",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05d3\u05dc\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05db\u05e1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20659",
        "label": "55",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05db\u05e1/\u05d4\u05d9\u05e2\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20660",
        "label": "56",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d3\u05e8\u05d5\u05de\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20661",
        "label": "56",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d3\u05e8\u05d5\u05de\u05d9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20662",
        "label": "58",
        "long": "\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20663",
        "label": "58",
        "long": "\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20664",
        "label": "59",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20665",
        "label": "59",
        "long": "\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20666",
        "label": "344",
        "long": "\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e0\u05e6\u05e8\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20667",
        "label": "344",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20676",
        "label": "150",
        "long": "\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df/\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-12",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20677",
        "label": "150",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05d1\u05e8\u05d9\u05db\u05d4/\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-22",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20680",
        "label": "9\u05d0",
        "long": "\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05ea\u05de\u05e8/\u05d6\u05d9\u05ea-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-11",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20682",
        "label": "9\u05d0",
        "long": "\u05ea\u05de\u05e8/\u05d6\u05d9\u05ea-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc<->\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-21",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20684",
        "label": "6\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05ea\u05de\u05e8/\u05d6\u05d9\u05ea-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-11",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20686",
        "label": "6\u05d0",
        "long": "\u05ea\u05de\u05e8/\u05d6\u05d9\u05ea-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-21",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20690",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d4\u05e0\u05e9\u05d9\u05d0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20691",
        "label": "4",
        "long": "\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d4\u05e0\u05e9\u05d9\u05d0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20692",
        "label": "50",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20693",
        "label": "50",
        "long": "\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20740",
        "label": "12",
        "long": "\u05d4\u05d0\u05d9\u05dc\u05df/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da/\u05e4\u05e8\u05d3\u05e1 \u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-10",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20741",
        "label": "12",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05d4\u05d0\u05d9\u05dc\u05df/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-20",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20750",
        "label": "111",
        "long": "\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df/\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20752",
        "label": "477",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d7\u05d9\u05d9\u05dd \u05d4\u05e8\u05e6\u05d5\u05d2-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20753",
        "label": "477",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20755",
        "label": "113",
        "long": "\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df/\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d4\u05d2'\u05d5\u05d9\u05e0\u05d8/\u05d3\u05e8\u05da \u05d1\u05dc\u05e4\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20756",
        "label": "113",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05e8\u05d0\u05e9 \u05d4\u05de\u05de\u05e9\u05dc\u05d4/\u05d3\u05e8\u05da \u05e8\u05d5\u05e4\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e8\u05d9\u05db\u05d4/\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20757",
        "label": "58",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e2\u05dc\u05d5\u05de\u05d9\u05dd-\u05e2\u05dc\u05d5\u05de\u05d9\u05dd-1#",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20758",
        "label": "58",
        "long": "\u05e2\u05dc\u05d5\u05de\u05d9\u05dd-\u05e2\u05dc\u05d5\u05de\u05d9\u05dd<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20785",
        "label": "54",
        "long": "\u05d1\u05dc\u05d0\u05dc/\u05db\u05d0\u05d5\u05db\u05d1 \u05d0-\u05e9\u05de\u05d0\u05dc\u05d9-\u05e0\u05e6\u05e8\u05ea<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20786",
        "label": "54",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05dc\u05d0\u05dc/\u05db\u05d0\u05d5\u05db\u05d1 \u05d0-\u05e9\u05de\u05d0\u05dc\u05d9-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20812",
        "label": "128",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20813",
        "label": "128",
        "long": "\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20816",
        "label": "3",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20817",
        "label": "3",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20818",
        "label": "19",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05db\u05d0\u05dc\u05d9/\u05d4\u05e8\u05db\u05d1\u05ea-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20819",
        "label": "9",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05db\u05d0\u05dc\u05d9/\u05d4\u05e8\u05db\u05d1\u05ea-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20846",
        "label": "324",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-10",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20847",
        "label": "324",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20849",
        "label": "138",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20850",
        "label": "138",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20870",
        "label": "478",
        "long": "'\u05e2\u05de\u05dc \u05d0-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20871",
        "label": "478",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e8\u05db\u05d6 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4 \u05dc\u05e0\u05db\u05d4/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20878",
        "label": "364",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20879",
        "label": "364",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20910",
        "label": "151",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "20911",
        "label": "151",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21",
        "label": "17",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d7\u05d9\u05d9\u05dd \u05e0\u05d7\u05de\u05df \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-\u05d2\u05df \u05d9\u05d1\u05e0\u05d4-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21022",
        "label": "147",
        "long": "\u05d0\u05d6\u05d4''\u05ea \u05d2'\u05d9\u05e9-\u05d2'\u05d9\u05e9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21023",
        "label": "147",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d0\u05d6\u05d4''\u05ea \u05d2'\u05d9\u05e9-\u05d2'\u05d9\u05e9-2#",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21024",
        "label": "148",
        "long": "\u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05db\u05dc\u05e0\u05d9\u05ea-1#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21025",
        "label": "148",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05db\u05dc\u05e0\u05d9\u05ea<->\u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-2#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21026",
        "label": "149",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05db\u05dc\u05e0\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21027",
        "label": "149",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05db\u05dc\u05e0\u05d9\u05ea-2#",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "2103",
        "label": "21",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "2104",
        "label": "21",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "2105",
        "label": "22",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "2106",
        "label": "22",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "2107",
        "label": "23",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "2108",
        "label": "23",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "21090",
        "label": "3",
        "long": "\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd/\u05e8\u05de\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d1\u05d9\u05d4''\u05e1 \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-14",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2111",
        "label": "1\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3\u05d0",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "21162",
        "label": "95",
        "long": "\u05d9\u05e2\u05e8\u05d5\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d9\u05e2\u05e8 \u05d1\u05d0\u05e8\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d3\u05dd \u05d4\u05de\u05db\u05d1\u05d9\u05dd/\u05e6\u05d0\u05dc\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "21163",
        "label": "95",
        "long": "\u05d3\u05dd \u05d4\u05de\u05db\u05d1\u05d9\u05dd /\u05d7\u05e8\u05e6\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e2\u05e8\u05d5\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d9\u05e2\u05e8\u05d5\u05ea \u05d1\u05d0\u05e8\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21168",
        "label": "110",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e8\u05d9\u05db\u05d4/\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-24",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21170",
        "label": "111",
        "long": "\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21171",
        "label": "111",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8-20",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21175",
        "label": "15",
        "long": "\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d4\u05e0\u05e9\u05d9\u05d0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-20",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21180",
        "label": "51",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e2\u05d6\u05e8\u05d9\u05d0\u05dc\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21181",
        "label": "51\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d3\u05e8\u05da \u05e4\u05e1\u05d8\u05e8\u05e0\u05e7-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-11",
        "short": "51\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21182",
        "label": "51\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d3\u05e8\u05da \u05e4\u05e1\u05d8\u05e8\u05e0\u05e7-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-21",
        "short": "51\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21184",
        "label": "854",
        "long": "\u05d3\u05d5\u05dc\u05d1/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2/\u05e7\u05e8\u05dc\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-10",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21185",
        "label": "854",
        "long": "\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2/\u05e7\u05e8\u05dc\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d3\u05d5\u05dc\u05d1/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21186",
        "label": "855",
        "long": "\u05d3\u05d5\u05dc\u05d1/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21187",
        "label": "855",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d3\u05d5\u05dc\u05d1/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21188",
        "label": "46",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd C-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21189",
        "label": "46",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05ea \u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21200",
        "label": "24",
        "long": "\u05de\u05e0\u05e8\u05d4/\u05de\u05e8\u05db\u05d6-\u05de\u05e0\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21203",
        "label": "32",
        "long": "\u05d2\u05d5\u05e0\u05df/\u05de\u05e8\u05db\u05d6-\u05d2\u05d5\u05e0\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2\u05d0",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "21232",
        "label": "82\u05d0",
        "long": "\u05d1\u05d1\u05d0 \u05e1\u05d0\u05dc\u05d9/\u05d1\u05d9\u05ea \u05d0\u05d1\u05d5\u05ea \u05e9\u05d9\u05e8\u05dc\u05d9-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1\u05d0",
        "short": "82\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21233",
        "label": "971",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21234",
        "label": "316",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21235",
        "label": "316",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21236",
        "label": "110",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05de\u05d1\u05d5\u05d0 \u05d7\u05d5\u05e8\u05d5\u05df-25",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21328",
        "label": "6",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05d0\u05e7\u05d5\u05d0\u05e1-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21329",
        "label": "6",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05d0\u05e7\u05d5\u05d0\u05e1-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21330",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-30",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21337",
        "label": "299",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21338",
        "label": "299",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-21",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21339",
        "label": "1",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4-30",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21344",
        "label": "49",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d4\u05e8/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21356",
        "label": "32",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d2\u05d5\u05e0\u05df/\u05de\u05e8\u05db\u05d6-\u05d2\u05d5\u05e0\u05df-1\u05d1",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21357",
        "label": "32",
        "long": "\u05d2\u05d5\u05e0\u05df/\u05de\u05e8\u05db\u05d6-\u05d2\u05d5\u05e0\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2\u05d1",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21358",
        "label": "145",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-1\u05d0",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21359",
        "label": "145",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21362",
        "label": "6",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05e8\u05d0\u05e1 \u05d0\u05dc\u05d7'\u05d0\u05d1\u05d9\u05d4-\u05de\u05d2\u05d0\u05e8<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d0\u05dc\u05d7\u05e8\u05d9\u05e7/\u05d9\u05d7\u05d9\u05d3\u05ea \u05d7\u05dc\u05d5\u05e7\u05ea \u05d3\u05d5\u05d0\u05e8-\u05de\u05d2\u05d0\u05e8-1#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21363",
        "label": "6",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d0\u05dc\u05d7\u05e8\u05d9\u05e7/\u05d9\u05d7\u05d9\u05d3\u05ea \u05d7\u05dc\u05d5\u05e7\u05ea \u05d3\u05d5\u05d0\u05e8-\u05de\u05d2\u05d0\u05e8<->\u05e9\u05db\u05d5\u05e0\u05ea \u05e8\u05d0\u05e1 \u05d0\u05dc\u05d7'\u05d0\u05d1\u05d9\u05d4-\u05de\u05d2\u05d0\u05e8-2#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21367",
        "label": "21",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05e8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d9\u05e8\u05d4-1#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21372",
        "label": "21",
        "long": "\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05e8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d8\u05d9\u05e8\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e0\u05ea\u05d9\u05d1 \u05d4\u05d0\u05d1\u05d5\u05ea-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21374",
        "label": "13",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-11",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21379",
        "label": "18",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e1\u05dc\u05e2\u05d9\u05ea/\u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e1\u05dc\u05e2\u05d9\u05ea-1#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21380",
        "label": "18",
        "long": "\u05e1\u05dc\u05e2\u05d9\u05ea/\u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e1\u05dc\u05e2\u05d9\u05ea<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d5\u05d9\u05e6\u05de\u05df-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2152",
        "label": "10",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3\u05d6",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2153",
        "label": "10\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3\u05d7",
        "short": "10\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21547",
        "label": "123",
        "long": "\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df-1#",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21548",
        "label": "123",
        "long": "\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df<->\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8-2#",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2156",
        "label": "12",
        "long": "\u05d7\u05d1\u05e6\u05dc\u05ea \u05d4\u05d7\u05d5\u05e3/\u05d0\u05d9\u05e8\u05d5\u05e1 \u05d4\u05d0\u05e8\u05d2\u05de\u05df-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e6\u05d1\u05d9 \u05e9\u05db\u05d8\u05e8\u05de\u05df/\u05d3\u05e8\u05da \u05d3\u05d2\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-1\u05d0",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2157",
        "label": "12",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e7\u05e6\u05e0\u05dc\u05e1\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d1\u05d5\u05df-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e6\u05d1\u05d9 \u05e9\u05db\u05d8\u05e8\u05de\u05df/\u05d3\u05e8\u05da \u05d3\u05d2\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-1\u05db",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "216",
        "label": "32\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1 \u05db\u05d1\u05d3/\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-11",
        "short": "32\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2160",
        "label": "12",
        "long": "\u05e6\u05d1\u05d9 \u05e9\u05db\u05d8\u05e8\u05de\u05df/\u05d4\u05e4\u05dc\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2\u05d5",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2161",
        "label": "12",
        "long": "\u05d4\u05d0\u05d5\u05e8\u05d6\u05d9\u05dd/\u05d0\u05d5\u05e8\u05d8-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2\u05d6",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21642",
        "label": "84",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21666",
        "label": "110",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-26",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21672",
        "label": "209",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-16",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21685",
        "label": "150",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05d1\u05e8\u05d9\u05db\u05d4/\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-23",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21696",
        "label": "9",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d8\u05dc/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05d9\u05d2\u05d0\u05dc \u05d0\u05dc\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-22",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21697",
        "label": "148",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21698",
        "label": "148",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21699",
        "label": "241",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0-10",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21700",
        "label": "241",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21701",
        "label": "687",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9-\u05e9\u05d2\u05d1 \u05e9\u05dc\u05d5\u05dd-2#",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21722",
        "label": "111",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-22",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21723",
        "label": "112",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21724",
        "label": "51",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e7\u05d3\u05e8\u05d9\u05dd-1#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21725",
        "label": "51",
        "long": "\u05d4\u05e8\u05d7\u05d1\u05d4-\u05e7\u05d3\u05e8\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-2#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21726",
        "label": "991",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21735",
        "label": "631",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05e8\u05d9\u05e9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21736",
        "label": "631",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-20",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21807",
        "label": "28",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05e7\u05dc\u05d0\u05d9 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05e2\u05d9\u05df \u05db\u05e8\u05dd \u05d1\u05d9''\u05e1 \u05d7\u05e7\u05dc\u05d0\u05d9<->\u05de\u05dc\u05d5\u05df \u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd/\u05e9\u05d7\u05e8\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d6",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21808",
        "label": "28",
        "long": "\u05de\u05dc\u05d5\u05df \u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd/\u05e9\u05d7\u05e8\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05e7\u05dc\u05d0\u05d9 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05e2\u05d9\u05df \u05db\u05e8\u05dd \u05d1\u05d9''\u05e1 \u05d7\u05e7\u05dc\u05d0\u05d9-2\u05d6",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21817",
        "label": "137",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e4\u05d0\u05e8\u05e7 \u05d4\u05de\u05d3\u05e2 \u05e2\u05d5\u05de\u05e8-\u05e2\u05d5\u05de\u05e8-1#",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21818",
        "label": "137",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d4\u05de\u05d3\u05e2 \u05e2\u05d5\u05de\u05e8-\u05e2\u05d5\u05de\u05e8<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21838",
        "label": "262",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05ea\u05e7\u05d5\u05d0-\u05d7\u05d5\u05e8\u05d4-1#",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21839",
        "label": "262",
        "long": "\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05ea\u05e7\u05d5\u05d0-\u05d7\u05d5\u05e8\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21900",
        "label": "208",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05de\u05d7\u05e0\u05d4 \u05e6\u05d1\u05d0/\u05d0\u05d4\u05e8\u05d5\u05df \u05d9\u05e8\u05d9\u05d1-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-10",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21901",
        "label": "208",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-20",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21925",
        "label": "430",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05d7\u05d8\u05d9\u05d1\u05d4 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4-1#",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21926",
        "label": "430",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05d7\u05d8\u05d9\u05d1\u05d4 \u05e9\u05d1\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21983",
        "label": "95",
        "long": "\u05d3\u05e8\u05da \u05d7\u05d1\u05e8\u05d5\u05df/\u05d4\u05e8\u05d5\u05d6\u05de\u05e8\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05d3 \u05d5\u05e9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21984",
        "label": "95",
        "long": "\u05d9\u05d3 \u05d5\u05e9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05da \u05d7\u05d1\u05e8\u05d5\u05df/\u05d4\u05e8\u05d5\u05d6\u05de\u05e8\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21985",
        "label": "1",
        "long": "\u05de\u05e2\u05d6\u05e8\u05d9\u05d8\u05e9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d3\u05e8\u05da \u05d4\u05d0\u05e8''\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-32",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21993",
        "label": "650",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21994",
        "label": "605",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d6\u05d9\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05e8\u05d9\u05d9\u05e0\u05e1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21997",
        "label": "608",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "21999",
        "label": "608",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22",
        "label": "17\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d7\u05d9\u05d9\u05dd \u05e0\u05d7\u05de\u05df \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-\u05d2\u05df \u05d9\u05d1\u05e0\u05d4-11",
        "short": "17\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "22002",
        "label": "10",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d5\u05d0\u05d1-1#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "22003",
        "label": "10\u05d0",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d5\u05d0\u05d1-11",
        "short": "10\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "22004",
        "label": "10",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d9\u05d5\u05d0\u05d1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "22005",
        "label": "10\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d9\u05d5\u05d0\u05d1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-21",
        "short": "10\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22007",
        "label": "12",
        "long": "\u05e6\u05d5\u05de\u05ea \u05db\u05d5\u05e8\u05e1\u05d9-\u05d2\u05d5\u05dc\u05df<->\u05d9\u05e7\u05d1\u05d9 \u05e8\u05de\u05ea \u05d4\u05d2\u05d5\u05dc\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-21",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22021",
        "label": "168",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22022",
        "label": "168",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22023",
        "label": "167",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22038",
        "label": "602",
        "long": "\u05d7\u05d1\u05e6\u05dc\u05ea \u05d4\u05d7\u05d5\u05e3/\u05d0\u05d9\u05e8\u05d5\u05e1 \u05d4\u05d0\u05e8\u05d2\u05de\u05df-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22041",
        "label": "609",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22042",
        "label": "609",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22043",
        "label": "619",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-1#",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22044",
        "label": "619",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22045",
        "label": "612",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22047",
        "label": "617",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22048",
        "label": "617",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22049",
        "label": "621",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22050",
        "label": "621",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-2#",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22051",
        "label": "623",
        "long": "\u05d4\u05d7\u05d5\u05e3 \u05d4\u05d9\u05e8\u05d5\u05e7-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22052",
        "label": "623",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22055",
        "label": "624",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22056",
        "label": "624",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "22057",
        "label": "699",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05e9\u05e2\u05e8 \u05d4\u05d2\u05d9\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05e8\u05db\u05d1\u05ea/\u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "22058",
        "label": "699",
        "long": "\u05d4\u05e8\u05db\u05d1\u05ea/\u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "699",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22109",
        "label": "603",
        "long": "\u05e9\u05de\u05d7\u05d4 \u05d0\u05e8\u05dc\u05d9\u05da/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22110",
        "label": "967",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22111",
        "label": "967",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-3#",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22112",
        "label": "967",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-3\u05d6",
        "short": "967",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22122",
        "label": "36",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22123",
        "label": "56",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22211",
        "label": "500",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-22",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22213",
        "label": "25\u05d0",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d0\u05dc\u05de\u05d5\u05d2/\u05d1\u05e8\u05d9\u05db\u05ea \u05e9\u05d7\u05d9\u05d9\u05d4-\u05d0\u05dc\u05de\u05d5\u05d2-1\u05d0",
        "short": "25\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22221",
        "label": "541",
        "long": "\u05db\u05d1\u05d9\u05e9 45/\u05d3\u05e8\u05da \u05e9\u05d3\u05d4 \u05d4\u05ea\u05e2\u05d5\u05e4\u05d4 \u05e2\u05d8\u05e8\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22222",
        "label": "541",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d8\u05e8\u05d5\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "22233",
        "label": "19",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d3\u05e8\u05da \u05ea\u05dc \u05d7\u05d9/\u05e6\u05e8\u05db\u05e0\u05d9\u05d9\u05d4-\u05d1\u05d9\u05e6\u05e8\u05d5\u05df-1#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "22234",
        "label": "19",
        "long": "\u05d3\u05e8\u05da \u05ea\u05dc \u05d7\u05d9/\u05e6\u05e8\u05db\u05e0\u05d9\u05d9\u05d4-\u05d1\u05d9\u05e6\u05e8\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22361",
        "label": "133",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2240",
        "label": "2",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d4\u05e8\u05d5\u05e0\u05d5\u05d1\u05d9\u05e5/\u05d4\u05e9\u05dc\u05d5\u05e9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2241",
        "label": "2",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2242",
        "label": "2",
        "long": "\u05d0\u05d4\u05e8\u05d5\u05e0\u05d5\u05d1\u05d9\u05e5/\u05d4\u05e9\u05dc\u05d5\u05e9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22452",
        "label": "50\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05e8\u05de\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "50\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22453",
        "label": "50",
        "long": "\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05e8\u05de\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2246",
        "label": "3",
        "long": "\u05dc\u05d7''\u05d9/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2248",
        "label": "3",
        "long": "\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7/\u05dc\u05d7''\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2255",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2256",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22560",
        "label": "117",
        "long": "\u05d4\u05d1\u05e8\u05d6\u05dc/\u05d4\u05d7\u05d5\u05e8\u05e9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05de\u05d8\u05d9\u05e8\u05d0\u05ea-\u05db\u05e1\u05d9\u05e4\u05d4-1#",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22561",
        "label": "117",
        "long": "\u05db\u05e1\u05d9\u05d9\u05e4\u05d4/\u05e9\u05db\u05d5\u05e0\u05d4 13-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05d4\u05d1\u05e8\u05d6\u05dc/\u05d4\u05d6\u05d5\u05e8\u05e2-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2259",
        "label": "5",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e2\u05dc \u05e4\u05e8\u05e9\u05ea \u05d3\u05e8\u05db\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2261",
        "label": "5",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2262",
        "label": "5",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2263",
        "label": "5",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22640",
        "label": "54",
        "long": "\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05d5\u05de\u05e8\u05d9\u05dd-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-12",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2265",
        "label": "6\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2267",
        "label": "6",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2268",
        "label": "6",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22680",
        "label": "33",
        "long": "\u05e0\u05d7\u05dd \u05d1-\u05e0\u05d7\u05dd<->\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-10",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22682",
        "label": "33",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9 \u05dc\u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05e0\u05d7\u05dd \u05d0-\u05e0\u05d7\u05dd-20",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2270",
        "label": "6",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d7\u05d5\u05e8\u05e9\u05ea \u05d4\u05d9\u05d5\u05d1\u05dc-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2272",
        "label": "6",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2273",
        "label": "6",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-21",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22742",
        "label": "5",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05de\u05d9\u05e8\u05d5\u05df \u05e9\u05e2\u05e8 \u05db\u05d7\u05d5\u05dc-\u05de\u05e8\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc-1\u05d1",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22743",
        "label": "5",
        "long": "\u05de\u05d9\u05e8\u05d5\u05df \u05e9\u05e2\u05e8 \u05db\u05d7\u05d5\u05dc-\u05de\u05e8\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2\u05d1",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2275",
        "label": "7",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2276",
        "label": "7",
        "long": "\u05d1\u05d9''\u05d7 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2277",
        "label": "7",
        "long": "\u05d1\u05d9''\u05d7 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05de\u05db\u05d1\u05d9/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-25",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2278",
        "label": "7",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05db\u05d5\u05df \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2280",
        "label": "7",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22825",
        "label": "24",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22826",
        "label": "24",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22847",
        "label": "77",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05de\u05e8\u05db\u05d1\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22850",
        "label": "77",
        "long": "\u05d4\u05de\u05e8\u05db\u05d1\u05d4/\u05d4\u05d1\u05e0\u05d0\u05d9-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22860",
        "label": "3\u05d0",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3\u05d6",
        "short": "3\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22863",
        "label": "19",
        "long": "\u05de\u05d5\u05d1\u05d9\u05dc\u05e0\u05d3/\u05d1\u05e8\u05d6\u05d9\u05dc\u05d0\u05d9-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05e1\u05d5\u05dc\u05dd/\u05db\u05d1\u05d9\u05e9 7155-\u05e1\u05d5\u05dc\u05dd \u05e9\u05d5\u05e0\u05dd-11",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22864",
        "label": "19",
        "long": "\u05e1\u05d5\u05dc\u05dd/\u05db\u05d1\u05d9\u05e9 7155-\u05e1\u05d5\u05dc\u05dd \u05e9\u05d5\u05e0\u05dd<->\u05e2\u05de\u05e7 \u05e1\u05e0\u05d8\u05e8/\u05de\u05d5\u05d1\u05d9\u05dc\u05e0\u05d3-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2287",
        "label": "8",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05d5\u05d1\u05e8\u05e1\u05e7\u05d9/\u05d4\u05e8\u05d1 \u05e1\u05d5\u05e8\u05d5\u05e6\u05e7\u05d9\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05e4\u05d5\u05d1\u05e8\u05e1\u05e7\u05d9/\u05d4\u05e8\u05d1 \u05e1\u05d5\u05e8\u05d5\u05e6\u05e7\u05d9\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22870",
        "label": "350",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d0\u05d5\u05dd \u05d0\u05dc \u05d2\u05e0\u05dd/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e9\u05d1\u05dc\u05d9-13",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22871",
        "label": "350",
        "long": "\u05d0\u05d5\u05dd \u05d0\u05dc \u05d2\u05e0\u05dd/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e9\u05d1\u05dc\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-23",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22896",
        "label": "4",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22897",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22898",
        "label": "3",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05e5",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "229",
        "label": "1",
        "long": "\u05d0\u05dc\u05d7\u05d6\u05d0\u05df/\u05d7\u05d8\u05d9\u05df-\u05e8\u05d4\u05d8<->\u05de\u05d7\u05e1\u05df \u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05e8\u05d4\u05d8-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22916",
        "label": "41",
        "long": "\u05d0\u05dc\u05de\u05d2\u05d5\u05e8 \u05de\u05e8\u05db\u05d6-\u05d0\u05dc\u05de\u05d2\u05d5\u05e8<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-11",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22917",
        "label": "41",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05dc\u05de\u05d2\u05d5\u05e8 \u05de\u05e8\u05db\u05d6-\u05d0\u05dc\u05de\u05d2\u05d5\u05e8-21",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2293",
        "label": "9",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2294",
        "label": "9",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2296",
        "label": "10",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22976",
        "label": "385",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05e9\u05d3\u05d4 \u05d4\u05ea\u05e2\u05d5\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd-10",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "22977",
        "label": "385",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05d4\u05dd-\u05e9\u05d5\u05d4\u05dd<->\u05e9\u05e8\u05d5\u05df/\u05d2\u05d5\u05dc\u05df-\u05e7\u05e8\u05d9\u05ea \u05e9\u05d3\u05d4 \u05d4\u05ea\u05e2\u05d5\u05e4\u05d4-20",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "22987",
        "label": "170",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "22988",
        "label": "170",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-20",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2299",
        "label": "10",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d7\u05d5\u05e8\u05e9\u05ea \u05d4\u05d9\u05d5\u05d1\u05dc-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23",
        "label": "17",
        "long": "\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05d7\u05e6\u05d9\u05e8-\u05d2\u05df \u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "230",
        "label": "1",
        "long": "\u05de\u05d7\u05e1\u05df \u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05e8\u05d4\u05d8<->\u05d0\u05dc\u05d7\u05d6\u05d0\u05df/\u05d7\u05d8\u05d9\u05df-\u05e8\u05d4\u05d8-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23018",
        "label": "58",
        "long": "\u05d1\u05d9''\u05e1 \u05db\u05e8\u05de\u05d9\u05dd/\u05e2\u05de\u05e7 \u05d7\u05e8\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-11",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23040",
        "label": "56",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd \u05e6\u05d5\u05e8\u05df/\u05d4\u05e9\u05d9\u05e7\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-10",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23041",
        "label": "56",
        "long": "\u05d3\u05e8\u05da \u05dc\u05d1 \u05d4\u05e9\u05e8\u05d5\u05df/\u05d4\u05d0\u05d9\u05dc\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23042",
        "label": "55",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05e9\u05d1\u05d6\u05d9/\u05e9\u05d3. \u05d9\u05e6\u05d7\u05e7 \u05d1\u05df \u05e6\u05d1\u05d9-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23043",
        "label": "55",
        "long": "\u05e9\u05d1\u05d6\u05d9/\u05e1\u05e2\u05d3\u05d9\u05d4 \u05d0\u05d1\u05e0\u05d9-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23044",
        "label": "111",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d2\u05d5\u05e8\u05d3\u05d5\u05df/\u05db\u05e6\u05e0\u05dc\u05e1\u05d5\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-10",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23045",
        "label": "111",
        "long": "\u05e9\u05d1\u05d6\u05d9/\u05e9\u05d3. \u05d9\u05e6\u05d7\u05e7 \u05d1\u05df \u05e6\u05d1\u05d9-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23046",
        "label": "112",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d4\u05d3\u05e7\u05dc/\u05de\u05e6\u05d3\u05d4-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3-10",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23047",
        "label": "112",
        "long": "\u05d4\u05d3\u05e7\u05dc/\u05d4\u05e8\u05d9\u05de\u05d5\u05df-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-20",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2312",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2319",
        "label": "14",
        "long": "\u05e7\u05d0\u05e0\u05d8\u05e8\u05d9 \u05d3\u05e7\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2320",
        "label": "14",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e7\u05d0\u05e0\u05d8\u05e8\u05d9 \u05d3\u05e7\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23206",
        "label": "114",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05d1\u05d0\u05e7\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4-10",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23207",
        "label": "114",
        "long": "\u05d1\u05d0\u05e7\u05d4/\u05db\u05e0\u05d9\u05e1\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-20",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23210",
        "label": "701",
        "long": "\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4/\u05d4\u05d1\u05e6\u05d9\u05e8-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23211",
        "label": "701",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05e1\u05d1\u05d9\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-20",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2323",
        "label": "16",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23231",
        "label": "6\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-11",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23232",
        "label": "6\u05d0",
        "long": "\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05db\u05e8\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-21",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2324",
        "label": "16",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2326",
        "label": "17",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2327",
        "label": "17",
        "long": "\u05d1\u05d9''\u05d7 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2328",
        "label": "18",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd C-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "233",
        "label": "3",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05ea\u05e4\u05d5\u05d6/\u05d0\u05dc\u05e1\u05d0\u05dc\u05dd-\u05e8\u05d4\u05d8<->\u05e8\u05e4\u05d7/\u05d0\u05dc\u05d1\u05d5\u05d0\u05d9-\u05e8\u05d4\u05d8-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23306",
        "label": "209",
        "long": "\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05e1\u05de\u05d9\u05e0\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-12",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23309",
        "label": "608",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2332",
        "label": "18",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05ea \u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2336",
        "label": "18",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23375",
        "label": "39",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e6\u05d5\u05de\u05ea \u05d0\u05dc\u05d5\u05de\u05d5\u05ea-\u05d0\u05dc\u05d5\u05de\u05d5\u05ea-12",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23376",
        "label": "39",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d0\u05dc\u05d5\u05de\u05d5\u05ea-\u05d0\u05dc\u05d5\u05de\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-22",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23378",
        "label": "64",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2338",
        "label": "18",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23380",
        "label": "137",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d0\u05e8''\u05d9/ \u05db\u05d1\u05d9\u05e9 375-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23381",
        "label": "137",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e2\u05d6\u05e8\u05d9\u05d8\u05e9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d3\u05e8\u05da \u05d4\u05d0\u05e8''\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23384",
        "label": "620",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2'\u05ea-\u05d2'\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23385",
        "label": "620",
        "long": "\u05d4\u05d0\u05d5\u05e4\u05df/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e7\u05d5\u05e4''\u05d7 \u05db\u05dc\u05dc\u05d9\u05ea-\u05d2'\u05ea-20",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23397",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23398",
        "label": "12",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23399",
        "label": "6",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "234",
        "label": "3",
        "long": "\u05d0\u05dc\u05d1\u05d5\u05d0\u05d9/\u05e8\u05e4\u05d7-\u05e8\u05d4\u05d8<->\u05de\u05e1\u05d5\u05e3 \u05ea\u05e4\u05d5\u05d6/\u05d0\u05dc\u05e1\u05d0\u05dc\u05dd-\u05e8\u05d4\u05d8-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2340",
        "label": "19",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d1\u05d9 \u05d4\u05d0\u05e1\u05d9\u05e8\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23400",
        "label": "6",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23403",
        "label": "720",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05d1\u05d9''\u05e1 \u05d0\u05d1\u05df \u05d7'\u05dc\u05d3\u05d5\u05df/\u05d0\u05dc\u05e7\u05d0\u05e1\u05de\u05d9-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4-1#",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23404",
        "label": "720",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05d1\u05df \u05d7'\u05dc\u05d3\u05d5\u05df/\u05d0\u05dc\u05e7\u05d0\u05e1\u05de\u05d9-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "720",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23418",
        "label": "44",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d0\u05d1\u05d5\u05ea/\u05db\u05d7\u05dc-\u05d9\u05d3 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d5\u05d0\u05d1-1#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23419",
        "label": "44",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d9\u05d5\u05d0\u05d1<->\u05d3\u05e8\u05da \u05d4\u05d0\u05d1\u05d5\u05ea/\u05de\u05e8\u05db\u05d6 \u05e1\u05e4\u05d5\u05e8\u05d8-\u05d9\u05d3 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-2#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2342",
        "label": "19",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d1\u05d9 \u05d4\u05d0\u05e1\u05d9\u05e8\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-20",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23441",
        "label": "2",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d0\u05d1\u05d0 \u05d4\u05dc\u05dc \u05e1\u05d9\u05dc\u05d1\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23442",
        "label": "2",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d0\u05d1\u05d0 \u05d4\u05dc\u05dc \u05e1\u05d9\u05dc\u05d1\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-13",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23443",
        "label": "2",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d0\u05d1\u05d0 \u05d4\u05dc\u05dc \u05e1\u05d9\u05dc\u05d1\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23444",
        "label": "2",
        "long": "\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d0\u05d1\u05d0 \u05d4\u05dc\u05dc \u05e1\u05d9\u05dc\u05d1\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-23",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23445",
        "label": "1",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d0\u05dc\u05d9\u05d4\u05d5/\u05d4\u05d3\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-11",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23446",
        "label": "1",
        "long": "\u05d0\u05dc\u05d9\u05d4\u05d5/\u05d4\u05d3\u05e8-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-21",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23484",
        "label": "2",
        "long": "\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05db\u05e8 \u05e6\u05d4\u05dc/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23503",
        "label": "91",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea \u05de\u05d6\u05e8\u05d7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23504",
        "label": "91",
        "long": "\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1 \u05d4\u05d7\u05d5\u05d1\u05dc/\u05d0\u05d3\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23532",
        "label": "506",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d4\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23533",
        "label": "506",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23545",
        "label": "42",
        "long": "\u05e8\u05d1\u05d3\u05d9\u05dd-\u05e8\u05d1\u05d3\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d5\u05d0\u05d1-10",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23546",
        "label": "42",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d9\u05d5\u05d0\u05d1<->\u05e8\u05d1\u05d3\u05d9\u05dd-\u05e8\u05d1\u05d3\u05d9\u05dd-20",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23547",
        "label": "41",
        "long": "\u05de\u05d2\u05e8\u05e9 \u05e1\u05e4\u05d5\u05e8\u05d8-\u05e9\u05d3\u05d5\u05ea \u05de\u05d9\u05db\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d5\u05d0\u05d1-10",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23548",
        "label": "41",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d0\u05db\u05d9 \u05d9\u05d5\u05d0\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d9\u05d5\u05d0\u05d1<->\u05de\u05d2\u05e8\u05e9 \u05e1\u05e4\u05d5\u05e8\u05d8-\u05e9\u05d3\u05d5\u05ea \u05de\u05d9\u05db\u05d4-20",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23551",
        "label": "30",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05d4\u05e8\u05de\u05d1''\u05dd-\u05d2\u05d3\u05e8\u05d4-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "23552",
        "label": "30",
        "long": "\u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05d4\u05e8\u05de\u05d1''\u05dd-\u05d2\u05d3\u05e8\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23559",
        "label": "1",
        "long": "\u05e9\u05e2\u05e8 \u05d4\u05d0\u05e9\u05e4\u05d5\u05ea/\u05de\u05e2\u05dc\u05d4 \u05d4\u05e9\u05dc\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-22",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23566",
        "label": "3",
        "long": "\u05e9\u05e2\u05e8 \u05d4\u05d0\u05e9\u05e4\u05d5\u05ea/\u05de\u05e2\u05dc\u05d4 \u05d4\u05e9\u05dc\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2358",
        "label": "23",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05db\u05d5\u05e8\u05d6\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea\u05d9\u05d9\u05dd-10",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "23597",
        "label": "904",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e1\u05d5\u05e7\u05d5\u05dc\u05d5\u05d1/\u05d4\u05e8\u05d1 \u05e7\u05d5\u05d8\u05dc\u05e8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-24",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "23603",
        "label": "939",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e1\u05d5\u05e7\u05d5\u05dc\u05d5\u05d1/\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-239",
        "short": "939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "23604",
        "label": "953",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-253",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2362",
        "label": "24",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-11",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2365",
        "label": "24",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2369",
        "label": "25",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23723",
        "label": "2",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e0\u05e4\u05d7-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05e0\u05d9\u05d5\u05df \u05db\u05e4\u05e8 \u05d4\u05d9\u05dc\u05d3\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23724",
        "label": "2",
        "long": "\u05db\u05e4\u05e8 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d3\u05e8\u05d5\u05e8-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e0\u05e4\u05d7/\u05d4\u05d9\u05d6\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23730",
        "label": "233",
        "long": "\u05d1\u05d0\u05e7\u05d4/\u05db\u05e0\u05d9\u05e1\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23731",
        "label": "233",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d0\u05e7\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4-20",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "23763",
        "label": "468",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-23",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2379",
        "label": "25",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d7\u05d5\u05e8\u05e9\u05ea \u05d4\u05d9\u05d5\u05d1\u05dc-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23818",
        "label": "58",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05e2\u05ea\u05d9\u05d3-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-10",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23819",
        "label": "58",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23821",
        "label": "20",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23822",
        "label": "20",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23839",
        "label": "148",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05e9\u05d9\u05d9\u05d7 \u05d3\u05e0\u05d5\u05df \u05d9\u05e6\u05d9\u05d0\u05d4-\u05e9\u05d9\u05d9\u05d7' \u05d3\u05e0\u05d5\u05df-1#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23840",
        "label": "148",
        "long": "\u05e9\u05d9\u05d9\u05d7 \u05d3\u05e0\u05d5\u05df \u05db\u05e0\u05d9\u05e1\u05d4-\u05e9\u05d9\u05d9\u05d7' \u05d3\u05e0\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5-2#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23853",
        "label": "705",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-13",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23854",
        "label": "705",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-23",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "239",
        "label": "41",
        "long": "\u05e9\u05d5\u05d1\u05dc/\u05de\u05e8\u05db\u05d6-\u05e9\u05d5\u05d1\u05dc<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd-10",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23911",
        "label": "54",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23916",
        "label": "32",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05d1 \u05d2\u05d5\u05e8\u05df/\u05d4\u05d0\u05ea\u05e8\u05d5\u05d2-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-10",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23917",
        "label": "32",
        "long": "\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d2\u05d5\u05e8\u05df/\u05de\u05d1\u05d8\u05d7\u05d9\u05dd-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23918",
        "label": "62",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23919",
        "label": "62",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23948",
        "label": "9",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05e2\u05db\u05d1\u05e8\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23991",
        "label": "21",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-1#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23992",
        "label": "21",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23995",
        "label": "3",
        "long": "'\u05e2\u05de\u05dc \u05d0-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05e8\u05d7\u05d5\u05d1 117/\u05e8\u05d7\u05d5\u05d1 12-\u05d2'\u05dc\u05d2'\u05d5\u05dc\u05d9\u05d4-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "23996",
        "label": "3\u05d0",
        "long": "\u05e8\u05d7\u05d5\u05d1 117/\u05e8\u05d7\u05d5\u05d1 12-\u05d2'\u05dc\u05d2'\u05d5\u05dc\u05d9\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4 \u05dc\u05e0\u05db\u05d4/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "3\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24",
        "label": "17\u05d0",
        "long": "\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05d7\u05e6\u05d9\u05e8-\u05d2\u05df \u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "17\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "240",
        "label": "41",
        "long": "\u05e9\u05d5\u05d1\u05dc/\u05de\u05e8\u05db\u05d6-\u05e9\u05d5\u05d1\u05dc<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd-11",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24044",
        "label": "17",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05db\u05e4\u05e8 \u05e7\u05e8\u05e2<->\u05d0\u05dc\u05d4\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e7\u05e8\u05e2-20",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24047",
        "label": "6\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24048",
        "label": "31",
        "long": "\u05dc\u05d5\u05d6\u05d9\u05ea \u05de\u05e8\u05db\u05d6 \u05d1-\u05dc\u05d5\u05d6\u05d9\u05ea<->\u05e7\u05d5\u05e6\u05d9\u05df/\u05e7\u05e8\u05dc\u05d4-\u05de\u05e1\u05d9\u05dc\u05ea \u05e6\u05d9\u05d5\u05df-11",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24049",
        "label": "31",
        "long": "\u05e7\u05d5\u05e6\u05d9\u05df/\u05e7\u05e8\u05dc\u05d4-\u05de\u05e1\u05d9\u05dc\u05ea \u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d6\u05d9\u05ea \u05de\u05e8\u05db\u05d6 \u05d0-\u05dc\u05d5\u05d6\u05d9\u05ea-21",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24052",
        "label": "506",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05d1\u05e8\u05e7\u05ea-\u05d7\u05d1\u05dc \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-14",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24060",
        "label": "393",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "241",
        "label": "41",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd<->\u05e9\u05d5\u05d1\u05dc/\u05de\u05e8\u05db\u05d6-\u05e9\u05d5\u05d1\u05dc-20",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2415",
        "label": "31",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24168",
        "label": "33",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d0\u05d9\u05d1\u05d8\u05df-\u05d6\u05de\u05e8-13",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24169",
        "label": "33",
        "long": "\u05d0\u05d9\u05d1\u05d8\u05df-\u05d6\u05de\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-23",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2417",
        "label": "31",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-12",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2419",
        "label": "31",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24197",
        "label": "256",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d3\u05d1\u05d9\u05e8-\u05d2\u05e0\u05d9 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05dc\u05d0\u05d5\u05e0\u05e8\u05d3\u05d5 \u05d3\u05d4 \u05d5\u05d9\u05e0\u05e6'\u05d9/\u05e7\u05e4\u05dc\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24198",
        "label": "256",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d2\u05d1\u05e2\u05d5\u05df-\u05d2\u05e0\u05d9 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "242",
        "label": "41",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd<->\u05e9\u05d5\u05d1\u05dc/\u05de\u05e8\u05db\u05d6-\u05e9\u05d5\u05d1\u05dc-21",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24205",
        "label": "130",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24209",
        "label": "241",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05e2\u05ea\u05d9\u05d3-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4-20",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24210",
        "label": "240",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05e2\u05ea\u05d9\u05d3-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4-20",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24211",
        "label": "140",
        "long": "\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05e2\u05ea\u05d9\u05d3-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24212",
        "label": "141",
        "long": "\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05e2\u05ea\u05d9\u05d3-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24213",
        "label": "138",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "24214",
        "label": "138",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-13",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24215",
        "label": "138",
        "long": "\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4-20",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "24216",
        "label": "138",
        "long": "\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4-23",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24221",
        "label": "131",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4-20",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24224",
        "label": "23",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05d5\u05e8\u05d6\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea\u05d9\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24227",
        "label": "8",
        "long": "\u05d7\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e2\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df/\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24233",
        "label": "492",
        "long": "\u05d0\u05dc\u05d9 \u05e1\u05d9\u05e0\u05d9/\u05e7\u05d8\u05d9\u05e3-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24234",
        "label": "492",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-20",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24235",
        "label": "494",
        "long": "\u05de\u05ea\u05d7\u05dd \u05de\u05d1\u05e0\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24236",
        "label": "494",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3.\u05d4\u05e8\u05e6\u05dc/\u05de\u05e9\u05e2\u05d5\u05dc \u05d0\u05d9\u05e8\u05d9\u05e1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-20",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24241",
        "label": "495",
        "long": "\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd<->\u05d2\u05e9\u05e8 \u05d4\u05de\u05d9\u05ea\u05e8\u05d9\u05dd/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24242",
        "label": "495",
        "long": "\u05d2\u05e9\u05e8 \u05d4\u05de\u05d9\u05ea\u05e8\u05d9\u05dd/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05e0\u05e6\u05e8\u05d9\u05dd-20",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24243",
        "label": "466",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-10",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24244",
        "label": "466",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24245",
        "label": "496",
        "long": "\u05d0\u05dc\u05d9 \u05e1\u05d9\u05e0\u05d9/\u05e7\u05d8\u05d9\u05e3-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24246",
        "label": "496",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-20",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24251",
        "label": "462",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea-10",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24252",
        "label": "462",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24263",
        "label": "503",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2428",
        "label": "34",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24281",
        "label": "277",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df-1#",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24284",
        "label": "391",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1\u05d0",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24286",
        "label": "56",
        "long": "\u05d3\u05dd \u05d4\u05de\u05db\u05d1\u05d9\u05dd/\u05e6\u05d0\u05dc\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d3\u05e8\u05d5\u05de\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-11",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24287",
        "label": "302",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e9\u05df-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3-1\u05d1",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24288",
        "label": "302",
        "long": "\u05d0\u05dc \u05d2'\u05d1\u05dc \u05d0-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-2\u05d1",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24289",
        "label": "65",
        "long": "\u05e4\u05d0\u05e8\u05e7 1-\u05e0\u05d7\u05e3<->\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e9\u05df-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3-1\u05d0",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2429",
        "label": "34",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24290",
        "label": "65",
        "long": "\u05d0\u05dc \u05d2'\u05d1\u05dc \u05d0-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3<->\u05e4\u05d0\u05e8\u05e7 2-\u05e0\u05d7\u05e3-2\u05d0",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24291",
        "label": "171",
        "long": "\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1 16-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0-10",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24292",
        "label": "171",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0<->\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1 16-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1-20",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "243",
        "label": "450",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d0\u05d9\u05de\u05d1\u05e8/\u05e7\u05e7''\u05dc-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24302",
        "label": "1",
        "long": "\u05d0\u05dc\u05de\u05d9\u05d3\u05d0\u05df-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05d0\u05de\u05d8\u05d9\u05e8\u05d0\u05ea-\u05db\u05e1\u05d9\u05e4\u05d4-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24303",
        "label": "1",
        "long": "\u05db\u05e1\u05d9\u05d9\u05e4\u05d4/\u05e9\u05db\u05d5\u05e0\u05d4 13-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05d0\u05dc\u05de\u05d9\u05d3\u05d0\u05df-\u05db\u05e1\u05d9\u05e4\u05d4-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2444",
        "label": "40",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "245",
        "label": "450",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d4\u05e8\u05e5 \u05d0\u05d9\u05de\u05d1\u05e8/\u05db\u05e4\u05e8 \u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2450",
        "label": "40",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2451",
        "label": "41",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2453",
        "label": "41",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2454",
        "label": "42",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2457",
        "label": "42",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2458",
        "label": "43",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2460",
        "label": "43",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2466",
        "label": "45",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d5\u05d9\u05e0\u05d8\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2467",
        "label": "45",
        "long": "\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d5\u05d9\u05e0\u05d8\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "247",
        "label": "451",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea \u05d3\u05e8\u05d5\u05dd-\u05e8\u05d4\u05d8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d0\u05d9\u05de\u05d1\u05e8/\u05e7\u05e7''\u05dc-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24798",
        "label": "7",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05d4''\u05d7 \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-11",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24799",
        "label": "7",
        "long": "\u05d1\u05d9\u05d4''\u05d7 \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "248",
        "label": "452",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc \u05d4\u05d5\u05d3\u05d0-\u05e8\u05d4\u05d8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d0\u05d9\u05de\u05d1\u05e8/\u05e7\u05e7''\u05dc-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "24815",
        "label": "655",
        "long": "\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d3\u05e8\u05da \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05e9\u05e2\u05d5\u05e8\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "24816",
        "label": "655",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05e9\u05e2\u05d5\u05e8\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2482",
        "label": "49",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2483",
        "label": "49\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05db\u05dc\u05dc\u05ea \u05dc\u05d5\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "49\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2484",
        "label": "49",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2489",
        "label": "51",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2492",
        "label": "51",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2494",
        "label": "52",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2495",
        "label": "52",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24985",
        "label": "360",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "24986",
        "label": "360",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "24987",
        "label": "361",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e0\u05d7\u05de\u05d9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25",
        "label": "35",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05d4\u05d3\u05e8/\u05d4\u05ea\u05e4\u05d5\u05d7-\u05e7\u05d3\u05e8\u05d5\u05df-1#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2502",
        "label": "57",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d5\u05d9\u05e0\u05d8\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2504",
        "label": "57",
        "long": "\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d5\u05d9\u05e0\u05d8\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25061",
        "label": "569",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5/\u05de\u05d6\u05dc \u05d8\u05dc\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25062",
        "label": "569",
        "long": "\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5/\u05de\u05d6\u05dc \u05d8\u05dc\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2508",
        "label": "60",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2509",
        "label": "60",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "251",
        "label": "455",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d0\u05d9\u05de\u05d1\u05e8/\u05e7\u05e7''\u05dc-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2510",
        "label": "61",
        "long": "\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2511",
        "label": "61",
        "long": "\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-13",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2512",
        "label": "61",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2517",
        "label": "63",
        "long": "\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2519",
        "label": "63",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "252",
        "label": "455",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d4\u05e8\u05e5 \u05d0\u05d9\u05de\u05d1\u05e8/\u05db\u05e4\u05e8 \u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2524",
        "label": "65",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05db\u05d5\u05df \u05e2\u05d9\u05e0\u05d9\u05d9\u05dd-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25272",
        "label": "1",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25273",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05dc\u05d5\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25274",
        "label": "2",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25275",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05dc\u05d5\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2528",
        "label": "65",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2530",
        "label": "65",
        "long": "\u05d1\u05d9\u05d4''\u05d7 \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-22",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2532",
        "label": "66",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2533",
        "label": "66",
        "long": "\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25344",
        "label": "30",
        "long": "\u05d3\u05e8\u05da \u05de\u05e6\u05e8\u05d9\u05dd/\u05de\u05dc\u05d5\u05df \u05d4\u05e0\u05e1\u05d9\u05db\u05d4-\u05d0\u05d9\u05dc\u05ea<->\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05e8\u05de\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25345",
        "label": "30",
        "long": "\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05e8\u05de\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05d3\u05e8\u05da \u05de\u05e6\u05e8\u05d9\u05dd/\u05de\u05ea\u05d7\u05dd \u05e7\u05d5\u05dc\u05d5\u05e0\u05d9\u05d4\u00a0-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25346",
        "label": "31",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05e8\u05de\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25348",
        "label": "32",
        "long": "\u05d3\u05e8\u05da \u05d4\u05ea\u05d1\u05dc\u05d9\u05e0\u05d9\u05dd/\u05d3\u05d5\u05d3\u05d0\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05e8\u05de\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2535",
        "label": "67",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d5\u05d9\u05e0\u05d8\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25352",
        "label": "7",
        "long": "\u05d0\u05e1\u05d9\u05de\u05d5\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d5\u05e8\u05d3\u05d9\u05de\u05d5\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05d7\u05dd-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25353",
        "label": "7",
        "long": "\u05e8\u05e9''\u05d9/\u05e6\u05d1\u05d9 \u05d1\u05d5\u05e8\u05e0\u05e9\u05d8\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05d0\u05e1\u05d9\u05de\u05d5\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d5\u05e8\u05d3\u05d9\u05de\u05d5\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25365",
        "label": "445",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-10",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25366",
        "label": "445",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2538",
        "label": "67",
        "long": "\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d5\u05d9\u05e0\u05d8\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-20",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25391",
        "label": "16",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25393",
        "label": "16",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25397",
        "label": "18",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25399",
        "label": "18",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25401",
        "label": "19",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25402",
        "label": "19",
        "long": "\u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05e2\u05ea\u05d9\u05d3-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25403",
        "label": "19",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25404",
        "label": "19",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05e2\u05ea\u05d9\u05d3-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25407",
        "label": "35",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d4\u05de\u05e8\u05db\u05d1\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25408",
        "label": "35",
        "long": "\u05d4\u05de\u05e8\u05db\u05d1\u05d4/\u05d4\u05d1\u05e0\u05d0\u05d9-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-2#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2542",
        "label": "70",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd C-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25432",
        "label": "190",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25433",
        "label": "190",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25434",
        "label": "193",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25435",
        "label": "193",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2544",
        "label": "70",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25455",
        "label": "44",
        "long": "\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25456",
        "label": "44",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25487",
        "label": "222",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d3",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "25521",
        "label": "52",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05de\u05d7\u05e0\u05d4 \u05ea\u05dc \u05e0\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d0\u05dc\u05e2\u05d6\u05e8\u05d9-1#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "25523",
        "label": "52",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05ea\u05dc \u05e0\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d0\u05dc\u05e2\u05d6\u05e8\u05d9<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-2#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "25524",
        "label": "51",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e0\u05e2\u05df/\u05de\u05e8\u05db\u05d6-\u05e0\u05e2\u05df-1#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "25525",
        "label": "51",
        "long": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e0\u05e2\u05df/\u05de\u05e8\u05db\u05d6-\u05e0\u05e2\u05df<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-2#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "25526",
        "label": "53",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05d4\u05e6\u05d3\u05e4\u05d9\u05dd/\u05d4\u05d9\u05dd-\u05e0\u05e6\u05e8 \u05d7\u05d6\u05e0\u05d9-1#",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "25527",
        "label": "53",
        "long": "\u05d4\u05d9\u05dd/\u05d4\u05d0\u05dc\u05de\u05d5\u05d2\u05d9\u05dd-\u05e0\u05e6\u05e8 \u05d7\u05d6\u05e0\u05d9<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-2#",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "25528",
        "label": "54",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d3\u05e8\u05da \u05e4\u05e1\u05d8\u05e8\u05e0\u05e7-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "25529",
        "label": "54",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d3\u05e8\u05da \u05e4\u05e1\u05d8\u05e8\u05e0\u05e7-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-2#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25548",
        "label": "39",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05d1\u05e2\u05dc\u05d6\u05d0/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25549",
        "label": "39",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05d1\u05e2\u05dc\u05d6\u05d0/\u05d3\u05d5\u05d1\u05e8 \u05e9\u05dc\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25558",
        "label": "270",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25561",
        "label": "31",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e0\u05d9\u05d9\u05d3\u05e8-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25563",
        "label": "31\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e0\u05d9\u05d9\u05d3\u05e8-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "31\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25570",
        "label": "74",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25571",
        "label": "74",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25580",
        "label": "21",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3/\u05d3\u05e8\u05da \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25581",
        "label": "21",
        "long": "\u05d7\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e2\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df/\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25622",
        "label": "122",
        "long": "\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-1#",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25623",
        "label": "122",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8-2#",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25628",
        "label": "532",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d2\u05dc\u05d9\u05dc\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05d5\u05e3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2566",
        "label": "82",
        "long": "\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2567",
        "label": "82",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25680",
        "label": "22",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d0\u05d9\u05dc\u05ea<->\u05d0\u05d5\u05dc\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8 \u05d3\u05d5\u05d1\u05d9\u05e7/\u05d9\u05d5\u05d8\u05d1\u05ea\u05d4-\u05d9\u05d8\u05d1\u05ea\u05d4-1#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25681",
        "label": "22",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e8\u05db\u05d6\u05d9 \u05d7\u05d1\u05dc \u05d0\u05d9\u05dc\u05d5\u05ea-\u05d7\u05d1\u05dc \u05d0\u05d9\u05dc\u05d5\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d9\u05d5\u05e1\u05e4\u05d8\u05dc/\u05d9\u05d5\u05ea\u05dd-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25682",
        "label": "23",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d0\u05d9\u05dc\u05ea<->\u05d9\u05d4\u05dc-\u05d9\u05d4\u05dc-1#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25683",
        "label": "23",
        "long": "\u05d9\u05d4\u05dc-\u05d9\u05d4\u05dc<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d9\u05d5\u05e1\u05e4\u05d8\u05dc/\u05d9\u05d5\u05ea\u05dd-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25686",
        "label": "24",
        "long": "\u05e9\u05d7\u05e8\u05d5\u05ea-\u05e9\u05d7\u05e8\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e8\u05db\u05d6\u05d9 \u05d7\u05d1\u05dc \u05d0\u05d9\u05dc\u05d5\u05ea-\u05d7\u05d1\u05dc \u05d0\u05d9\u05dc\u05d5\u05ea-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25706",
        "label": "24",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e8\u05db\u05d6\u05d9 \u05d7\u05d1\u05dc \u05d0\u05d9\u05dc\u05d5\u05ea-\u05d7\u05d1\u05dc \u05d0\u05d9\u05dc\u05d5\u05ea<->\u05e9\u05d7\u05e8\u05d5\u05ea-\u05e9\u05d7\u05e8\u05d5\u05ea-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25707",
        "label": "7\u05d0",
        "long": "\u05d0\u05e1\u05d9\u05de\u05d5\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d5\u05e8\u05d3\u05d9\u05de\u05d5\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd-1\u05d0",
        "short": "7\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25708",
        "label": "7\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05d0\u05e1\u05d9\u05de\u05d5\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d5\u05e8\u05d3\u05d9\u05de\u05d5\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd-2\u05d0",
        "short": "7\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25724",
        "label": "632",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05e8\u05d9\u05e9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25725",
        "label": "632",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-20",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25783",
        "label": "479",
        "long": "\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e8\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25786",
        "label": "479",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05d7\u05dc\u05dc\u05d9 \u05d0\u05d2\u05d5\u05d6-\u05dc\u05d5\u05d3-20",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "258",
        "label": "2",
        "long": "\u05de\u05e6\u05d3\u05d4/\u05d7\u05e8\u05de\u05d5\u05df-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d3\u05d5\u05dc\u05d1/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05d4\u05d3\u05d5\u05ea \u05e6\u05e8\u05e4\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25832",
        "label": "15",
        "long": "\u05d4\u05d7\u05d5\u05e3 \u05d4\u05e0\u05e4\u05e8\u05d3-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25833",
        "label": "15",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d4\u05d7\u05d5\u05e3 \u05d4\u05e0\u05e4\u05e8\u05d3-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25834",
        "label": "97",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d5\u05d4\u05dc\u05d5-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05d2\u05e9\u05e8 \u05d4\u05d9\u05d3\u05d9\u05d3\u05d5\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e2\u05d9\u05df \u05e7\u05e0\u05d9\u05d9\u05d0-10",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25835",
        "label": "97",
        "long": "\u05d2\u05e9\u05e8 \u05d4\u05d9\u05d3\u05d9\u05d3\u05d5\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e2\u05d9\u05df \u05e7\u05e0\u05d9\u05d9\u05d0<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d5\u05d4\u05dc\u05d5-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25851",
        "label": "576",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e8\u05db\u05d6 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4 \u05dc\u05e0\u05db\u05d4/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-1#",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25852",
        "label": "576",
        "long": "'\u05e2\u05de\u05dc \u05d0-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "576",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "259",
        "label": "2",
        "long": "\u05de\u05e6\u05d3\u05d4/\u05d7\u05e8\u05de\u05d5\u05df-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d3\u05d5\u05dc\u05d1/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05d4\u05d3\u05d5\u05ea \u05e6\u05e8\u05e4\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-11",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25955",
        "label": "44",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25956",
        "label": "44",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25957",
        "label": "53",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "25958",
        "label": "53",
        "long": "\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2596",
        "label": "92",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2597",
        "label": "92",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-16",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2598",
        "label": "92",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26",
        "label": "35",
        "long": "\u05d4\u05d3\u05e8/\u05d4\u05ea\u05e4\u05d5\u05d7-\u05e7\u05d3\u05e8\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "260",
        "label": "2",
        "long": "\u05d4\u05e1\u05d7\u05dc\u05d1/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05d4\u05d3\u05d5\u05ea \u05e6\u05e8\u05e4\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05de\u05e6\u05d3\u05d4/\u05d7\u05e8\u05de\u05d5\u05df-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2600",
        "label": "92",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-26",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26015",
        "label": "26",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-11",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26017",
        "label": "26\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-14",
        "short": "26\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26021",
        "label": "26\u05d0",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2\u05d1",
        "short": "26\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26035",
        "label": "28",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-11",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26036",
        "label": "28",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-21",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26097",
        "label": "567",
        "long": "\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d9\u05e9\u05e2\u05d9\u05d4\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-12",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "261",
        "label": "2",
        "long": "\u05d4\u05e1\u05d7\u05dc\u05d1/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05d4\u05d3\u05d5\u05ea \u05e6\u05e8\u05e4\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05de\u05e6\u05d3\u05d4/\u05d7\u05e8\u05de\u05d5\u05df-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-21",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26102",
        "label": "391",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1\u05d6",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26144",
        "label": "570",
        "long": "\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd-\u05d0\u05dc\u05d9\u05e9\u05de\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26153",
        "label": "613",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05de\u05d9\u05dc \u05d4\u05d5\u05d9\u05e1\u05de\u05e0\u05e1/\u05d1\u05dc\u05e4\u05d5\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-23",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26156",
        "label": "150",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e1\u05d9\u05de\u05d5\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d5\u05e8\u05d3\u05d9\u05de\u05d5\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd-1#",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26157",
        "label": "150",
        "long": "\u05d0\u05e1\u05d9\u05de\u05d5\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d5\u05e8\u05d3\u05d9\u05de\u05d5\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26160",
        "label": "152",
        "long": "\u05d0\u05e1\u05d9\u05de\u05d5\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d5\u05e8\u05d3\u05d9\u05de\u05d5\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26200",
        "label": "152",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e1\u05d9\u05de\u05d5\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d5\u05e8\u05d3\u05d9\u05de\u05d5\u05df-\u05d9\u05e8\u05d5\u05d7\u05dd-1#",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26208",
        "label": "400",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd<->\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8-1#",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26209",
        "label": "400",
        "long": "\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd-2#",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26210",
        "label": "400",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd-21",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26218",
        "label": "752",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05e4\u05e2 \u05d7\u05d9\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26219",
        "label": "752",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26220",
        "label": "753",
        "long": "\u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d6\u05e7\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05e4\u05e2 \u05d7\u05d9\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26221",
        "label": "753",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05e7\u05e1/\u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26222",
        "label": "754",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05e4\u05e2 \u05d7\u05d9\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26223",
        "label": "754",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26224",
        "label": "755",
        "long": "\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05d7\u05d5\u05e8\u05d1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26225",
        "label": "757",
        "long": "\u05d4\u05e8\u05d0''\u05d4/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26226",
        "label": "757",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e0\u05e5/\u05e8\u05d5\u05d1\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26227",
        "label": "758",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea/\u05de\u05d9\u05e8\u05e1\u05e7\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26228",
        "label": "760",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1/\u05d0\u05e1\u05d8\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-18",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26229",
        "label": "760",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26230",
        "label": "760",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26231",
        "label": "762",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26232",
        "label": "762",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26233",
        "label": "763",
        "long": "\u05d4\u05e8\u05d1 \u05d1\u05e6\u05dc\u05d0\u05dc \u05d6\u05d5\u05dc\u05d8\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26234",
        "label": "763",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26237",
        "label": "765",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9/\u05d4\u05de\u05e9\u05d5\u05e8\u05e8 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26244",
        "label": "241",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0-11",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26245",
        "label": "241",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05e9\u05d0\u05d8\u05d9-\u05d2'\u05e1\u05e8 \u05d0 \u05d6\u05e8\u05e7\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-21",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26246",
        "label": "15",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05d0\u05dc\u05d5\u05e0\u05d9 \u05d4\u05d1\u05e9\u05df/\u05de\u05e8\u05db\u05d6-\u05d0\u05dc\u05d5\u05e0\u05d9 \u05d4\u05d1\u05e9\u05df-13",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26247",
        "label": "15",
        "long": "\u05d0\u05dc\u05d5\u05e0\u05d9 \u05d4\u05d1\u05e9\u05df/\u05de\u05e8\u05db\u05d6-\u05d0\u05dc\u05d5\u05e0\u05d9 \u05d4\u05d1\u05e9\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-22",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26252",
        "label": "57",
        "long": "\u05db\u05e4\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d5\u05e8\u05e0\u05e9\u05d8\u05d9\u05d9\u05df/\u05d4\u05d0\u05d5\u05e4\u05e7-\u05d9\u05e8\u05d5\u05d7\u05dd-1#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26253",
        "label": "57\u05d0",
        "long": "\u05db\u05e4\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d5\u05e8\u05e0\u05e9\u05d8\u05d9\u05d9\u05df/\u05d4\u05d0\u05d5\u05e4\u05e7-\u05d9\u05e8\u05d5\u05d7\u05dd-1\u05d6",
        "short": "57\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26254",
        "label": "57",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d9\u05e8\u05d5\u05d7\u05dd-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05db\u05e4\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26255",
        "label": "57\u05d0",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d9\u05e8\u05d5\u05d7\u05dd-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05db\u05e4\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2\u05d6",
        "short": "57\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26258",
        "label": "63",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26271",
        "label": "842",
        "long": "\u05e9\u05d0\u05d5\u05dc\u05d6\u05d5\u05df/\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05d9\u05e6\u05d7\u05e7 \u05de\u05d9\u05e8\u05e1\u05e7\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-18",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26272",
        "label": "842",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05d9\u05e6\u05d7\u05e7 \u05de\u05d9\u05e8\u05e1\u05e7\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26273",
        "label": "842",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05d9\u05e6\u05d7\u05e7 \u05de\u05d9\u05e8\u05e1\u05e7\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26274",
        "label": "843",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05d9\u05e6\u05d7\u05e7 \u05de\u05d9\u05e8\u05e1\u05e7\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-18",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26275",
        "label": "843",
        "long": "\u05d4\u05e8\u05d1 \u05d1\u05e6\u05dc\u05d0\u05dc \u05d6\u05d5\u05dc\u05d8\u05d9/\u05e8\u05d1\u05d9 \u05e9\u05dc\u05de\u05d4 \u05d6\u05dc\u05de\u05df \u05d3\u05e8\u05d5\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05d9\u05e6\u05d7\u05e7 \u05de\u05d9\u05e8\u05e1\u05e7\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26276",
        "label": "843",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8/\u05d9\u05e6\u05d7\u05e7 \u05de\u05d9\u05e8\u05e1\u05e7\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-29",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26291",
        "label": "756",
        "long": "\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9/\u05d4\u05de\u05e9\u05d5\u05e8\u05e8 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-18",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26292",
        "label": "756",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "26293",
        "label": "758",
        "long": "\u05de\u05d9\u05e0\u05e5/\u05e8\u05d5\u05d1\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05de\u05e0\u05d7\u05dd \u05d1\u05e6\u05e8\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26294",
        "label": "68",
        "long": "\u05de\u05e8\u05db\u05d6\u05d4/\u05d4\u05e2\u05d1\u05d5\u05d3\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e8\u05d5\u05d0\u05d5\u05e1 \u05d0\u05dc-\u05d2'\u05d1\u05d0\u05dc/\u05d1\u05d9''\u05e1 \u05e1\u05d0\u05dc\u05d9\u05d6\u05d9\u05d0\u05df-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26295",
        "label": "68",
        "long": "\u05e8\u05d5\u05d0\u05d5\u05e1 \u05d0\u05dc-\u05d2'\u05d1\u05d0\u05dc/\u05d1\u05d9''\u05e1 \u05e1\u05d0\u05dc\u05d9\u05d6\u05d9\u05d0\u05df-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05e8\u05db\u05d6\u05d4/\u05d4\u05e2\u05d1\u05d5\u05d3\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "263",
        "label": "2",
        "long": "\u05e9\u05d5\u05e7/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05e6\u05e4\u05ea<->\u05e9\u05d5\u05e7/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05e6\u05e4\u05ea-3#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26351",
        "label": "289",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd-10",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26352",
        "label": "289",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26387",
        "label": "551",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05db\u05d0\u05dc\u05d9/\u05d4\u05e8\u05db\u05d1\u05ea-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d4\u05d0\u05d5\u05e4\u05df/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-11",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26388",
        "label": "551",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05db\u05d0\u05dc\u05d9/\u05d4\u05e8\u05db\u05d1\u05ea-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-21",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "264",
        "label": "3",
        "long": "\u05d4\u05e8 \u05de\u05d9\u05e8\u05d5\u05df/\u05d4\u05d7\u05dc\u05d5\u05e5-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-1\u05d1",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26405",
        "label": "6\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-11",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26406",
        "label": "6\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-21",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26422",
        "label": "281",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26423",
        "label": "281",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26424",
        "label": "189",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26429",
        "label": "65",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26430",
        "label": "65",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d4\u05d7\u05d5\u05e3 \u05d4\u05d9\u05e8\u05d5\u05e7-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26433",
        "label": "61",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26434",
        "label": "61",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d4\u05d7\u05d5\u05e3 \u05d4\u05d9\u05e8\u05d5\u05e7-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26435",
        "label": "69",
        "long": "\u05d1\u05d9''\u05e1 \u05e9\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26436",
        "label": "69",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9''\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05e9\u05de\u05e2\u05d5\u05df \u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26437",
        "label": "63",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26438",
        "label": "63\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "63\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26439",
        "label": "71",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26440",
        "label": "71\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "71\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26443",
        "label": "62",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26444",
        "label": "62",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26449",
        "label": "352",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-11",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26459",
        "label": "143",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05ea\u05dc \u05e6\u05d9\u05d5\u05df-\u05db\u05d5\u05db\u05d1 \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26460",
        "label": "479",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-1#",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26464",
        "label": "611",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26465",
        "label": "611",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26466",
        "label": "67",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-11",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26467",
        "label": "11",
        "long": "\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0-22",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26468",
        "label": "10",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0 \u05dc\u05de\u05e2\u05e8\u05d1-\u05d0\u05d5\u05e8 \u05e2\u05e7\u05d9\u05d1\u05d0<->\u05d3\u05e8\u05da \u05d4\u05de\u05e1\u05d9\u05dc\u05d4/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-12",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26478",
        "label": "635",
        "long": "\u05d1\u05ea \u05d7\u05e4\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8-\u05d1\u05ea \u05d7\u05e4\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26479",
        "label": "635",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05ea \u05d7\u05e4\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8-\u05d1\u05ea \u05d7\u05e4\u05e8-20",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26487",
        "label": "30",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d7\u05d9\u05d9\u05dd \u05d4\u05e8\u05e6\u05d5\u05d2-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d1\u05e8 \u05d0\u05d9\u05dc\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26488",
        "label": "30\u05d0",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d1\u05e8 \u05d0\u05d9\u05dc\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "30\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26513",
        "label": "50",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05de\u05db\u05dc\u05dc\u05ea \u05e7\u05d9\u05d9/\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05dc\u05d5\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26516",
        "label": "240",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05e4\u05d5\u05dc\u05e7/\u05d8\u05d1\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-11",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26583",
        "label": "794",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26584",
        "label": "794",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26615",
        "label": "267",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e2\u05dc \u05e4\u05e8\u05e9\u05ea \u05d3\u05e8\u05db\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26616",
        "label": "267",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e2\u05dc \u05e4\u05e8\u05e9\u05ea \u05d3\u05e8\u05db\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-11",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26617",
        "label": "267",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26618",
        "label": "267",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26637",
        "label": "2",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26638",
        "label": "2",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26639",
        "label": "5",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26640",
        "label": "5",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26652",
        "label": "4",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05d9\u05d5\u05e1\u05d9 \u05d1\u05e0\u05d0\u05d9/\u05d9\u05d5\u05e0\u05d4 \u05d5\u05d5\u05dc\u05da-\u05e8\u05de\u05dc\u05d4-11",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26653",
        "label": "4",
        "long": "\u05d9\u05d5\u05e1\u05d9 \u05d1\u05e0\u05d0\u05d9/\u05d9\u05d5\u05e0\u05d4 \u05d5\u05d5\u05dc\u05da-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-21",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26710",
        "label": "30\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05e8\u05de\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d9\u05dc\u05ea-1\u05d6",
        "short": "30\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26711",
        "label": "30\u05d0",
        "long": "\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05e8\u05de\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea/\u05d7\u05d8\u05d9\u05d1\u05ea \u05d4\u05e0\u05d2\u05d1-\u05d0\u05d9\u05dc\u05ea-2\u05d6",
        "short": "30\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26759",
        "label": "19\u05d0",
        "long": "\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-17",
        "short": "19\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26763",
        "label": "630",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26764",
        "label": "630",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26788",
        "label": "616",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-21",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26789",
        "label": "608",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-21",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26876",
        "label": "164",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26877",
        "label": "166",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d1\u05e0\u05d9 \u05e6\u05d9\u05d5\u05df-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26894",
        "label": "2",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-2\u05d0",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26895",
        "label": "5",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-1\u05d0",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26896",
        "label": "5",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-2\u05d0",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26901",
        "label": "17",
        "long": "\u05d3\u05e8\u05da \u05dc\u05d1 \u05d4\u05e9\u05e8\u05d5\u05df/\u05d4\u05d0\u05d9\u05dc\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05d3\u05e8\u05da \u05d4\u05dc\u05d5\u05e8\u05d3\\\u05d0\u05d1\u05e0\u05d9-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3-10",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26902",
        "label": "17",
        "long": "\u05d3\u05e8\u05da \u05d4\u05dc\u05d5\u05e8\u05d3\\\u05d0\u05d1\u05e0\u05d9-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3<->\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd \u05e6\u05d5\u05e8\u05df/\u05d4\u05e9\u05d9\u05e7\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-20",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26905",
        "label": "2",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-1\u05d0",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2691",
        "label": "119",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d1\u05d9 \u05d4\u05d0\u05e1\u05d9\u05e8\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26912",
        "label": "167",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26913",
        "label": "164",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26914",
        "label": "166",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4/\u05d3\u05e8\u05da \u05de\u05d3\u05d1\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26915",
        "label": "112",
        "long": "\u05d4\u05de\u05d7\u05e9\u05d1/\u05d4\u05e6\u05d5\u05e8\u05df-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05d3\u05e7\u05dc/\u05de\u05e6\u05d3\u05d4-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3-11",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26916",
        "label": "112",
        "long": "\u05d4\u05d3\u05e7\u05dc/\u05d4\u05e8\u05d9\u05de\u05d5\u05df-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3<->\u05de\u05db\u05dc\u05dc\u05ea \u05d4\u05e8\u05de\u05dc\u05d9\u05df/\u05d4\u05de\u05d7\u05e7\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-21",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2692",
        "label": "119",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d1\u05d9 \u05d4\u05d0\u05e1\u05d9\u05e8\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-20",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26936",
        "label": "42",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d6",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26937",
        "label": "42\u05d0",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05de\u05de\u05e9\u05dc\u05d4/\u05dc\u05d5\u05e8\u05da-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d6",
        "short": "42\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26942",
        "label": "155",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e1\u05e3/44-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26983",
        "label": "73",
        "long": "\u05de\u05d7\u05dc\u05e3 \u05d7\u05d5\u05dc\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05dc\u05de\u05e2\u05e8\u05d1-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26984",
        "label": "73",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d7\u05dc\u05e3 \u05d7\u05d5\u05dc\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26993",
        "label": "636",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4<->\u05d4\u05ea\u05e2''\u05e9/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-10",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "26994",
        "label": "636",
        "long": "\u05d4\u05ea\u05e2''\u05e9/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4-20",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27017",
        "label": "446",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-10",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27018",
        "label": "446",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8\u05e7-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27030",
        "label": "384",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27031",
        "label": "384",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05e9\u05d1\u05d8 \u05e9\u05de\u05e2\u05d5\u05df-\u05dc\u05d5\u05d3-20",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27032",
        "label": "884",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27033",
        "label": "884",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05e9\u05d1\u05d8 \u05e9\u05de\u05e2\u05d5\u05df-\u05dc\u05d5\u05d3-20",
        "short": "884",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27039",
        "label": "881",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27044",
        "label": "236",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-31",
        "short": "236",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27069",
        "label": "12",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27070",
        "label": "4",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d4\u05d7\u05dc\u05d5\u05e6\u05d9\u05dd/\u05d4\u05e4\u05e8\u05d3\u05e1\u05d9\u05dd-\u05e6\u05d5\u05e8 \u05de\u05e9\u05d4-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27071",
        "label": "9",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27072",
        "label": "9",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05dc\u05d5\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05e9\u05d1\u05d8 \u05e9\u05de\u05e2\u05d5\u05df-\u05dc\u05d5\u05d3-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27081",
        "label": "2",
        "long": "\u05de\u05e9\u05de\u05e8 \u05d4\u05d9\u05e8\u05d3\u05df/\u05d8\u05d5\u05e8\u05e7\u05d5\u05d1-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e4\u05e8\u05d5\u05e4' \u05d9\u05e9\u05e2\u05d9\u05d4\u05d5 \u05dc\u05d9\u05d1\u05d5\u05d1\u05d9\u05e5'/\u05d4\u05e8\u05d1 \u05d9\u05e2\u05e7\u05d1 \u05d8\u05e8\u05d0\u05d1-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27082",
        "label": "2",
        "long": "\u05e4\u05e8\u05d5\u05e4' \u05d9\u05e9\u05e2\u05d9\u05d4\u05d5 \u05dc\u05d9\u05d1\u05d5\u05d1\u05d9\u05e5'/\u05d4\u05e8\u05d1 \u05d9\u05e2\u05e7\u05d1 \u05d8\u05e8\u05d0\u05d1-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e9\u05de\u05e8 \u05d4\u05d9\u05e8\u05d3\u05df/\u05d8\u05d5\u05e8\u05e7\u05d5\u05d1-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27083",
        "label": "3",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05e7\u05e8\u05d9\u05ea \u05e9\u05d0\u05d5\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27084",
        "label": "3",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd/\u05d3\u05e8\u05da \u05d1\u05e8 \u05dc\u05d1-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05e7\u05e8\u05d9\u05ea \u05e9\u05d0\u05d5\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2711",
        "label": "140",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2712",
        "label": "140",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27139",
        "label": "5",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc \u05d4\u05d5\u05d3\u05d0-\u05e8\u05d4\u05d8<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc \u05d4\u05d5\u05d3\u05d0-\u05e8\u05d4\u05d8-31",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "27140",
        "label": "82",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05d2\u05e8\u05d9\u05e0\u05d1\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-22",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27164",
        "label": "277",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27273",
        "label": "5",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8/\u05d0\u05dc-\u05e7\u05d5\u05d3\u05e1-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05e7\u05d9\u05e3 \u05e2\u05de\u05dc \u05d0\u05dc\u05e0\u05d5\u05e8-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-11",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27274",
        "label": "5",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05e7\u05d9\u05e3 \u05e2\u05de\u05dc \u05d0\u05dc\u05e0\u05d5\u05e8-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8/\u05d0\u05dc-\u05e7\u05d5\u05d3\u05e1-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-21",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27297",
        "label": "704",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-1\u05d6",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27298",
        "label": "704",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d6",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27303",
        "label": "28",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27304",
        "label": "28",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27305",
        "label": "55",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27320",
        "label": "13",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d9\u05e8\u05de\u05d5\u05ea/\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27322",
        "label": "13",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27324",
        "label": "17",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27325",
        "label": "17",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27376",
        "label": "409",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e0\u05d5\u05d5\u05d4 \u05d3\u05e0\u05d9\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27377",
        "label": "409",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e0\u05d5\u05d5\u05d4 \u05d3\u05e0\u05d9\u05d0\u05dc-2#",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2738",
        "label": "166",
        "long": "\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d4\u05d2\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27380",
        "label": "362",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df-1#",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27381",
        "label": "362",
        "long": "\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27382",
        "label": "364",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->'\u05de\u05d9\u05e6\u05d3 \u05d0-\u05d0\u05e1\u05e4\u05e8-1#",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27383",
        "label": "364",
        "long": "'\u05de\u05d9\u05e6\u05d3 \u05d0-\u05d0\u05e1\u05e4\u05e8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "364",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2739",
        "label": "166",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d4\u05d2\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27588",
        "label": "852",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d6",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27691",
        "label": "6",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27725",
        "label": "309",
        "long": "\u05e1\u05d5\u05d5\u05e2\u05d0\u05d3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d3\u05e8\u05d5\u05de\u05d9\u05ea-\u05e1\u05d5\u05d0\u05e2\u05d3 \u05d7\u05de\u05e8\u05d9\u05d9\u05d4<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9-1#",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27726",
        "label": "309",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9<->\u05de\u05d2\u05e8\u05e9 \u05e1\u05e4\u05d5\u05e8\u05d8/\u05e1\u05d5\u05d5\u05e2\u05d0\u05d3-\u05e1\u05d5\u05d0\u05e2\u05d3 \u05d7\u05de\u05e8\u05d9\u05d9\u05d4-2#",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27727",
        "label": "310",
        "long": "\u05de\u05e0\u05d6\u05e8 \u05e1\u05e0\u05d8\u05d4 \u05d0\u05e0\u05d4-\u05e6\u05d9\u05e4\u05d5\u05e8\u05d9<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9-1#",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27728",
        "label": "310",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9<->\u05de\u05e0\u05d6\u05e8 \u05e1\u05e0\u05d8\u05d4 \u05d0\u05e0\u05d4-\u05e6\u05d9\u05e4\u05d5\u05e8\u05d9-2#",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2774",
        "label": "250",
        "long": "\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27743",
        "label": "22",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d9\u05e8\u05de\u05d5\u05ea/\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05e2\u05dc \u05d4\u05e1\u05d5\u05dc\u05dd/\u05d4\u05e8\u05d1 \u05d9\u05e9\u05e8\u05d0\u05dc \u05d2\u05e8\u05d5\u05e1\u05de\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27744",
        "label": "22",
        "long": "\u05d1\u05e2\u05dc \u05d4\u05e1\u05d5\u05dc\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d4\u05e8 \u05d4\u05d3\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2775",
        "label": "250",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27758",
        "label": "6",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05de\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27759",
        "label": "6",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9 \u05d6-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2776",
        "label": "251",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2777",
        "label": "282",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27770",
        "label": "921",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2\u05d3",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27771",
        "label": "921",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05dc\u05d1\u05d5\u05e6\u05e7\u05d9\u05df-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2\u05d4",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2778",
        "label": "282",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27784",
        "label": "8",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27785",
        "label": "8",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27786",
        "label": "9",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d9\u05e2\u05e7\u05d1\u05d9/\u05e9\u05d0\u05d5\u05dc \u05d8\u05e9\u05e8\u05e0\u05d9\u05d7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27787",
        "label": "9",
        "long": "\u05d9\u05e2\u05e7\u05d1\u05d9/\u05d4\u05e8\u05e6\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27788",
        "label": "3",
        "long": "\u05d0\u05e9\u05d3/\u05d9\u05d5\u05d1\u05dc-\u05e2\u05e8\u05d3<->\u05de\u05e9\u05de\u05e8/\u05e9\u05d5\u05d4\u05dd-\u05e2\u05e8\u05d3-12",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27789",
        "label": "3",
        "long": "\u05de\u05e9\u05de\u05e8/\u05e9\u05d5\u05d4\u05dd-\u05e2\u05e8\u05d3<->\u05d0\u05e9\u05d3/\u05e0\u05d7\u05dc-\u05e2\u05e8\u05d3-22",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2781",
        "label": "292",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2783",
        "label": "292",
        "long": "\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2785",
        "label": "354",
        "long": "\u05de\u05d2\u05d3\u05dc \u05e7\u05d5\u05e0\u05e7\u05d5\u05e8\u05d3/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-10",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27852",
        "label": "42",
        "long": "\u05de\u05e9\u05de\u05e8 \u05d4\u05e0\u05d2\u05d1/\u05de\u05e8\u05db\u05d6-\u05de\u05e9\u05de\u05e8 \u05d4\u05e0\u05d2\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd-10",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27853",
        "label": "42",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05dc\u05d4\u05d1\u05d9\u05dd \u05e8\u05d4\u05d8-\u05dc\u05d4\u05d1\u05d9\u05dd<->\u05de\u05e9\u05de\u05e8 \u05d4\u05e0\u05d2\u05d1/\u05de\u05e8\u05db\u05d6-\u05de\u05e9\u05de\u05e8 \u05d4\u05e0\u05d2\u05d1-20",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27858",
        "label": "374",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05d3\u05d9/\u05d0''\u05e1 \u05d1\u05d9\u05ea\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05db\u05e8 \u05e2\u05e6\u05d9 \u05d4\u05d6\u05d9\u05ea-\u05e0\u05d5\u05e7\u05d3\u05d9\u05dd-1#",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27859",
        "label": "374",
        "long": "\u05db\u05db\u05e8 \u05e2\u05e6\u05d9 \u05d4\u05d6\u05d9\u05ea-\u05e0\u05d5\u05e7\u05d3\u05d9\u05dd<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05d3\u05d9/\u05d0''\u05e1 \u05d1\u05d9\u05ea\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2786",
        "label": "354",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27860",
        "label": "377",
        "long": "\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e1\u05d5\u05d1\u05ea \u05d4\u05ea\u05d0\u05e0\u05d4-\u05d0\u05e4\u05e8\u05ea-1#",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27861",
        "label": "377",
        "long": "\u05e1\u05d5\u05d1\u05ea \u05d4\u05ea\u05d0\u05e0\u05d4-\u05d0\u05e4\u05e8\u05ea<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "377",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27887",
        "label": "6",
        "long": "\u05e4\u05d0\u05d5\u05d5\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27888",
        "label": "6\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e4\u05d5\u05d5\u05d0\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-20",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27899",
        "label": "205",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27900",
        "label": "205",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df-20",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27901",
        "label": "115",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27902",
        "label": "115",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-20",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27906",
        "label": "14",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d0\u05d9\u05ea\u05d9\u05df/\u05d3\u05e8\u05da \u05d9\u05d2\u05d0\u05dc \u05d9\u05d3\u05d9\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27907",
        "label": "14",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d0\u05d9\u05ea\u05d9\u05df/\u05d3\u05e8\u05da \u05d9\u05d2\u05d0\u05dc \u05d9\u05d3\u05d9\u05df-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27913",
        "label": "471",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d0\u05d9\u05de\u05d1\u05e8/\u05e7\u05e7''\u05dc-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27914",
        "label": "471",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e4\u05ea\u05dc\u05d9 \u05d4\u05e8\u05e5 \u05d0\u05d9\u05de\u05d1\u05e8/\u05db\u05e4\u05e8 \u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27924",
        "label": "250",
        "long": "\u05db\u05e8\u05de\u05dc/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05db\u05e8\u05de\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27925",
        "label": "250",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05dc/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05db\u05e8\u05de\u05dc-2#",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27926",
        "label": "252",
        "long": "\u05d4\u05e8 \u05e2\u05de\u05e9\u05d0 \u05de\u05e8\u05db\u05d6-\u05d4\u05e8 \u05e2\u05de\u05e9\u05d0<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27927",
        "label": "252",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8 \u05e2\u05de\u05e9\u05d0 \u05de\u05e8\u05db\u05d6-\u05d4\u05e8 \u05e2\u05de\u05e9\u05d0-2#",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27928",
        "label": "253",
        "long": "'\u05d8\u05e0\u05d0 \u05e2\u05d5\u05de\u05e8\u05d9\u05dd \u05d0-\u05d8\u05e0\u05d0<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27929",
        "label": "253",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05e8\u05d9\u05db\u05d4-\u05d8\u05e0\u05d0-2#",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27930",
        "label": "254",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27931",
        "label": "254",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-2#",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27932",
        "label": "912",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27933",
        "label": "912",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-3#",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27950",
        "label": "380",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d2\u05df \u05d0\u05e1\u05ea\u05e8-\u05d0\u05dc\u05e2\u05d3<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27951",
        "label": "380",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27960",
        "label": "8",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27977",
        "label": "22",
        "long": "\u05de\u05e9\u05de\u05e8 \u05d4\u05d2\u05d1\u05d5\u05dc/\u05e9\u05e0\u05d9\u05e8-\u05d7\u05d3\u05e8\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4-1\u05d6",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27978",
        "label": "22",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05de\u05e9\u05de\u05e8 \u05d4\u05d2\u05d1\u05d5\u05dc/\u05e9\u05e0\u05d9\u05e8-\u05d7\u05d3\u05e8\u05d4-2\u05d6",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27979",
        "label": "20",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d0\u05e0\u05e8\u05d2'\u05d9-\u05d7\u05d3\u05e8\u05d4<->\u05e6\u05d4''\u05dc/\u05d0\u05e8\u05d1\u05e2 \u05d0\u05d2\u05d5\u05d3\u05d5\u05ea-\u05d7\u05d3\u05e8\u05d4-1#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27980",
        "label": "20",
        "long": "\u05e6\u05d4''\u05dc/\u05d0\u05e8\u05d1\u05e2 \u05d0\u05d2\u05d5\u05d3\u05d5\u05ea-\u05d7\u05d3\u05e8\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d0\u05e0\u05e8\u05d2'\u05d9-\u05d7\u05d3\u05e8\u05d4-2#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27981",
        "label": "27",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05e0\u05d7\u05dc \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e9\u05dc\u05d5\u05e9\u05ea \u05d4\u05de\u05e6\u05e4\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05db\u05dc\u05dc\u05d4 \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05ea \u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d5\u05d9\u05e8/\u05d3\u05e8\u05da \u05d0\u05d9\u05dc\u05df \u05e8\u05de\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27982",
        "label": "27\u05d0",
        "long": "\u05d4\u05d1\u05e8\u05d6\u05dc/\u05d4\u05d7\u05d5\u05e8\u05e9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05db\u05dc\u05dc\u05d4 \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05ea \u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d5\u05d9\u05e8/\u05d3\u05e8\u05da \u05d0\u05d9\u05dc\u05df \u05e8\u05de\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-11",
        "short": "27\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27983",
        "label": "27",
        "long": "\u05de\u05db\u05dc\u05dc\u05d4 \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05ea \u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d5\u05d9\u05e8/\u05d3\u05e8\u05da \u05d0\u05d9\u05dc\u05df \u05e8\u05de\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e4\u05d0\u05e8\u05e7 \u05e0\u05d7\u05dc \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e9\u05dc\u05d5\u05e9\u05ea \u05d4\u05de\u05e6\u05e4\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "27984",
        "label": "27\u05d0",
        "long": "\u05de\u05db\u05dc\u05dc\u05d4 \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05ea \u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d5\u05d9\u05e8/\u05d3\u05e8\u05da \u05d0\u05d9\u05dc\u05df \u05e8\u05de\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05d1\u05e8\u05d6\u05dc/\u05d4\u05d6\u05d5\u05e8\u05e2-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "27\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27990",
        "label": "71",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d7\u05d9\u05d9\u05dd \u05d4\u05e8\u05e6\u05d5\u05d2-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27991",
        "label": "71\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "71\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27992",
        "label": "72",
        "long": "\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27993",
        "label": "72",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27994",
        "label": "73",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d7\u05d9\u05d9\u05dd \u05d4\u05e8\u05e6\u05d5\u05d2-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27995",
        "label": "73\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "73\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27996",
        "label": "74",
        "long": "\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df/\u05d3\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "27997",
        "label": "74",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d3\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28",
        "label": "36",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d1\u05e0\u05d9\u05dd/\u05d4\u05e9\u05e7\u05d3-\u05e9\u05ea\u05d5\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28001",
        "label": "23\u05d0",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-11",
        "short": "23\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28002",
        "label": "23\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05d2\u05dc\u05d9\u05e1/\u05e6\u05d1\u05d9 \u05d1\u05e8\u05d2\u05de\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "23\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28015",
        "label": "24",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-3#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28016",
        "label": "165",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28017",
        "label": "165",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28018",
        "label": "47",
        "long": "'\u05e9\u05d9\u05dc\u05d4 \u05d1-\u05e9\u05d9\u05dc\u05d4<->\u05de\u05e2\u05dc\u05d4 \u05dc\u05d1\u05d5\u05e0\u05d4 \u05d6-\u05de\u05e2\u05dc\u05d4 \u05dc\u05d1\u05d5\u05e0\u05d4-1#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28019",
        "label": "47",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05dc\u05d1\u05d5\u05e0\u05d4 \u05d4-\u05de\u05e2\u05dc\u05d4 \u05dc\u05d1\u05d5\u05e0\u05d4<->'\u05e9\u05d9\u05dc\u05d4 \u05d1-\u05e9\u05d9\u05dc\u05d4-2#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28020",
        "label": "143",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05ea\u05dc \u05e6\u05d9\u05d5\u05df-\u05db\u05d5\u05db\u05d1 \u05d9\u05e2\u05e7\u05d1<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28021",
        "label": "149",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05e7\u05dc''\u05d4 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1 \u05de\u05e8\u05db\u05d6/\u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05db\u05e0\u05e4\u05d9 \u05e8\u05d5\u05d7-\u05e2\u05dc\u05de\u05d5\u05df-1#",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28022",
        "label": "149",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05db\u05e0\u05e4\u05d9 \u05e8\u05d5\u05d7-\u05e2\u05dc\u05de\u05d5\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05e7\u05dc''\u05d4 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1 \u05de\u05e8\u05db\u05d6/\u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28023",
        "label": "140",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc-\u05d1\u05d9\u05ea \u05d0\u05dc-1#",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28024",
        "label": "140",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc-\u05d1\u05d9\u05ea \u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28025",
        "label": "141",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc-\u05d1\u05d9\u05ea \u05d0\u05dc-1#",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28026",
        "label": "141",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc-\u05d1\u05d9\u05ea \u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28027",
        "label": "145",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05ea\u05dc \u05e6\u05d9\u05d5\u05df-\u05db\u05d5\u05db\u05d1 \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28028",
        "label": "145",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05ea\u05dc \u05e6\u05d9\u05d5\u05df-\u05db\u05d5\u05db\u05d1 \u05d9\u05e2\u05e7\u05d1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28029",
        "label": "146",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05de\u05e2\u05dc\u05d4 \u05de\u05db\u05de\u05e9-\u05de\u05e2\u05dc\u05d4 \u05de\u05db\u05de\u05e9-1#",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28030",
        "label": "146",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05de\u05db\u05de\u05e9-\u05de\u05e2\u05dc\u05d4 \u05de\u05db\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-2#",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28033",
        "label": "147",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05de\u05d7\u05e0\u05d4 \u05e8\u05d1\u05d9\u05df-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-1#",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28034",
        "label": "147",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05e8\u05d1\u05d9\u05df-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-2#",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28035",
        "label": "148",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-\u05e4\u05e1\u05d2\u05d5\u05ea-1#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28036",
        "label": "148",
        "long": "\u05e4\u05e1\u05d2\u05d5\u05ea \u05de\u05e8\u05db\u05d6-\u05e4\u05e1\u05d2\u05d5\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "28037",
        "label": "270",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-\u05e4\u05e1\u05d2\u05d5\u05ea-1#",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "28038",
        "label": "270",
        "long": "\u05e4\u05e1\u05d2\u05d5\u05ea/\u05d0\u05e9\u05e7\u05d5\u05d1\u05d9\u05d5\u05ea-\u05e4\u05e1\u05d2\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28039",
        "label": "461",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc-1#",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28041",
        "label": "461",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28045",
        "label": "462",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc-1#",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28046",
        "label": "462",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28047",
        "label": "464",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc-1#",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28048",
        "label": "464",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "464",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28050",
        "label": "465",
        "long": "\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28051",
        "label": "468",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-1#",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28052",
        "label": "468",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28053",
        "label": "466",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28054",
        "label": "466",
        "long": "\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28055",
        "label": "467",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4-1#",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28056",
        "label": "467",
        "long": "\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28057",
        "label": "469",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28058",
        "label": "469",
        "long": "\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "469",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28061",
        "label": "479",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28062",
        "label": "475",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28063",
        "label": "475",
        "long": "\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28064",
        "label": "949",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05e0\u05d5\u05e2\u05e8-\u05de\u05e2\u05dc\u05d4 \u05d0\u05e4\u05e8\u05d9\u05dd-1#",
        "short": "949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28065",
        "label": "949",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05ea\u05dc\u05de\u05d9\u05d3-\u05de\u05e2\u05dc\u05d4 \u05d0\u05e4\u05e8\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28066",
        "label": "182",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d7\u05dc\u05d9\u05d0\u05dc/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05e0\u05d7\u05dc\u05d9\u05d0\u05dc-1#",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28068",
        "label": "182",
        "long": "\u05e0\u05d7\u05dc\u05d9\u05d0\u05dc/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05e0\u05d7\u05dc\u05d9\u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-2#",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28069",
        "label": "183",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d8\u05d5\u05e8\u05db\u05d9\u05d6/\u05e0\u05d5\u05e4\u05d7-\u05e0\u05e2\u05dc\u05d4-1#",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28070",
        "label": "183",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d8\u05d5\u05e8\u05db\u05d9\u05d6/\u05e0\u05d5\u05e4\u05d7-\u05e0\u05e2\u05dc\u05d4-13",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28071",
        "label": "183",
        "long": "\u05d8\u05d5\u05e8\u05db\u05d9\u05d6/\u05e0\u05d5\u05e4\u05d7-\u05e0\u05e2\u05dc\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-2#",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28074",
        "label": "946",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05de\u05d3\u05ea-\u05d7\u05de\u05d3\u05ea-1#",
        "short": "946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28075",
        "label": "946",
        "long": "\u05d7\u05de\u05d3\u05ea-\u05d7\u05de\u05d3\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28076",
        "label": "941",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d7\u05e0\u05d4 \u05d0\u05e4\u05d9\u05e7-\u05de\u05e2\u05dc\u05d4 \u05d0\u05e4\u05e8\u05d9\u05dd-1#",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28077",
        "label": "941",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d0\u05e4\u05d9\u05e7-\u05de\u05e2\u05dc\u05d4 \u05d0\u05e4\u05e8\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28078",
        "label": "943",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-1#",
        "short": "943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28079",
        "label": "943",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28084",
        "label": "381",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e8\u05d5\u05de\u05e0\u05d5-\u05d4\u05e8 \u05d7\u05d1\u05e8\u05d5\u05df-1#",
        "short": "381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28085",
        "label": "381",
        "long": "\u05d1\u05d9\u05ea \u05e8\u05d5\u05de\u05e0\u05d5-\u05d4\u05e8 \u05d7\u05d1\u05e8\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28088",
        "label": "365",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05e2\u05de\u05d5\u05e1 \u05d3-\u05de\u05e2\u05dc\u05d4 \u05e2\u05de\u05d5\u05e1-1#",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28089",
        "label": "365",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05e2\u05de\u05d5\u05e1 \u05d3-\u05de\u05e2\u05dc\u05d4 \u05e2\u05de\u05d5\u05e1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28090",
        "label": "382",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-1#",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28091",
        "label": "382",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A4A",
        "color_name": "green",
        "has_shape": true,
        "id": "28099",
        "label": "16",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e0\u05d9\u05d5\u05ea \u05e8\u05de\u05ea \u05d2\u05df \u05d3\u05e8\u05da \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e0\u05d9\u05d5\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Transit line"
      },
      {
        "color": "4A4A4A",
        "color_name": "green",
        "has_shape": true,
        "id": "28100",
        "label": "16",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e0\u05d9\u05d5\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e0\u05d9\u05d5\u05ea \u05e8\u05de\u05ea \u05d2\u05df \u05d3\u05e8\u05da \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Transit line"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28108",
        "label": "11",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc \u05d4\u05e2\u05dc\u05d9\u05d5\u05df-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28109",
        "label": "11",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc \u05d4\u05e2\u05dc\u05d9\u05d5\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28110",
        "label": "12",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc \u05d4\u05e2\u05dc\u05d9\u05d5\u05df-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28111",
        "label": "12",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-\u05de\u05e4\u05e2\u05dc\u05d9\u05dd \u05d0\u05d6\u05d5\u05e8\u05d9\u05d9\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc \u05d4\u05e2\u05dc\u05d9\u05d5\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28116",
        "label": "54",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05e2\u05ea\u05d9\u05d3-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-1#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28117",
        "label": "54",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28125",
        "label": "36",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d1\u05d9\u05e8 \u05d4\u05d3\u05d0\u05d2'<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28131",
        "label": "361",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d2\u05d1\u05e2\u05d5\u05ea-\u05d0\u05dc\u05d5\u05df \u05e9\u05d1\u05d5\u05ea-1#",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28132",
        "label": "361",
        "long": "\u05d2\u05d1\u05e2\u05d5\u05ea-\u05d0\u05dc\u05d5\u05df \u05e9\u05d1\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28143",
        "label": "222",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28144",
        "label": "222",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2815",
        "label": "912",
        "long": "\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d6\u05d9\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05d9\u05e1\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-112",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2816",
        "label": "913",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7/\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d9\u05e6\u05d7\u05e7 \u05d2\u05e8\u05e9\u05d8\u05e0\u05e7\u05d5\u05e8\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-113",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2817",
        "label": "914",
        "long": "\u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05e8\u05e0\u05d1\u05d5\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-114",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2818",
        "label": "915",
        "long": "\u05e1\u05d5\u05e7\u05d5\u05dc\u05d5\u05d1/\u05d3\u05e8\u05da \u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05e8\u05e0\u05d1\u05d5\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-115",
        "short": "915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2819",
        "label": "916",
        "long": "\u05d3\u05e8\u05da \u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d0\u05d1\u05df \u05e2\u05d6\u05e8\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-116",
        "short": "916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "28191",
        "label": "82",
        "long": "\u05e4\u05d6/\u05d0\u05d1\u05e0\u05d9 \u05d7\u05d5\u05e9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05d9''\u05e1 \u05d0\u05e8\u05d9\u05d0\u05dc \u05de\u05de''\u05d3/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28193",
        "label": "254",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05e9\u05db\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05e9\u05db\u05dd/\u05e2\u05e0\u05d8\u05e8 \u05d1\u05df \u05e9\u05d3\u05d0\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2820",
        "label": "917",
        "long": "\u05e1\u05d5\u05e7\u05d5\u05dc\u05d5\u05d1/\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-117",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28201",
        "label": "946",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05de\u05d3\u05ea-\u05d7\u05de\u05d3\u05ea-12",
        "short": "946",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28207",
        "label": "9\u05d0",
        "long": "\u05d4\u05e8\u05d1 \u05e9\u05dc\u05d5\u05dd \u05e9\u05d1\u05d6\u05d9/\u05e9\u05d9\u05dc\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-14",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28208",
        "label": "9\u05d0",
        "long": "\u05d4\u05de\u05e8\u05e5/\u05d4\u05d9\u05e6\u05d9\u05e8\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d4\u05e8\u05d1 \u05e9\u05dc\u05d5\u05dd \u05e9\u05d1\u05d6\u05d9/\u05e9\u05d9\u05dc\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-24",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28209",
        "label": "52",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d0\u05d9\u05ea\u05d9\u05df/\u05d3\u05e8\u05da \u05d9\u05d2\u05d0\u05dc \u05d9\u05d3\u05d9\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-1#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2821",
        "label": "918",
        "long": "\u05d9\u05e2\u05e7\u05d1 \u05e8\u05d5\u05d6\u05e0\u05d4\u05d9\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05db\u05d4\u05e0\u05de\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-118",
        "short": "918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28210",
        "label": "52",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d0\u05d9\u05ea\u05d9\u05df/\u05d3\u05e8\u05da \u05d9\u05d2\u05d0\u05dc \u05d9\u05d3\u05d9\u05df-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28213",
        "label": "501",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-15",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28214",
        "label": "59",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2822",
        "label": "919",
        "long": "\u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc/\u05e6\u05d1\u05d9 \u05d4\u05e8\u05dc\u05d9\u05e0\u05d2-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-119",
        "short": "919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28267",
        "label": "322",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8/\u05d0\u05d7\u05ea \u05e2\u05e9\u05e8\u05d4 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28268",
        "label": "322",
        "long": "\u05d0\u05d7\u05ea \u05e2\u05e9\u05e8\u05d4 \u05e0\u05e7\u05d5\u05d3\u05d5\u05ea/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28273",
        "label": "23",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d9\u05d3 \u05e0\u05ea\u05df \u05d2-\u05d9\u05d3 \u05e0\u05ea\u05df-1#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28274",
        "label": "23",
        "long": "\u05d9\u05d3 \u05e0\u05ea\u05df \u05d0-\u05d9\u05d3 \u05e0\u05ea\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28279",
        "label": "52",
        "long": "\u05d1\u05d9\u05e8 \u05d0\u05dc \u05e1\u05d9\u05db\u05d4-\u05d6\u05de\u05e8<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4-11",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28280",
        "label": "52",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05e6\u05d5\u05de\u05ea \u05d6\u05de\u05e8-\u05d6\u05de\u05e8-21",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28292",
        "label": "342",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28293",
        "label": "342",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28294",
        "label": "347",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-1#",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28295",
        "label": "347",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28302",
        "label": "411",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-36",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28318",
        "label": "921",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1\u05d3",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28319",
        "label": "921",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-1\u05d4",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2836",
        "label": "931",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d0\u05d4\u05e8\u05d5\u05e0\u05d5\u05d1\u05d9\u05e5'/\u05d3\u05e8\u05da \u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05e1 \u05d7\u05d5\u05e8\u05d1/\u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05e8\u05de\u05ea \u05d2\u05df-131",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2837",
        "label": "932",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-132",
        "short": "932",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28379",
        "label": "12\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e7\u05d9\u05d1\u05d5\u05e6\u05d9\u05dd/\u05d4\u05e8\u05e6\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1\u05d0",
        "short": "12\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28380",
        "label": "472",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-1#",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28381",
        "label": "472",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28384",
        "label": "6",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28385",
        "label": "9",
        "long": "\u05dc\u05d7''\u05d9/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28386",
        "label": "9",
        "long": "\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28387",
        "label": "4",
        "long": "\u05dc\u05d7''\u05d9/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28388",
        "label": "4",
        "long": "\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28390",
        "label": "215",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28391",
        "label": "215",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28392",
        "label": "597",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-10",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28393",
        "label": "597",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d1\u05d9\u05ea \u05e8\u05d7\u05dc-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28397",
        "label": "9",
        "long": "\u05d0\u05dc\u05d2'\u05dc\u05d9\u05dc/\u05db\u05e0\u05d9\u05e1\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05d2\u05d3\u05dc\u05d9 \u05e0\u05e6\u05e8\u05ea/\u05de\u05e8\u05d2' \u05d0\u05d1\u05df \u05e2\u05d0\u05de\u05e8-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28398",
        "label": "9",
        "long": "\u05de\u05d2\u05d3\u05dc\u05d9 \u05e0\u05e6\u05e8\u05ea/\u05de\u05e8\u05d2' \u05d0\u05d1\u05df \u05e2\u05d0\u05de\u05e8-\u05e0\u05e6\u05e8\u05ea<->\u05d0\u05dc\u05d2'\u05dc\u05d9\u05dc/\u05db\u05e0\u05d9\u05e1\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2840",
        "label": "935",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-135",
        "short": "935",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28402",
        "label": "412",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-16",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28403",
        "label": "412",
        "long": "\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-36",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28404",
        "label": "411",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-16",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28405",
        "label": "413",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-16",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28406",
        "label": "413",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-36",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28409",
        "label": "409",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2841",
        "label": "936",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-136",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28410",
        "label": "409",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-3#",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28416",
        "label": "98",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd/\u05e2\u05de\u05de\u05d9-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28417",
        "label": "98",
        "long": "\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd/\u05e2\u05de\u05de\u05d9-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-20",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28419",
        "label": "60",
        "long": "\u05d1\u05d9\u05ea \u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2842",
        "label": "937",
        "long": "\u05d4\u05e8\u05d1 \u05e7\u05dc\u05d9\u05e9\u05e8/\u05d4\u05d9\u05dc\u05d3\u05e1\u05d4\u05d9\u05d9\u05de\u05e8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-137",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28420",
        "label": "60",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1/\u05d4\u05e9\u05e7\u05d3-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28421",
        "label": "15",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28422",
        "label": "15",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28423",
        "label": "6",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e8\u05e9\u05d1''\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28424",
        "label": "6",
        "long": "\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28429",
        "label": "64",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2843",
        "label": "938",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-138",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28430",
        "label": "64",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2844",
        "label": "939",
        "long": "\u05e8\u05de\u05d1''\u05dd/\u05d4\u05e8\u05d1 \u05de\u05d9\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-139",
        "short": "939",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28441",
        "label": "143",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05e8\u05e2\u05dd-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05d4\u05e2\u05d9\u05e8 \u05d4\u05e2\u05ea\u05d9\u05e7\u05d4-\u05e2\u05db\u05d5-1#",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28442",
        "label": "143",
        "long": "\u05d4\u05e2\u05d9\u05e8 \u05d4\u05e2\u05ea\u05d9\u05e7\u05d4-\u05e2\u05db\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05e8\u05e2\u05dd/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e9\u05e4\u05e8\u05e2\u05dd-2#",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28443",
        "label": "68",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2845",
        "label": "904",
        "long": "\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05de\u05e1\u05e7\u05d9/\u05d4\u05e8\u05d1 \u05de\u05e0\u05e6\u05d5\u05e8 \u05d1\u05df \u05e9\u05de\u05e2\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28452",
        "label": "9",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-3#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28453",
        "label": "8",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05e1\u05e4\u05d5\u05e8\u05d8/\u05d3\u05e8\u05da \u05e2\u05e8\u05d0\u05d1\u05d9\u05d9\u05d4-\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0<->\u05e7\u05e8\u05d9\u05ea \u05e1\u05e4\u05d5\u05e8\u05d8/\u05d3\u05e8\u05da \u05e2\u05e8\u05d0\u05d1\u05d9\u05d9\u05d4-\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0-1#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28454",
        "label": "8",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05e1\u05e4\u05d5\u05e8\u05d8/\u05d3\u05e8\u05da \u05e2\u05e8\u05d0\u05d1\u05d9\u05d9\u05d4-\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0<->\u05e7\u05e8\u05d9\u05ea \u05e1\u05e4\u05d5\u05e8\u05d8/\u05d3\u05e8\u05da \u05e2\u05e8\u05d0\u05d1\u05d9\u05d9\u05d4-\u05db\u05e4\u05e8 \u05de\u05e0\u05d3\u05d0-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2846",
        "label": "940",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-140",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "28467",
        "label": "16",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05e4\u05e8\u05d3\u05e1/\u05d5\u05d5\u05dc\u05e4\u05d1\u05e8\u05d2-\u05d7\u05d3\u05e8\u05d4-1#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "28468",
        "label": "16",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc\u05d9\u05e2\u05d6\u05e8-\u05d7\u05d3\u05e8\u05d4<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28469",
        "label": "7",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d5\u05d0\u05d3\u05d9 \u05d7\u05d5\u05e1\u05d9\u05df-\u05e2\u05e8\u05d0\u05d1\u05d4<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d5\u05d0\u05d3\u05d9 \u05d7\u05d5\u05e1\u05d9\u05df-\u05e2\u05e8\u05d0\u05d1\u05d4-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2847",
        "label": "941",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-141",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28470",
        "label": "7",
        "long": "\u05d0\u05dc\u05d7'\u05dc\u05d4/\u05d0\u05dc\u05d8\u05d5\u05d9\u05dc-\u05e2\u05e8\u05d0\u05d1\u05d4<->\u05d0\u05dc\u05d7'\u05dc\u05d4/\u05d0\u05dc\u05d8\u05d5\u05d9\u05dc-\u05e2\u05e8\u05d0\u05d1\u05d4-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2848",
        "label": "942",
        "long": "\u05d2\u05df \u05e9\u05e4\u05d9\u05e8\u05d0/\u05d4\u05e8\u05d1 \u05e7\u05d5\u05d1\u05dc\u05e1\u05e7\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-142",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28486",
        "label": "321",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05e6\u05dc/\u05d3\u05d5\u05d3 \u05e8\u05d6\u05d9\u05d0\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8-19",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28487",
        "label": "321",
        "long": "\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8<->\u05d4\u05e8\u05e6\u05dc/\u05de.\u05db\u05d9\u05ea\u05df-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-29",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2849",
        "label": "943",
        "long": "\u05d4\u05e8\u05d1 \u05d1\u05df \u05d9\u05e2\u05e7\u05d1/\u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05d7 \u05de\u05e2\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d9\u05e9\u05d5\u05e2\u05d4/\u05d4\u05e8\u05d1 \u05e8\u05d1\u05d9\u05e0\u05d5\u05d1-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-143",
        "short": "943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28494",
        "label": "147",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05e1\u05e2\u05e3 \u05d2\u05d5\u05dc\u05d9\u05e1/\u05de\u05e8\u05db\u05d6 \u05de\u05d6\u05d5\u05df \u05d9\u05e8\u05db\u05d0-\u05d9\u05e8\u05db\u05d0-1#",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28495",
        "label": "147",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05de\u05d6\u05e8\u05d7 \u05d4\u05ea\u05d9\u05db\u05d5\u05df-\u05d9\u05e8\u05db\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "285",
        "label": "6\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2\u05d1",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2850",
        "label": "944",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05d7 \u05de\u05e2\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d9\u05e9\u05d5\u05e2\u05d4/\u05d4\u05e8\u05d1 \u05e8\u05d1\u05d9\u05e0\u05d5\u05d1-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-144",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28509",
        "label": "402",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-15",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2851",
        "label": "945",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05d7 \u05de\u05e2\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d9\u05e9\u05d5\u05e2\u05d4/\u05d4\u05e8\u05d1 \u05e8\u05d1\u05d9\u05e0\u05d5\u05d1-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-145",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28511",
        "label": "402",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-34",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28535",
        "label": "885",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2855",
        "label": "905",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d9\u05e6\u05d7\u05e7 \u05d2\u05e8\u05e9\u05d8\u05e0\u05e7\u05d5\u05e8\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-15",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28556",
        "label": "345",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05ea\u05dc \u05e6\u05d9\u05d5\u05df-\u05db\u05d5\u05db\u05d1 \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28557",
        "label": "345",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05ea\u05dc \u05e6\u05d9\u05d5\u05df-\u05db\u05d5\u05db\u05d1 \u05d9\u05e2\u05e7\u05d1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28558",
        "label": "149",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05e7\u05dc''\u05d4 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1 \u05de\u05e8\u05db\u05d6/\u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05db\u05e0\u05e4\u05d9 \u05e8\u05d5\u05d7-\u05e2\u05dc\u05de\u05d5\u05df-12",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28559",
        "label": "149",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05db\u05e0\u05e4\u05d9 \u05e8\u05d5\u05d7-\u05e2\u05dc\u05de\u05d5\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05e7\u05dc''\u05d4 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1 \u05de\u05e8\u05db\u05d6/\u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-22",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28562",
        "label": "30",
        "long": "\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3/\u05e1\u05d1\u05d9\u05d5\u05df-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d7\u05e0\u05e7\u05d9\u05df/\u05e1\u05d5\u05e7\u05d5\u05dc\u05d5\u05d1-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2859",
        "label": "953",
        "long": "\u05d9\u05e2\u05e7\u05d1 \u05e8\u05d5\u05d6\u05e0\u05d4\u05d9\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05db\u05d4\u05e0\u05de\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d9\u05e6\u05d7\u05e7 \u05d2\u05e8\u05e9\u05d8\u05e0\u05e7\u05d5\u05e8\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-153",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "28600",
        "label": "80",
        "long": "\u05e1\u05dc\u05e2\u05d9\u05ea/\u05d9\u05e1\u05e2\u05d5\u05e8-\u05e2\u05e8\u05d3<->\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3-14",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "28601",
        "label": "80",
        "long": "\u05e6\u05d1\u05e2\u05d5\u05e0\u05d9-\u05e2\u05e8\u05d3<->\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3-15",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28602",
        "label": "64",
        "long": "\u05d1\u05d9''\u05e1 \u05e9\u05d3\u05d4 \u05d4\u05e8 \u05d4\u05e0\u05d2\u05d1-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-23",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28613",
        "label": "22",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d5\u05e8\u05d3 \u05d9\u05e8\u05d9\u05d7\u05d5-\u05d5\u05e8\u05d3 \u05d9\u05e8\u05d9\u05d7\u05d5-1#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28614",
        "label": "22",
        "long": "\u05d5\u05e8\u05d3 \u05d9\u05e8\u05d9\u05d7\u05d5-\u05d5\u05e8\u05d3 \u05d9\u05e8\u05d9\u05d7\u05d5<->\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d3\u05e8\u05da \u05e6\u05de\u05d7 \u05d4\u05e9\u05d3\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-2#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2871",
        "label": "907",
        "long": "\u05e1\u05d5\u05e7\u05d5\u05dc\u05d5\u05d1/\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-17",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28768",
        "label": "372",
        "long": "\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df-1#",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28769",
        "label": "372",
        "long": "\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28770",
        "label": "410",
        "long": "\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-1#",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28771",
        "label": "410",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df-2#",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28772",
        "label": "43",
        "long": "\u05db\u05e8\u05de\u05d9 \u05e6\u05d5\u05e8/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05db\u05e8\u05de\u05d9 \u05e6\u05d5\u05e8<->\u05db\u05db\u05e8 \u05e2\u05e6\u05d9 \u05d4\u05d6\u05d9\u05ea-\u05e0\u05d5\u05e7\u05d3\u05d9\u05dd-1#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28773",
        "label": "43",
        "long": "\u05db\u05db\u05e8 \u05e2\u05e6\u05d9 \u05d4\u05d6\u05d9\u05ea-\u05e0\u05d5\u05e7\u05d3\u05d9\u05dd<->\u05db\u05e8\u05de\u05d9 \u05e6\u05d5\u05e8/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05db\u05e8\u05de\u05d9 \u05e6\u05d5\u05e8-2#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28774",
        "label": "360",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e1\u05d5\u05d1\u05ea \u05d4\u05ea\u05d0\u05e0\u05d4-\u05d0\u05e4\u05e8\u05ea-1#",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28775",
        "label": "360",
        "long": "\u05e1\u05d5\u05d1\u05ea \u05d4\u05ea\u05d0\u05e0\u05d4-\u05d0\u05e4\u05e8\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28776",
        "label": "411",
        "long": "'\u05de\u05d9\u05e6\u05d3 \u05d0-\u05d0\u05e1\u05e4\u05e8<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-1#",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28777",
        "label": "411",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->'\u05de\u05d9\u05e6\u05d3 \u05d0-\u05d0\u05e1\u05e4\u05e8-2#",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28838",
        "label": "380",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-1#",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28839",
        "label": "380",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28844",
        "label": "383",
        "long": "\u05d1\u05d9\u05ea \u05e8\u05d5\u05de\u05e0\u05d5-\u05d4\u05e8 \u05d7\u05d1\u05e8\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28854",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28855",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d8\u05d9\u05d9\u05e1\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28856",
        "label": "80",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2887",
        "label": "912",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d3\u05de\u05e9\u05e7 \u05d0\u05dc\u05d9\u05e2\u05d6\u05e8/\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05d5\u05d9\u05d6'\u05e0\u05d9\u05e5-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-212",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28874",
        "label": "376",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05d3\u05d9/\u05d0''\u05e1 \u05d1\u05d9\u05ea\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05e7\u05d5\u05e2 \u05d1-\u05ea\u05e7\u05d5\u05e2-1#",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28875",
        "label": "376",
        "long": "\u05ea\u05e7\u05d5\u05e2 \u05d1-\u05ea\u05e7\u05d5\u05e2<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05d3\u05d9/\u05d0''\u05e1 \u05d1\u05d9\u05ea\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28878",
        "label": "440",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28879",
        "label": "440",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2888",
        "label": "913",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05e0\u05d7\u05de\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-213",
        "short": "913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28882",
        "label": "363",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05d3\u05d4/\u05d3\u05e8\u05da \u05d4\u05d4\u05e8-\u05d4\u05e8 \u05d2\u05d9\u05dc\u05d4-1#",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28883",
        "label": "363",
        "long": "\u05de\u05e9\u05e2\u05d5\u05dc \u05d4\u05d7\u05dc\u05de\u05d5\u05e0\u05d9\u05ea/\u05d3\u05e8\u05da \u05d4\u05d4\u05e8-\u05d4\u05e8 \u05d2\u05d9\u05dc\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28884",
        "label": "366",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05e7\u05d5\u05e2 \u05d1-\u05ea\u05e7\u05d5\u05e2-1#",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28885",
        "label": "366",
        "long": "\u05ea\u05e7\u05d5\u05e2 \u05d1-\u05ea\u05e7\u05d5\u05e2<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2889",
        "label": "914",
        "long": "\u05d1\u05d9\u05e8\u05e0\u05d1\u05d5\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d7\u05e0\u05d5\u05da/\u05e8\u05d1\u05d9 \u05d2\u05e0\u05d9\u05d7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-214",
        "short": "914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28891",
        "label": "489",
        "long": "\u05d4\u05de\u05e8\u05e5/\u05d4\u05d9\u05e6\u05d9\u05e8\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28892",
        "label": "489",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28894",
        "label": "6",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-22",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28895",
        "label": "383",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e8\u05d5\u05de\u05e0\u05d5-\u05d4\u05e8 \u05d7\u05d1\u05e8\u05d5\u05df-1#",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "28907",
        "label": "260",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e8\u05d5\u05de\u05e0\u05d5-\u05d4\u05e8 \u05d7\u05d1\u05e8\u05d5\u05df-1#",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "28908",
        "label": "260",
        "long": "\u05d1\u05d9\u05ea \u05e8\u05d5\u05de\u05e0\u05d5-\u05d4\u05e8 \u05d7\u05d1\u05e8\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28909",
        "label": "371",
        "long": "\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df-1#",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2891",
        "label": "916",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-216",
        "short": "916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28910",
        "label": "371",
        "long": "\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28911",
        "label": "256",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28912",
        "label": "256",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-2#",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28913",
        "label": "59",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->'\u05e4\u05e0\u05d9 \u05d7\u05d1\u05e8 \u05d0-\u05e4\u05e0\u05d9 \u05d7\u05d1\u05e8-1#",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28914",
        "label": "59",
        "long": "'\u05e4\u05e0\u05d9 \u05d7\u05d1\u05e8 \u05d0-\u05e4\u05e0\u05d9 \u05d7\u05d1\u05e8<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-2#",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28915",
        "label": "57",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05d0\u05d3\u05d5\u05e8\u05d4/\u05de\u05e8\u05db\u05d6-\u05d0\u05d3\u05d5\u05e8\u05d4-1#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28916",
        "label": "57",
        "long": "\u05d0\u05d3\u05d5\u05e8\u05d4/\u05de\u05e8\u05db\u05d6-\u05d0\u05d3\u05d5\u05e8\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-2#",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28917",
        "label": "257",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28918",
        "label": "257",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-2#",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "28919",
        "label": "262",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d5\u05ea\u05e0\u05d9\u05d0\u05dc/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e2\u05ea\u05e0\u05d9\u05d0\u05dc-1#",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2892",
        "label": "917",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05e7''\u05dc \u05d0\u05d4\u05e8\u05d5\u05e0\u05d5\u05d1\u05d9\u05e5'/\u05d3\u05e8\u05da \u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-217",
        "short": "917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28920",
        "label": "50",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05de\u05d9\u05ea\u05e8\u05d9\u05dd -\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4 \u05de\u05d9\u05ea\u05e8\u05d9\u05dd-1#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28921",
        "label": "50",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05de\u05d9\u05ea\u05e8\u05d9\u05dd -\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4 \u05de\u05d9\u05ea\u05e8\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-2#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28924",
        "label": "399",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-2#",
        "short": "399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "28925",
        "label": "217",
        "long": "\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df/\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2893",
        "label": "918",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e0\u05d7\u05de\u05d9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-218",
        "short": "918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2894",
        "label": "919",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc/\u05d4\u05de\u05db\u05d1\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-219",
        "short": "919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28947",
        "label": "52",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05d1\u05d9\u05ea \u05d9\u05ea\u05d9\u05e8/\u05de\u05e8\u05db\u05d6-\u05de\u05e6\u05d3\u05d5\u05ea \u05d9\u05d4\u05d5\u05d3\u05d4-1#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28948",
        "label": "52",
        "long": "\u05d1\u05d9\u05ea \u05d9\u05ea\u05d9\u05e8/\u05de\u05e8\u05db\u05d6-\u05de\u05e6\u05d3\u05d5\u05ea \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-2#",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2895",
        "label": "902",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d4\u05e8\u05d5\u05e0\u05d5\u05d1\u05d9\u05e5/\u05d4\u05e9\u05dc\u05d5\u05e9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-22",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2896",
        "label": "920",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-220",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2897",
        "label": "921",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d0\u05dc\u05d7\u05e0\u05df/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d9\u05d2\u05d0\u05dc \u05d0\u05dc\u05d5\u05df/\u05d4\u05e8\u05d1 \u05d8\u05d9\u05d9\u05d1-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-221",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28977",
        "label": "117",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "28978",
        "label": "117",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2898",
        "label": "922",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05de\u05d9\u05d9\u05de\u05d5\u05df/\u05d0\u05d1\u05d8\u05dc\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-222",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2899",
        "label": "923",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05e9\u05da/\u05d4\u05e8\u05d1 \u05e7\u05d5\u05d8\u05dc\u05e8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-223",
        "short": "923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2901",
        "label": "925",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d0\u05dc\u05d7\u05e0\u05df/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d4\u05e8\u05d5\u05e0\u05d5\u05d1\u05d9\u05e5/ \u05e7\u05e0\u05d9\u05d5\u05df \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-225",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2902",
        "label": "926",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d0\u05dc\u05d7\u05e0\u05df/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05d1 \u05db\u05d4\u05e0\u05de\u05df/\u05d4\u05e8\u05d1 \u05d6\u05d5\u05e0\u05e0\u05e4\u05dc\u05d3-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-226",
        "short": "926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2905",
        "label": "931",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d7\u05d5\u05e8\u05d1/\u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-231",
        "short": "931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2908",
        "label": "936",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7/\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-236",
        "short": "936",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2909",
        "label": "937",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05e6\u05d9\u05e8\u05dc\u05e1\u05d5\u05df/\u05d3''\u05e8 \u05d1\u05e8\u05d5\u05d9\u05d0\u05e8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-237",
        "short": "937",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29092",
        "label": "5",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05ea\u05d7\u05e0\u05d4 \u05e8\u05db\u05d1\u05ea \u05e9\u05d3\u05e8\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e9\u05d3\u05e8\u05d5\u05ea-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29093",
        "label": "5",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05e8\u05db\u05d1\u05ea \u05e9\u05d3\u05e8\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29094",
        "label": "8",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05e1\u05d9\u05e0\u05de\u05d4 \u05e1\u05d9\u05d8\u05d9-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-1#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29095",
        "label": "8",
        "long": "\u05e1\u05d9\u05e0\u05de\u05d4 \u05e1\u05d9\u05d8\u05d9-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29099",
        "label": "80",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2910",
        "label": "938",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-238",
        "short": "938",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2912",
        "label": "941",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-241",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2913",
        "label": "942",
        "long": "\u05d1\u05d9\u05d4''\u05e1 \u05d0\u05d4\u05dc \u05e6\u05d1\u05d9\u05d4/\u05d1\u05df \u05d6\u05d5\u05de\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d9\u05d2\u05d0\u05dc \u05d0\u05dc\u05d5\u05df/\u05d4\u05e8\u05d1 \u05d8\u05d9\u05d9\u05d1-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-242",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2914",
        "label": "944",
        "long": "\u05d1\u05d9\u05d4''\u05d7 \u05de\u05e2\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d9\u05e9\u05d5\u05e2\u05d4/\u05d4\u05e8\u05d1 \u05e8\u05d1\u05d9\u05e0\u05d5\u05d1-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-244",
        "short": "944",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2915",
        "label": "945",
        "long": "\u05d1\u05d9\u05d4''\u05d7 \u05de\u05e2\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d9\u05e9\u05d5\u05e2\u05d4/\u05d4\u05e8\u05d1 \u05e8\u05d1\u05d9\u05e0\u05d5\u05d1-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-245",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2917",
        "label": "948",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d0\u05dc\u05d7\u05e0\u05df/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-248",
        "short": "948",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29188",
        "label": "272",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05dc\u05d5\u05e2 \u05d4\u05d0\u05e8\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-19",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29189",
        "label": "272",
        "long": "\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d9\u05d5\u05dd \u05d4\u05db\u05d9\u05e4\u05d5\u05e8\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-29",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2919",
        "label": "905",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05e7''\u05dc \u05d0\u05d4\u05e8\u05d5\u05e0\u05d5\u05d1\u05d9\u05e5'/\u05d3\u05e8\u05da \u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-25",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29191",
        "label": "13",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-3#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29194",
        "label": "292",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d4\u05e8''\u05df-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-13",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2920",
        "label": "950",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d0\u05dc\u05d7\u05e0\u05df/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-250",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2922",
        "label": "954",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d0\u05dc\u05d7\u05e0\u05df/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8 \u05e1\u05d9\u05e0\u05d9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-254",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29220",
        "label": "374",
        "long": "\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8/\u05e2\u05d5\u05d6\u05d9 \u05d7\u05d9\u05d8\u05de\u05df-\u05e8\u05de\u05dc\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-29",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29223",
        "label": "74",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-29",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29225",
        "label": "18",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05de\u05e2\u05d5\u05d9\u05df \u05e9\u05d5\u05e8\u05e7-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05e2\u05e3 \u05d1\u05d9\u05ea \u05d3\u05d2\u05df-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-19",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29226",
        "label": "374",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e9\u05d5\u05e9\u05e0\u05d4 \u05d3\u05de\u05d0\u05e8\u05d9/\u05d0\u05d4\u05d5\u05d3 \u05de\u05e0\u05d5\u05e8-\u05e8\u05de\u05dc\u05d4-19",
        "short": "374",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2923",
        "label": "965",
        "long": "\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc/\u05d4\u05e8\u05d1 \u05de\u05d9\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05de\u05db\u05d1\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05d1\u05e8\u05d5\u05d8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-256",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29241",
        "label": "13",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-39",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29242",
        "label": "3",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-34",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29243",
        "label": "3\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-35",
        "short": "3\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A4A",
        "color_name": "green",
        "has_shape": true,
        "id": "29246",
        "label": "9",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05dc\u05d5\u05df \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e0\u05d9\u05d5\u05ea \u05d7\u05d5\u05dc\u05d5\u05df \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-3#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Transit line"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29247",
        "label": "7",
        "long": "\u05db\u05e0\u05e1\u05ea \u05de\u05e8\u05d3\u05db\u05d9/\u05d4\u05e8\u05d1 \u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc \u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2926",
        "label": "906",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05e7\u05d5\u05d1\u05dc\u05e1\u05e7\u05d9/\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-26",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29265",
        "label": "141",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05e2\u05dc\u05d9\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29266",
        "label": "141",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df-20",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29276",
        "label": "18\u05d0",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05de\u05d7\u05e1\u05df \u05d7\u05d1\u05e8\u05ea \u05d7\u05e9\u05de\u05dc-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05d0\u05d9\u05e7\u05d0\u05d4/\u05de\u05e8\u05e7 \u05de\u05d5\u05e9\u05d1\u05d9\u05e5-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-29",
        "short": "18\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29279",
        "label": "15",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-19",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29280",
        "label": "15",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-29",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29283",
        "label": "3",
        "long": "\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29284",
        "label": "3",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd<->\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "2934",
        "label": "907",
        "long": "\u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05d4\u05e8\u05d1 \u05d4\u05d9\u05e8\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e2\u05d6\u05e8\u05d0/\u05e0\u05d7\u05de\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-27",
        "short": "907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29362",
        "label": "450",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05e9\u05d8\u05d9\u05d9\u05df/\u05e9\u05d3. \u05d3\u05d5\u05d3 \u05e8\u05d6\u05d9\u05d0\u05dc-\u05e8\u05de\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29363",
        "label": "450",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-20",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "29438",
        "label": "1",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05de\u05d1\u05ea\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-24",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29451",
        "label": "745",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29462",
        "label": "31",
        "long": "\u05dc\u05d1 \u05d4\u05e4\u05d0\u05e8\u05e7/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29463",
        "label": "31",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "2948",
        "label": "418",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29483",
        "label": "255",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29484",
        "label": "255",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29487",
        "label": "9",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-1#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29488",
        "label": "9",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "2949",
        "label": "418",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05ea \u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "2950",
        "label": "463",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d2\u05d5\u05e8\u05df/\u05de\u05d1\u05d8\u05d7\u05d9\u05dd-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-10",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29501",
        "label": "230",
        "long": "\u05d0\u05dc\u05d9 \u05e1\u05d9\u05e0\u05d9/\u05e7\u05d8\u05d9\u05e3-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-10",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29502",
        "label": "230",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d4\u05e2\u05d9\u05e8/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-20",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29507",
        "label": "790",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1\u05d0",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29508",
        "label": "790",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d0",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "2951",
        "label": "463",
        "long": "\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d2\u05d5\u05e8\u05df/\u05de\u05d1\u05d8\u05d7\u05d9\u05dd-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "2952",
        "label": "466",
        "long": "\u05de\u05e9\u05d4 \u05e1\u05e0\u05d4/\u05d2\u05d9\u05e1\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "2953",
        "label": "466",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e9\u05d4 \u05e1\u05e0\u05d4/\u05d0\u05d1\u05e9\u05dc\u05d5\u05dd \u05d2\u05d9\u05e1\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29535",
        "label": "856",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29536",
        "label": "856",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29539",
        "label": "14",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc \u05e4\u05d5\u05dc\u05e7/\u05e9\u05d1\u05d8-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29540",
        "label": "14",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e4\u05d5\u05dc\u05e7/\u05d8\u05d1\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29555",
        "label": "87",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05de\u05d1\u05ea\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05de\u05d1\u05ea\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29556",
        "label": "387",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05de\u05db\u05dc\u05dc\u05d4 \u05d8\u05db\u05e0\u05d5\u05dc\u05d5\u05d2\u05d9\u05ea \u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d5\u05d9\u05e8/\u05d3\u05e8\u05da \u05d0\u05d9\u05dc\u05df \u05e8\u05de\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2959",
        "label": "58",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05d5\u05e8\u05d6\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea\u05d9\u05d9\u05dd-10",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29590",
        "label": "4\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0/\u05e8\u05d1 \u05d7\u05dc\u05e7\u05d9\u05d4 \u05d1\u05e8 \u05d8\u05d5\u05d1\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-11",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29591",
        "label": "4\u05d0",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-21",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29594",
        "label": "7",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05dc\u05d0\u05d5\u05de\u05d9\u05ea \u05dc\u05e9\u05d5\u05d8\u05e8\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29595",
        "label": "7",
        "long": "\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05dc\u05d0\u05d5\u05de\u05d9\u05ea \u05dc\u05e9\u05d5\u05d8\u05e8\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2960",
        "label": "58",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05d5\u05e8\u05d6\u05d9\u05df-\u05d2\u05d1\u05e2\u05ea\u05d9\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-20",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": true,
        "id": "29602",
        "label": "10",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d7\u05d9\u05e4\u05d4-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Cable tram"
      },
      {
        "color": "9A6A2F",
        "color_name": "brown",
        "has_shape": true,
        "id": "29603",
        "label": "10",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d7\u05d9\u05e4\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Cable tram"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29606",
        "label": "255",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-11",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2961",
        "label": "125",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29613",
        "label": "240",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05de\u05db\u05dc\u05dc\u05ea \u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-1#",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29614",
        "label": "240",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29617",
        "label": "136",
        "long": "\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d1\u05e8 \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-10",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29618",
        "label": "136",
        "long": "\u05e7\u05d1\u05e8 \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29619",
        "label": "38",
        "long": "\u05d4\u05e8\u05d5\u05d1\u05e2 \u05d4\u05d9\u05d4\u05d5\u05d3\u05d9/\u05d7\u05d1''\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d5\u05d1\u05e2 \u05d4\u05d9\u05d4\u05d5\u05d3\u05d9/\u05d7\u05d1''\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29620",
        "label": "82",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05e3 \u05e6\u05d9\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05e3 \u05e6\u05d9\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29621",
        "label": "83",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29622",
        "label": "83\u05d0",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-31",
        "short": "83\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29623",
        "label": "882",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05e3 \u05e6\u05d9\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d5\u05d1\u05e2 \u05d4\u05d9\u05d4\u05d5\u05d3\u05d9/\u05d7\u05d1''\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29625",
        "label": "882",
        "long": "\u05d4\u05db\u05d5\u05ea\u05dc \u05d4\u05de\u05e2\u05e8\u05d1\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05e3 \u05e6\u05d9\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2963",
        "label": "125",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29649",
        "label": "4",
        "long": "\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05ea\u05e7\u05d5\u05d0-\u05d7\u05d5\u05e8\u05d4<->\u05d0\u05dc\u05e0\u05d5\u05e8/\u05d0\u05dc\u05e7\u05d0\u05d4\u05e8\u05d4-\u05d7\u05d5\u05e8\u05d4-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29650",
        "label": "4",
        "long": "\u05d0\u05dc\u05e0\u05d5\u05e8/\u05d0\u05dc\u05e7\u05d0\u05d4\u05e8\u05d4-\u05d7\u05d5\u05e8\u05d4<->\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05e0\u05d5\u05e8-\u05d7\u05d5\u05e8\u05d4-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29653",
        "label": "594",
        "long": "\u05de\u05ea\u05d7\u05dd \u05de\u05d1\u05e0\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29654",
        "label": "594",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3.\u05d4\u05e8\u05e6\u05dc/\u05de\u05e9\u05e2\u05d5\u05dc \u05d0\u05d9\u05e8\u05d9\u05e1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-20",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29655",
        "label": "498",
        "long": "\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29656",
        "label": "498",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7-20",
        "short": "498",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29659",
        "label": "598",
        "long": "\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29660",
        "label": "598",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7-20",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29661",
        "label": "593",
        "long": "\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29662",
        "label": "593",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7-20",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29669",
        "label": "5",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29670",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29671",
        "label": "11",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05d0\u05e8\u05d2\u05d6/\u05dc\u05d0\u05d5\u05df \u05e9\u05e8\u05d9\u05d9\u05d1\u05e8-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29672",
        "label": "11",
        "long": "\u05d0\u05e8\u05d2\u05d6/\u05dc\u05d0\u05d5\u05df \u05e9\u05e8\u05d9\u05d9\u05d1\u05e8-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05e8\u05d9\u05e7 \u05e9\u05e8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05dc\u05d0\u05db\u05d9-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29673",
        "label": "51",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29674",
        "label": "51",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29677",
        "label": "33",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1 \u05db\u05d1\u05d3/\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05e7\u05dc\u05d4/\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29678",
        "label": "29",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05de\u05e9\u05e7-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29679",
        "label": "29",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d1\u05d9\u05d2/\u05d4\u05de\u05e9\u05e7-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05e8\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-20",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29683",
        "label": "492",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e2\u05dc\u05d5\u05de\u05d9\u05dd \u05d1\u05d0\u05e8\u05d9-\u05e9\u05d3\u05d5\u05ea \u05e0\u05d2\u05d1<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29689",
        "label": "499",
        "long": "\u05de\u05ea\u05d7\u05dd \u05de\u05d1\u05e0\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29691",
        "label": "499",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3.\u05d4\u05e8\u05e6\u05dc/\u05de\u05e9\u05e2\u05d5\u05dc \u05d0\u05d9\u05e8\u05d9\u05e1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-20",
        "short": "499",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29693",
        "label": "592",
        "long": "\u05d0\u05dc\u05d9 \u05e1\u05d9\u05e0\u05d9/\u05e7\u05d8\u05d9\u05e3-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29694",
        "label": "592",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-20",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29697",
        "label": "19",
        "long": "\u05d4\u05d0\u05e8\u05d1\u05dc/\u05e9\u05d5\u05e8\u05e7-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29698",
        "label": "19",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d4\u05d0\u05e8\u05d1\u05dc/\u05e9\u05d5\u05e8\u05e7-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-20",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29699",
        "label": "50",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29700",
        "label": "20",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29701",
        "label": "20",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd-20",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29703",
        "label": "33",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1 \u05db\u05d1\u05d3/\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-10",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29704",
        "label": "112",
        "long": "\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05d3\u05e7\u05dc/\u05de\u05e6\u05d3\u05d4-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3-12",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "29705",
        "label": "112",
        "long": "\u05d4\u05d3\u05e7\u05dc/\u05d4\u05e8\u05d9\u05de\u05d5\u05df-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-22",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29708",
        "label": "73",
        "long": "\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29709",
        "label": "73",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-20",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29710",
        "label": "77",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8-\u05e4\u05d3\u05d5\u05d0\u05dc-10",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29711",
        "label": "77",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8-\u05e4\u05d3\u05d5\u05d0\u05dc<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29712",
        "label": "80",
        "long": "\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29713",
        "label": "80",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-20",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29714",
        "label": "81",
        "long": "\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29715",
        "label": "81",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05e0\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-20",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29716",
        "label": "82",
        "long": "\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea/\u05db\u05dc\u05d9 \u05e9\u05d9\u05e8-\u05e7\u05e8\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29717",
        "label": "82",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05e0\u05d5\u05e2\u05e8-\u05e7\u05e8\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05d5\u05df-20",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29720",
        "label": "93",
        "long": "\u05d2\u05d5\u05dc\u05df/\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05d0\u05dc\u05e4\u05d9 \u05de\u05e0\u05e9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29721",
        "label": "93",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d2\u05d5\u05dc\u05df/\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05d0\u05dc\u05e4\u05d9 \u05de\u05e0\u05e9\u05d4-20",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29722",
        "label": "95",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e2\u05de\u05dc/\u05e9\u05dc\u05de\u05d4 \u05de\u05d9\u05db\u05d0\u05dc\u05d9\u05e1-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29723",
        "label": "95",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29724",
        "label": "100",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29725",
        "label": "100",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29726",
        "label": "101",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29727",
        "label": "101",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29733",
        "label": "174",
        "long": "\u05d9\u05d4\u05dc\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29734",
        "label": "174",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d3\u05e8\u05da \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea/\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-20",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29735",
        "label": "184",
        "long": "\u05d4\u05d0\u05e8\u05d1\u05dc/\u05e9\u05d5\u05e8\u05e7-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29737",
        "label": "185",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29738",
        "label": "185",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd-20",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29739",
        "label": "188",
        "long": "\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "2974",
        "label": "1",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05db\u05d1\u05d9\u05e9 7-\u05d2\u05d3\u05e8\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05db\u05d1\u05d9\u05e9 7-\u05d2\u05d3\u05e8\u05d4-3#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29740",
        "label": "188",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05e0\u05d5\u05e2\u05e8-\u05e7\u05e8\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05d5\u05df-20",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29744",
        "label": "251",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-10",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29745",
        "label": "251",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29746",
        "label": "276",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-10",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29747",
        "label": "276",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29750",
        "label": "291",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29751",
        "label": "291",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29752",
        "label": "293",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05e6\u05dc-\u05e8\u05de\u05dc\u05d4-10",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29753",
        "label": "293",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29754",
        "label": "292",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-10",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29755",
        "label": "292",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29756",
        "label": "294",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29757",
        "label": "294",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29758",
        "label": "295",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05e6\u05d1\u05d9/\u05d4\u05e8\u05d1 \u05e9\u05de\u05d5\u05d0\u05dc \u05d1\u05e8\u05d5\u05da-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29759",
        "label": "207",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05e9\u05db\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05e9\u05db\u05dd/\u05e2\u05e0\u05d8\u05e8 \u05d1\u05df \u05e9\u05d3\u05d0\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29760",
        "label": "207",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05e2\u05e4\u05d0\u05d8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05d5\u05e2\u05e4\u05d0\u05d8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-31",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29767",
        "label": "75",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29768",
        "label": "75",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29769",
        "label": "103",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d4\u05d3\u05e7\u05dc/\u05e1\u05d5\u05d1\u05d4-\u05e0\u05d5\u05e4\u05d9\u05dd-10",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29770",
        "label": "103",
        "long": "\u05e0\u05d8\u05e4\u05d9\u05dd/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e0\u05d8\u05e4\u05d9\u05dd<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29775",
        "label": "586",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29776",
        "label": "586",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29777",
        "label": "3",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-30",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29778",
        "label": "8",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e7\u05e9\u05ea/\u05d3\u05d5\u05d1\u05d3\u05d1\u05df-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e1\u05e4\u05d5\u05e8\u05d8/\u05de\u05d1\u05d5\u05d0 \u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29781",
        "label": "7",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d4\u05d2\u05d1\u05e2-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea<->\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8/\u05de\u05d1\u05d5\u05d0 \u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-10",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29782",
        "label": "960",
        "long": "\u05e0\u05d5\u05d5\u05d4 \u05e9\u05d0\u05e0\u05df/\u05d1\u05d9\u05ea \u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d0\u05e4\u05e8\u05ea\u05d4/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29783",
        "label": "961",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d3\u05e8\u05da \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea/\u05de\u05d1\u05e6\u05e2 \u05d4\u05e8\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29784",
        "label": "962",
        "long": "\u05d0\u05e4\u05e8\u05ea\u05d4/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d2\u05e0\u05d9\u05dd/\u05d4\u05e1\u05d1\u05d9\u05d5\u05e0\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29785",
        "label": "963",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e9\u05d1\u05d5\u05ea \u05d0\u05e8\u05d9\u05d0\u05dc/\u05e6\u05d4''\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d0\u05e4\u05e8\u05ea\u05d4/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "29786",
        "label": "964",
        "long": "\u05d9\u05e4\u05ea\u05d7/\u05e6\u05d4''\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e9\u05df/\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29794",
        "label": "26",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d0\u05e0\u05e8\u05d2'\u05d9-\u05d7\u05d3\u05e8\u05d4<->\u05d1\u05e8\u05d9\u05db\u05d4-\u05e9\u05e7\u05d3-10",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29795",
        "label": "26",
        "long": "\u05d1\u05e8\u05d9\u05db\u05d4-\u05e9\u05e7\u05d3<->\u05de\u05ea\u05d7\u05dd \u05d0\u05e0\u05e8\u05d2'\u05d9-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29796",
        "label": "27",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05e8\u05d9\u05e9<->\u05de\u05d1\u05d5\u05d0 \u05d3\u05d5\u05ea\u05df/\u05de\u05e8\u05db\u05d6-\u05de\u05d1\u05d5\u05d0 \u05d3\u05d5\u05ea\u05df-10",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29797",
        "label": "27",
        "long": "\u05de\u05d1\u05d5\u05d0 \u05d3\u05d5\u05ea\u05df/\u05de\u05e8\u05db\u05d6-\u05de\u05d1\u05d5\u05d0 \u05d3\u05d5\u05ea\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-20",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29798",
        "label": "18",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd<->\u05d4\u05d0\u05e8\u05d1\u05dc/\u05e9\u05d5\u05e8\u05e7-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29799",
        "label": "18",
        "long": "\u05d4\u05d0\u05e8\u05d1\u05dc/\u05e9\u05d5\u05e8\u05e7-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29805",
        "label": "12",
        "long": "\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3/\u05e1\u05d1\u05d9\u05d5\u05df-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3/\u05e1\u05d1\u05d9\u05d5\u05df-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29806",
        "label": "29",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3/\u05e1\u05d1\u05d9\u05d5\u05df-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29828",
        "label": "86",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e2\u05de\u05dc/\u05e9\u05dc\u05de\u05d4 \u05de\u05d9\u05db\u05d0\u05dc\u05d9\u05e1-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29829",
        "label": "86",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29830",
        "label": "21\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-11",
        "short": "21\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29832",
        "label": "21\u05d0",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "21\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29834",
        "label": "352",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05e9\u05d3\u05e8\u05d5\u05ea \u05dc\u05db\u05d9\u05e9-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-12",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29838",
        "label": "161",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05de\u05e4\u05d2\u05e9 \u05d4\u05d1\u05d9\u05e7\u05e2\u05d4-\u05e2\u05e8\u05d1\u05d5\u05ea \u05d4\u05d9\u05e8\u05d3\u05df-10",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29839",
        "label": "161",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05de\u05e4\u05d2\u05e9 \u05d4\u05d1\u05d9\u05e7\u05e2\u05d4-\u05e2\u05e8\u05d1\u05d5\u05ea \u05d4\u05d9\u05e8\u05d3\u05df<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29842",
        "label": "186",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29843",
        "label": "186",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29844",
        "label": "189",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29845",
        "label": "189",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-20",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29846",
        "label": "275",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29847",
        "label": "275",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29848",
        "label": "284",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29849",
        "label": "284",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29850",
        "label": "285",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05d0\u05e8\u05d6/\u05d4\u05d7\u05e8\u05d5\u05d11-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd-20",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29851",
        "label": "286",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29852",
        "label": "286",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "286",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29854",
        "label": "288",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29855",
        "label": "386",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29856",
        "label": "386",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29857",
        "label": "486",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e2\u05de\u05dc/\u05e9\u05dc\u05de\u05d4 \u05de\u05d9\u05db\u05d0\u05dc\u05d9\u05e1-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29858",
        "label": "486",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29859",
        "label": "296",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05d1\u05e2\u05ea \u05d4\u05db\u05d5\u05db\u05d1\u05d9\u05dd/\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05db\u05d0\u05dc\u05d9-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-10",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29860",
        "label": "296",
        "long": "\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05db\u05d0\u05dc\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05e0\u05d1\u05d5-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29863",
        "label": "110",
        "long": "\u05d7\u05d5\u05de\u05e9/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05de\u05d1\u05d5\u05d0 \u05d7\u05d5\u05e8\u05d5\u05df<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-15",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "299",
        "label": "9",
        "long": "\u05e2\u05db\u05d1\u05e8\u05d4-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29919",
        "label": "3",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-30",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29928",
        "label": "5",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05d9''\u05e1 \u05d1\u05e0\u05d5\u05ea \u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29929",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05e4\u05d5\u05dc\u05d4 \u05e2\u05d9\u05dc\u05d9\u05ea-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29930",
        "label": "11",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05d9''\u05e1 \u05d1\u05e0\u05d5\u05ea \u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29931",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05e4\u05d5\u05dc\u05d4 \u05e2\u05d9\u05dc\u05d9\u05ea-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29938",
        "label": "974",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-10",
        "short": "974",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29939",
        "label": "974",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "974",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29947",
        "label": "162",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "29948",
        "label": "162",
        "long": "\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29950",
        "label": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29951",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29952",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29953",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29954",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29955",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29956",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29957",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29958",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29959",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29960",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29961",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29962",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29963",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29964",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29965",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29966",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29967",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29968",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29969",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29970",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29971",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29972",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29973",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29974",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29975",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29976",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29977",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29985",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29986",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29987",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29988",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29989",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29990",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29991",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29992",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29993",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29994",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29995",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29996",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29997",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29998",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "29999",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3",
        "label": "2",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30",
        "label": "36",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05df \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d1\u05e0\u05d9\u05dd/\u05d4\u05e9\u05e7\u05d3-\u05e9\u05ea\u05d5\u05dc\u05d9\u05dd-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30000",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30001",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30002",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30003",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30004",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30005",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30006",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30007",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30008",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30009",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30010",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30011",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30012",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30014",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30017",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30018",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30019",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30020",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30021",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30025",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30028",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30031",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30033",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30037",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30038",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30039",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30041",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30042",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30044",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30046",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30048",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30050",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30052",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30053",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30055",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30057",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30059",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30061",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30064",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30065",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30069",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30073",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30075",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30077",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30078",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30081",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30082",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30086",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30088",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30089",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30090",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30091",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30092",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30093",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30094",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30095",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30096",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30097",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30098",
        "label": "\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30099",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30100",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30101",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30102",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30103",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30104",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30105",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30106",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30107",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30108",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30109",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30110",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30111",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30112",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30113",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30114",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30115",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30116",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30117",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30118",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30119",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30120",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30121",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30122",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30123",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30124",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30125",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30126",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30127",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30128",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30129",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30130",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30131",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30132",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30133",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30134",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30135",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30136",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30137",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30138",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30139",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30141",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30142",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30143",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30144",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30145",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30146",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30147",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30148",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30149",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30150",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30151",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30152",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30153",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30154",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30155",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30156",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30157",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30158",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30159",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30160",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30161",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30162",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30163",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30164",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30165",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30166",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30167",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30168",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30169",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3017",
        "label": "12",
        "long": "\u05d4\u05e8\u05e6\u05dc/\u05e8\u05d5\u05d8\u05e9\u05d9\u05dc\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e7\u05d1\u05d5\u05e5 \u05e4\u05dc\u05de\u05d7\u05d9\u05dd \u05de\u05e8\u05db\u05d6-\u05e4\u05dc\u05de\u05d7\u05d9\u05dd-12",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30170",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30171",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30172",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30173",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30174",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30175",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30176",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30177",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30178",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30179",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30180",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30181",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30182",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30183",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30184",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30185",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30186",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30187",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30188",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30189",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3019",
        "label": "12",
        "long": "\u05d4\u05e8\u05e6\u05dc/\u05e8\u05d5\u05d8\u05e9\u05d9\u05dc\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e7\u05d1\u05d5\u05e5 \u05e4\u05dc\u05de\u05d7\u05d9\u05dd \u05de\u05e8\u05db\u05d6-\u05e4\u05dc\u05de\u05d7\u05d9\u05dd-1\u05dd",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30190",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30191",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30192",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30193",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30194",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30195",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30196",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30197",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30198",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30199",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3021",
        "label": "12",
        "long": "\u05e7\u05d1\u05d5\u05e5 \u05e4\u05dc\u05de\u05d7\u05d9\u05dd \u05de\u05e8\u05db\u05d6-\u05e4\u05dc\u05de\u05d7\u05d9\u05dd<->\u05e2\u05d9\u05df \u05d4\u05e7\u05d5\u05e8\u05d0/\u05d4\u05e8\u05e6\u05dc-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-24",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30217",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30220",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30221",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30224",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30225",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30229",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30233",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30238",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3024",
        "label": "12",
        "long": "\u05e7\u05d1\u05d5\u05e5 \u05e4\u05dc\u05de\u05d7\u05d9\u05dd \u05de\u05e8\u05db\u05d6-\u05e4\u05dc\u05de\u05d7\u05d9\u05dd<->\u05e2\u05d9\u05df \u05d4\u05e7\u05d5\u05e8\u05d0/\u05d4\u05e8\u05e6\u05dc-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2\u05dd",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30246",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30248",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30252",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30256",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30261",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30264",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30270",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30273",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30274",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30275",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30276",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30277",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30278",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30279",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30280",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30281",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30282",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30283",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30284",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30285",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30286",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30287",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30288",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30289",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30290",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30291",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30292",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30293",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30294",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30295",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30296",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30297",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30298",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30299",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30300",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30301",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30302",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30303",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30304",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30305",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30306",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30307",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30308",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30309",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30310",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30311",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30312",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30313",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30314",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30315",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30316",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30317",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30318",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30319",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30320",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30321",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30322",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30323",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30324",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30325",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30326",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30327",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30328",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30329",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30330",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30331",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30332",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30333",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30334",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30335",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30336",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30337",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30338",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30339",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30340",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30341",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30342",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30343",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30344",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30345",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30346",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30347",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30348",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30349",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30350",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30351",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30352",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30353",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30354",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30355",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30356",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30364",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30365",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30368",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30369",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30370",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30372",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30373",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30374",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30375",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30376",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30377",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30378",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30379",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30380",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30381",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30382",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30383",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30384",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30385",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30386",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30388",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30389",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30390",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30391",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30392",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30395",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30396",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30397",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30398",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30399",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30400",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30401",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30402",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30403",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30404",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30405",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30406",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30408",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30415",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30423",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30444",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30445",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30446",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30449",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30497",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30498",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30499",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "305",
        "label": "12",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30500",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30501",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30502",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30503",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30504",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30505",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30506",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30507",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30508",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30509",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30510",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30511",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30512",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30540",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30550",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30551",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30552",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30553",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30559",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30560",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30561",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30562",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30563",
        "label": "21",
        "long": "\u05e7\u05dc\u05d9\u05d9\u05df/\u05d9\u05d0\u05d9\u05e8-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05de\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30565",
        "label": "21",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05dc\u05d9\u05d9\u05df/\u05d0\u05d4\u05e8\u05d5\u05df \u05e9\u05de\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30566",
        "label": "22",
        "long": "\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-10",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30567",
        "label": "22",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05e8\u05d9\u05e9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d3\u05e8\u05da \u05d0\u05e8\u05e5/\u05d4\u05ea\u05d7\u05d3\u05e9\u05d5\u05ea-\u05d7\u05e8\u05d9\u05e9-20",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30568",
        "label": "218\u05d0",
        "long": "\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-32",
        "short": "218\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3063",
        "label": "15",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d2\u05d3 \u05d0\u05d5\u05e9\u05d9\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3067",
        "label": "16",
        "long": "\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30674",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "307",
        "label": "12",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30712",
        "label": "206",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30713",
        "label": "206",
        "long": "\u05d7\u05d9 \u05d0\u05dc\u05de\u05d3\u05d0\u05e8\u05e1/\u05d2'\u05d0\u05de\u05e2 \u05d0\u05dc \u05d6\u05d0\u05d5\u05d5\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d9\u05d9\u05d7 \u05e1\u05e2\u05d3   \u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-31",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30714",
        "label": "205",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df/\u05e8\u05d7\u05d5\u05d1 \u05e1\u05d5\u05dc\u05d8\u05df \u05e1\u05d5\u05dc\u05d9\u05de\u05d0\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30715",
        "label": "205",
        "long": "\u05d4\u05d3\u05e8\u05da \u05d4\u05d0\u05de\u05e8\u05d9\u05e7\u05d0\u05d9\u05ea/\u05d0\u05dc \u05d7'\u05d5\u05dc\u05e4\u05d0\u05d0 \u05d0\u05dc\u05e8\u05d0\u05e9\u05d3\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d9 \u05d0\u05dc\u05de\u05d3\u05d0\u05e8\u05e1/\u05e1\u05e8\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-31",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30721",
        "label": "18",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d2'\u05d9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-12",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30726",
        "label": "74",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d4\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30727",
        "label": "74",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30728",
        "label": "75",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d4\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30729",
        "label": "75",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3073",
        "label": "16",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30730",
        "label": "233",
        "long": "'\u05de\u05e6\u05e8 \u05d0-\u05de\u05e6\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-11",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30731",
        "label": "233",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->'\u05de\u05e6\u05e8 \u05d0-\u05de\u05e6\u05e8-21",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30755",
        "label": "468",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-10",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30756",
        "label": "468",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4-20",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30763",
        "label": "172",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05e8\u05e2\u05dd/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e9\u05e4\u05e8\u05e2\u05dd-1#",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30764",
        "label": "684",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05ea\u05dc \u05e9\u05d1\u05e2-\u05ea\u05dc \u05e9\u05d1\u05e2-1#",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30765",
        "label": "421",
        "long": "\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d1",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30766",
        "label": "688",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-11",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30767",
        "label": "688",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-21",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30775",
        "label": "869",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30776",
        "label": "869",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "869",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30777",
        "label": "68",
        "long": "\u05e0\u05d5\u05e4\u05d9\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e0\u05d5\u05e4\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-10",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30778",
        "label": "68",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05e0\u05d5\u05e4\u05d9\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e0\u05d5\u05e4\u05d9\u05ea-20",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30779",
        "label": "36",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d1\u05d9\u05e8 \u05d4\u05d3\u05d0\u05d2'-11",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30784",
        "label": "163",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d1\u05e8 \u05e8\u05d7\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30785",
        "label": "163",
        "long": "\u05e7\u05d1\u05e8 \u05e8\u05d7\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30794",
        "label": "77",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d2\u05d1\u05e2\u05d4 \u05d4\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea/\u05d1\u05e8 \u05db\u05d5\u05db\u05d1\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30795",
        "label": "77\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d2\u05d1\u05e2\u05d4 \u05d4\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea/\u05d1\u05e8 \u05db\u05d5\u05db\u05d1\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "77\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30796",
        "label": "77",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d2\u05d1\u05e2\u05d4 \u05d4\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea/\u05d1\u05e8 \u05db\u05d5\u05db\u05d1\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30797",
        "label": "77\u05d0",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d2\u05d1\u05e2\u05d4 \u05d4\u05e6\u05e8\u05e4\u05ea\u05d9\u05ea/\u05d1\u05e8 \u05db\u05d5\u05db\u05d1\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "77\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30798",
        "label": "8",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d7\u05d9\u05d9\u05dd \u05dc\u05d1\u05d1-\u05e0\u05d4\u05e8\u05d9\u05d4-1\u05d1",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30799",
        "label": "8",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05db\u05dc\u05d9\u05dc \u05d4\u05db\u05d5\u05e8\u05e9-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2\u05d1",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30800",
        "label": "4",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05e9\u05dc\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e9\u05d5\u05e0\u05d9\u05ea/\u05db\u05d5\u05db\u05d1 \u05d4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4-1\u05d1",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30801",
        "label": "4",
        "long": "\u05e9\u05d5\u05e0\u05d9\u05ea/\u05db\u05d5\u05db\u05d1 \u05d4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05e9\u05dc\u05d5\u05dd \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d4\u05e8\u05d9\u05d4-2\u05d1",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30804",
        "label": "16",
        "long": "\u05d1\u05d9\u05d2 \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e8\u05d2\u05d1\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d7\u05d9\u05d9\u05dd \u05dc\u05d1\u05d1-\u05e0\u05d4\u05e8\u05d9\u05d4-1\u05d1",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30805",
        "label": "16",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05db\u05dc\u05d9\u05dc \u05d4\u05db\u05d5\u05e8\u05e9-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05d2 \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e8\u05d2\u05d1\u05d4-2\u05d1",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30806",
        "label": "18",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05db\u05dc\u05d9\u05dc \u05d4\u05db\u05d5\u05e8\u05e9-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05d2 \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e8\u05d2\u05d1\u05d4-1\u05d1",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30807",
        "label": "18",
        "long": "\u05d1\u05d9\u05d2 \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e8\u05d2\u05d1\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05db\u05dc\u05d9\u05dc \u05d4\u05db\u05d5\u05e8\u05e9-\u05e0\u05d4\u05e8\u05d9\u05d4-2\u05d1",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "30808",
        "label": "3",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d4\u05e8 \u05de\u05d9\u05e8\u05d5\u05df/\u05d4\u05d7\u05dc\u05d5\u05e5-\u05e0\u05d4\u05e8\u05d9\u05d4-2\u05d1",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "30810",
        "label": "81",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30861",
        "label": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30863",
        "label": "\u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30865",
        "label": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30867",
        "label": "\u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30868",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30870",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30871",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30873",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30878",
        "label": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30887",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30894",
        "label": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3090",
        "label": "26",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-1\u05d0",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30903",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30910",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30914",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30918",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30922",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30925",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30926",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30929",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30933",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30937",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30941",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3095",
        "label": "26",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-22",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "30970",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31",
        "label": "37",
        "long": "\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05e9\u05dc\u05d5\u05de\u05e6\u05d9\u05d5\u05df-\u05d2\u05df \u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3104",
        "label": "27",
        "long": "\u05d9\u05e6\u05d9\u05e5/\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05db\u05ea\u05e8 \u05ea\u05d5\u05e8\u05d4-\u05d9\u05e6\u05d9\u05e5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2\u05d9",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "31040",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31126",
        "label": "6",
        "long": "\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05e8\u05d4\u05d8<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc \u05d4\u05d5\u05d3\u05d0-\u05e8\u05d4\u05d8-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31127",
        "label": "6",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc \u05d4\u05d5\u05d3\u05d0-\u05e8\u05d4\u05d8<->\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05e8\u05d4\u05d8-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31128",
        "label": "900",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-1\u05d1",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31130",
        "label": "947",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31131",
        "label": "947",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1\u05d0",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31132",
        "label": "947",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-1\u05d1",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31133",
        "label": "947",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2\u05d0",
        "short": "947",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31134",
        "label": "950",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d0\u05dc \u05e2\u05dc-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3\u05d0",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31136",
        "label": "5",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-3\u05d1",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31137",
        "label": "297",
        "long": "\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4<->\u05de\u05dc\u05dc/\u05d9\u05e2\u05e8\u05d9-\u05d7\u05d9\u05e4\u05d4-11",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31138",
        "label": "297",
        "long": "\u05de\u05dc\u05dc/\u05e7\u05d5\u05de\u05d5\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4-21",
        "short": "297",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31143",
        "label": "9\u05d0",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-11",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31144",
        "label": "9\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31153",
        "label": "4\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-11",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31154",
        "label": "4\u05d0",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "312",
        "label": "22",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-3#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "31274",
        "label": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31299",
        "label": "200",
        "long": "\u05d7\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e2\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df/\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3/\u05d3\u05e8\u05da \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-3#",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3158",
        "label": "82",
        "long": "\u05d4\u05de\u05e6\u05dc\u05ea\u05d9\u05d9\u05dd/\u05d4\u05ea\u05d6\u05de\u05d5\u05e8\u05ea-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e9\u05e8\u05d0\u05dc \u05e9\u05de\u05d9\u05d3-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-1#",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3159",
        "label": "82\u05d0",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05de\u05d5\u05e9\u05d1\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e9\u05e8\u05d0\u05dc \u05e9\u05de\u05d9\u05d3-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-1\u05d0",
        "short": "82\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "316",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e2\u05e8\u05d0\u05de\u05e9\u05d4 \u05d9/\u05ea\u05d7\u05e0\u05d4 \u05e1\u05d5\u05e4\u05d9\u05ea-\u05e2\u05e8\u05d0\u05de\u05e9\u05d4-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3160",
        "label": "82",
        "long": "\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e9\u05e8\u05d0\u05dc \u05e9\u05de\u05d9\u05d3-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05d4\u05de\u05e6\u05dc\u05ea\u05d9\u05d9\u05dd/\u05d7\u05d5\u05de\u05d4 \u05d5\u05de\u05d2\u05d3\u05dc-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3161",
        "label": "82\u05d0",
        "long": "\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e9\u05e8\u05d0\u05dc \u05e9\u05de\u05d9\u05d3-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea/\u05d0\u05dc\u05d9\u05de\u05dc\u05da \u05e6\u05de\u05d9\u05e8-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2\u05d0",
        "short": "82\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "317",
        "label": "24",
        "long": "\u05e2\u05e8\u05d0\u05de\u05e9\u05d4 \u05d9/\u05ea\u05d7\u05e0\u05d4 \u05e1\u05d5\u05e4\u05d9\u05ea-\u05e2\u05e8\u05d0\u05de\u05e9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "31817",
        "label": "822",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "31818",
        "label": "822",
        "long": "\u05d4\u05e4\u05e1\u05d2\u05d4/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "31819",
        "label": "823",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "31820",
        "label": "823",
        "long": "\u05d4\u05e4\u05e1\u05d2\u05d4/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "31821",
        "label": "824",
        "long": "\u05de\u05e2\u05d2\u05dc\u05d9 \u05d4\u05e8\u05d9''\u05dd \u05dc\u05d5\u05d9\u05df/\u05de\u05d1\u05d5\u05d0 \u05e4\u05ea\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "31822",
        "label": "824",
        "long": "\u05d4\u05e4\u05e1\u05d2\u05d4/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d2\u05dc\u05d9 \u05d4\u05e8\u05d9''\u05dd \u05dc\u05d5\u05d9\u05df/\u05de\u05d1\u05d5\u05d0 \u05e4\u05ea\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "31823",
        "label": "825",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "31824",
        "label": "825",
        "long": "\u05d4\u05e4\u05e1\u05d2\u05d4/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31829",
        "label": "25",
        "long": "\u05d1\u05e8\u05d9\u05db\u05d4-\u05e9\u05e7\u05d3<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05d7\u05dc\u05d5\u05de\u05d5\u05ea-\u05d7\u05e8\u05d9\u05e9-10",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31830",
        "label": "25",
        "long": "\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9<->\u05d1\u05e8\u05d9\u05db\u05d4-\u05e9\u05e7\u05d3-20",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31831",
        "label": "78",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea \u05de\u05d6\u05e8\u05d7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31833",
        "label": "78",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1 \u05d4\u05d7\u05d5\u05d1\u05dc/\u05d0\u05d3\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31836",
        "label": "260",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-10",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31837",
        "label": "260",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31838",
        "label": "54",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05e7\u05e8\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05d5\u05df-10",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31839",
        "label": "54",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05e7\u05e8\u05e0\u05d9 \u05e9\u05d5\u05de\u05e8\u05d5\u05df<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31840",
        "label": "55",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05e0\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31841",
        "label": "55",
        "long": "\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05d2\u05d9\u05ea\u05d9\u05ea-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31876",
        "label": "37\u05d0",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-11",
        "short": "37\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31877",
        "label": "37",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31878",
        "label": "37",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31935",
        "label": "977",
        "long": "\u05d4\u05db\u05dc\u05e0\u05d9\u05ea/\u05d4\u05e0\u05d5\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31936",
        "label": "977",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05db\u05dc\u05e0\u05d9\u05ea/\u05d4\u05e0\u05d5\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "977",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31990",
        "label": "957",
        "long": "\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2\u05d0",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31994",
        "label": "951",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e0\u05d5\u05e3 \u05d4\u05e2\u05de\u05e7/\u05d4\u05d0\u05d9\u05e8\u05d9\u05e1-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-1\u05d0",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31995",
        "label": "951",
        "long": "\u05e0\u05d5\u05e3 \u05d4\u05e2\u05de\u05e7/\u05d4\u05d0\u05d9\u05e8\u05d9\u05e1-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2\u05d0",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "31999",
        "label": "600",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05ea\u05dc\u05de\u05d5\u05d3 \u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32",
        "label": "37",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05df \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd-\u05d2\u05df \u05d9\u05d1\u05e0\u05d4-2#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32000",
        "label": "600",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05ea\u05dc\u05de\u05d5\u05d3 \u05d1\u05d1\u05dc\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32005",
        "label": "139",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05db\u05d9\u05e0\u05d5\u05e8-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-1#",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32006",
        "label": "139",
        "long": "\u05d4\u05db\u05d9\u05e0\u05d5\u05e8-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32049",
        "label": "246",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d4\u05de\u05d4\u05e8\u05d9''\u05e5-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-17",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32055",
        "label": "5",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "321",
        "label": "27",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e9\u05ea\u05d5\u05dc\u05d4 \u05de\u05e8\u05db\u05d6-\u05e9\u05ea\u05d5\u05dc\u05d4-1#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32249",
        "label": "629",
        "long": "\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32250",
        "label": "629",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "323",
        "label": "27",
        "long": "\u05e9\u05ea\u05d5\u05dc\u05d4 \u05de\u05e8\u05db\u05d6-\u05e9\u05ea\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32344",
        "label": "134",
        "long": "\u05d2\u05d5\u05dc\u05df/\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05d0\u05dc\u05e4\u05d9 \u05de\u05e0\u05e9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32345",
        "label": "134",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d2\u05d5\u05dc\u05df/\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05d0\u05dc\u05e4\u05d9 \u05de\u05e0\u05e9\u05d4-20",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32346",
        "label": "4",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32348",
        "label": "4",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32356",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32357",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32358",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32359",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32360",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32412",
        "label": "954",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32413",
        "label": "954",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32423",
        "label": "276",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df-1#",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32425",
        "label": "276",
        "long": "\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32427",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32429",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32430",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32433",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32434",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32435",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32436",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32437",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32438",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32439",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32440",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32441",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32442",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32443",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32444",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32445",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32446",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32447",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32448",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32449",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32450",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32451",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32452",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32453",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32454",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32455",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32456",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32457",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32458",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32459",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32460",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32461",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32462",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32463",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32464",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32465",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32466",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32467",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32468",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32469",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32470",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32471",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32472",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32473",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32474",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32475",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32476",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32477",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32478",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32479",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32480",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32481",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32482",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32483",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32484",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32485",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32486",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32487",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32488",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32489",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32490",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32491",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32492",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32493",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32494",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32495",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32496",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32497",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32498",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32499",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "325",
        "label": "28",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05d3\u05d4 \u05de\u05d9\u05e8\u05d5\u05df-\u05d4\u05d2\u05dc\u05d9\u05dc \u05d4\u05e2\u05dc\u05d9\u05d5\u05df-1#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32500",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32501",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32502",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32503",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32504",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32505",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32506",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32507",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32508",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32509",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32510",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32511",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32512",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32513",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32525",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32526",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32528",
        "label": "63",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05e8\u05d9\u05e9<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-11",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32529",
        "label": "63",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-21",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32535",
        "label": "16",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32536",
        "label": "16",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32541",
        "label": "617",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32542",
        "label": "617",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32543",
        "label": "617",
        "long": "\u05de\u05e2\u05e4\u05d9\u05dc\u05d9 \u05d0\u05d2\u05d5\u05d6/\u05d4\u05e8\u05d1 \u05d4\u05e8\u05e6\u05d5\u05d2-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32544",
        "label": "618",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32545",
        "label": "618",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32546",
        "label": "618",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05dc\u05d5\u05d9 \u05d0\u05e9\u05db\u05d5\u05dc/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32547",
        "label": "619",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32548",
        "label": "619",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32549",
        "label": "614",
        "long": "\u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df/\u05e7\u05e4\u05dc\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32550",
        "label": "614",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df/\u05e7\u05e4\u05dc\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32574",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32575",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32579",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "32580",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32647",
        "label": "27\u05d0",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05d4\u05dc\u05d5\u05dd/\u05d2\u05e8\u05e0\u05d8-\u05d0\u05d1\u05df \u05e1\u05e4\u05d9\u05e8-2\u05d1",
        "short": "27\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32654",
        "label": "51",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32655",
        "label": "54",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05e2\u05ea\u05d9\u05d3-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-17",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32656",
        "label": "60",
        "long": "\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32657",
        "label": "60",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4-20",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32658",
        "label": "58",
        "long": "\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32659",
        "label": "58",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4-20",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3266",
        "label": "95",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05de\u05e8. \u05e9\u05e4\u05d9\u05e0\u05d5\u05d6\u05d4/\u05e4\u05dc\u05de\u05d7-\u05d0\u05d6\u05d5\u05e8-1#",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32660",
        "label": "59",
        "long": "\u05d4\u05e8 \u05d1\u05e8\u05db\u05d4/\u05db\u05e4\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd-\u05d1\u05e8\u05db\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32661",
        "label": "59",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d4\u05e8 \u05d1\u05e8\u05db\u05d4/\u05e7\u05e9\u05ea\u05d9-\u05d1\u05e8\u05db\u05d4-20",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "32662",
        "label": "62",
        "long": "\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-10",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "32663",
        "label": "62",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4/\u05d9\u05e9\u05d9\u05d1\u05d4-\u05d0\u05dc\u05d5\u05df \u05de\u05d5\u05e8\u05d4-20",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32664",
        "label": "41",
        "long": "\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd/\u05d7\u05d8\u05d9\u05d1\u05ea \u05d2\u05d5\u05dc\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05d2\u05d5\u05dc\u05e0\u05d9/\u05d0\u05dc \u05de\u05d9\u05e2\u05e8\u05d9-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32665",
        "label": "51\u05d0",
        "long": "\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "51\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32667",
        "label": "440",
        "long": "\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32668",
        "label": "440",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32669",
        "label": "152",
        "long": "\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32672",
        "label": "437",
        "long": "\u05d4\u05d3\u05e7\u05dc/\u05e1\u05d5\u05d1\u05d4-\u05e0\u05d5\u05e4\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32673",
        "label": "437",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05d3\u05e7\u05dc/\u05e1\u05d5\u05d1\u05d4-\u05e0\u05d5\u05e4\u05d9\u05dd-20",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32674",
        "label": "65",
        "long": "\u05d4\u05d3\u05e7\u05dc/\u05e1\u05d5\u05d1\u05d4-\u05e0\u05d5\u05e4\u05d9\u05dd<->\u05e2\u05de\u05dc/\u05e9\u05dc\u05de\u05d4 \u05de\u05d9\u05db\u05d0\u05dc\u05d9\u05e1-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32675",
        "label": "65",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d4\u05d3\u05e7\u05dc/\u05e1\u05d5\u05d1\u05d4-\u05e0\u05d5\u05e4\u05d9\u05dd-20",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32676",
        "label": "390",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32677",
        "label": "390",
        "long": "\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05de\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-20",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32678",
        "label": "257",
        "long": "\u05dc\u05d1\u05d5\u05e0\u05d4/\u05d3\u05d1\u05d5\u05e8\u05e0\u05d9\u05ea-\u05d1\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32679",
        "label": "257",
        "long": "\u05e2\u05de\u05dc/\u05e9\u05dc\u05de\u05d4 \u05de\u05d9\u05db\u05d0\u05dc\u05d9\u05e1-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05dc\u05d1\u05d5\u05e0\u05d4/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d9\u05e6\u05e0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-20",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32680",
        "label": "78",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8-\u05e4\u05d3\u05d5\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32681",
        "label": "78",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8-\u05e4\u05d3\u05d5\u05d0\u05dc-20",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "327",
        "label": "28",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9\u05d3\u05d4 \u05de\u05d9\u05e8\u05d5\u05df-\u05d4\u05d2\u05dc\u05d9\u05dc \u05d4\u05e2\u05dc\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32741",
        "label": "25",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05e8 \u05e8\u05d1 \u05d4\u05d0\u05d9/\u05e1\u05e2\u05d3\u05d9\u05d4 \u05d4\u05d2\u05d0\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-17",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "32742",
        "label": "25",
        "long": "\u05de\u05e8\u05e1\u05d9\u05d9/\u05d1\u05e8 \u05e8\u05d1 \u05d4\u05d0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d0\u05d7\u05d3 \u05d4\u05e2\u05dd-\u05d7\u05d9\u05e4\u05d4-27",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3310",
        "label": "144",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05d7\u05e0\u05d4 \u05d1\u05df \u05e2\u05de\u05d9-\u05d7\u05d1\u05dc \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df-1#",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3311",
        "label": "144",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d1\u05df \u05e2\u05de\u05d9-\u05d7\u05d1\u05dc \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-2#",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33133",
        "label": "905",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33134",
        "label": "905",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-2#",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "33135",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33143",
        "label": "8",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33144",
        "label": "8\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-11",
        "short": "8\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33145",
        "label": "8",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33146",
        "label": "8\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-21",
        "short": "8\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3315",
        "label": "164",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33154",
        "label": "267",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-10",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33155",
        "label": "267",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "33157",
        "label": "32\u05d0",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1 \u05db\u05d1\u05d3/\u05d4\u05d1\u05d5\u05e0\u05d9\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05e7\u05dc\u05d4/\u05de\u05e1\u05d5\u05e3 \u05d9''\u05d0-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "32\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33158",
        "label": "617",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-15",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33161",
        "label": "617",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-25",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33163",
        "label": "618",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-15",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33166",
        "label": "618",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-25",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33167",
        "label": "619",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-15",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3317",
        "label": "164",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2#",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33170",
        "label": "616",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05ea\u05dc\u05de\u05d5\u05d3 \u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-15",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33171",
        "label": "616",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d4\u05e8 \u05d4\u05d3\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d7\u05dc \u05e6\u05d0\u05dc\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33172",
        "label": "616",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05ea\u05dc\u05de\u05d5\u05d3 \u05d1\u05d1\u05dc\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-25",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33173",
        "label": "189",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd-15",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33174",
        "label": "189",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d2\u05d9\u05dc \u05d4\u05e8\u05da/\u05d4\u05e8\u05d1 \u05d0.\u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d9\u05e2\u05e8\u05d9\u05dd<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-25",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33179",
        "label": "1",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3 \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-3#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33180",
        "label": "33\u05d0",
        "long": "\u05d4\u05d1\u05d8\u05d9\u05d7\u05d5\u05ea/\u05d4\u05e4\u05dc\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "33\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33181",
        "label": "29",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33182",
        "label": "29",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33183",
        "label": "35\u05d0",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea\u05e8\u05e9\u05d9\u05e9/\u05e1\u05e4\u05d9\u05e8-\u05d0\u05e9\u05d3\u05d5\u05d3-11",
        "short": "35\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33184",
        "label": "35\u05d0",
        "long": "\u05ea\u05e8\u05e9\u05d9\u05e9/\u05e1\u05e4\u05d9\u05e8-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "35\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33185",
        "label": "16",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05d8\u05d9\u05d9\u05dc\u05ea/\u05de\u05e7\u05e1 \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33186",
        "label": "16",
        "long": "\u05d4\u05d8\u05d9\u05d9\u05dc\u05ea/\u05e1\u05de\u05d8\u05ea \u05d0\u05dc \u05d4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33195",
        "label": "152",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05e0\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-20",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33196",
        "label": "50",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05de\u05e8\u05db\u05d6 \u05ea\u05e2\u05e1\u05d5\u05e7\u05d4 \u05dc\u05e0\u05db\u05d4/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33197",
        "label": "50",
        "long": "'\u05e2\u05de\u05dc \u05d0-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "33198",
        "label": "1",
        "long": "\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05de\u05d1\u05ea\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-14",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33202",
        "label": "618",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05dc\u05d5\u05d9 \u05d0\u05e9\u05db\u05d5\u05dc/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-26",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33207",
        "label": "17",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05d7\u05e0\u05d0\u05e0\u05d4-\u05d8\u05de\u05e8\u05d4<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05de\u05e2\u05e1\u05e8\u05d4-\u05d8\u05de\u05e8\u05d4-1\u05d0",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33208",
        "label": "17\u05d0",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05d7\u05e0\u05d0\u05e0\u05d4-\u05d8\u05de\u05e8\u05d4<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05de\u05e2\u05e1\u05e8\u05d4-\u05d8\u05de\u05e8\u05d4-2\u05d0",
        "short": "17\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33229",
        "label": "228",
        "long": "\u05d7\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e2\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df/\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3-1#",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3323",
        "label": "164",
        "long": "\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d9\u05d5\u05dd \u05d4\u05db\u05d9\u05e4\u05d5\u05e8\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2\u05e7",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33233",
        "label": "18",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05d7\u05e0\u05d0\u05e0\u05d4-\u05d8\u05de\u05e8\u05d4<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05de\u05e2\u05e1\u05e8\u05d4-\u05d8\u05de\u05e8\u05d4-1\u05d0",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33234",
        "label": "18\u05d0",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05d7\u05e0\u05d0\u05e0\u05d4-\u05d8\u05de\u05e8\u05d4<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05de\u05e2\u05e1\u05e8\u05d4-\u05d8\u05de\u05e8\u05d4-2\u05d0",
        "short": "18\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33238",
        "label": "619",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-23",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33239",
        "label": "384",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d9\u05d4\u05d5\u05e9\u05e2 \u05d1\u05df \u05e0\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2-1#",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33240",
        "label": "384",
        "long": "\u05e9\u05d3. \u05db\u05dc\u05d1 \u05d1\u05df \u05d9\u05e4\u05d5\u05e0\u05d4/\u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da-\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33244",
        "label": "531",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33245",
        "label": "504",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d4\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33246",
        "label": "637",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33247",
        "label": "637",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33248",
        "label": "638",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3.\u05e0\u05d4\u05e8 \u05d4\u05d9\u05e8\u05d3\u05df/\u05e8\u05d9\u05d1''\u05dc-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33249",
        "label": "638",
        "long": "\u05e9\u05d3.\u05e0\u05d4\u05e8 \u05d4\u05d9\u05e8\u05d3\u05df/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3325",
        "label": "164",
        "long": "\u05de\u05d2\u05d3\u05dc\u05d9 \u05d4\u05e2\u05d9\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2\u05e9",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33250",
        "label": "639",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33251",
        "label": "639",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33252",
        "label": "92",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33254",
        "label": "140",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-1#",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33255",
        "label": "348",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33256",
        "label": "308",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33257",
        "label": "308",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33258",
        "label": "318",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33259",
        "label": "318",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3326",
        "label": "166",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33260",
        "label": "328",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33261",
        "label": "328",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33262",
        "label": "338",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33263",
        "label": "338",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33266",
        "label": "62",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05d5\u05ea/\u05de\u05d9\u05e8\u05e1\u05e7\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33268",
        "label": "416",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33269",
        "label": "416",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-3#",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3327",
        "label": "166",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "33271",
        "label": "1",
        "long": "\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05d9\u05d1\u05d4 \u05e9\u05e2\u05e8 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d8\u05d9\u05d9\u05d1\u05d4<->\u05d0\u05dc\u05d0\u05de\u05dc/\u05d0.\u05ea\u05e2\u05e9\u05d9\u05d4-\u05d8\u05d9\u05d9\u05d1\u05d4-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "33272",
        "label": "1",
        "long": "\u05d0\u05dc\u05d0\u05de\u05dc/\u05d0.\u05ea\u05e2\u05e9\u05d9\u05d4-\u05d8\u05d9\u05d9\u05d1\u05d4<->\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05d9\u05d1\u05d4 \u05e9\u05e2\u05e8 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d9\u05d9\u05d1\u05d4-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "33273",
        "label": "3",
        "long": "\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05e8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d8\u05d9\u05e8\u05d4<->\u05d4\u05de\u05d5\u05d1\u05d9\u05dc/\u05d8\u05d0\u05e8\u05e7 \u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "33274",
        "label": "3",
        "long": "\u05d4\u05de\u05d5\u05d1\u05d9\u05dc/\u05d8\u05d0\u05e8\u05e7 \u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4<->\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05e8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d9\u05e8\u05d4-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "33275",
        "label": "4",
        "long": "\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05e8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d8\u05d9\u05e8\u05d4<->\u05d4\u05de\u05d5\u05d1\u05d9\u05dc/\u05d8\u05d0\u05e8\u05e7 \u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "33276",
        "label": "4",
        "long": "\u05d4\u05de\u05d5\u05d1\u05d9\u05dc/\u05d8\u05d0\u05e8\u05e7 \u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4<->\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05e8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d9\u05e8\u05d4-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33277",
        "label": "140",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-2#",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33278",
        "label": "142",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e6\u05d5\u05e8 \u05d9\u05d2\u05d0\u05dc/\u05db\u05d5\u05db\u05d1 \u05d9\u05d0\u05d9\u05e8-\u05db\u05d5\u05db\u05d1 \u05d9\u05d0\u05d9\u05e8<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-1#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33279",
        "label": "142",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e6\u05d5\u05e8 \u05d9\u05d2\u05d0\u05dc/\u05db\u05d5\u05db\u05d1 \u05d9\u05d0\u05d9\u05e8-\u05db\u05d5\u05db\u05d1 \u05d9\u05d0\u05d9\u05e8-2#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33280",
        "label": "150",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33281",
        "label": "150",
        "long": "\u05d4\u05de\u05dc\u05db\u05d9\u05dd/\u05d4\u05d2\u05d3\u05d5\u05d3 \u05d4\u05e2\u05d1\u05e8\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-20",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33282",
        "label": "459",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33284",
        "label": "348",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33285",
        "label": "31",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33286",
        "label": "31",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33287",
        "label": "31",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-21",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "33288",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "33322",
        "label": "142",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d5\u05d0\u05d9\u05dc\u05ea-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-11",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "33323",
        "label": "142",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05d5\u05d0\u05d9\u05dc\u05ea-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33324",
        "label": "109",
        "long": "\u05e9\u05e2\u05d1/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e9\u05e2\u05d1<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-1#",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33325",
        "label": "109",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05de\u05d2\u05e8\u05e9 \u05de\u05e9\u05d5\u05dc\u05d1-\u05e9\u05e2\u05d1-2#",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33328",
        "label": "67",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d8\u05e0\u05d9\u05e1-\u05e1\u05d0\u05d2'\u05d5\u05e8<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05db\u05dc\u05dc\u05d9\u05ea-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3-1\u05d0",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33329",
        "label": "67",
        "long": "\u05e9\u05d5\u05e7-\u05d1\u05d9\u05e2\u05e0\u05d4<->\u05de\u05e8\u05db\u05d6 \u05d8\u05e0\u05d9\u05e1-\u05e1\u05d0\u05d2'\u05d5\u05e8-2\u05d0",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33330",
        "label": "68",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33331",
        "label": "68",
        "long": "\u05e9\u05de\u05d7\u05d4 \u05d0\u05e8\u05dc\u05d9\u05da/\u05dc\u05d5\u05d9 \u05d0\u05e9\u05db\u05d5\u05dc-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2\u05d0",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33332",
        "label": "68",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d2\u05e8\u05d9\u05d0\u05d8\u05e8\u05d9 \u05d3\u05d5\u05e8\u05d5\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2\u05d2",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33333",
        "label": "67",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e1\u05d9\u05e0\u05de\u05d4 \u05e1\u05d9\u05d8\u05d9/\u05d4\u05de\u05d7\u05e7\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33334",
        "label": "67",
        "long": "\u05d4\u05de\u05d7\u05e7\u05e8/\u05d4\u05d2\u05d1\u05d9\u05e9-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33335",
        "label": "148",
        "long": "\u05d1\u05d9''\u05e1 \u05e9\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33336",
        "label": "148",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05e9\u05e2\u05e8 \u05d4\u05d2\u05d9\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-33",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33337",
        "label": "29\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e9\u05dc\u05d3\u05d2/\u05e9\u05d1\u05d9\u05dc \u05d4\u05e9\u05e7\u05d9\u05e2\u05d4-\u05de\u05db\u05de\u05d5\u05e8\u05ea-11",
        "short": "29\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33338",
        "label": "29\u05d0",
        "long": "\u05e6\u05e8\u05db\u05e0\u05d9\u05d4-\u05de\u05db\u05de\u05d5\u05e8\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-21",
        "short": "29\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33339",
        "label": "70",
        "long": "\u05d7\u05d1\u05e6\u05dc\u05ea \u05d4\u05d7\u05d5\u05e3/\u05d0\u05d9\u05e8\u05d5\u05e1 \u05d4\u05d0\u05e8\u05d2\u05de\u05df-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9''\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05e9\u05de\u05e2\u05d5\u05df \u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33340",
        "label": "70",
        "long": "\u05d1\u05df \u05e6\u05d1\u05d9/\u05db\u05e4\u05e8 \u05d0\u05d5\u05e8\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9''\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05e9\u05de\u05e2\u05d5\u05df \u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4-2\u05d0",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33341",
        "label": "70",
        "long": "\u05e4\u05e0\u05d7\u05e1 \u05dc\u05d1\u05d5\u05df/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9''\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05e9\u05de\u05e2\u05d5\u05df \u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4-2\u05d1",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33342",
        "label": "70",
        "long": "\u05d1\u05d9''\u05e1 \u05e9\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9''\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05e9\u05de\u05e2\u05d5\u05df \u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4-3#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33344",
        "label": "32",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-11",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33345",
        "label": "32\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-21",
        "short": "32\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33346",
        "label": "16",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-11",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33347",
        "label": "16",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-21",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33348",
        "label": "61",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-12",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33351",
        "label": "149",
        "long": "\u05d1\u05d9''\u05e1 \u05e9\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d4\u05d4\u05d3\u05e8\u05d9\u05dd \u05e6\u05d5\u05e8\u05df/\u05d4\u05e9\u05d9\u05e7\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-1#",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33352",
        "label": "149",
        "long": "\u05d3\u05e8\u05da \u05dc\u05d1 \u05d4\u05e9\u05e8\u05d5\u05df/\u05d4\u05d0\u05d9\u05dc\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9''\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05e9\u05de\u05e2\u05d5\u05df \u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33353",
        "label": "139",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4-11",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33354",
        "label": "139",
        "long": "\u05d7\u05d8''\u05d1 \u05d0/\u05e2\u05d1\u05d3 \u05d0\u05dc \u05d7\u05d9-\u05d8\u05d9\u05e8\u05d4<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-21",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "33499",
        "label": "949",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05e0\u05d5\u05e2\u05e8-\u05de\u05e2\u05dc\u05d4 \u05d0\u05e4\u05e8\u05d9\u05dd-14",
        "short": "949",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33504",
        "label": "66",
        "long": "\u05d1\u05d9''\u05e1 \u05e9\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-1#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33505",
        "label": "66",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9''\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05e9\u05de\u05e2\u05d5\u05df \u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33506",
        "label": "143",
        "long": "\u05d6\u05de\u05d9\u05e8/\u05e2\u05d2\u05d5\u05e8-\u05e2\u05d9\u05df \u05e9\u05e8\u05d9\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33511",
        "label": "70\u05d0",
        "long": "\u05d1\u05d9''\u05e1 \u05e9\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e9''\u05d9 \u05e2\u05d2\u05e0\u05d5\u05df/\u05e9\u05de\u05e2\u05d5\u05df \u05d1\u05e8 \u05d9\u05d5\u05d7\u05d0\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4-3\u05d2",
        "short": "70\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "33512",
        "label": "252",
        "long": "\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-11",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "33513",
        "label": "252",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7\u05e8\u05d9\u05ea \u05d2\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05e4\u05d9\u05ea/\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-21",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3354",
        "label": "201",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d0\u05dc\u05d7\u05e0\u05df/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "33541",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "33542",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3356",
        "label": "201",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3360",
        "label": "201",
        "long": "\u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d4\u05e8 \u05e0\u05d1\u05d5-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05e7",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3362",
        "label": "204",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33620",
        "label": "621",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33621",
        "label": "621",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33625",
        "label": "87",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e0\u05e1\u05d9\u05dd/\u05d7\u05e8\u05de\u05d5\u05df-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05d0\u05d5\u05dc\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8-\u05d4\u05e8 \u05d0\u05d3\u05e8-10",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33626",
        "label": "87",
        "long": "\u05d0\u05d5\u05dc\u05dd \u05e1\u05e4\u05d5\u05e8\u05d8-\u05d4\u05e8 \u05d0\u05d3\u05e8<->\u05d9\u05e6\u05d7\u05e7 \u05e0\u05e1\u05d9\u05dd/\u05d7\u05e8\u05de\u05d5\u05df-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-20",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33627",
        "label": "228",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d2\u05e0\u05d9 \u05d0\u05d1\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3/\u05d3\u05e8\u05da \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33629",
        "label": "393",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-15",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3363",
        "label": "204",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1/\u05d3\u05d5\u05d3 \u05e1\u05d7\u05e8\u05d5\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "33630",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3364",
        "label": "226",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d7\u05e0\u05d4 \u05ea\u05dc \u05e0\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d0\u05dc\u05e2\u05d6\u05e8\u05d9-1#",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3365",
        "label": "227",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd B-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d7\u05e0\u05d4 \u05ea\u05dc \u05e0\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d0\u05dc\u05e2\u05d6\u05e8\u05d9-1#",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33656",
        "label": "511",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-17",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33657",
        "label": "511",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-27",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33662",
        "label": "23\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-1#",
        "short": "23\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33663",
        "label": "23",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33664",
        "label": "226",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05e9\u05de\u05e8\u05ea \u05de\u05d0\u05d9\u05e8-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-17",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "33665",
        "label": "61",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3372",
        "label": "249",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1\u05d0",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3373",
        "label": "249",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1\u05d6",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "33732",
        "label": "162",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-11",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "33733",
        "label": "162",
        "long": "\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3374",
        "label": "249",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2#",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3375",
        "label": "249",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2\u05d0",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3383",
        "label": "274",
        "long": "\u05d4\u05de\u05dc\u05da \u05d7\u05e1\u05df \u05d4\u05e9\u05e0\u05d9/\u05d1\u05d5\u05e1\u05d9 \u05e1\u05e0\u05d8 \u05d2'\u05d5\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05e2\u05e7\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34001",
        "label": "391",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2\u05d0",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "34072",
        "label": "45",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05e8\u05de\u05d5\u05ea-\u05d2\u05d5\u05dc\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "34073",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e1\u05e2\u05e3 \u05e8\u05de\u05d5\u05ea/\u05ea\u05d7\u05e0\u05ea \u05d3\u05dc\u05e7-\u05d2\u05d5\u05dc\u05df-20",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "34077",
        "label": "151",
        "long": "\u05e9\u05d3. \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8/\u05e9\u05d3. \u05d4\u05e9\u05e4\u05dc\u05d4-\u05d1\u05ea \u05d7\u05e4\u05e8<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d0\u05e9\u05dc\u05d9\u05dd/\u05d3\u05e8\u05da \u05d4\u05d7\u05d5\u05e3-\u05de\u05db\u05de\u05d5\u05e8\u05ea-10",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "34078",
        "label": "151",
        "long": "\u05d1\u05d9''\u05e1 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d9\u05dd-\u05de\u05db\u05de\u05d5\u05e8\u05ea<->\u05d1\u05ea \u05d7\u05e4\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8-\u05d1\u05ea \u05d7\u05e4\u05e8-20",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "34079",
        "label": "150",
        "long": "\u05e9\u05d3. \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8/\u05e9\u05d3. \u05d4\u05e9\u05e4\u05dc\u05d4-\u05d1\u05ea \u05d7\u05e4\u05e8<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d0\u05e9\u05dc\u05d9\u05dd/\u05d3\u05e8\u05da \u05d4\u05d7\u05d5\u05e3-\u05de\u05db\u05de\u05d5\u05e8\u05ea-10",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "34080",
        "label": "150",
        "long": "\u05d1\u05d9''\u05e1 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d9\u05dd-\u05de\u05db\u05de\u05d5\u05e8\u05ea<->\u05d1\u05ea \u05d7\u05e4\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d7\u05e4\u05e8-\u05d1\u05ea \u05d7\u05e4\u05e8-20",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34081",
        "label": "450",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de''\u05d7-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-13",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34082",
        "label": "52",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d5\u05e7\u05d9\u05e2\u05d4 \u05d0\u05dc \u05d2'\u05e8\u05d1\u05d9\u05d4 \u05d2-\u05e4\u05e7\u05d9\u05e2\u05d9\u05df-1\u05d1",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34083",
        "label": "52",
        "long": "\u05d0\u05dc \u05d2'\u05e8\u05d1\u05d9\u05d4 \u05d6-\u05e4\u05e7\u05d9\u05e2\u05d9\u05df<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2\u05d1",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34086",
        "label": "152",
        "long": "\u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd \u05d9\u05d6-\u05e4\u05e7\u05d9\u05e2\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34087",
        "label": "152",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd \u05d8\u05d6-\u05e4\u05e7\u05d9\u05e2\u05d9\u05df-2#",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34088",
        "label": "4\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-11",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34089",
        "label": "4\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-21",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34095",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d2\u05d5\u05e8-\u05d9\u05d2\u05d5\u05e8<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d2\u05d5\u05e8-\u05d9\u05d2\u05d5\u05e8-30",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "341",
        "label": "39",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-1#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34104",
        "label": "3",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34106",
        "label": "3",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34109",
        "label": "570",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "34115",
        "label": "793",
        "long": "\u05d9\u05e0\u05d5\u05d1\u05e1\u05e7\u05d9/\u05d3\u05e8\u05da \u05d7\u05d1\u05e8\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "34116",
        "label": "793",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05e8\u05e9\u05d1\u05e1\u05e7\u05d9/\u05d0\u05e8\u05d9\u05d4 \u05d1\u05d9\u05e0\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34117",
        "label": "71",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34118",
        "label": "71",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34119",
        "label": "72",
        "long": "\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34120",
        "label": "72",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e8\u05e1\u05e7\u05d9/\u05de\u05d9\u05e0\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34121",
        "label": "80",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-11",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34122",
        "label": "80",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4/\u05d4\u05d8\u05d7\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-21",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34124",
        "label": "85",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4<->\u05de\u05d7\u05e0\u05d4 \u05d1\u05d9\u05ea \u05dc\u05d9\u05d3-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4-10",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34126",
        "label": "570",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34127",
        "label": "86",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d1\u05d9\u05ea \u05dc\u05d9\u05d3-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e8\u05d5\u05e0\u05d4-\u05db\u05e4\u05e8 \u05d9\u05d5\u05e0\u05d4-20",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34129",
        "label": "5",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc \u05d4\u05d5\u05d3\u05d0-\u05e8\u05d4\u05d8<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc \u05d4\u05d5\u05d3\u05d0-\u05e8\u05d4\u05d8-33",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34134",
        "label": "41",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-1\u05d0",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34135",
        "label": "41",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2\u05d0",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34136",
        "label": "311",
        "long": "\u05d4\u05d5\u05e9\u05e2\u05d9\u05d9\u05d4-\u05d4\u05d5\u05e9\u05e2\u05d9\u05d4<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9-1#",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34137",
        "label": "311",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e8\u05de\u05ea \u05d9\u05e9\u05d9-\u05e8\u05de\u05ea \u05d9\u05e9\u05d9<->\u05d4\u05d5\u05e9\u05e2\u05d9\u05d9\u05d4-\u05d4\u05d5\u05e9\u05e2\u05d9\u05d4-2#",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34141",
        "label": "61",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34154",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34156",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34166",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34169",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34175",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34178",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34184",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34186",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34187",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34197",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34207",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34209",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34211",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34212",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34213",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34214",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34215",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34216",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34218",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34220",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34221",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34222",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34223",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34224",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34225",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34226",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34227",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34229",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34231",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34239",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34256",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34257",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34258",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34259",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34260",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34261",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34262",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34263",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34264",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34265",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34266",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34267",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34268",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34269",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34270",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34271",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34272",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34273",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34297",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34298",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34299",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34314",
        "label": "160",
        "long": "\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-10",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34315",
        "label": "160",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-20",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34316",
        "label": "490",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd B-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e8\u05e2\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34317",
        "label": "490",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-3#",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34318",
        "label": "8\u05d0",
        "long": "\u05d2\u05dc\u05d5\u05d1\u05d5\u05e1 \u05e1\u05e0\u05d8\u05e8-\u05de\u05d1\u05e7\u05d9\u05e2\u05d9\u05dd<->\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-11",
        "short": "8\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34319",
        "label": "8\u05d0",
        "long": "\u05d0\u05e8\u05d9\u05d4 \u05ea\u05d2\u05e8/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d2\u05dc\u05d5\u05d1\u05d5\u05e1 \u05e1\u05e0\u05d8\u05e8-\u05de\u05d1\u05e7\u05d9\u05e2\u05d9\u05dd-21",
        "short": "8\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34332",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34333",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34334",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34335",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34336",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34337",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34338",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34339",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34340",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34341",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34342",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34343",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34344",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34345",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34346",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34347",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34348",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34349",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34350",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34351",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34352",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34353",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34354",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34355",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34359",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34360",
        "label": "68",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0 \u05d5'/\u05db\u05d1\u05d9\u05e9 \u05e8\u05d0\u05e9\u05d9-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0-12",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34361",
        "label": "68",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d3\u05d9\u05e8 \u05d7\u05e0\u05d0-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-22",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34365",
        "label": "457",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34367",
        "label": "634",
        "long": "\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34368",
        "label": "634",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-20",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34395",
        "label": "5\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d2\u05d5\u05e8-\u05d9\u05d2\u05d5\u05e8-10",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34396",
        "label": "5\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d2\u05d5\u05e8-\u05d9\u05d2\u05d5\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-20",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "344",
        "label": "39",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34404",
        "label": "63",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05e9\u05e2\u05e8 \u05d4\u05d2\u05d9\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-13",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34418",
        "label": "457",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34420",
        "label": "65",
        "long": "\u05d4\u05d0\u05d5\u05e8\u05d6\u05d9\u05dd/\u05d4\u05e2\u05de\u05dc-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-13",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34421",
        "label": "65",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d4\u05e8\u05de\u05dc\u05d9\u05df/\u05d4\u05de\u05d7\u05e7\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-23",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "34446",
        "label": "2",
        "long": "\u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-\u05d1\u05ea \u05d9\u05dd<->\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "34447",
        "label": "1",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "34448",
        "label": "1",
        "long": "\u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-\u05d1\u05ea \u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "34449",
        "label": "3",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d0\u05dc\u05d9\u05e4\u05dc\u05d8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "34450",
        "label": "3",
        "long": "\u05d0\u05dc\u05d9\u05e4\u05dc\u05d8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34457",
        "label": "18",
        "long": "\u05e7\u05d5\u05d1\u05d0\u05d0 \u05d0\u05dc\u05d3\u05d0\u05d0\u05e8\u05d9 \u05d0-\u05db\u05e4\u05e8 \u05e7\u05e8\u05e2<->\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34458",
        "label": "18",
        "long": "\u05d1\u05e8\u05d8\u05e2\u05d4-\u05d1\u05e1\u05de''\u05d4<->\u05e7\u05d5\u05d1\u05d0\u05d0 \u05d0\u05dc\u05d3\u05d0\u05d0\u05e8\u05d9 \u05d0-\u05db\u05e4\u05e8 \u05e7\u05e8\u05e2-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34459",
        "label": "86",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34460",
        "label": "86",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34461",
        "label": "81",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34462",
        "label": "81",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34463",
        "label": "85",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34464",
        "label": "85",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34619",
        "label": "116",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34620",
        "label": "116",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34627",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "34628",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34636",
        "label": "65",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d7\u05d5\u05e3 \u05e4\u05d5\u05dc\u05d2/\u05e8\u05de\u05ea \u05e4\u05d5\u05dc\u05d2-\u05e0\u05ea\u05e0\u05d9\u05d4-1\u05d1",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34637",
        "label": "65",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d4\u05d7\u05d5\u05e3 \u05d4\u05d9\u05e8\u05d5\u05e7-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2\u05d1",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34638",
        "label": "64",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e1\u05e4\u05d9\u05e8/\u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-1\u05d1",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34639",
        "label": "64",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d3 \u05d7\u05e8\u05d5\u05e6\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2\u05d1",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34673",
        "label": "120",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4-1#",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34674",
        "label": "120",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34675",
        "label": "682",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05dc\u05de\u05d2'\u05d3 \u05d7\u05d5\u05e8\u05d4-\u05d7\u05d5\u05e8\u05d4-1#",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34676",
        "label": "682",
        "long": "\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05ea\u05e7\u05d5\u05d0-\u05d7\u05d5\u05e8\u05d4<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-2#",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34920",
        "label": "580",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34928",
        "label": "280",
        "long": "\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34929",
        "label": "280",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "34931",
        "label": "477",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35",
        "label": "48",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35028",
        "label": "56",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d3\u05e8\u05d5\u05de\u05d9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d3\u05dd \u05d4\u05de\u05db\u05d1\u05d9\u05dd/\u05d7\u05d9\u05e0\u05e0\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35030",
        "label": "266",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35032",
        "label": "266",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd-10",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35157",
        "label": "258",
        "long": "\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35158",
        "label": "258",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4-20",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35160",
        "label": "473",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "473",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35175",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35185",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35194",
        "label": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "3529",
        "label": "273",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d2\u05d3\u05e8\u05d4-1#",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "353",
        "label": "41",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-1#",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "3530",
        "label": "273",
        "long": "\u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05d2\u05d3\u05e8\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35324",
        "label": "114",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d4\u05d2\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05d4\u05d2\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35325",
        "label": "242",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35326",
        "label": "242",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05ea \u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "354",
        "label": "41",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35424",
        "label": "55",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df/\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35425",
        "label": "55",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df/\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-11",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35437",
        "label": "89",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35438",
        "label": "89",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35439",
        "label": "684",
        "long": "\u05de\u05d2\u05d3\u05dc \u05de\u05d9\u05dd-\u05ea\u05dc \u05e9\u05d1\u05e2<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-2#",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35470",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35489",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35492",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35494",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35496",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35501",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35503",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35506",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35508",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35509",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35510",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35511",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35512",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35513",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35514",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35515",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35516",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35517",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35518",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35519",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35520",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35524",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35525",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35526",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35527",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35528",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35529",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35530",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35531",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35532",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35533",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35534",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35535",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35536",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35537",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35538",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35539",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35540",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35541",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35542",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35543",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35544",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35545",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35546",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35547",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35548",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35549",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35550",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35551",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35552",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35553",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35554",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35555",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35556",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35558",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35581",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35582",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35583",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35584",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35597",
        "label": "49",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1/\u05de\u05d0\u05d9\u05e8 \u05d1\u05dc\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05da \u05d7\u05d1\u05e8\u05d5\u05df/\u05d4\u05e8\u05d5\u05d6\u05de\u05e8\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35598",
        "label": "49",
        "long": "\u05d3\u05e8\u05da \u05d7\u05d1\u05e8\u05d5\u05df/\u05d4\u05e8\u05d5\u05d6\u05de\u05e8\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35679",
        "label": "2",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35680",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05de\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35689",
        "label": "690",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35690",
        "label": "690",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35691",
        "label": "695",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35692",
        "label": "695",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35693",
        "label": "681",
        "long": "\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d4\u05e8\u05d5\u05e0\u05e1\u05d5\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35694",
        "label": "691",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35695",
        "label": "691",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35696",
        "label": "681",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d6\u05dc\u05de\u05df \u05d0\u05d5\u05d9\u05e2\u05e8\u05d1\u05da-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35698",
        "label": "148",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35700",
        "label": "148",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35701",
        "label": "451",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35707",
        "label": "680",
        "long": "\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d4\u05e8\u05d5\u05e0\u05e1\u05d5\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35708",
        "label": "680",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d6\u05dc\u05de\u05df \u05d0\u05d5\u05d9\u05e2\u05e8\u05d1\u05da-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35712",
        "label": "72",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3#",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3575",
        "label": "6",
        "long": "\u05e9\u05d5\u05e7 \u05d4\u05e4\u05e9\u05e4\u05e9\u05d9\u05dd/\u05e7\u05d9\u05d1\u05d5\u05e5 \u05d2\u05dc\u05d5\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d5\u05e7 \u05d4\u05e4\u05e9\u05e4\u05e9\u05d9\u05dd/\u05e7\u05d9\u05d1\u05d5\u05e5 \u05d2\u05dc\u05d5\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3577",
        "label": "7",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d9\u05db\u05dc \u05d4\u05ea\u05e8\u05d1\u05d5\u05ea/\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd-\u05e0\u05e9\u05e8-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3578",
        "label": "7",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd/\u05de\u05e8\u05db\u05d6 \u05ea\u05dc \u05d7\u05e0\u05df-\u05e0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3580",
        "label": "8",
        "long": "\u05d4\u05db\u05dc\u05e0\u05d9\u05d5\u05ea/\u05d4\u05e8\u05e7\u05e4\u05d5\u05ea-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd/\u05d4\u05d0\u05d5\u05e8\u05e0\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-1\u05d0",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35810",
        "label": "280",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-31",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A4A4A",
        "color_name": "green",
        "has_shape": true,
        "id": "35819",
        "label": "99",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05ea \u05d9\u05dd \u05e7\u05d5\u05dc\u05d5\u05e0\u05d9 \u05d1\u05d9\u05e5-\u05d1\u05ea \u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e0\u05d9\u05d5\u05ea \u05d1\u05ea \u05d9\u05dd \u05e7\u05d5\u05dc\u05d5\u05e0\u05d9 \u05d1\u05d9\u05e5-\u05d1\u05ea \u05d9\u05dd-3#",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Transit line"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35822",
        "label": "681",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d6\u05dc\u05de\u05df \u05d0\u05d5\u05d9\u05e2\u05e8\u05d1\u05da-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-21",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35883",
        "label": "273",
        "long": "\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35884",
        "label": "299",
        "long": "\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d1\u05e8 300/\u05d3\u05e8\u05da \u05d1\u05d9\u05ea \u05dc\u05d7\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35885",
        "label": "299",
        "long": "\u05de\u05e2\u05d1\u05e8 300/\u05d3\u05e8\u05da \u05d1\u05d9\u05ea \u05dc\u05d7\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35886",
        "label": "274",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05e9\u05db\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05e9\u05db\u05dd/\u05e2\u05e0\u05d8\u05e8 \u05d1\u05df \u05e9\u05d3\u05d0\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35887",
        "label": "558",
        "long": "\u05db\u05d1\u05d9\u05e9 989/\u05db\u05d1\u05d9\u05e9 98-\u05de\u05d2'\u05d3\u05dc \u05e9\u05de\u05e1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-10",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35888",
        "label": "558",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05db\u05d1\u05d9\u05e9 989/\u05db\u05d1\u05d9\u05e9 98-\u05de\u05d2'\u05d3\u05dc \u05e9\u05de\u05e1-20",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3593",
        "label": "9",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3595",
        "label": "9\u05d0",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4-3\u05d1",
        "short": "9\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35951",
        "label": "171",
        "long": "\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d1\u05d9\u05ea \u05d7\u05e0\u05d9\u05e0\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35952",
        "label": "171",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d1\u05d9\u05ea \u05d7\u05e0\u05d9\u05e0\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05d1\u05e8 \u05e7\u05dc\u05e0\u05d3\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35979",
        "label": "97",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05d2\u05e9\u05e8 \u05d4\u05d9\u05d3\u05d9\u05d3\u05d5\u05ea/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e2\u05d9\u05df \u05e7\u05e0\u05d9\u05d9\u05d0-11",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35980",
        "label": "97",
        "long": "\u05d2\u05e9\u05e8 \u05d4\u05d9\u05d3\u05d9\u05d3\u05d5\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e2\u05d9\u05df \u05e7\u05e0\u05d9\u05d9\u05d0<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-21",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35987",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "35990",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "35995",
        "label": "681",
        "long": "\u05e9\u05d3. \u05dc\u05d5\u05d9 \u05d0\u05e9\u05db\u05d5\u05dc/\u05e9\u05d3. \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d1\u05df \u05d6\u05d0\u05d1-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3600",
        "label": "10",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36017",
        "label": "333",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d6\u05d9\u05dd \u05e6\u05e4\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e6\u05d5\u05de\u05ea \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "36020",
        "label": "37",
        "long": "\u05db\u05e4\u05e8 \u05e0\u05d8\u05e8 \u05d4\u05e6\u05e2\u05d9\u05e8\u05d4-\u05db\u05e4\u05e8 \u05e0\u05d8\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-10",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "36021",
        "label": "37",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d2\u05df \u05d4\u05d1\u05e0\u05d9\u05dd/\u05d4\u05d1\u05e0\u05d9\u05dd-\u05d0\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-20",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36029",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36031",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3604",
        "label": "11",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3606",
        "label": "11",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3608",
        "label": "11\u05d0",
        "long": "\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05e0\u05d9\u05e1\u05e0\u05d1\u05d5\u05d9\u05dd/\u05e4\u05e8\u05e5 \u05de\u05e8\u05e7\u05d9\u05e9-\u05d7\u05d9\u05e4\u05d4-1\u05d0",
        "short": "11\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36092",
        "label": "985",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-16",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36094",
        "label": "985",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-26",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36095",
        "label": "987",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-16",
        "short": "987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36097",
        "label": "987",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-26",
        "short": "987",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3610",
        "label": "11\u05d0",
        "long": "\u05e0\u05d9\u05e1\u05d9\u05e0\u05d1\u05d5\u05d9\u05dd/\u05d9\u05d3 \u05dc\u05d1\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "11\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36101",
        "label": "887",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36102",
        "label": "887",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36103",
        "label": "885",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36104",
        "label": "885",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3612",
        "label": "12",
        "long": "\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df/\u05d9\u05e7\u05d9\u05e0\u05d8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3614",
        "label": "12",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05d9\u05e7\u05d9\u05e0\u05d8\u05d5\u05df/\u05d1\u05d2\u05d9\u05df-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3616",
        "label": "12",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05db\u05e8\u05de\u05dc/\u05e8\u05e0''\u05e7-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3617",
        "label": "12",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05db\u05e8\u05de\u05dc/\u05e8\u05e0''\u05e7-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3619",
        "label": "13",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e4\u05e0\u05d7\u05e1 \u05e1\u05e4\u05d9\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de''\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d9\u05dd-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3620",
        "label": "13",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e4\u05e0\u05d7\u05e1 \u05e1\u05e4\u05d9\u05e8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de''\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d9\u05dd<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-2#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3624",
        "label": "13",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3626",
        "label": "14",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e2\u05dc\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d4/\u05d0\u05dc\u05d9\u05e9\u05e2-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3627",
        "label": "14",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-3\u05db",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3628",
        "label": "14",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-3\u05e2",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3629",
        "label": "14",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e2\u05dc\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d4/\u05d0\u05dc\u05d9\u05e9\u05e2-\u05d7\u05d9\u05e4\u05d4-3\u05e4",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3633",
        "label": "16",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3636",
        "label": "16",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36361",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36362",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36363",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36364",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36365",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36366",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36367",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36368",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36369",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3639",
        "label": "17",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d0\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36397",
        "label": "17",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd-20",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36398",
        "label": "21",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-10",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "364",
        "label": "44",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d2'\u05df 1-\u05d1\u05d9\u05ea \u05d2'\u05df-1#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3640",
        "label": "17\u05d0",
        "long": "\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4-1\u05d7",
        "short": "17\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3641",
        "label": "17",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36416",
        "label": "17",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-10",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36417",
        "label": "21",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05e2\u05e5 \u05d0\u05e4\u05e8\u05d9\u05dd-20",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36418",
        "label": "184",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d4\u05d0\u05e8\u05d1\u05dc/\u05e9\u05d5\u05e8\u05e7-\u05d0\u05d5\u05e8\u05e0\u05d9\u05ea-20",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36419",
        "label": "956",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e2\u05d1\u05d5\u05d3\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3642",
        "label": "17",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d5",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36420",
        "label": "956",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05e8\u05e1\u05e7\u05d5-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-3#",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3643",
        "label": "17\u05d0",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4-2\u05d7",
        "short": "17\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3644",
        "label": "18",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e0\u05d5\u05d5\u05d4 \u05e9\u05d0\u05e0\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3645",
        "label": "18",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05de\u05d0\u05d9\u05e8\u05d5\u05d1\u05d9\u05e5-\u05d7\u05d9\u05e4\u05d4-1\u05d0",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3646",
        "label": "18",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05de\u05d0\u05d9\u05e8\u05d5\u05d1\u05d9\u05e5-\u05d7\u05d9\u05e4\u05d4-1\u05d1",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3647",
        "label": "18",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4-1\u05d3",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36477",
        "label": "178",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05de\u05e8\u05db\u05d1\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36478",
        "label": "178",
        "long": "\u05d4\u05de\u05e8\u05db\u05d1\u05d4/\u05d4\u05d1\u05e0\u05d0\u05d9-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36499",
        "label": "57",
        "long": "\u05d3\u05dd \u05d4\u05de\u05db\u05d1\u05d9\u05dd/\u05e6\u05d0\u05dc\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d3\u05e8\u05d5\u05de\u05d9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3650",
        "label": "18",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05de\u05d0\u05d9\u05e8\u05d5\u05d1\u05d9\u05e5-\u05d7\u05d9\u05e4\u05d4-1\u05e9",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36500",
        "label": "57",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d3\u05e8\u05d5\u05de\u05d9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d3\u05dd \u05d4\u05de\u05db\u05d1\u05d9\u05dd /\u05d7\u05e8\u05e6\u05d9\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36501",
        "label": "859",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36502",
        "label": "859",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36503",
        "label": "13",
        "long": "\u05d1\u05d9\u05ea \u05d1\u05e8\u05d1\u05d5\u05e8/\u05d3\u05e8\u05da \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36504",
        "label": "13",
        "long": "\u05d1\u05d9''\u05d7 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d1\u05d9\u05ea \u05d1\u05e8\u05d1\u05d5\u05e8/\u05d3\u05e8\u05da \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36505",
        "label": "17",
        "long": "\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36506",
        "label": "17",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8\u05db\u05d1\u05ea-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36507",
        "label": "29",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36508",
        "label": "29",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3651",
        "label": "18",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e0\u05d5\u05d5\u05d4 \u05e9\u05d0\u05e0\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3652",
        "label": "18",
        "long": "\u05d4\u05e8\u05d1 \u05de\u05d9\u05de\u05d5\u05df/\u05d2\u05d9\u05dc\u05d1\u05d5\u05e2-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3653",
        "label": "18",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d3",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3656",
        "label": "19",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d0\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3657",
        "label": "19",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d0\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-1\u05d4",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3658",
        "label": "19",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d7\u05e7\u05dc\u05d0\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-1\u05e9",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3659",
        "label": "19",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36591",
        "label": "79",
        "long": "\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36592",
        "label": "79",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d4\u05d9\u05d5\u05d1\u05dc/\u05d4\u05e0\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-20",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36593",
        "label": "24",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3/\u05d3\u05e8\u05da \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36594",
        "label": "24",
        "long": "\u05d7\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e2\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df/\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36596",
        "label": "8",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e0\u05e4\u05d7-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d1\u05d9\u05d1-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36597",
        "label": "8",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d1\u05d9\u05d1-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e0\u05e4\u05d7/\u05d4\u05d9\u05d6\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3660",
        "label": "19\u05d0",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d4",
        "short": "19\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3662",
        "label": "20",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e0\u05d5\u05d5\u05d4 \u05e9\u05d0\u05e0\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e0\u05d5\u05d5\u05d4 \u05e9\u05d0\u05e0\u05df-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3665",
        "label": "21",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05db\u05e8\u05de\u05dc/\u05e8\u05e0''\u05e7-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36659",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "36660",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36699",
        "label": "959",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-3\u05d0",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "367",
        "label": "44",
        "long": "\u05d1\u05d9\u05ea \u05d2'\u05df 1-\u05d1\u05d9\u05ea \u05d2'\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36700",
        "label": "968",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3\u05d0",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36701",
        "label": "912",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-3\u05d0",
        "short": "912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36702",
        "label": "408",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05e7\u05d9\u05e3 \u05e2\u05e8\u05d1\u05d9/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05e8\u05de\u05dc\u05d4-3\u05d0",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36716",
        "label": "15\u05d0",
        "long": "\u05d0\u05dc \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e9\u05e8\u05e7-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1<->\u05d0\u05dc \u05e2\u05e0\u05d1\u05e8/\u05d0\u05dc \u05e9\u05e8\u05e7-\u05e4\u05d5\u05e8\u05d9\u05d9\u05d3\u05d9\u05e1-12",
        "short": "15\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3672",
        "label": "23\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e4\u05dc\u05de\u05d7/\u05d4\u05e8\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "23\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36743",
        "label": "662",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3/\u05d3\u05e8\u05da \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36744",
        "label": "662",
        "long": "\u05d7\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e2\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df/\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36745",
        "label": "452",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-12",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36746",
        "label": "452",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-22",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36749",
        "label": "305",
        "long": "\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df/\u05db\u05d9\u05db\u05e8 \u05d4\u05e9\u05dc\u05d5\u05dd-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df<->\u05d1\u05e8 \u05dc\u05d1 2-\u05ea\u05e2\u05e9\u05d9\u05d5\u05df \u05d1\u05e8 \u05dc\u05d1-1\u05d1",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36750",
        "label": "305",
        "long": "\u05d1\u05e8 \u05dc\u05d1 \u05d3-\u05ea\u05e2\u05e9\u05d9\u05d5\u05df \u05d1\u05e8 \u05dc\u05d1<->\u05e8\u05d7 120/\u05de\u05d9\u05e0\u05d9\u05de\u05e8\u05e7\u05d8-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df-2\u05d1",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36751",
        "label": "564",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d1\u05d9''\u05e1 \u05ea\u05d9\u05db\u05d5\u05df-\u05d9\u05e8\u05db\u05d0-1\u05d1",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36752",
        "label": "564",
        "long": "\u05d2\u05d0\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8-\u05d9\u05e8\u05db\u05d0<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-2\u05d1",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36753",
        "label": "2",
        "long": "\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05d2\u05dc\u05d9\u05dc \u05de\u05e2\u05e8\u05d1\u05d9/\u05d3\u05e8\u05da \u05d4\u05de\u05db\u05dc\u05dc\u05d4-\u05e2\u05db\u05d5<->\u05d4\u05e4\u05d0\u05e8\u05e7 \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9-\u05e2\u05db\u05d5-1\u05d1",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36754",
        "label": "2\u05d0",
        "long": "\u05d4\u05e4\u05d0\u05e8\u05e7 \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9-\u05e2\u05db\u05d5<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05d2\u05dc\u05d9\u05dc \u05de\u05e2\u05e8\u05d1\u05d9/\u05d3\u05e8\u05da \u05d4\u05de\u05db\u05dc\u05dc\u05d4-\u05e2\u05db\u05d5-2\u05d1",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36755",
        "label": "5",
        "long": "\u05d4\u05e4\u05d0\u05e8\u05e7 \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9-\u05e2\u05db\u05d5<->\u05d7\u05d5\u05e3 \u05d4\u05dc\u05d2\u05d5\u05e0\u05d4/\u05db\u05e0\u05e8\u05d9\u05ea-\u05e2\u05db\u05d5-1\u05d1",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36756",
        "label": "5",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05dc\u05d2\u05d5\u05e0\u05d4/\u05db\u05e0\u05e8\u05d9\u05ea-\u05e2\u05db\u05d5<->\u05d4\u05e4\u05d0\u05e8\u05e7 \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9-\u05e2\u05db\u05d5-2\u05d1",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36757",
        "label": "3",
        "long": "\u05d4\u05e4\u05d0\u05e8\u05e7 \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9-\u05e2\u05db\u05d5<->\u05de\u05d2\u05d3\u05dc\u05d5\u05e8 \u05e2\u05db\u05d5 \u05d4\u05e2\u05ea\u05d9\u05e7\u05d4/\u05d4\u05d4\u05d2\u05e0\u05d4-\u05e2\u05db\u05d5-1\u05d1",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36758",
        "label": "3",
        "long": "\u05de\u05d2\u05d3\u05dc\u05d5\u05e8 \u05e2\u05db\u05d5 \u05d4\u05e2\u05ea\u05d9\u05e7\u05d4/\u05d4\u05d4\u05d2\u05e0\u05d4-\u05e2\u05db\u05d5<->\u05d4\u05e4\u05d0\u05e8\u05e7 \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9-\u05e2\u05db\u05d5-2\u05d1",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36759",
        "label": "4",
        "long": "\u05d4\u05e4\u05d0\u05e8\u05e7 \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9-\u05e2\u05db\u05d5<->\u05e6\u05d5\u05de\u05ea \u05e2\u05db\u05d5 \u05d3\u05e8\u05d5\u05dd-\u05e2\u05db\u05d5-1\u05d1",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36760",
        "label": "4",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e2\u05db\u05d5 \u05d3\u05e8\u05d5\u05dd-\u05e2\u05db\u05d5<->\u05d4\u05e4\u05d0\u05e8\u05e7 \u05d4\u05d0\u05ea\u05d2\u05e8\u05d9-\u05e2\u05db\u05d5-2\u05d1",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36761",
        "label": "543",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1\u05d1",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36762",
        "label": "543",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05d9 \u05d2\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2\u05d1",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36763",
        "label": "643",
        "long": "\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05dc\u05e0\u05d9\u05d0\u05d3\u05d5/\u05d9\u05dc\u05d3\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "36764",
        "label": "643",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05dc\u05e0\u05d9\u05d0\u05d3\u05d5/\u05d9\u05dc\u05d3\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4-10",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36765",
        "label": "155",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05e6\u05e8\u05d9\u05e4\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36788",
        "label": "47\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1\u05d0",
        "short": "47\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36789",
        "label": "47\u05d0",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "47\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36792",
        "label": "8\u05d0",
        "long": "\u05d1\u05d9\u05d4''\u05d7 \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "8\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36793",
        "label": "308",
        "long": "\u05d0\u05dc\u05e8\u05d5\u05d9\u05e1/\u05d0\u05dc\u05d6\u05e8\u05d0\u05e2\u05d9\u05d4-\u05d8\u05de\u05e8\u05d4<->\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-1\u05d1",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36794",
        "label": "308",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05d7'\u05dc\u05d9\u05ea \u05e9\u05e8\u05d9\u05e3/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05d8\u05de\u05e8\u05d4-2\u05d1",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36795",
        "label": "1",
        "long": "\u05db\u05d1\u05d9\u05e9 742/\u05de\u05d7\u05dc\u05e3 \u05e9\u05e4\u05e8\u05e2\u05dd-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05de\u05e1\u05e2\u05e3 \u05e9\u05e4\u05e8\u05e2\u05dd \u05e6\u05e4\u05d5\u05df-\u05e9\u05e4\u05e8\u05e2\u05dd-1\u05d1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36796",
        "label": "1",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05e9\u05e4\u05e8\u05e2\u05dd \u05e6\u05e4\u05d5\u05df-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05db\u05d1\u05d9\u05e9 742/\u05de\u05d7\u05dc\u05e3 \u05e9\u05e4\u05e8\u05e2\u05dd-\u05e9\u05e4\u05e8\u05e2\u05dd-2\u05d1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36797",
        "label": "4",
        "long": "\u05de\u05e4\u05e2\u05dc \u05e7\u05d3\u05de\u05e0\u05d9-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05d7'\u05dc\u05d9\u05ea \u05e9\u05e8\u05d9\u05e3/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05d8\u05de\u05e8\u05d4-1\u05d1",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36798",
        "label": "4",
        "long": "\u05d0\u05dc\u05e8\u05d5\u05d9\u05e1/\u05d0\u05dc\u05d6\u05e8\u05d0\u05e2\u05d9\u05d4-\u05d8\u05de\u05e8\u05d4<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05de\u05d6\u05e8\u05d7\u05d9\u05ea-\u05e9\u05e4\u05e8\u05e2\u05dd-2\u05d1",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36799",
        "label": "2",
        "long": "\u05db\u05d1\u05d9\u05e9 742/\u05de\u05d7\u05dc\u05e3 \u05e9\u05e4\u05e8\u05e2\u05dd-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05d0\u05d5\u05dd \u05d0\u05dc\u05e9\u05ea\u05d5\u05d9\u05d9\u05d4-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df-1\u05d1",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36800",
        "label": "2",
        "long": "\u05d0\u05d5\u05dd \u05d0\u05dc\u05e9\u05ea\u05d5\u05d9\u05d9\u05d4-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df<->\u05db\u05d1\u05d9\u05e9 742/\u05de\u05d7\u05dc\u05e3 \u05e9\u05e4\u05e8\u05e2\u05dd-\u05e9\u05e4\u05e8\u05e2\u05dd-2\u05d1",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36801",
        "label": "3",
        "long": "\u05de\u05e4\u05e2\u05dc \u05e7\u05d3\u05de\u05e0\u05d9-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05e8\u05e2\u05dd/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e9\u05e4\u05e8\u05e2\u05dd-1\u05d1",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36802",
        "label": "3",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05e8\u05e2\u05dd-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05de\u05e4\u05e2\u05dc \u05e7\u05d3\u05de\u05e0\u05d9-\u05e9\u05e4\u05e8\u05e2\u05dd-2\u05d1",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3684",
        "label": "23",
        "long": "\u05d4\u05e4\u05dc\u05de\u05d7/\u05d4\u05e6\u05dc\u05e4\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d0\u05d7\u05d3 \u05d4\u05e2\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36870",
        "label": "15",
        "long": "\u05d4\u05e0\u05d7\u05dc\u05d9\u05dd/\u05d4\u05e8 \u05d5\u05d2\u05d9\u05d0-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d6\u05d9\u05d5-\u05e6\u05e4\u05ea-1\u05d2",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36871",
        "label": "15",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d6\u05d9\u05d5-\u05e6\u05e4\u05ea<->\u05d4\u05de\u05e2\u05d5\u05e3/\u05d4\u05e8 \u05d5\u05d2\u05d9\u05d0-\u05e6\u05e4\u05ea-2\u05d2",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36873",
        "label": "12\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d6\u05d9\u05d5-\u05e6\u05e4\u05ea<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05e0\u05d5\u05e3 \u05d8\u05dc\u05d9\u05d4-\u05e6\u05e4\u05ea-1\u05d1",
        "short": "12\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36874",
        "label": "12\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d6\u05d9\u05d5-\u05e6\u05e4\u05ea<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05e0\u05d5\u05e3 \u05d8\u05dc\u05d9\u05d4-\u05e6\u05e4\u05ea-1\u05d2",
        "short": "12\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36875",
        "label": "12",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d6\u05d9\u05d5-\u05e6\u05e4\u05ea-2\u05d1",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36876",
        "label": "12",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d6\u05d9\u05d5-\u05e6\u05e4\u05ea-2\u05d2",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36877",
        "label": "6",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1\u05d1",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36878",
        "label": "4",
        "long": "\u05e0\u05d7\u05dc \u05d4\u05d1\u05e0\u05d9\u05d0\u05e1/\u05e0\u05d7\u05dc \u05d3\u05d9\u05e9\u05d5\u05df-\u05e6\u05e4\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05e6\u05e4\u05ea \u05d2/\u05d7\u05d1\u05e8\u05ea \u05d7\u05e9\u05de\u05dc-\u05e6\u05e4\u05ea-1\u05d1",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36879",
        "label": "4\u05d0",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05e6\u05e4\u05ea \u05d3-\u05e6\u05e4\u05ea<->\u05e0\u05d7\u05dc \u05d4\u05d1\u05e0\u05d9\u05d0\u05e1/\u05e0\u05d7\u05dc \u05d3\u05d9\u05e9\u05d5\u05df-\u05e6\u05e4\u05ea-2\u05d1",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36880",
        "label": "22\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea-\u05e6\u05e4\u05ea-1\u05d1",
        "short": "22\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36881",
        "label": "22",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2\u05d1",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36884",
        "label": "16",
        "long": "\u05e1\u05e4\u05d9\u05e8/\u05d1\u05e8\u05e7\u05ea-\u05e6\u05e4\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05e6\u05e4\u05ea \u05d2/\u05d7\u05d1\u05e8\u05ea \u05d7\u05e9\u05de\u05dc-\u05e6\u05e4\u05ea-1#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36885",
        "label": "16\u05d0",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4 \u05e6\u05e4\u05ea \u05d3-\u05e6\u05e4\u05ea<->\u05d1\u05e8\u05e7\u05ea/\u05e1\u05e4\u05d9\u05e8-\u05e6\u05e4\u05ea-2#",
        "short": "16\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36886",
        "label": "1\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d6\u05d9\u05d5-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1\u05d1",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36887",
        "label": "1",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d6\u05d9\u05d5-\u05e6\u05e4\u05ea-2\u05d1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36913",
        "label": "43",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05ea\u05dc \u05e6\u05d9\u05d5\u05df-\u05db\u05d5\u05db\u05d1 \u05d9\u05e2\u05e7\u05d1<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-2#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36914",
        "label": "43",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05ea\u05dc \u05e6\u05d9\u05d5\u05df-\u05db\u05d5\u05db\u05d1 \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36926",
        "label": "7",
        "long": "\u05e4\u05d0\u05d5\u05d5\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36927",
        "label": "7\u05d0",
        "long": "\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05e4\u05d5\u05d5\u05d0\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-2#",
        "short": "7\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36941",
        "label": "10",
        "long": "\u05d8\u05dc\u05d3\u05d5\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-12",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36942",
        "label": "10",
        "long": "\u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d8\u05dc\u05d3\u05d5\u05e8-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-21",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36945",
        "label": "25",
        "long": "\u05e2\u05d9\u05df \u05d0\u05d1\u05e8\u05d0\u05d4\u05d9\u05dd \u05d3-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05d3\u05e8\u05da \u05d5\u05d0\u05d3\u05d9 \u05d0\u05dc\u05e0\u05e1\u05d5\u05e8-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-10",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36946",
        "label": "25\u05d0",
        "long": "\u05d3\u05e8\u05da \u05d5\u05d0\u05d3\u05d9 \u05d0\u05dc\u05e0\u05e1\u05d5\u05e8-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05e2\u05d9\u05df \u05d0\u05d1\u05e8\u05d0\u05d4\u05d9\u05dd \u05d2-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "25\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36947",
        "label": "505",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d4\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36948",
        "label": "90",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea \u05de\u05d6\u05e8\u05d7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36949",
        "label": "90",
        "long": "\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1 \u05d4\u05d7\u05d5\u05d1\u05dc/\u05d0\u05d3\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3695",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36950",
        "label": "97",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05de\u05ea \u05e8\u05d7\u05dc-\u05e8\u05de\u05ea \u05e8\u05d7\u05dc-10",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "36951",
        "label": "97",
        "long": "\u05de\u05e1\u05d5\u05e3/\u05e8\u05de\u05ea \u05e8\u05d7\u05dc-\u05e8\u05de\u05ea \u05e8\u05d7\u05dc<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3697",
        "label": "24",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37",
        "label": "48",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3701",
        "label": "25",
        "long": "\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd/\u05d2\u05d5\u05e9 \u05e2\u05e6\u05d9\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05e8 \u05e8\u05d1 \u05d4\u05d0\u05d9/\u05e1\u05e2\u05d3\u05d9\u05d4 \u05d4\u05d2\u05d0\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3702",
        "label": "25",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4-1\u05d0",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3703",
        "label": "25",
        "long": "\u05de\u05e8\u05e1\u05d9\u05d9/\u05d1\u05e8 \u05e8\u05d1 \u05d4\u05d0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd/\u05d2\u05d5\u05e9 \u05e2\u05e6\u05d9\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3704",
        "label": "25",
        "long": "\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d0\u05d7\u05d3 \u05d4\u05e2\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3709",
        "label": "28",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37093",
        "label": "7\u05d0",
        "long": "\u05d3\u05e8\u05db\u05d9 \u05e8\u05e4\u05d0\u05dc/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05e2\u05e7\u05d1-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05d3\u05e8\u05db\u05d9 \u05e8\u05e4\u05d0\u05dc/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05e2\u05e7\u05d1-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-23",
        "short": "7\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37094",
        "label": "3",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05dc\u05d9\u05d9\u05df/\u05d0\u05d4\u05e8\u05d5\u05e0\u05e1\u05d5\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37095",
        "label": "3",
        "long": "\u05e7\u05dc\u05d9\u05d9\u05df/\u05d9\u05d0\u05d9\u05e8-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37099",
        "label": "4",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05e8\u05d0\u05e1 \u05d0\u05dc\u05d7'\u05d0\u05d1\u05d9\u05d4-\u05de\u05d2\u05d0\u05e8<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d0\u05dc\u05de\u05e0\u05e1\u05d5\u05e8\u05d4 5-\u05de\u05d2\u05d0\u05e8-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37100",
        "label": "4",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d0\u05dc\u05de\u05e0\u05e1\u05d5\u05e8\u05d4 1-\u05de\u05d2\u05d0\u05e8<->\u05e9\u05db\u05d5\u05e0\u05ea \u05e8\u05d0\u05e1 \u05d0\u05dc\u05d7'\u05d0\u05d1\u05d9\u05d4/\u05db\u05d1\u05d9\u05e9 807-\u05de\u05d2\u05d0\u05e8-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37101",
        "label": "3",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05e8\u05d0\u05e1 \u05d0\u05dc\u05d7'\u05d0\u05d1\u05d9\u05d4-\u05de\u05d2\u05d0\u05e8<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d0\u05dc\u05de\u05e0\u05e1\u05d5\u05e8\u05d4 5-\u05de\u05d2\u05d0\u05e8-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37102",
        "label": "3",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d0\u05dc\u05de\u05e0\u05e1\u05d5\u05e8\u05d4 1-\u05de\u05d2\u05d0\u05e8<->\u05e9\u05db\u05d5\u05e0\u05ea \u05e8\u05d0\u05e1 \u05d0\u05dc\u05d7'\u05d0\u05d1\u05d9\u05d4/\u05db\u05d1\u05d9\u05e9 807-\u05de\u05d2\u05d0\u05e8-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37112",
        "label": "384",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "384",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37117",
        "label": "20",
        "long": "\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-10",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37118",
        "label": "20\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05d9\u05e9/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05e8\u05d9\u05e9<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-20",
        "short": "20\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3712",
        "label": "28",
        "long": "\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37121",
        "label": "194",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37122",
        "label": "194",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37124",
        "label": "22\u05d0",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05de\u05d9\u05e0\u05e5/\u05d4\u05e8\u05e6\u05d5\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1\u05d0",
        "short": "22\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37125",
        "label": "22\u05d0",
        "long": "\u05de\u05d9\u05e0\u05e5/\u05d4\u05e8\u05e6\u05d5\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-2\u05d0",
        "short": "22\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37126",
        "label": "18",
        "long": "\u05e0\u05d5\u05d1-\u05e0\u05d5\u05d1<->\u05d1\u05e0\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05de\u05ea\u05e0''\u05e1-\u05d1\u05e0\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37127",
        "label": "18",
        "long": "\u05d1\u05e0\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05de\u05ea\u05e0''\u05e1-\u05d1\u05e0\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05e0\u05d5\u05d1-\u05e0\u05d5\u05d1-20",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3713",
        "label": "28",
        "long": "\u05d7\u05e0\u05d9\u05ea\u05d4/\u05d4\u05dc\u05dc \u05e1\u05d9\u05dc\u05d1\u05e8-\u05d7\u05d9\u05e4\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3716",
        "label": "28",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-3\u05d1",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37172",
        "label": "111",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3\u05d0",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37173",
        "label": "4",
        "long": "\u05e6\u05e4\u05d5\u05df \u05de\u05e2\u05e8\u05d1-\u05e8\u05d4\u05d8<->\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05e8\u05d4\u05d8-32",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37174",
        "label": "4\u05d0",
        "long": "\u05e6\u05e4\u05d5\u05df \u05de\u05e2\u05e8\u05d1-\u05e8\u05d4\u05d8<->\u05d2\u05df \u05e6\u05d9\u05d1\u05d5\u05e8\u05d9-\u05e8\u05d4\u05d8-33",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3719",
        "label": "30",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05dc\u05d9\u05d0\u05d5\u05df \u05d1\u05dc\u05d5\u05dd-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "372",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea\u05d9\u05db\u05d5\u05df \u05e2\u05de\u05dc-\u05db\u05d9\u05e1\u05e8\u05d0 \u05e1\u05d5\u05de\u05d9\u05e2-1#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3723",
        "label": "30",
        "long": "\u05dc\u05d9\u05d0\u05d5\u05df \u05d1\u05dc\u05d5\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3726",
        "label": "31",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37271",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37272",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37273",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37274",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37275",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37276",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37277",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37278",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3729",
        "label": "31",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d0\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37306",
        "label": "32",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-1#",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37307",
        "label": "32",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d6\u05db\u05e8\u05ea \u05d1\u05ea\u05d9\u05d4-2#",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37310",
        "label": "165",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea-1#",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37311",
        "label": "165",
        "long": "\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-2#",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37344",
        "label": "886",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-10",
        "short": "886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37345",
        "label": "886",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "37351",
        "label": "60",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e4\u05d0\u05ea\u05d9 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05db\u05e1/\u05d4\u05d9\u05e2\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-10",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "37352",
        "label": "60",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05d3\u05dc\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05db\u05e1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e4\u05d0\u05ea\u05d9 \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37361",
        "label": "28\u05d0",
        "long": "\u05e1\u05d5\u05d5\u05d9\u05e1\u05d4-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05e2\u05d9\u05df \u05d7'\u05d0\u05dc\u05d3 \u05de\u05e2\u05e8\u05d1-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-21",
        "short": "28\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37364",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37365",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37366",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37367",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37368",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37370",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37372",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37374",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3743",
        "label": "33",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0/\u05de\u05e8\u05db\u05d6 \u05e4\u05e0\u05d5\u05e8\u05de\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e0\u05e9\u05d9\u05d0/\u05de\u05e8\u05db\u05d6 \u05e4\u05e0\u05d5\u05e8\u05de\u05d4-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37441",
        "label": "7",
        "long": "\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37442",
        "label": "7",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9 \u05d7\u05d3\u05e9-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05de\u05d0\u05d2\u05e8 \u05de\u05d9\u05dd/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37443",
        "label": "6",
        "long": "\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37444",
        "label": "6",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05de\u05d0\u05d2\u05e8 \u05de\u05d9\u05dd/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37445",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37446",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37448",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3746",
        "label": "33\u05d0",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0/\u05de\u05e8\u05db\u05d6 \u05e4\u05e0\u05d5\u05e8\u05de\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e0\u05e9\u05d9\u05d0/\u05de\u05e8\u05db\u05d6 \u05e4\u05e0\u05d5\u05e8\u05de\u05d4-\u05d7\u05d9\u05e4\u05d4-3\u05db",
        "short": "33\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3748",
        "label": "34",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0/\u05de\u05e8\u05db\u05d6 \u05e4\u05e0\u05d5\u05e8\u05de\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e0\u05e9\u05d9\u05d0/\u05de\u05e8\u05db\u05d6 \u05e4\u05e0\u05d5\u05e8\u05de\u05d4-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3750",
        "label": "34",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0/\u05de\u05e8\u05db\u05d6 \u05e4\u05e0\u05d5\u05e8\u05de\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-3\u05d4",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37501",
        "label": "32",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d2\u05d5\u05e0\u05df/\u05de\u05e8\u05db\u05d6-\u05d2\u05d5\u05e0\u05df-1\u05d0",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37513",
        "label": "258",
        "long": "\u05db\u05d1\u05d9\u05e9 989/\u05db\u05d1\u05d9\u05e9 98-\u05de\u05d2'\u05d3\u05dc \u05e9\u05de\u05e1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-11",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37514",
        "label": "258",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05db\u05d1\u05d9\u05e9 989/\u05db\u05d1\u05d9\u05e9 98-\u05de\u05d2'\u05d3\u05dc \u05e9\u05de\u05e1-21",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37517",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8-11",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37518",
        "label": "24",
        "long": "\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-21",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37519",
        "label": "21",
        "long": "\u05de\u05d1\u05d5\u05d0 \u05d7\u05de\u05d4-\u05de\u05d1\u05d5\u05d0 \u05d7\u05de\u05d4<->\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8-10",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37520",
        "label": "21",
        "long": "\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8<->\u05de\u05d1\u05d5\u05d0 \u05d7\u05de\u05d4-\u05de\u05d1\u05d5\u05d0 \u05d7\u05de\u05d4-20",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37521",
        "label": "423",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4-10",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37522",
        "label": "423",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37523",
        "label": "425",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05ea\u05dc \u05e9\u05d1\u05e2-\u05ea\u05dc \u05e9\u05d1\u05e2-10",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37524",
        "label": "425",
        "long": "\u05de\u05d2\u05d3\u05dc \u05de\u05d9\u05dd-\u05ea\u05dc \u05e9\u05d1\u05e2<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37525",
        "label": "427",
        "long": "\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8<->\u05de\u05e1\u05d2\u05d3 \u05d8\u05d0\u05dc\u05d1/\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05dc\u05d0\u05d5\u05de\u05d9\u05ea-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-10",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37526",
        "label": "427",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05d7\u05de\u05de\u05d5\u05ea-\u05e8\u05d4\u05d8-20",
        "short": "427",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3753",
        "label": "36",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3756",
        "label": "36",
        "long": "\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1\u05d3",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3757",
        "label": "36\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1\u05d4",
        "short": "36\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37583",
        "label": "1",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05db\u05d1\u05d9\u05e9 7-\u05d2\u05d3\u05e8\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05db\u05d1\u05d9\u05e9 7-\u05d2\u05d3\u05e8\u05d4-3\u05d0",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37584",
        "label": "24",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2'\u05ea-\u05d2'\u05ea<->\u05d1\u05d9\u05e8 \u05d1\u05d0\u05e7\u05d4/\u05db\u05d1\u05d9\u05e9 61-\u05d1\u05d0\u05e7\u05d4 \u05d0\u05dc \u05e2'\u05e8\u05d1\u05d9\u05d4-20",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3760",
        "label": "36",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37608",
        "label": "626",
        "long": "\u05d3\u05e8\u05da \u05d4\u05dc\u05d5\u05e8\u05d3\\\u05d0\u05d1\u05e0\u05d9-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37609",
        "label": "626",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d3\u05e8\u05da \u05d4\u05dc\u05d5\u05e8\u05d3\\\u05d0\u05d1\u05e0\u05d9-\u05ea\u05dc \u05de\u05d5\u05e0\u05d3-20",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3761",
        "label": "36\u05d0",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "36\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37612",
        "label": "265",
        "long": "\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37613",
        "label": "265",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05de\u05d0\u05d2\u05e8 \u05de\u05d9\u05dd/\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-2#",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3764",
        "label": "36",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d4",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37647",
        "label": "17",
        "long": "\u05dc\u05e9\u05db\u05d1\u05ea \u05d4\u05ea\u05e2\u05e1\u05d5\u05e7\u05d4/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea<->\u05de\u05e6\u05e4\u05d4 \u05de\u05d9\u05e8\u05d5\u05df/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-3#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37657",
        "label": "10",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-30",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3766",
        "label": "36\u05d0",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05e1\u05df \u05e9\u05d5\u05e7\u05e8\u05d9/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d7",
        "short": "36\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37668",
        "label": "210",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-18",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37669",
        "label": "240",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-18",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "37673",
        "label": "240",
        "long": "\u05d4\u05d2\u05e8''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05d1 \u05de\u05e4\u05d5\u05e0\u05d9\u05d1\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-19",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37675",
        "label": "802",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d1-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-10",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37676",
        "label": "801",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d0-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-10",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37678",
        "label": "83\u05d0",
        "long": "\u05e7\u05d3\u05de\u05ea \u05e6\u05d9\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-32",
        "short": "83\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37679",
        "label": "449",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-3#",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3768",
        "label": "37",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37680",
        "label": "478",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-3\u05d0",
        "short": "478",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37683",
        "label": "14",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc\u05d9\u05e2\u05d6\u05e8-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-25",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37684",
        "label": "15",
        "long": "\u05d0\u05d3\u05e0\u05d9 \u05e4\u05d6/\u05d4\u05d3\u05d5\u05d3\u05d0\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d2\u05e0\u05d9 \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d4\u05e4\u05e8\u05d3\u05e1-\u05d7\u05d3\u05e8\u05d4-15",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37685",
        "label": "15",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc\u05d9\u05e2\u05d6\u05e8-\u05d7\u05d3\u05e8\u05d4<->\u05d0\u05d3\u05e0\u05d9 \u05e4\u05d6/\u05d4\u05d3\u05d5\u05d3\u05d0\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-25",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "37688",
        "label": "18",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd\u00a0\u00a0\u00a0 -\u05d7\u05d3\u05e8\u05d4<->\u05d0\u05d3\u05e0\u05d9 \u05e4\u05d6/\u05d4\u05d3\u05d5\u05d3\u05d0\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-15",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "37689",
        "label": "18",
        "long": "\u05d0\u05d3\u05e0\u05d9 \u05e4\u05d6/\u05d4\u05d3\u05d5\u05d3\u05d0\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d7\u05d3\u05e8\u05d4-25",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3769",
        "label": "37",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1\u05d0",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37690",
        "label": "13",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc\u05d9\u05e2\u05d6\u05e8-\u05d7\u05d3\u05e8\u05d4<->\u05d0\u05d3\u05e0\u05d9 \u05e4\u05d6/\u05d4\u05d3\u05d5\u05d3\u05d0\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-15",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37691",
        "label": "13\u05d0",
        "long": "\u05d4\u05e6\u05d5\u05e7\u05d9\u05dd/\u05d4\u05d3\u05d5\u05d3\u05d0\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05e4\u05e8\u05d3\u05e1/\u05d5\u05d5\u05dc\u05e4\u05d1\u05e8\u05d2-\u05d7\u05d3\u05e8\u05d4-25",
        "short": "13\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37692",
        "label": "9",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-3#",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37693",
        "label": "358",
        "long": "\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37694",
        "label": "358",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4-20",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37697",
        "label": "19",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8-10",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37698",
        "label": "19",
        "long": "\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37715",
        "label": "450",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d7\u05d5\u05e6\u05d1\u05d9\u05dd/\u05d4\u05de\u05e8\u05e4\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37716",
        "label": "451",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d7\u05d5\u05e6\u05d1\u05d9\u05dd/\u05d4\u05de\u05e8\u05e4\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37717",
        "label": "451",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d7\u05d5\u05e6\u05d1\u05d9\u05dd/\u05d4\u05de\u05e8\u05e4\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37719",
        "label": "448",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37720",
        "label": "441",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d2\u05d3\u05e8\u05d4-\u05d2\u05d3\u05e8\u05d4-2#",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37721",
        "label": "459",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37722",
        "label": "83",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d6\u05d9\u05ea\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-33",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3773",
        "label": "37\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05e2\u05ea\u05d9\u05d3-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-1\u05d7",
        "short": "37\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37738",
        "label": "803",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d2-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-10",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37739",
        "label": "169",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3774",
        "label": "37\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05e2\u05ea\u05d9\u05d3-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc-1\u05d8",
        "short": "37\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37740",
        "label": "169",
        "long": "\u05d2\u05d1\u05e2\u05ea \u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37741",
        "label": "50",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e1\u05d2\u05d5\u05dc\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd/\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37742",
        "label": "50",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05e8\u05d9\u05e9\u05d5\u05d9/\u05d4\u05dc\u05d5\u05d7\u05de\u05d9\u05dd-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e1\u05d2\u05d5\u05dc\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37743",
        "label": "540",
        "long": "\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05d4\u05e1\u05d9\u05d9\u05e8\u05ea \u05d4\u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37744",
        "label": "540",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05d4\u05e1\u05d9\u05d9\u05e8\u05ea \u05d4\u05d9\u05e8\u05d5\u05e9\u05dc\u05de\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37745",
        "label": "508",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37746",
        "label": "508",
        "long": "\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05e7\u05d5\u05dc\u05d9\u05e5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2 \u05d1'-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37766",
        "label": "84\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-12",
        "short": "84\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37767",
        "label": "84\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-22",
        "short": "84\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3777",
        "label": "37\u05d0",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "37\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37778",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3778",
        "label": "37",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05ea \u05d2\u05dc\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37780",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37782",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37784",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37786",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37788",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37789",
        "label": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37792",
        "label": "802",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d1-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-11",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37793",
        "label": "801",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d0-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-11",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37794",
        "label": "803",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d2-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd \u05de\u05e2\u05e8\u05d1\u05d9 \u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-11",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37795",
        "label": "3",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05e1\u05e2\u05d3\u05d9\u05d4 \u05d7\u05ea\u05d5\u05db\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df<->\u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37796",
        "label": "3",
        "long": "\u05d1\u05d9\u05d4''\u05d7 \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d3\u05e8\u05da \u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea / \u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3781",
        "label": "37\u05d0",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05db",
        "short": "37\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37819",
        "label": "945",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05e8\u05db\u05e1\u05d9\u05dd-10",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3782",
        "label": "38",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05de\u05d0\u05d9\u05e8\u05d5\u05d1\u05d9\u05e5-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05de\u05d0\u05d9\u05e8\u05d5\u05d1\u05d9\u05e5-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37820",
        "label": "945",
        "long": "\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3/\u05d7\u05e6\u05d1 \u05e1\u05d5\u05d1\u05d4-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37821",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "37822",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "379",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37901",
        "label": "20",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e0\u05ea\u05d9\u05d1 \u05d4\u05e2\u05e9\u05e8\u05d4-\u05e0\u05ea\u05d9\u05d1 \u05d4\u05e2\u05e9\u05e8\u05d4-11",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "37902",
        "label": "20",
        "long": "\u05e0\u05ea\u05d9\u05d1 \u05d4\u05e2\u05e9\u05e8\u05d4-\u05e0\u05ea\u05d9\u05d1 \u05d4\u05e2\u05e9\u05e8\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-21",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3791",
        "label": "40\u05d0",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "40\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3792",
        "label": "40",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d5\u05e7 \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4-1\u05d0",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3793",
        "label": "40\u05d0",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9 \u05d3-\u05d7\u05d9\u05e4\u05d4-1\u05db",
        "short": "40\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3794",
        "label": "40",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3796",
        "label": "40",
        "long": "\u05d4\u05e8\u05d1 \u05d9\u05d5\u05e1\u05e3 \u05de\u05e9\u05d0\u05e9/\u05e0\u05d5\u05d4 \u05d2\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05db",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3797",
        "label": "40",
        "long": "\u05e9\u05d5\u05e7 \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05e8",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "381",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "38269",
        "label": "54\u05d0",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8 \u05d4\u05de\u05e0\u05d5\u05d7\u05d5\u05ea/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-13",
        "short": "54\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "38270",
        "label": "54\u05d0",
        "long": "\u05d4\u05e8 \u05d4\u05de\u05e0\u05d5\u05d7\u05d5\u05ea/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-23",
        "short": "54\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38271",
        "label": "4",
        "long": "\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05ea\u05e7\u05d5\u05d0-\u05d7\u05d5\u05e8\u05d4<->\u05d0\u05dc\u05e0\u05d5\u05e8/\u05d0\u05dc\u05e7\u05d0\u05d4\u05e8\u05d4-\u05d7\u05d5\u05e8\u05d4-11",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38272",
        "label": "4",
        "long": "\u05d0\u05dc\u05e0\u05d5\u05e8/\u05d0\u05dc\u05e7\u05d0\u05d4\u05e8\u05d4-\u05d7\u05d5\u05e8\u05d4<->\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05e0\u05d5\u05e8-\u05d7\u05d5\u05e8\u05d4-21",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38273",
        "label": "1",
        "long": "\u05d0\u05dc\u05de\u05d9\u05d3\u05d0\u05df-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05d0\u05de\u05d8\u05d9\u05e8\u05d0\u05ea-\u05db\u05e1\u05d9\u05e4\u05d4-11",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38274",
        "label": "1",
        "long": "\u05db\u05e1\u05d9\u05d9\u05e4\u05d4/\u05e9\u05db\u05d5\u05e0\u05d4 13-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05d0\u05dc\u05de\u05d9\u05d3\u05d0\u05df-\u05db\u05e1\u05d9\u05e4\u05d4-21",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38285",
        "label": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "383",
        "label": "47",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05db\u05dc\u05dc\u05ea \u05de\u05d6\u05e8\u05d7 \u05d4\u05ea\u05d9\u05db\u05d5\u05df-\u05d9\u05e8\u05db\u05d0-1#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38321",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38328",
        "label": "476",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8 \u05e9\u05de\u05d5\u05d0\u05dc/\u05d0\u05d1\u05e0\u05d9 \u05d4\u05d7\u05d5\u05e9\u05df-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-10",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38329",
        "label": "476",
        "long": "\u05d4\u05e8 \u05e9\u05de\u05d5\u05d0\u05dc/\u05d0\u05d1\u05e0\u05d9 \u05d4\u05d7\u05d5\u05e9\u05df-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "476",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38330",
        "label": "404",
        "long": "\u05d1\u05ea\u05d9 \u05db\u05e0\u05e1\u05ea/\u05d0\u05d9\u05d9\u05dc\u05ea \u05d4\u05e9\u05d7\u05e8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38331",
        "label": "404",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05ea\u05d9 \u05db\u05e0\u05e1\u05ea/\u05d0\u05d9\u05d9\u05dc\u05ea \u05d4\u05e9\u05d7\u05e8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38343",
        "label": "379",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea \u05d0\u05e9\u05db\u05d5\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05db\u05d5\u05dc-12",
        "short": "379",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "38387",
        "label": "15\u05d0",
        "long": "\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05e2\u05d6\u05e8 \u05de\u05e6\u05d9\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-11",
        "short": "15\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "38388",
        "label": "15\u05d0",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05de\u05e1\u05d9\u05dc\u05ea \u05d9\u05e9\u05e8\u05d9\u05dd/\u05d4\u05e9\u05dc''\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "15\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "384",
        "label": "47",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05d2\u05d5\u05dc\u05d9\u05e1/\u05de\u05e8\u05db\u05d6 \u05de\u05d6\u05d5\u05df \u05d9\u05e8\u05db\u05d0-\u05d9\u05e8\u05db\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38456",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38462",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38467",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38479",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38480",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38487",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38488",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38489",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38490",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38491",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38492",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38493",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38494",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38495",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38496",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38497",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38498",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38499",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38500",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38501",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38504",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38505",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38506",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38507",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38508",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38509",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38510",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38511",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38512",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38513",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38514",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38515",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38538",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38539",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38540",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38555",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38556",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38558",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38559",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38560",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38566",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38567",
        "label": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "long": "\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38568",
        "label": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38569",
        "label": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38570",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38571",
        "label": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38572",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38573",
        "label": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38574",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38575",
        "label": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38576",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38580",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38581",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38582",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38583",
        "label": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38586",
        "label": "1",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2-\u05d8\u05d1\u05e8\u05d9\u05d4-31",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "386",
        "label": "65",
        "long": "\u05e4\u05d0\u05e8\u05e7 1-\u05e0\u05d7\u05e3<->\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e9\u05df-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3-1#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3872",
        "label": "66",
        "long": "\u05d4\u05d3\u05e9\u05e0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05de\u05ea \u05d9\u05d5\u05d7\u05e0\u05df-\u05e8\u05de\u05ea \u05d9\u05d5\u05d7\u05e0\u05df-1\u05e6",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38750",
        "label": "22",
        "long": "\u05e0\u05d9\u05e8\u05d9\u05ea/\u05de\u05d9\u05e8\u05d5\u05df-\u05e0\u05d9\u05e8\u05d9\u05ea<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d5\u05d9\u05e6\u05de\u05df-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38751",
        "label": "22",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e0\u05d9\u05e8\u05d9\u05ea/\u05de\u05d9\u05e8\u05d5\u05df-\u05e0\u05d9\u05e8\u05d9\u05ea-1#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38767",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3877",
        "label": "70",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "38791",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38796",
        "label": "75",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05d2\u05e0\u05d9 \u05ea\u05e7\u05d5\u05d5\u05d4-\u05d2\u05e0\u05d9 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e0\u05d9\u05d9\u05d3\u05e8-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38797",
        "label": "75",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e0\u05d9\u05d9\u05d3\u05e8-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d3\u05d1\u05d9\u05e8-\u05d2\u05e0\u05d9 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "388",
        "label": "65",
        "long": "\u05d0\u05dc \u05d2'\u05d1\u05dc \u05d0-\u05d3\u05d9\u05d9\u05e8 \u05d0\u05dc \u05d0\u05e1\u05d3<->\u05e4\u05d0\u05e8\u05e7 2-\u05e0\u05d7\u05e3-2#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38821",
        "label": "631",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e6\u05d5\u05ea \u05d4\u05de\u05e4\u05e8\u05e5-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-21",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3883",
        "label": "72",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'-1#",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3891",
        "label": "72",
        "long": "\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38930",
        "label": "632",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d9\u05d3\u05de\u05d4/\u05d4\u05ea\u05de\u05d3\u05d4-\u05d7\u05e8\u05d9\u05e9-21",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38931",
        "label": "100",
        "long": "\u05d7\u05d5\u05e0\u05d9\u05dd \u05e0\u05d5\u05e1\u05e2\u05d9\u05dd \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df/\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d9\u05d5\u05e1\u05e3 \u05d8\u05d5\u05de\u05d9 \u05dc\u05e4\u05d9\u05d3/\u05d3\u05e8\u05da \u05d4\u05d4\u05e6\u05dc\u05d7\u05d4-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-3#",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38937",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea\u05dc\u05de\u05d9 \u05d9\u05e4\u05d4-\u05ea\u05dc\u05de\u05d9 \u05d9\u05e4\u05d4-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38938",
        "label": "24",
        "long": "\u05ea\u05dc\u05de\u05d9 \u05d9\u05e4\u05d4-\u05ea\u05dc\u05de\u05d9 \u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38939",
        "label": "28",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05d7\u05e0\u05d4 \u05d6\u05d9\u05e7\u05d9\u05dd-\u05d7\u05d5\u05e3 \u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "38940",
        "label": "28",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d6\u05d9\u05e7\u05d9\u05dd-\u05d7\u05d5\u05e3 \u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3896",
        "label": "72\u05d0",
        "long": "\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "72\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39",
        "label": "178",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3908",
        "label": "76",
        "long": "\u05dc\u05d9\u05d0\u05d5\u05df \u05d1\u05dc\u05d5\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d2\u05d5\u05e8-\u05d9\u05d2\u05d5\u05e8-1#",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "391",
        "label": "66",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d8\u05e0\u05d9\u05e1-\u05e1\u05d0\u05d2'\u05d5\u05e8<->\u05de\u05e1\u05e2\u05e3 \u05de\u05d2'\u05d3 \u05d0\u05dc \u05db\u05e8\u05d5\u05dd \u05de\u05d6\u05e8\u05d7-\u05de\u05d2'\u05d3 \u05d0\u05dc \u05db\u05e8\u05d5\u05dd-1#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39117",
        "label": "14",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05d1\u05d9\u05ea \u05d2'\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1\u05d1",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39118",
        "label": "14\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d9\u05ea \u05d2'\u05df 1-\u05d1\u05d9\u05ea \u05d2'\u05df-2\u05d1",
        "short": "14\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39119",
        "label": "15",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05d1\u05d9\u05ea \u05d2'\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1\u05d1",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39120",
        "label": "15\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d1\u05d9\u05ea \u05d2'\u05df 1-\u05d1\u05d9\u05ea \u05d2'\u05df-2\u05d1",
        "short": "15\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39121",
        "label": "27",
        "long": "\u05d0\u05dc \u05de\u05d5\u05e2\u05dc\u05e7\u05d4-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-10",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39122",
        "label": "27",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05d0\u05dc \u05de\u05d5\u05e2\u05dc\u05e7\u05d4-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39123",
        "label": "28\u05d0",
        "long": "\u05d0-\u05e9\u05d0\u05e2'\u05d5\u05e8/\u05e2\u05d9\u05df \u05d7'\u05d0\u05dc\u05d3-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05e1\u05d5\u05d5\u05d9\u05e1\u05d4-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-11",
        "short": "28\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39126",
        "label": "28",
        "long": "\u05d0-\u05e9\u05d0\u05e2'\u05d5\u05e8/\u05e2\u05d9\u05df \u05d7'\u05d0\u05dc\u05d3-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05d8\u05d9\u05d7\u05d5\u05ea \u05d1\u05d3\u05e8\u05db\u05d9\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-10",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39127",
        "label": "28",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05d8\u05d9\u05d7\u05d5\u05ea \u05d1\u05d3\u05e8\u05db\u05d9\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05e2\u05d9\u05df \u05d7'\u05d0\u05dc\u05d3 \u05de\u05e2\u05e8\u05d1-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-20",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39144",
        "label": "69",
        "long": "\u05de\u05d2'\u05d3\u05dc/\u05de\u05e8\u05db\u05d6 \u05de\u05d6\u05d5\u05df-\u05de\u05d2'\u05d3\u05dc \u05e9\u05de\u05e1<->\u05de\u05d2'\u05d3\u05dc/\u05de\u05e8\u05db\u05d6 \u05de\u05d6\u05d5\u05df-\u05de\u05d2'\u05d3\u05dc \u05e9\u05de\u05e1-30",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3916",
        "label": "77",
        "long": "\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d2\u05d5\u05e8-\u05d9\u05d2\u05d5\u05e8-1#",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3918",
        "label": "77",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d2\u05d5\u05e8-\u05d9\u05d2\u05d5\u05e8<->\u05d2\u05e8\u05e0\u05d3 \u05e7\u05e0\u05d9\u05d5\u05df/\u05e9\u05de\u05d7\u05d4 \u05d2\u05d5\u05dc\u05df-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "39200",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "39201",
        "label": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "39202",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "39203",
        "label": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "39204",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "39207",
        "label": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39212",
        "label": "6",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-30",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3926",
        "label": "79",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05db\u05dc\u05e0\u05d9\u05d5\u05ea/\u05d4\u05ea\u05e9\u05d1\u05d9-\u05e0\u05e9\u05e8-1\u05d4",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3928",
        "label": "79",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05db\u05dc\u05e0\u05d9\u05d5\u05ea/\u05d4\u05ea\u05e9\u05d1\u05d9-\u05e0\u05e9\u05e8-1\u05d7",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3929",
        "label": "79",
        "long": "\u05de\u05d2\u05df \u05d3\u05d5\u05d3 \u05d0\u05d3\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd-\u05e0\u05e9\u05e8<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4-2\u05d4",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3931",
        "label": "79",
        "long": "\u05de\u05d2\u05df \u05d3\u05d5\u05d3 \u05d0\u05d3\u05d5\u05dd/\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd-\u05e0\u05e9\u05e8<->\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4-2\u05d7",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3934",
        "label": "80\u05d0",
        "long": "\u05d0\u05e8\u05d9\u05d4 \u05dc\u05d5\u05d9\u05df /\u05d7\u05d1\u05d3-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05df \u05e2\u05de\u05d9-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1\u05d1",
        "short": "80\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3936",
        "label": "80\u05d0",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d0\u05e8\u05d9\u05d4 \u05dc\u05d5\u05d9\u05df /\u05d7\u05d1\u05d3-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "80\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "39369",
        "label": "90",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "39370",
        "label": "90",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8\u05db\u05d1\u05ea-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39371",
        "label": "472",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05d1 \u05de\u05e1\u05e2\u05d5\u05d3 \u05d0\u05dc\u05e4\u05e1\u05d9/\u05d9\u05dc\u05d3\u05d9 \u05d0\u05d5\u05e1\u05dc\u05d5-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39372",
        "label": "472",
        "long": "\u05d0\u05dc\u05e4\u05e1\u05d9/\u05d9\u05dc\u05d3\u05d9 \u05d0\u05d5\u05e1\u05dc\u05d5-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39384",
        "label": "281",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39385",
        "label": "251",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-11",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39386",
        "label": "251",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39387",
        "label": "285",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-10",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39388",
        "label": "285",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-11",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39389",
        "label": "285",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39390",
        "label": "285",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39391",
        "label": "599",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05de\u05d2\u05d3\u05dc \u05d4\u05de\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-10",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39392",
        "label": "599",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05e7\u05d9\u05e3-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-20",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39393",
        "label": "283",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-11",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39394",
        "label": "283",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39395",
        "label": "392",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39397",
        "label": "392",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39399",
        "label": "392",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-12",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "394",
        "label": "66",
        "long": "\u05de\u05e1\u05e2\u05e3 \u05de\u05d2'\u05d3 \u05d0\u05dc \u05db\u05e8\u05d5\u05dd \u05de\u05d6\u05e8\u05d7-\u05de\u05d2'\u05d3 \u05d0\u05dc \u05db\u05e8\u05d5\u05dd<->\u05de\u05e8\u05db\u05d6 \u05d8\u05e0\u05d9\u05e1-\u05e1\u05d0\u05d2'\u05d5\u05e8-2#",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39400",
        "label": "341",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39401",
        "label": "341",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39402",
        "label": "475",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39403",
        "label": "475",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05d0\u05e8\u05e7 \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39405",
        "label": "74",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d4\u05d9\u05e6\u05d9\u05d0\u05d4 \u05de\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39408",
        "label": "25",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1/\u05de\u05d0\u05d9\u05e8 \u05d1\u05dc\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-25",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39409",
        "label": "45",
        "long": "\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5/\u05de\u05d6\u05dc \u05d8\u05dc\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-25",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3941",
        "label": "80",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05de\u05e6\u05e4\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05de\u05d9\u05d9\u05de\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39410",
        "label": "66\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-15",
        "short": "66\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39411",
        "label": "66",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05dc\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-16",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "39412",
        "label": "321",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05d9\u05e8\u05d5\u05d7\u05dd-\u05d9\u05e8\u05d5\u05d7\u05dd<->\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8-11",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "39413",
        "label": "321",
        "long": "\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8<->\u05d1\u05d5\u05e8\u05e0\u05e9\u05d8\u05d9\u05d9\u05df/\u05d4\u05d0\u05d5\u05e4\u05e7-\u05d9\u05e8\u05d5\u05d7\u05dd-21",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39414",
        "label": "430",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05d7\u05d8\u05d9\u05d1\u05d4 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4-11",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "39416",
        "label": "217",
        "long": "\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e8\u05d9\u05db\u05d4/\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-27",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3943",
        "label": "80",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e8\u05e6\u05dc/\u05d6\u05d1\u05d5\u05dc\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39474",
        "label": "33",
        "long": "\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39475",
        "label": "33\u05d0",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d9\u05d5\u05e1\u05e3 \u05e0\u05d1\u05d5-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-2#",
        "short": "33\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39476",
        "label": "34",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e2\u05d3\u05d4 \u05dc\u05d0\u05d1\u05dc\u05d9\u05d9\u05e1/\u05d9\u05e9\u05e2\u05d9\u05d4\u05d5 \u05dc\u05d9\u05d1\u05d5\u05d1\u05d9\u05e5-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39477",
        "label": "34",
        "long": "\u05e2\u05d3\u05d4 \u05dc\u05d0\u05d1\u05dc\u05d9\u05d9\u05e1/\u05d9\u05e9\u05e2\u05d9\u05d4\u05d5 \u05dc\u05d9\u05d1\u05d5\u05d1\u05d9\u05e5-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "3949",
        "label": "80",
        "long": "\u05e7\u05e0\u05d9\u05d0\u05dc/\u05d4\u05d0\u05e8\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d9\u05dc \u05d4\u05d9\u05dd/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3958",
        "label": "81",
        "long": "\u05d1\u05e8\u05dc/\u05de\u05e0\u05d3\u05dc\u05d9 \u05de\u05d5\u05db\u05e8 \u05e1\u05e4\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05de\u05d9\u05d9\u05de\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "39586",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "396",
        "label": "75",
        "long": "\u05de\u05ea\u05ea-\u05de\u05ea\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-1#",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3961",
        "label": "81",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05de\u05e8\u05db\u05d6 \u05d6\u05d9\u05d5-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39631",
        "label": "254",
        "long": "\u05d7\u05d1\u05e7\u05d5\u05e7/\u05de\u05e8\u05d9\u05dd \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d4\u05ea\u05d3\u05d4\u05e8/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-10",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39632",
        "label": "254",
        "long": "\u05d4\u05ea\u05d3\u05d4\u05e8/\u05d3\u05e4\u05e0\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d7\u05d1\u05e7\u05d5\u05e7/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39643",
        "label": "111",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d2\u05d5\u05e8\u05d3\u05d5\u05df/\u05db\u05e6\u05e0\u05dc\u05e1\u05d5\u05df-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df-18",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39644",
        "label": "111",
        "long": "\u05e9\u05d1\u05d6\u05d9/\u05e9\u05d3. \u05d9\u05e6\u05d7\u05e7 \u05d1\u05df \u05e6\u05d1\u05d9-\u05e7\u05d3\u05d9\u05de\u05d4 \u05e6\u05d5\u05e8\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-21",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "39646",
        "label": "14",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2-\u05d1\u05d9\u05ea \u05d9\u05d4\u05d5\u05e9\u05e2<->\u05d4\u05d7\u05dc\u05d5\u05e6\u05d9\u05dd/\u05d4\u05e4\u05e8\u05d3\u05e1\u05d9\u05dd-\u05e6\u05d5\u05e8 \u05de\u05e9\u05d4-21",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39664",
        "label": "510",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea \u05de\u05d6\u05e8\u05d7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39665",
        "label": "510",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d4\u05e8 \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1 \u05d4\u05d7\u05d5\u05d1\u05dc/\u05d0\u05d3\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "397",
        "label": "75",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05de\u05ea\u05ea-\u05de\u05ea\u05ea-2#",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3970",
        "label": "83",
        "long": "\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8/\u05db\u05d9\u05db\u05e8 \u05d3\u05d5\u05d3-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05de\u05d9\u05d9\u05de\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3971",
        "label": "83\u05d0",
        "long": "\u05d1\u05e8\u05dc/\u05de\u05e0\u05d3\u05dc\u05d9 \u05de\u05d5\u05db\u05e8 \u05e1\u05e4\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05de\u05d9\u05d9\u05de\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4-2\u05d0",
        "short": "83\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39747",
        "label": "568",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05d4\u05d4\u05d9\u05d9\u05d8\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39748",
        "label": "568",
        "long": "\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05d4\u05d4\u05d9\u05d9\u05d8\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "3977",
        "label": "84",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d2\u05d5\u05dc\u05df-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7<->\u05d3\u05e8\u05d5\u05e8 /\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05e8\u05d8 \u05d0\u05e4\u05e7-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-2\u05d5",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39822",
        "label": "271",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-14",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39823",
        "label": "271",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-24",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39824",
        "label": "100",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e0\u05de\u05dc \u05d4\u05ea\u05e2\u05d5\u05e4\u05d4 \u05d7\u05d9\u05e4\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39825",
        "label": "100",
        "long": "\u05e0\u05de\u05dc \u05d4\u05ea\u05e2\u05d5\u05e4\u05d4 \u05d7\u05d9\u05e4\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39849",
        "label": "354",
        "long": "\u05de\u05d2\u05d3\u05dc \u05e7\u05d5\u05e0\u05e7\u05d5\u05e8\u05d3/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-14",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39850",
        "label": "354",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4-\u05e8\u05de\u05dc\u05d4<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-24",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39854",
        "label": "372",
        "long": "\u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d3\u05e8\u05da \u05d4\u05d3\u05e8\u05d5\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-2#",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "39857",
        "label": "691",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-17",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "39858",
        "label": "691",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-27",
        "short": "691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39884",
        "label": "954",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-14",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39885",
        "label": "954",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-24",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39886",
        "label": "971",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-14",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39887",
        "label": "971",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-24",
        "short": "971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39888",
        "label": "988",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-14",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39889",
        "label": "988",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-24",
        "short": "988",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39892",
        "label": "402",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-14",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39893",
        "label": "411",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-14",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39894",
        "label": "411",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-34",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39895",
        "label": "412",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-14",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39896",
        "label": "412",
        "long": "\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-34",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39897",
        "label": "416",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-14",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39898",
        "label": "416",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-34",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39899",
        "label": "558",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-11",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "399",
        "label": "76",
        "long": "\u05d0\u05d1\u05d9\u05e8\u05d9\u05dd \u05d1-\u05d0\u05d1\u05d9\u05e8\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-1#",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39903",
        "label": "404",
        "long": "\u05d1\u05ea\u05d9 \u05db\u05e0\u05e1\u05ea/\u05d0\u05d9\u05d9\u05dc\u05ea \u05d4\u05e9\u05d7\u05e8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39904",
        "label": "404",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05ea\u05d9 \u05db\u05e0\u05e1\u05ea/\u05d0\u05d9\u05d9\u05dc\u05ea \u05d4\u05e9\u05d7\u05e8-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-21",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39905",
        "label": "200",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39906",
        "label": "557",
        "long": "\u05d0\u05d3\u05d5\u05e8\u05d9\u05d9\u05dd/\u05e8\u05de\u05d5\u05ea \u05d3\u05d5\u05d3-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-22",
        "short": "557",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39907",
        "label": "558",
        "long": "\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-22",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39908",
        "label": "970",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-23",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39913",
        "label": "957",
        "long": "\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-24",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39919",
        "label": "593",
        "long": "\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-13",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39920",
        "label": "593",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7-23",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39921",
        "label": "592",
        "long": "\u05d0\u05dc\u05d9 \u05e1\u05d9\u05e0\u05d9/\u05e7\u05d8\u05d9\u05e3-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-13",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39922",
        "label": "592",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05d9\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-23",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39923",
        "label": "594",
        "long": "\u05de\u05ea\u05d7\u05dd \u05de\u05d1\u05e0\u05d4/\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-13",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39924",
        "label": "594",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3.\u05d4\u05e8\u05e6\u05dc/\u05de\u05e9\u05e2\u05d5\u05dc \u05d0\u05d9\u05e8\u05d9\u05e1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-23",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39925",
        "label": "598",
        "long": "\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-13",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39926",
        "label": "598",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9\u05ea \u05d9\u05d5\u05e1\u05e3/\u05d4\u05d2\u05d1\u05e2\u05d4-\u05ea\u05e4\u05e8\u05d7-23",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39927",
        "label": "121",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05e8\u05d9\u05d2'\u05d0\u05ea-\u05d3\u05e8\u05d9\u05d2'\u05d0\u05ea-1#",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39928",
        "label": "121",
        "long": "\u05d3\u05e8\u05d9\u05d2'\u05d0\u05ea-\u05d3\u05e8\u05d9\u05d2'\u05d0\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39929",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05d3\u05e8\u05d9\u05d2'\u05d0\u05ea-\u05d3\u05e8\u05d9\u05d2'\u05d0\u05ea-11",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39930",
        "label": "24",
        "long": "\u05d3\u05e8\u05d9\u05d2'\u05d0\u05ea-\u05d3\u05e8\u05d9\u05d2'\u05d0\u05ea<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-21",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39931",
        "label": "126",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e1\u05e2\u05d5\u05d5\u05d4/\u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05dc\u05d3\u05d4-11",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39932",
        "label": "126",
        "long": "\u05e1\u05e2\u05d5\u05d5\u05d4/\u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05dc\u05d3\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39936",
        "label": "459",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-13",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39937",
        "label": "459",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-23",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39938",
        "label": "138",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d1\u05e0\u05d9 \u05d4\u05d7\u05d5\u05e9\u05df/\u05d0\u05dc\u05d7\u05de\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-1#",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39939",
        "label": "138",
        "long": "\u05d1\u05e8\u05e7\u05ea/\u05e1\u05e4\u05d9\u05e8-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39947",
        "label": "60",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05de\u05d1\u05d5\u05d0 \u05e7\u05d8\u05d5\u05e8\u05ea-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05d1\u05d6\u05dc\u05ea/\u05e8\u05d5\u05ea\u05dd -\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39948",
        "label": "60",
        "long": "\u05d1\u05d6\u05dc\u05ea/\u05db\u05d1\u05d9\u05e9 3965-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05e9\u05db\u05d5\u05e0\u05d4 \u05d9''\u05d0 \u05d0-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-2#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39949",
        "label": "160",
        "long": "\u05d1\u05e8\u05e2\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05d5\u05e6\u05d1\u05d9\u05dd/\u05d4\u05de\u05d2\u05e8\u05e1\u05d5\u05ea-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39950",
        "label": "160",
        "long": "\u05d1\u05d6\u05dc\u05ea/\u05db\u05d1\u05d9\u05e9 3965-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39951",
        "label": "351",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d7\u05e0\u05d4 \u05e2\u05d5\u05e4\u05e8-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-1#",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39952",
        "label": "351",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05e2\u05d5\u05e4\u05e8-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39979",
        "label": "477",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-2#",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39980",
        "label": "372",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d4\u05d7\u05e8\u05e9-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d3\u05e8\u05da \u05d4\u05d3\u05e8\u05d5\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-1#",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39985",
        "label": "296",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-11",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "39986",
        "label": "296",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-21",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "39987",
        "label": "81",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc/\u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9/\u05e8\u05d1\u05d9 \u05e0\u05d7\u05de\u05df \u05de\u05d0\u05d5\u05de\u05df-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4",
        "label": "2\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-11",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40",
        "label": "178",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "400",
        "label": "76",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05d0\u05d1\u05d9\u05e8\u05d9\u05dd \u05d1-\u05d0\u05d1\u05d9\u05e8\u05d9\u05dd-2#",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40011",
        "label": "231",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40015",
        "label": "100",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05d4\u05d4\u05d9\u05d9\u05d8\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40016",
        "label": "100",
        "long": "\u05e7\u05de\u05e4\u05d5\u05e1 \u05e1\u05e4\u05e8\u05d0/\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05d4\u05d4\u05d9\u05d9\u05d8\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-20",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40017",
        "label": "102",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40018",
        "label": "102",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-20",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40019",
        "label": "112",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05de\u05e9\u05e8\u05d3 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd/\u05e6\u05dc\u05d0\u05d7 \u05d0 \u05d3\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40020",
        "label": "112",
        "long": "\u05de\u05e9\u05e8\u05d3 \u05d4\u05de\u05e9\u05e4\u05d8\u05d9\u05dd/\u05e6\u05dc\u05d0\u05d7 \u05d0 \u05d3\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e9\u05e4\u05d9\u05e8\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df-20",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40021",
        "label": "118",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40022",
        "label": "118",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40023",
        "label": "626",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40024",
        "label": "626",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "40026",
        "label": "961",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d0\u05dc\u05de\u05d5\u05d2/\u05d3\u05e8\u05da \u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "40027",
        "label": "965",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e2\u05dc\u05d9\u05d6\u05d4 \u05d1\u05d2\u05d9\u05df/\u05d1\u05d6\u05dc\u05ea-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d2\u05e0\u05d9\u05dd/\u05d4\u05e1\u05d1\u05d9\u05d5\u05e0\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40029",
        "label": "391",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40030",
        "label": "391",
        "long": "\u05d4\u05e8''\u05df/\u05e4\u05e0\u05d9\u05dd \u05de\u05d0\u05d9\u05e8\u05d9\u05dd-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-20",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40031",
        "label": "15",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d0\u05d9\u05dc\u05ea<->\u05de\u05e2\u05d1\u05e8 \u05d2\u05d1\u05d5\u05dc \u05d8\u05d0\u05d1\u05d4-\u05d0\u05d9\u05dc\u05ea-11",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40032",
        "label": "16",
        "long": "\u05d3\u05e8\u05da \u05de\u05e6\u05e8\u05d9\u05dd/\u05de\u05dc\u05d5\u05df \u05d4\u05e0\u05e1\u05d9\u05db\u05d4-\u05d0\u05d9\u05dc\u05ea<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-21",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40033",
        "label": "2",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d0\u05d9\u05dc\u05ea<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-31",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40035",
        "label": "1",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d0\u05d9\u05dc\u05ea<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-32",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40038",
        "label": "121",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40039",
        "label": "121",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40081",
        "label": "5",
        "long": "\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc/\u05d3\u05e8\u05da \u05d4\u05e8\u05de''\u05d6-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc \u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-30",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40082",
        "label": "7",
        "long": "\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc/\u05d3\u05e8\u05da \u05d4\u05e8\u05de''\u05d6-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e1\u05dc\u05d5\u05e0\u05d9\u05dd/\u05de\u05e4\u05e2\u05dc \u05d4\u05e9''\u05e1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40083",
        "label": "7",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e1\u05dc\u05d5\u05e0\u05d9\u05dd/\u05de\u05e4\u05e2\u05dc \u05d4\u05e9''\u05e1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc \u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40084",
        "label": "8",
        "long": "\u05d9\u05d1\u05d9\u05e2 \u05d0\u05d5\u05de\u05e8/\u05e9\u05d1\u05d8 \u05d4\u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc/\u05ea\u05dc\u05de\u05d5\u05d3\u05d9 \u05ea\u05d5\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40085",
        "label": "8",
        "long": "\u05d0\u05d1\u05d0 \u05e9\u05d0\u05d5\u05dc/\u05d0\u05d3\u05de\u05d5\u05e8\u05d9 \u05d5\u05d9\u05d6\u05e0\u05d9\u05e5-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05d1\u05d9\u05e2 \u05d0\u05d5\u05de\u05e8/\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05dc\u05e2\u05dc\u05d5\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40086",
        "label": "134",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3-10",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40087",
        "label": "134",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40088",
        "label": "168",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40089",
        "label": "168",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40159",
        "label": "295",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40160",
        "label": "295",
        "long": "\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40162",
        "label": "226",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40163",
        "label": "226",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d7\u05d9\u05d9\u05dd \u05d1\u05e8\u05dc\u05d1/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05e8\u05d5\u05d6'\u05d9\u05df/\u05d1\u05e2\u05dc \u05d4\u05ea\u05e0\u05d9\u05d0-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40165",
        "label": "296",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40166",
        "label": "296",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40167",
        "label": "239",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40168",
        "label": "239",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d7\u05d9\u05d9\u05dd \u05d1\u05e8\u05dc\u05d1/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40169",
        "label": "246",
        "long": "\u05d0\u05d4\u05dc \u05e9\u05e8\u05d4/\u05d1\u05e0\u05d9\u05df \u05d3\u05d5\u05d3-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40170",
        "label": "246",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d7\u05d9\u05d9\u05dd \u05d1\u05e8\u05dc\u05d1/\u05e9\u05e8\u05d2\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d4\u05dc \u05e9\u05e8\u05d4/\u05d1\u05e0\u05d9\u05df \u05d3\u05d5\u05d3-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40182",
        "label": "198",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5/\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40183",
        "label": "198",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d0\u05de\u05e8\u05d9 \u05e1\u05d5\u05e4\u05e8/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40185",
        "label": "6",
        "long": "\u05d1\u05d9''\u05e1 \u05e0\u05e2\u05de\u05ea/\u05d0\u05dc-\u05d1\u05e9\u05d0\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea<->\u05d0\u05dc-\u05db\u05d5\u05e8\u05d5\u05dd/\u05d2'\u05d1\u05dc \u05d0\u05dc-\u05de\u05d5\u05e7\u05d1\u05d9\u05d9-\u05e0\u05e6\u05e8\u05ea-12",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40187",
        "label": "6",
        "long": "\u05d0\u05dc-\u05db\u05d5\u05e8\u05d5\u05dd/\u05d2'\u05d1\u05dc \u05d0\u05dc-\u05de\u05d5\u05e7\u05d1\u05d9\u05d9-\u05e0\u05e6\u05e8\u05ea<->\u05d1\u05d9''\u05e1 \u05e0\u05e2\u05de\u05ea/\u05d0\u05dc-\u05d1\u05e9\u05d0\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea-22",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40190",
        "label": "58",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05d2'\u05dc\u05d9\u05dc-\u05e1\u05d7'\u05e0\u05d9\u05df-1\u05d0",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40191",
        "label": "58",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d0\u05dc-\u05e7\u05dc\u05e2\u05d5\u05df-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e0\u05e6\u05e8\u05ea-2\u05d0",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40196",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40197",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40198",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40199",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40200",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40201",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40202",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40203",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40204",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40205",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40261",
        "label": "1",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e3 \u05dc\u05d9\u05dc\u05d4 \u05d5\u05e9\u05d1\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-19",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40262",
        "label": "1",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05e7\u05e8\u05d9\u05d5\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05de\u05d8\u05e8\u05d5\u05e0\u05d9\u05ea-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e3 \u05dc\u05d9\u05dc\u05d4 \u05d5\u05e9\u05d1\u05ea-\u05d7\u05d9\u05e4\u05d4-29",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40264",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "40266",
        "label": "210",
        "long": "\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05e1\u05de\u05d9\u05e0\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-19",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4038",
        "label": "91",
        "long": "\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3/\u05d4\u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd/\u05d4\u05db\u05dc\u05e0\u05d9\u05d5\u05ea-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4039",
        "label": "91",
        "long": "\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3/\u05e1\u05d1\u05d9\u05d5\u05df-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd \u05d1-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "40410",
        "label": "215",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d1\u05d9\u05d1-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-11",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "40411",
        "label": "215",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d0\u05d1\u05d9\u05d1-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-21",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40417",
        "label": "44",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-11",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40419",
        "label": "44",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-21",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40424",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40425",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40426",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40427",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40433",
        "label": "298",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-\u05d0\u05d5\u05dd \u05d0\u05dc \u05e4\u05d7\u05dd-11",
        "short": "298",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4047",
        "label": "92",
        "long": "\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3/\u05e1\u05d1\u05d9\u05d5\u05df-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'-1#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4049",
        "label": "92",
        "long": "\u05d2\u05d9\u05d1\u05d5\u05e8\u05d9 \u05d4\u05ea\u05d4\u05d9\u05dc\u05d4/\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-\u05db\u05e4\u05e8 \u05d7\u05e1\u05d9\u05d3\u05d9\u05dd \u05d0'<->\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3/\u05e1\u05d1\u05d9\u05d5\u05df-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40490",
        "label": "13",
        "long": "\u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05d3\u05e8\u05d5\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40491",
        "label": "13",
        "long": "\u05dc\u05d1 \u05d4\u05e4\u05d0\u05e8\u05e7/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05d3\u05e8\u05d5\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40499",
        "label": "7",
        "long": "\u05d1\u05e2\u05dc \u05e9\u05dd \u05d8\u05d5\u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "405",
        "label": "82",
        "long": "\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-1#",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40500",
        "label": "7",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05e8\u05d9\u05df \u05e4\u05d0\u05e8\u05e7-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40501",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "40502",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4058",
        "label": "93",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05de\u05e9\u05e7\u05d5\u05d1\u05e1\u05e7\u05d9-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4059",
        "label": "93",
        "long": "\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd/\u05e4\u05e8\u05d2-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea \u05e2\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "406",
        "label": "82",
        "long": "\u05de''\u05d2 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d4\u05d6\u05d9\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-11",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40646",
        "label": "1",
        "long": "\u05e4\u05e8\u05e5 \u05e1\u05e0\u05d8\u05e8/\u05d1\u05e8\u05d9\u05d7-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40647",
        "label": "1\u05d0",
        "long": "\u05e4\u05e8\u05e5 \u05e1\u05e0\u05d8\u05e8/\u05d1\u05e8\u05d9\u05d7-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-11",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40648",
        "label": "1",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40649",
        "label": "1\u05d0",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-21",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40650",
        "label": "3",
        "long": "\u05e4\u05e8\u05e5 \u05e1\u05e0\u05d8\u05e8/\u05d1\u05e8\u05d9\u05d7-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40651",
        "label": "3",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40652",
        "label": "5",
        "long": "\u05e4\u05e8\u05e5 \u05e1\u05e0\u05d8\u05e8/\u05d1\u05e8\u05d9\u05d7-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40653",
        "label": "5\u05d0",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05e7\u05e9\u05d5\u05d1-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-11",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40654",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40655",
        "label": "5\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05e7\u05e9\u05d5\u05d1-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-21",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "40658",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-11",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "40659",
        "label": "12",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-21",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4066",
        "label": "93",
        "long": "\u05d7\u05d1\u05d9\u05d1\u05d4 \u05e8\u05d9\u05d9\u05e7/\u05e0\u05ea\u05d9\u05d1 \u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e2\u05d5\u05e4\u05e8\u05d4 \u05d7\u05d6\u05d4/\u05d9\u05e8\u05d3\u05e0\u05d4 \u05d0\u05e8\u05d6\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40660",
        "label": "2",
        "long": "\u05e4\u05e8\u05e5 \u05e1\u05e0\u05d8\u05e8/\u05d1\u05e8\u05d9\u05d7-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40661",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40662",
        "label": "4",
        "long": "\u05e4\u05e8\u05e5 \u05e1\u05e0\u05d8\u05e8/\u05d1\u05e8\u05d9\u05d7-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40663",
        "label": "4",
        "long": "\u05e4\u05e8\u05e5 \u05e1\u05e0\u05d8\u05e8/\u05d1\u05e8\u05d9\u05d7-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-11",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40664",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "407",
        "label": "82",
        "long": "\u05d0\u05d5\u05e8\u05d8/\u05e0\u05e8\u05e7\u05d9\u05e1-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-2#",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "408",
        "label": "82",
        "long": "\u05d0\u05d5\u05e8\u05d8/\u05e0\u05e8\u05e7\u05d9\u05e1-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-21",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40868",
        "label": "64",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-14",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40869",
        "label": "64",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-24",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40871",
        "label": "10",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-30",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40910",
        "label": "20",
        "long": "\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc<->\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df-\u05e0\u05e6\u05e8\u05ea-13",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40911",
        "label": "22",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0-1#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40912",
        "label": "22",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0-12",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40913",
        "label": "22",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0<->\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40915",
        "label": "22",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0<->\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df-\u05e0\u05e6\u05e8\u05ea-22",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40916",
        "label": "18",
        "long": "\u05d2'\u05d1\u05dc \u05d0\u05dc-\u05e7\u05d1\u05dc\u05d41-\u05e8\u05d9\u05d9\u05e0\u05d4<->\u05d1\u05d9\u05e8 \u05d0\u05dc-\u05d0\u05de\u05d9\u05e8/\u05d0\u05dc-\u05e4\u05d0\u05d7'\u05d5\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea-1#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40917",
        "label": "18",
        "long": "\u05d2'\u05d1\u05dc \u05d0\u05dc-\u05e7\u05d1\u05dc\u05d41-\u05e8\u05d9\u05d9\u05e0\u05d4<->\u05d1\u05d9\u05e8 \u05d0\u05dc-\u05d0\u05de\u05d9\u05e8/\u05d0\u05dc-\u05e4\u05d0\u05d7'\u05d5\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea-11",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40918",
        "label": "18",
        "long": "\u05d1\u05d9\u05e8 \u05d0\u05dc-\u05d0\u05de\u05d9\u05e8/\u05d0\u05dc-\u05e4\u05d0\u05d7'\u05d5\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea<->\u05d2'\u05d1\u05dc \u05d0\u05dc-\u05e7\u05d1\u05dc\u05d41-\u05e8\u05d9\u05d9\u05e0\u05d4-2#",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40919",
        "label": "65",
        "long": "\u05d1\u05e0\u05d4 \u05d1\u05d9\u05ea\u05da 2-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0<->\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05db\u05e4\u05e8 \u05db\u05e0\u05d0-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0-1#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40920",
        "label": "65",
        "long": "\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05db\u05e4\u05e8 \u05db\u05e0\u05d0-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0<->\u05d1\u05e0\u05d4 \u05d1\u05d9\u05ea\u05da 2-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0-2#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40921",
        "label": "52",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05db\u05e8\u05dd \u05d0\u05dc\u05e1\u05d0\u05d7\u05d1 \u05d0-\u05e0\u05e6\u05e8\u05ea<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-11",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40922",
        "label": "52",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05db\u05d5\u05e0\u05ea \u05db\u05e8\u05dd \u05d0\u05dc\u05e1\u05d0\u05d7\u05d1 \u05d0-\u05e0\u05e6\u05e8\u05ea-21",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40923",
        "label": "40",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40924",
        "label": "40",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-11",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40925",
        "label": "40",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40926",
        "label": "40",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d4\u05de\u05e2\u05d9\u05d9\u05df-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-21",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40927",
        "label": "54",
        "long": "\u05d1\u05dc\u05d0\u05dc/\u05d3\u05e8\u05da \u05e9\u05e4\u05e8\u05e2\u05dd-\u05e0\u05e6\u05e8\u05ea<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-11",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40929",
        "label": "54",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d1\u05dc\u05d0\u05dc-\u05e0\u05e6\u05e8\u05ea-21",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4094",
        "label": "98",
        "long": "\u05d0\u05e8\u05d9\u05d4 \u05dc\u05d5\u05d9\u05df /\u05d7\u05d1\u05d3-\u05d7\u05d9\u05e4\u05d4<->\u05e8\u05d5\u05e4\u05d9\u05df/\u05e7\u05e0\u05d9\u05d0\u05dc-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4095",
        "label": "98",
        "long": "\u05dc\u05d9\u05d0\u05d5\u05df \u05d1\u05dc\u05d5\u05dd/\u05d7\u05e0\u05d4 \u05e1\u05e0\u05e9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05e8\u05d9\u05d4 \u05dc\u05d5\u05d9\u05df /\u05d7\u05d1\u05d3-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40973",
        "label": "22\u05d0",
        "long": "\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc<->\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0-13",
        "short": "22\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40974",
        "label": "22\u05d0",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e8\u05d9\u05de\u05d5\u05df-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0<->\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc-23",
        "short": "22\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40975",
        "label": "46",
        "long": "\u05d2\u05df \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05dc-\u05e7\u05e4\u05d6\u05d4-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc-21",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40976",
        "label": "46",
        "long": "\u05d2\u05df \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05dc-\u05e7\u05e4\u05d6\u05d4-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc-22",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40977",
        "label": "46",
        "long": "\u05d2\u05df \u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05dc-\u05e7\u05e4\u05d6\u05d4-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05e1\u05e8\u05d0\u05e8\u05d4 \u05d7\u05d8''\u05d1-\u05e2\u05d9\u05df \u05de\u05d0\u05d4\u05dc-23",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40979",
        "label": "68",
        "long": "\u05de\u05e8\u05db\u05d6\u05d4/\u05d4\u05e2\u05d1\u05d5\u05d3\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e8\u05d5\u05d0\u05d5\u05e1 \u05d0\u05dc-\u05d2'\u05d1\u05d0\u05dc/\u05d1\u05d9''\u05e1 \u05e1\u05d0\u05dc\u05d9\u05d6\u05d9\u05d0\u05df-\u05e0\u05e6\u05e8\u05ea-11",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "40981",
        "label": "68",
        "long": "\u05e8\u05d5\u05d0\u05d5\u05e1 \u05d0\u05dc-\u05d2'\u05d1\u05d0\u05dc/\u05d1\u05d9''\u05e1 \u05e1\u05d0\u05dc\u05d9\u05d6\u05d9\u05d0\u05df-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05e8\u05db\u05d6\u05d4/\u05d4\u05e2\u05d1\u05d5\u05d3\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-21",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41039",
        "label": "13",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05e2\u05d9\u05dc\u05d5\u05d8 \u05d4'/\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05e1\u05d3\u05e8\u05d4-\u05e2\u05d9\u05dc\u05d5\u05d8-10",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41042",
        "label": "13",
        "long": "\u05e2\u05d9\u05dc\u05d5\u05d8 \u05d4'/\u05db\u05d9\u05db\u05e8 \u05d0\u05dc\u05e1\u05d3\u05e8\u05d4-\u05e2\u05d9\u05dc\u05d5\u05d8<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-20",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "41189",
        "label": "87",
        "long": "\u05de\u05e8\u05db\u05d6 \u05d3\u05d3\u05d5/\u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9''\u05e1 \u05e0\u05e2\u05de\u05ea/\u05d0\u05dc-\u05d1\u05e9\u05d0\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea-11",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "41190",
        "label": "87",
        "long": "\u05d1\u05d9''\u05e1 \u05e0\u05e2\u05de\u05ea/\u05d0\u05dc-\u05d1\u05e9\u05d0\u05e8\u05d4-\u05e0\u05e6\u05e8\u05ea<->\u05de\u05e8\u05db\u05d6 \u05d3\u05d3\u05d5/\u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-21",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "412",
        "label": "82",
        "long": "\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9/\u05db''\u05d1 \u05d9\u05dc\u05d3\u05d9 \u05de\u05e2\u05dc\u05d5\u05ea-\u05e6\u05e4\u05ea<->\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05e8\u05d1/\u05db''\u05d1 \u05d9\u05dc\u05d3\u05d9 \u05de\u05e2\u05dc\u05d5\u05ea-\u05e6\u05e4\u05ea-1#",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41206",
        "label": "23\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e4\u05d5\u05dc\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d3''\u05e8 \u05e8\u05d9\u05e0\u05d2\u05dc\u05d1\u05dc\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e4\u05d5\u05dc\u05d9\u05e0\u05e1\u05e7\u05d9/\u05d3''\u05e8 \u05e8\u05d9\u05e0\u05d2\u05dc\u05d1\u05dc\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-32",
        "short": "23\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41210",
        "label": "14",
        "long": "\u05d3\u05e4\u05e0\u05d4/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05d3\u05e8\u05d5\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41211",
        "label": "14",
        "long": "\u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05d3\u05e8\u05d5\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d3\u05e4\u05e0\u05d4/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41212",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41213",
        "label": "12",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41214",
        "label": "17",
        "long": "\u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05d3\u05e8\u05d5\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41215",
        "label": "17",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05d3\u05e8\u05d5\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41216",
        "label": "112",
        "long": "\u05d4\u05d2\u05d5\u05dc\u05df/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e0\u05ea\u05d9\u05d1 \u05d4\u05d0\u05d1\u05d5\u05ea-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41217",
        "label": "112",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05d9\u05d4\u05dc\u05d5\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d4\u05d2\u05d5\u05dc\u05df/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41220",
        "label": "4",
        "long": "\u05ea.\u05db\u05d1\u05d0\u05d5\u05ea/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41221",
        "label": "4",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d0\u05d9\u05dc\u05ea<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05e9\u05e8\u05d4 \u05d0\u05de\u05e0\u05d5-\u05d0\u05d9\u05dc\u05ea-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41222",
        "label": "3",
        "long": "\u05ea.\u05db\u05d1\u05d0\u05d5\u05ea/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41223",
        "label": "3",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d0\u05d9\u05dc\u05ea<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05e9\u05e8\u05d4 \u05d0\u05de\u05e0\u05d5-\u05d0\u05d9\u05dc\u05ea-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41225",
        "label": "885",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-13",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41226",
        "label": "885",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05e8 \u05d9\u05d5\u05e0\u05d4/\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05d1\u05e2\u05dc\u05d6\u05d0 -\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-22",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41246",
        "label": "258",
        "long": "\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-12",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41257",
        "label": "26",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-30",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "413",
        "label": "82",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05e8\u05d1-\u05e6\u05e4\u05ea<->\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea-\u05d1\u05d9\u05e8\u05d9\u05d4-2#",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41330",
        "label": "13",
        "long": "\u05d1\u05d9\u05d2 \u05e4\u05d0\u05e9\u05df/\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05db\u05db\u05e8 \u05d4\u05e9\u05db\u05d5\u05e0\u05d4 \u05d4\u05de\u05e2\u05e8\u05d1\u05d9\u05ea-\u05e2\u05d9\u05dc\u05d5\u05d8-13",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41331",
        "label": "13",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d0\u05dc\u05d2'\u05d1\u05dc \u05d1-\u05e2\u05d9\u05dc\u05d5\u05d8<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-23",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4134",
        "label": "123",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4135",
        "label": "123",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41353",
        "label": "5",
        "long": "\u05e4\u05d0\u05d5\u05d5\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41354",
        "label": "5\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e4\u05d5\u05d5\u05d0\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-20",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41355",
        "label": "2",
        "long": "\u05e1\u05e0\u05d5\u05e0\u05d9\u05ea/\u05d3\u05e8\u05d5\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41356",
        "label": "2\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e1\u05e0\u05d5\u05e0\u05d9\u05ea/\u05d3\u05e8\u05d5\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-20",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41390",
        "label": "15",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da \u05e9\u05e0\u05dc\u05e8-\u05e0\u05e6\u05e8\u05ea<->\u05e9\u05db\u05d5\u05e0\u05ea \u05db\u05e8\u05dd \u05d0\u05dc\u05e1\u05d0\u05d7\u05d1 \u05d0-\u05e0\u05e6\u05e8\u05ea-12",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41391",
        "label": "15",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05db\u05e8\u05dd \u05d0\u05dc\u05e1\u05d0\u05d7\u05d1 \u05d0-\u05e0\u05e6\u05e8\u05ea<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da \u05e9\u05e0\u05dc\u05e8-\u05e0\u05e6\u05e8\u05ea-22",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "414",
        "label": "82",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d5\u05e2\u05dd-\u05e6\u05e4\u05ea<->\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea-\u05d1\u05d9\u05e8\u05d9\u05d4-21",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4142",
        "label": "131",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05db\u05e8\u05de\u05dc/\u05e8\u05e0''\u05e7-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4143",
        "label": "133",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4145",
        "label": "133",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1\u05e9",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4146",
        "label": "133",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4148",
        "label": "133",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05e9",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41486",
        "label": "5",
        "long": "\u05ea.\u05db\u05d1\u05d0\u05d5\u05ea/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41487",
        "label": "5\u05d0",
        "long": "\u05ea.\u05db\u05d1\u05d0\u05d5\u05ea/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-11",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41488",
        "label": "5\u05d0",
        "long": "\u05ea.\u05db\u05d1\u05d0\u05d5\u05ea/\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-12",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41489",
        "label": "6",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d0\u05d9\u05dc\u05ea<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05e9\u05e8\u05d4 \u05d0\u05de\u05e0\u05d5-\u05d0\u05d9\u05dc\u05ea-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41490",
        "label": "6\u05d0",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d0\u05d9\u05dc\u05ea<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05e9\u05e8\u05d4 \u05d0\u05de\u05e0\u05d5-\u05d0\u05d9\u05dc\u05ea-21",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41491",
        "label": "6\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05e9\u05e8\u05d4 \u05d0\u05de\u05e0\u05d5-\u05d0\u05d9\u05dc\u05ea-22",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4152",
        "label": "142",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4154",
        "label": "142",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d0\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-2\u05da",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41572",
        "label": "509",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05e9\u05d1\u05d8 \u05e9\u05de\u05e2\u05d5\u05df-\u05dc\u05d5\u05d3-10",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41573",
        "label": "509",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d3 \u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05d9\u05e9\u05d9\u05d1-\u05dc\u05d5\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd/\u05e8\u05d1\u05d9\u05e0\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41593",
        "label": "244",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05e1\u05d9\u05e1 \u05e9\u05d5\u05e8\u05d4-\u05e1\u05ea\u05e8\u05d9\u05d4-11",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41594",
        "label": "244",
        "long": "\u05d1\u05e1\u05d9\u05e1 \u05e9\u05d5\u05e8\u05d4-\u05e1\u05ea\u05e8\u05d9\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05d3\u05e8\u05da \u05d0\u05d1\u05d0 \u05d4\u05dc\u05dc-\u05e8\u05de\u05ea \u05d2\u05df-21",
        "short": "244",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4161",
        "label": "221",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4162",
        "label": "221",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-3\u05df",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "41628",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df-\u05e7\u05e8\u05d9\u05ea \u05de\u05d5\u05e6\u05e7\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4163",
        "label": "245",
        "long": "\u05e9\u05d5\u05e7 \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1\u05d7",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41640",
        "label": "28",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-30",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41641",
        "label": "28\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-31",
        "short": "28\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4165",
        "label": "245",
        "long": "\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d5\u05e7 \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d7\u05d9\u05e4\u05d4-2\u05d7",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41665",
        "label": "27",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d3",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41666",
        "label": "27",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05dc\u05d0\u05d5\u05dd/\u05e9\u05d3' \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d3",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "41679",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4168",
        "label": "787",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05d4\u05e4\u05ea\u05d5\u05d7/\u05d1\u05e8\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05ea\u05de\u05e8/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41681",
        "label": "251",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-20",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "41684",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4169",
        "label": "788",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05d4\u05e4\u05ea\u05d5\u05d7/\u05d1\u05e8\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d3\u05de\u05d5\u05e0\u05d3 \u05e4\u05dc\u05d2-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "41692",
        "label": "962",
        "long": "\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d2\u05e0\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d0\u05e4\u05e8\u05ea\u05d4/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "41693",
        "label": "963",
        "long": "\u05d0\u05e4\u05e8\u05ea\u05d4/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e6\u05d4''\u05dc/\u05d9\u05d5\u05d0\u05d1-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "41694",
        "label": "964",
        "long": "\u05d7\u05d5\u05e9\u05df/\u05d1\u05d6\u05dc\u05ea-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d9\u05e4\u05ea\u05d7/\u05e6\u05d4''\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4170",
        "label": "789",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05d4\u05e4\u05ea\u05d5\u05d7/\u05d1\u05e8\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05e8\u05dc\u05d5\u05d6\u05d5\u05e8\u05d5\u05d1/\u05d1\u05dc\u05e4\u05d5\u05e8-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "41700",
        "label": "960",
        "long": "\u05d0\u05e4\u05e8\u05ea\u05d4/\u05de\u05d1\u05e6\u05e2 \u05e7\u05d3\u05e9-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e0\u05d5\u05d5\u05d4 \u05e9\u05d0\u05e0\u05df-\u05d0\u05e8\u05d9\u05d0\u05dc-20",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41701",
        "label": "311",
        "long": "\u05d1\u05e0\u05e7 \u05de\u05e8\u05db\u05e0\u05ea\u05d9\u05dc-\u05d2'\u05d3\u05d9\u05d3\u05d4 \u05de\u05db\u05e8<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-11",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41702",
        "label": "311",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d4\u05de\u05e8\u05db\u05d6 \u05d4\u05d9\u05e9\u05df-\u05d2'\u05d3\u05d9\u05d3\u05d4 \u05de\u05db\u05e8-21",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41797",
        "label": "8",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-30",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4181",
        "label": "1",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e0\u05e4\u05d7-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e0\u05e4\u05d7/\u05d4\u05d9\u05d6\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4182",
        "label": "1\u05d0",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e0\u05e4\u05d7-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e0\u05e4\u05d7/\u05d4\u05d9\u05d6\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3\u05d0",
        "short": "1\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4185",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-3#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41898",
        "label": "22",
        "long": "\u05d4\u05de\u05e8\u05db\u05d1\u05d4/\u05d4\u05d1\u05e0\u05d0\u05d9-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d4\u05de\u05e8\u05db\u05d1\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-3#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41899",
        "label": "477",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0/\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9-\u05d0\u05dc\u05e2\u05d3<->\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6/\u05de\u05e9\u05d4 \u05e9\u05e8\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-11",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41900",
        "label": "477",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3-21",
        "short": "477",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41901",
        "label": "14\u05d0",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d3\u05d7\u05d9/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05d3\u05d7\u05d9-11",
        "short": "14\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41902",
        "label": "14\u05d0",
        "long": "\u05d3\u05d7\u05d9/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05d3\u05d7\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "14\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41903",
        "label": "567",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41932",
        "label": "388",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41933",
        "label": "388",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-24",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41934",
        "label": "389",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41935",
        "label": "389",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-24",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41936",
        "label": "589",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41937",
        "label": "589",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e8\u05d1 \u05e4\u05e0\u05d7\u05e1 \u05dc\u05d5\u05d9\u05df/\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05e9\u05dc\u05d5\u05dd-\u05e2\u05de\u05e0\u05d5\u05d0\u05dc-24",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41943",
        "label": "413",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41944",
        "label": "413",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-32",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41945",
        "label": "612",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-13",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41946",
        "label": "614",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-13",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41947",
        "label": "614",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05de\u05d9\u05dc \u05d4\u05d5\u05d9\u05e1\u05de\u05e0\u05e1/\u05d1\u05dc\u05e4\u05d5\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-23",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41949",
        "label": "612",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05de\u05d9\u05dc \u05d4\u05d5\u05d9\u05e1\u05de\u05e0\u05e1/\u05d1\u05dc\u05e4\u05d5\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-23",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4195",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-3\u05d0",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4197",
        "label": "3",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-3#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4198",
        "label": "3\u05d0",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9/\u05ea\u05dc \u05d7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9/\u05ea\u05dc \u05d7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-3\u05d0",
        "short": "3\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41998",
        "label": "29",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e9\u05dc\u05d3\u05d2/\u05e9\u05d1\u05d9\u05dc \u05d4\u05e9\u05e7\u05d9\u05e2\u05d4-\u05de\u05db\u05de\u05d5\u05e8\u05ea-13",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "41999",
        "label": "29",
        "long": "\u05e6\u05e8\u05db\u05e0\u05d9\u05d4-\u05de\u05db\u05de\u05d5\u05e8\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-23",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "42017",
        "label": "83",
        "long": "\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05d2\u05e8\u05d9\u05e0\u05d1\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->\u05de\u05e8\u05db\u05d6 \u05e7\u05d4\u05d9\u05dc\u05ea\u05d9/\u05d4\u05e0\u05e8\u05d9\u05d9\u05d8\u05d4 \u05e1\u05d0\u05dc\u05d3-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-14",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4202",
        "label": "3",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e0\u05e4\u05d7-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e0\u05e4\u05d7/\u05d4\u05d9\u05d6\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42020",
        "label": "78\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-14",
        "short": "78\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42021",
        "label": "78\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-24",
        "short": "78\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42026",
        "label": "14",
        "long": "\u05e4\u05e8\u05d9\u05e9\u05de\u05df/\u05de\u05e8\u05db\u05d6 \u05d5\u05d5\u05d9\u05e1\u05d2\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e4\u05e8\u05d9\u05e9\u05de\u05df/\u05de\u05e8\u05db\u05d6 \u05d5\u05d5\u05d9\u05e1\u05d2\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42027",
        "label": "14\u05d0",
        "long": "\u05e4\u05e8\u05d9\u05e9\u05de\u05df/\u05de\u05e8\u05db\u05d6 \u05d5\u05d5\u05d9\u05e1\u05d2\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e4\u05e8\u05d9\u05e9\u05de\u05df/\u05de\u05e8\u05db\u05d6 \u05d5\u05d5\u05d9\u05e1\u05d2\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-20",
        "short": "14\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42028",
        "label": "10",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d4\u05e2\u05e8\u05d1\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e4\u05e8\u05d9\u05e9\u05de\u05df/\u05de\u05e8\u05db\u05d6 \u05d5\u05d5\u05d9\u05e1\u05d2\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42029",
        "label": "10",
        "long": "\u05e4\u05e8\u05d9\u05e9\u05de\u05df/\u05de\u05e8\u05db\u05d6 \u05d5\u05d5\u05d9\u05e1\u05d2\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d4\u05e2\u05e8\u05d1\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-20",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42030",
        "label": "10\u05d0",
        "long": "\u05e4\u05e8\u05d9\u05e9\u05de\u05df/\u05de\u05e8\u05db\u05d6 \u05d5\u05d5\u05d9\u05e1\u05d2\u05dc-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e7\u05e4\u05dc\u05df/\u05d4\u05e2\u05e8\u05d1\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-21",
        "short": "10\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4206",
        "label": "4",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-3#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4207",
        "label": "4\u05d0",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9/\u05ea\u05dc \u05d7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9/\u05ea\u05dc \u05d7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-3\u05d0",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4209",
        "label": "4",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e0\u05e4\u05d7-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e0\u05e4\u05d7/\u05d4\u05d9\u05d6\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4212",
        "label": "5",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-3#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4213",
        "label": "5\u05d0",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-3\u05d0",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "424",
        "label": "84",
        "long": "\u05d4\u05e4\u05dc\u05de''\u05d7-\u05e6\u05e4\u05ea<->\u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d5\u05ea/\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9-\u05e6\u05e4\u05ea-1#",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4248",
        "label": "20",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-3#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "425",
        "label": "84",
        "long": "\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e6\u05e4\u05ea<->\u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d5\u05ea/\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9-\u05e6\u05e4\u05ea-11",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "426",
        "label": "84",
        "long": "\u05d4\u05e4\u05dc\u05de''\u05d7-\u05e6\u05e4\u05ea<->\u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d5\u05ea/\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9-\u05e6\u05e4\u05ea-12",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4263",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e0\u05e8\u05d4/\u05de\u05e8\u05db\u05d6-\u05de\u05e0\u05e8\u05d4-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "42787",
        "label": "82",
        "long": "\u05d7\u05d8\u05d9\u05d1\u05ea \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd \u05d2\u05e8\u05d9\u05e0\u05d1\u05e8\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df<->'\u05de\u05e2\u05dc\u05d4 \u05d0\u05d1\u05e9\u05dc\u05d5\u05dd \u05d5-\u05e7\u05e8\u05d9\u05ea \u05d8\u05d1\u05e2\u05d5\u05df-10",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42791",
        "label": "19",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8-11",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42795",
        "label": "19",
        "long": "\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-21",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42798",
        "label": "17",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8-11",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42799",
        "label": "628",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "428",
        "label": "84",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05db\u05e0\u05e2\u05df/\u05d2\u05d9\u05d5\u05e8\u05d0 \u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05e6\u05e4\u05ea<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-2#",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42800",
        "label": "628",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05d4\u05e8\u05d1 \u05e8\u05e4\u05d0\u05dc \u05d1\u05e8\u05d5\u05da \u05d8\u05d5\u05dc\u05d3\u05e0\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42801",
        "label": "85",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e9\u05de\u05d5\u05d8\u05e7\u05d9\u05df/\u05d8\u05d5\u05dc\u05d9\u05e4\u05de\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-10",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42802",
        "label": "85",
        "long": "\u05e0\u05e1\u05d9\u05d4/\u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42803",
        "label": "146",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42804",
        "label": "146",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42805",
        "label": "145",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42806",
        "label": "145",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42807",
        "label": "5",
        "long": "\u05e4\u05d0\u05d5\u05d5\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-11",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42808",
        "label": "5\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e4\u05d5\u05d5\u05d0\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-21",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42809",
        "label": "6",
        "long": "\u05e4\u05d0\u05d5\u05d5\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-11",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4281",
        "label": "48",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d7\u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d7\u05d9\u05d4\u05d5\u05d3-1\u05d1",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42810",
        "label": "6\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e4\u05d5\u05d5\u05d0\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-21",
        "short": "6\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4282",
        "label": "48",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d7\u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d7\u05d9\u05d4\u05d5\u05d3-1\u05da",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42843",
        "label": "127",
        "long": "\u05de\u05d1\u05d5\u05d0 \u05d3\u05d5\u05ea\u05df/\u05de\u05e8\u05db\u05d6-\u05de\u05d1\u05d5\u05d0 \u05d3\u05d5\u05ea\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "42844",
        "label": "127",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05de\u05d1\u05d5\u05d0 \u05d3\u05d5\u05ea\u05df/\u05de\u05e8\u05db\u05d6-\u05de\u05d1\u05d5\u05d0 \u05d3\u05d5\u05ea\u05df-10",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4285",
        "label": "48",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d7\u05d9\u05d4\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d7\u05d9\u05d4\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2\u05da",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4288",
        "label": "56",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "429",
        "label": "84",
        "long": "\u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d5\u05ea/\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9-\u05e6\u05e4\u05ea<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-21",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4290",
        "label": "56",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-2#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42902",
        "label": "\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42918",
        "label": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05dc\u05d5\u05d3-\u05dc\u05d5\u05d3<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42919",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42920",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42921",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42922",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42923",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42924",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42925",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42926",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42927",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42928",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "42999",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43",
        "label": "212",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43000",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43001",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43010",
        "label": "151",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d0\u05d5\u05dd \u05d0\u05dc\u05e9\u05ea\u05d5\u05d9\u05d9\u05d4-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df-12",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43012",
        "label": "151",
        "long": "\u05d0\u05d5\u05dd \u05d0\u05dc\u05e9\u05ea\u05d5\u05d9\u05d9\u05d4-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5-22",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4302",
        "label": "61",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df 104-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df-1#",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4304",
        "label": "61",
        "long": "\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df \u05e1\u05d5\u05dc\u05d8\u05d0\u05df \u05d1\u05d0\u05e9\u05d0 \u05d0-\u05d0\u05d1\u05d5 \u05e1\u05e0\u05d0\u05df<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-2\u05d1",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43069",
        "label": "4\u05d0",
        "long": "\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e9\u05d3\u05e8\u05d5\u05ea-11",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43070",
        "label": "4\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05e9\u05d3\u05e8\u05d5\u05ea-21",
        "short": "4\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4309",
        "label": "64",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05de\u05d5\u05e2\u05e6\u05d4 \u05de\u05e7\u05d5\u05de\u05d9\u05ea-\u05d9\u05e8\u05db\u05d0-1#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4311",
        "label": "64",
        "long": "\u05de\u05d5\u05e2\u05e6\u05d4 \u05de\u05e7\u05d5\u05de\u05d9\u05ea-\u05d9\u05e8\u05db\u05d0<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-2#",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43116",
        "label": "45",
        "long": "\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1<->\u05de\u05e6\u05e4\u05d4 \u05d0\u05d1\u05d9\u05d1 3-\u05de\u05e6\u05e4\u05d4 \u05d0\u05d1\u05d9''\u05d1-10",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43117",
        "label": "45",
        "long": "\u05de\u05e6\u05e4\u05d4 \u05d0\u05d1\u05d9\u05d1 \u05d2-\u05de\u05e6\u05e4\u05d4 \u05d0\u05d1\u05d9''\u05d1<->\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1-20",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43120",
        "label": "5\u05d0",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05ea\u05d3\u05d4\u05e8-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-10",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43121",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05ea\u05d3\u05d4\u05e8-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43122",
        "label": "2\u05d0",
        "long": "\u05e0\u05d9\u05e8\u05d9\u05dd / \u05e2\u05d5\u05de\u05e8\u05d9\u05dd-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-10",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43123",
        "label": "2",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05e0\u05d9\u05e8\u05d9\u05dd / \u05e2\u05d5\u05de\u05e8\u05d9\u05dd-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43124",
        "label": "4",
        "long": "\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd/\u05d4\u05e9\u05de\u05d9\u05e0\u05d9\u05ea-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-10",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43125",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd/\u05d4\u05e9\u05de\u05d9\u05e0\u05d9\u05ea-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-20",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43126",
        "label": "1",
        "long": "\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd/\u05d4\u05e9\u05de\u05d9\u05e0\u05d9\u05ea-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43127",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd/\u05d4\u05e9\u05de\u05d9\u05e0\u05d9\u05ea-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43173",
        "label": "147",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5/\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43174",
        "label": "147",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05d9\u05d5\u05e1\u05e3 \u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43181",
        "label": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43215",
        "label": "581",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e9\u05e2\u05e8 \u05d4\u05e0\u05d2\u05d1<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43216",
        "label": "581",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e9\u05d7\u05e8/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05e4\u05d9\u05e8-\u05e9\u05e2\u05e8 \u05d4\u05e0\u05d2\u05d1-2#",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4323",
        "label": "81\u05d0",
        "long": "\u05d0\u05d5\u05e8\u05df/\u05db\u05d1\u05d9\u05e9 99-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d4\u05e8\u05e6\u05dc/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "81\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43238",
        "label": "19",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05dc\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d9\u05e9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05dc\u05d5\u05d3-30",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43239",
        "label": "13",
        "long": "\u05de\u05d2\u05e8\u05e9 \u05db\u05d3\u05d5\u05e8\u05d2\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43240",
        "label": "14",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05d0\u05e8\u05d9\u05d0\u05dc/\u05e8\u05de\u05ea \u05d4\u05d2\u05d5\u05dc\u05df-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43242",
        "label": "11",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43247",
        "label": "410",
        "long": "\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-12",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43248",
        "label": "410",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df/\u05db\u05e0\u05d9\u05e1\u05d4-\u05db\u05e4\u05e8 \u05e2\u05e6\u05d9\u05d5\u05df-22",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43249",
        "label": "512",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea \u05de\u05d6\u05e8\u05d7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43250",
        "label": "512",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e6\u05d5\u05de\u05ea \u05d0\u05d5\u05e8\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d1 \u05d4\u05d7\u05d5\u05d1\u05dc/\u05d0\u05d3\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-20",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "43276",
        "label": "73",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05ea\u05dc \u05d7\u05d9/\u05d4\u05e0\u05e9\u05d9\u05d0-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "43277",
        "label": "76",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05de\u05ea\u05de\u05d9\u05d3/\u05d4\u05e8\u05e6\u05dc-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9/\u05ea\u05dc \u05d7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "43278",
        "label": "78",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05de\u05ea\u05de\u05d9\u05d3/\u05d4\u05e8\u05e6\u05dc-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d0\u05d5\u05e8\u05df/\u05d0\u05dc \u05e2\u05dc-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "43279",
        "label": "75",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05ea\u05dc \u05d7\u05d9/\u05d4\u05e0\u05e9\u05d9\u05d0-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05e8\u05e9\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43299",
        "label": "7",
        "long": "\u05e4\u05d0\u05d5\u05d5\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05de\u05d5\u05e0\u05d8\u05d9\u05e4\u05d9\u05d5\u05e8\u05d9/\u05d0\u05d1\u05e0\u05e8 \u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-11",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43300",
        "label": "7\u05d0",
        "long": "\u05de\u05d5\u05e0\u05d8\u05d9\u05e4\u05d9\u05d5\u05e8\u05d9/\u05d0\u05d1\u05e0\u05e8 \u05d1\u05df \u05d9\u05d4\u05d5\u05d3\u05d4-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05e4\u05d5\u05d5\u05d0\u05e8 \u05e1\u05e0\u05d8\u05e8-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-21",
        "short": "7\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43301",
        "label": "12",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05e8\u05d9\u05d0\u05dc-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-10",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43303",
        "label": "468",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43304",
        "label": "468",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-2#",
        "short": "468",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43344",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4336",
        "label": "84",
        "long": "\u05d0\u05d5\u05e8\u05df/\u05db\u05d1\u05d9\u05e9 99-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e9\u05e9\u05ea \u05d4\u05d9\u05de\u05d9\u05dd/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05e6\u05d5\u05d3\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2\u05ea",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43362",
        "label": "150",
        "long": "\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea/\u05d4\u05d1\u05e8\u05d5\u05e9-\u05e2\u05de\u05d9\u05e0\u05d3\u05d1<->\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea/\u05d4\u05d1\u05e8\u05d5\u05e9-\u05e2\u05de\u05d9\u05e0\u05d3\u05d1-30",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43392",
        "label": "143",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43393",
        "label": "143",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43394",
        "label": "163",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43395",
        "label": "163",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-20",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43396",
        "label": "173",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43397",
        "label": "173",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-20",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43398",
        "label": "83",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43399",
        "label": "83",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-20",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4341",
        "label": "86",
        "long": "\u05d4\u05d9\u05e8\u05d3\u05df/\u05ea\u05dc \u05d7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e8\u05de\u05d1''\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43429",
        "label": "79",
        "long": "\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05d9\u05e4\u05d5/\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05d9\u05e4\u05d5/\u05d0\u05d1\u05df \u05d2\u05d1\u05d9\u05e8\u05d5\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "43430",
        "label": "474",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e0\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-11",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "43433",
        "label": "474",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "43435",
        "label": "361",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05e8\u05d1 \u05d9\u05e2\u05e7\u05d1 \u05dc\u05e0\u05d3\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "43436",
        "label": "455",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "43437",
        "label": "455",
        "long": "\u05d4\u05e8''\u05df/\u05e4\u05e0\u05d9\u05dd \u05de\u05d0\u05d9\u05e8\u05d9\u05dd-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43450",
        "label": "25",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05d7\u05d8\u05d9\u05d1\u05d4 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43451",
        "label": "25",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05d7\u05d8\u05d9\u05d1\u05d4 \u05e9\u05d1\u05e2/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d8\u05d4 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-20",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43462",
        "label": "401",
        "long": "\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-28",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43463",
        "label": "89",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05e4\u05d9\u05e8/\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05d9\u05d7\u05d3\u05d9\u05d5-\u05e9\u05e2\u05e8 \u05d4\u05e0\u05d2\u05d1<->\u05e0\u05d7\u05dc \u05e2\u05d5\u05d6-\u05e0\u05d7\u05dc \u05e2\u05d5\u05d6-1#",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43464",
        "label": "89",
        "long": "\u05e0\u05d7\u05dc \u05e2\u05d5\u05d6-\u05e0\u05d7\u05dc \u05e2\u05d5\u05d6<->\u05de\u05db\u05dc\u05dc\u05ea \u05e1\u05e4\u05d9\u05e8/\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05d9\u05d7\u05d3\u05d9\u05d5-\u05e9\u05e2\u05e8 \u05d4\u05e0\u05d2\u05d1-2#",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43465",
        "label": "87",
        "long": "\u05d9\u05db\u05d9\u05e0\u05d9 \u05d0'-\u05d9\u05db\u05d9\u05e0\u05d9<->\u05d0\u05e8\u05d6/\u05de\u05e8\u05db\u05d6-\u05d0\u05e8\u05d6-1#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43466",
        "label": "87",
        "long": "\u05d0\u05e8\u05d6/\u05de\u05e8\u05db\u05d6-\u05d0\u05e8\u05d6<->\u05d9\u05db\u05d9\u05e0\u05d9 \u05d4'-\u05d9\u05db\u05d9\u05e0\u05d9-2#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43467",
        "label": "86",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05d0\u05d5\u05e8 \u05d4\u05e0\u05e8/\u05d7\u05d3\u05e8 \u05d0\u05d5\u05db\u05dc-\u05d0\u05d5\u05e8 \u05d4\u05e0\u05e8-1#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43468",
        "label": "86",
        "long": "\u05d0\u05d5\u05e8 \u05d4\u05e0\u05e8/\u05d7\u05d3\u05e8 \u05d0\u05d5\u05db\u05dc-\u05d0\u05d5\u05e8 \u05d4\u05e0\u05e8<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea-2#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43478",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43479",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43480",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43481",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43482",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43483",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43484",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43485",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43486",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43487",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43488",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43489",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43490",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43491",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43492",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43493",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43494",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43495",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43496",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43497",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43498",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43499",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43500",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43501",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43502",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43503",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43504",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43505",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43506",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43507",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43508",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43509",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43510",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43511",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43512",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43513",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43514",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43515",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43516",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43517",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43518",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43519",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43520",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43521",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43522",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43523",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43524",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43527",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43528",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43529",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43530",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43531",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43532",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43533",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43534",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43535",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43536",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43538",
        "label": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43539",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43540",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43541",
        "label": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43542",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43543",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43544",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43545",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43546",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43547",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43548",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43549",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4355",
        "label": "89",
        "long": "\u05d4\u05d9\u05e8\u05d3\u05df/\u05ea\u05dc \u05d7\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05d4\u05d9\u05e8\u05d3\u05df-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43550",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43551",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43552",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43553",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43554",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43555",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43556",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43557",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43558",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43559",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43560",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43561",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43562",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43563",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "43566",
        "label": "271",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-15",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "43567",
        "label": "271",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-16",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "43568",
        "label": "271",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-25",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "43569",
        "label": "271",
        "long": "\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-26",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4358",
        "label": "91",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e2\u05d5\u05d6\u05d9\u05d0\u05dc/\u05d9\u05e7\u05d5\u05ea\u05d9\u05d0\u05dc \u05d0\u05d3\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05e8\u05d6\u05d9\u05dc\u05d9/\u05d4\u05d7\u05d5\u05dc\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43582",
        "label": "45",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd-\u05db\u05d9\u05e1\u05e8\u05d0 \u05e1\u05d5\u05de\u05d9\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43605",
        "label": "96",
        "long": "\u05de\u05d0\u05e8 \u05d0\u05dc\u05d9\u05d0\u05e1/\u05d0 \u05e1\u05dc\u05e2\u05d4-\u05e4\u05e1\u05d5\u05d8\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d5\u05d8\u05e8\u05d3\u05d0\u05dd-\u05de\u05e2\u05d9\u05dc\u05d9\u05d0-12",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43606",
        "label": "96",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d5\u05d8\u05e8\u05d3\u05d0\u05dd-\u05de\u05e2\u05d9\u05dc\u05d9\u05d0<->\u05de\u05d0\u05e8 \u05d0\u05dc\u05d9\u05d0\u05e1/\u05d0 \u05e1\u05dc\u05e2\u05d4-\u05e4\u05e1\u05d5\u05d8\u05d4-22",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4362",
        "label": "91",
        "long": "\u05e2\u05d5\u05dc\u05d9 \u05d4\u05d2\u05e8\u05d3\u05d5\u05dd/\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e2\u05d5\u05d6\u05d9\u05d0\u05dc/\u05d9\u05e7\u05d5\u05ea\u05d9\u05d0\u05dc \u05d0\u05d3\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4363",
        "label": "91",
        "long": "\u05d4\u05d0\u05e6''\u05dc/\u05e0\u05d5\u05e3 \u05d7\u05e8\u05de\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e7\u05d5\u05e8\u05e6\u05e7/\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05dc\u05d5\u05d9-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-2\u05d0",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4367",
        "label": "92",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e2\u05d5\u05d6\u05d9\u05d0\u05dc/\u05d9\u05e7\u05d5\u05ea\u05d9\u05d0\u05dc \u05d0\u05d3\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43696",
        "label": "66",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05d1\u05d9\u05ea \u05d2\u05d5\u05d1\u05e8\u05d9\u05df-\u05d1\u05d9\u05ea \u05d2\u05d5\u05d1\u05e8\u05d9\u05df-11",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43697",
        "label": "66",
        "long": "\u05d1\u05d9\u05ea \u05d2\u05d5\u05d1\u05e8\u05d9\u05df-\u05d1\u05d9\u05ea \u05d2\u05d5\u05d1\u05e8\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d2\u05ea/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea-21",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4371",
        "label": "93",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e2\u05d5\u05d6\u05d9\u05d0\u05dc/\u05d9\u05e7\u05d5\u05ea\u05d9\u05d0\u05dc \u05d0\u05d3\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd/\u05e2\u05d9\u05df \u05d4\u05d6\u05d4\u05d1-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43758",
        "label": "50",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d0\u05e8 \u05d0\u05dc\u05d9\u05d0\u05e1/\u05d0\u05dc \u05de\u05e8\u05d2'-\u05e4\u05e1\u05d5\u05d8\u05d4-11",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43759",
        "label": "50",
        "long": "\u05de\u05d0\u05e8 \u05d0\u05dc\u05d9\u05d0\u05e1/\u05d0 \u05e8\u05d5\u05e1\u05d9\u05d4-\u05e4\u05e1\u05d5\u05d8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-21",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43788",
        "label": "398",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-11",
        "short": "398",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43789",
        "label": "399",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-11",
        "short": "399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "43861",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43864",
        "label": "401",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-18",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43865",
        "label": "401",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-19",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43866",
        "label": "401",
        "long": "\u05d1\u05d9''\u05d7 \u05d4\u05e8\u05e6\u05d5\u05d2/\u05d2\u05d1\u05e2\u05ea \u05e9\u05d0\u05d5\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-29",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43931",
        "label": "85",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e7\u05de\u05d4 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d1\u05d9\u05ea \u05e7\u05de\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea-10",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43933",
        "label": "85",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e9\u05d3\u05e8\u05d5\u05ea<->\u05e6\u05d5\u05de\u05ea \u05d1\u05d9\u05ea \u05e7\u05de\u05d4 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d1\u05d9\u05ea \u05e7\u05de\u05d4-20",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "4394",
        "label": "200",
        "long": "\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05dc\u05d5\u05e6\u05d9 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4/\u05d4\u05d2\u05d5\u05de\u05d0-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43948",
        "label": "986",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e8''\u05df/\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43949",
        "label": "986",
        "long": "\u05e7\u05d3\u05d5\u05e9\u05ea \u05dc\u05d5\u05d9/\u05e9\u05dc\u05d5\u05dd \u05e8\u05d1-\u05d1\u05d9\u05ea\u05e8 \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05e6\u05dc/\u05d6\u05d1\u05d5\u05dc\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-30",
        "short": "986",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43954",
        "label": "61",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e1\u05d2\u05d5\u05dc\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-10",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43955",
        "label": "61",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e1\u05d2\u05d5\u05dc\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "43956",
        "label": "301",
        "long": "\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-22",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43957",
        "label": "482",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1/\u05de\u05d0\u05d9\u05e8 \u05d1\u05dc\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-3#",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43958",
        "label": "71",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43959",
        "label": "71",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d4\u05d6\u05d4\u05d1/\u05d3\u05d5\u05d3 \u05e1\u05d7\u05e8\u05d5\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-20",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "4396",
        "label": "200",
        "long": "\u05d7\u05dc\u05d5\u05e6\u05d9 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4/\u05d9\u05d2\u05d0\u05dc \u05d9\u05d3\u05d9\u05df-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d5\u05e3 \u05d3\u05d3\u05d5-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43961",
        "label": "176",
        "long": "\u05de\u05d7\u05dc\u05e3 \u05d7\u05d5\u05dc\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05dc\u05de\u05e2\u05e8\u05d1-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "43962",
        "label": "176",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d7\u05dc\u05e3 \u05d7\u05d5\u05dc\u05d5\u05df \u05de\u05d6\u05e8\u05d7 \u05dc\u05de\u05d6\u05e8\u05d7-\u05d7\u05d5\u05dc\u05d5\u05df-20",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "4399",
        "label": "210",
        "long": "\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df/\u05d9\u05e7\u05d9\u05e0\u05d8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7<->\u05d3\u05d5\u05db\u05d9\u05e4\u05ea/\u05e9\u05dc\u05d3\u05d2-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44",
        "label": "212",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "4400",
        "label": "210",
        "long": "\u05d3\u05d5\u05db\u05d9\u05e4\u05ea/\u05e2\u05d2\u05d5\u05e8-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df/\u05d9\u05e7\u05d9\u05e0\u05d8\u05d5\u05df-\u05e7\u05e8\u05d9\u05ea \u05d1\u05d9\u05d0\u05dc\u05d9\u05e7-2#",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44004",
        "label": "96",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d5\u05ea\u05dd \u05d5\u05d9\u05d5\u05d0\u05d1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea. \u05e8\u05e7''\u05dc \u05d1\u05dc\u05d9\u05e0\u05e1\u05d5\u05df/\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d1\u05e0\u05ea-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-30",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4401",
        "label": "251",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d7\u05d5\u05e3 \u05d4\u05dc\u05d2\u05d5\u05e0\u05d4/\u05db\u05e0\u05e8\u05d9\u05ea-\u05e2\u05db\u05d5-1\u05d6",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4403",
        "label": "251",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05dc\u05d2\u05d5\u05e0\u05d4/\u05db\u05e0\u05e8\u05d9\u05ea-\u05e2\u05db\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44031",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44032",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44033",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44034",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44035",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44036",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44037",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44038",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44039",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44040",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44041",
        "label": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e6\u05d7\u05e7 \u05e0\u05d1\u05d5\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44051",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44052",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44053",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44054",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44055",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44056",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44057",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44058",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44059",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44061",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0/\u05e8\u05d1 \u05d7\u05dc\u05e7\u05d9\u05d4 \u05d1\u05e8 \u05d8\u05d5\u05d1\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44062",
        "label": "1",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "44064",
        "label": "332",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-11",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "44065",
        "label": "332",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-12",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "44066",
        "label": "332",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-21",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "44067",
        "label": "332",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05db\u05e8\u05db\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-22",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "44068",
        "label": "45",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea\u05d9\u05db\u05d5\u05df \u05e2\u05de\u05dc-\u05db\u05d9\u05e1\u05e8\u05d0 \u05e1\u05d5\u05de\u05d9\u05e2-11",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44069",
        "label": "45",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd-\u05db\u05d9\u05e1\u05e8\u05d0 \u05e1\u05d5\u05de\u05d9\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-22",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "44070",
        "label": "45",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd-\u05db\u05d9\u05e1\u05e8\u05d0 \u05e1\u05d5\u05de\u05d9\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-21",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44071",
        "label": "8",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05d7\u05e4\u05e6\u05d9\u05d1\u05d4 \u05de\u05e8\u05db\u05d6/\u05de\u05d1\u05e6\u05e2 \u05d9\u05d5\u05e0\u05ea\u05df-\u05d7\u05d3\u05e8\u05d4-10",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44072",
        "label": "8\u05d0",
        "long": "\u05d7\u05e4\u05e6\u05d9\u05d1\u05d4 \u05de\u05e8\u05db\u05d6/\u05de\u05d1\u05e6\u05e2 \u05d9\u05d5\u05e0\u05ea\u05df-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "8\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "44073",
        "label": "10",
        "long": "\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d7\u05d3\u05e8\u05d4<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4-10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "44074",
        "label": "10",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05dc\u05dc \u05d9\u05e4\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05db\u05d1\u05ea \u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d3\u05e8\u05d4-20",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44078",
        "label": "21",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4-\u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea-\u05e6\u05e4\u05ea-10",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44079",
        "label": "21",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9 \u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea-\u05e6\u05e4\u05ea<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4-\u05e8\u05d0\u05e9 \u05e4\u05d9\u05e0\u05d4-20",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44080",
        "label": "14",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05d0\u05e4\u05d9\u05e7\u05d9\u05dd \u05d1\u05e0\u05d2\u05d1/\u05d4\u05db\u05e9\u05e8\u05ea \u05d4\u05d9\u05d9\u05e9\u05d5\u05d1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44081",
        "label": "14",
        "long": "\u05d0\u05e4\u05d9\u05e7\u05d9\u05dd \u05d1\u05e0\u05d2\u05d1/\u05d4\u05db\u05e9\u05e8\u05ea \u05d4\u05d9\u05d9\u05e9\u05d5\u05d1-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e4\u05e7\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e4\u05e7\u05d9\u05dd-2#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4409",
        "label": "261",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1\u05da",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44090",
        "label": "811",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-10",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44091",
        "label": "811",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-20",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44092",
        "label": "812",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-10",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44093",
        "label": "812",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-20",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44094",
        "label": "813",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-10",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44095",
        "label": "813",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-20",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44096",
        "label": "814",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-10",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44097",
        "label": "814",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-20",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44098",
        "label": "815",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-10",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44099",
        "label": "815",
        "long": "\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05e9\u05e4\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4 \u05e9\u05d0\u05d8\u05dc\u05d9\u05dd-\u05e9\u05e4\u05d9\u05d9\u05dd-20",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "44104",
        "label": "2",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05d9\u05d1\u05d4 \u05e9\u05e2\u05e8 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d9\u05d9\u05d1\u05d4-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "44105",
        "label": "2",
        "long": "\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05d9\u05d1\u05d4 \u05e9\u05e2\u05e8 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d8\u05d9\u05d9\u05d1\u05d4<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4424",
        "label": "263",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44263",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44264",
        "label": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "long": "\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44265",
        "label": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "long": "\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05e8\u05e9\u05dc''\u05e6 \u05de\u05e9\u05d4 \u05d3\u05d9\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "44280",
        "label": "2",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05d9\u05d1\u05d4 \u05e9\u05e2\u05e8 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d9\u05d9\u05d1\u05d4-11",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "44281",
        "label": "2",
        "long": "\u05e8\u05db\u05d1\u05ea \u05d8\u05d9\u05d9\u05d1\u05d4 \u05e9\u05e2\u05e8 \u05d0\u05e4\u05e8\u05d9\u05d9\u05dd/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d8\u05d9\u05d9\u05d1\u05d4<->\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4/\u05d9\u05e6\u05d9\u05d0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4-21",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44300",
        "label": "511",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-16",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44301",
        "label": "511",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-26",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44302",
        "label": "180",
        "long": "\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e8\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0-\u05d0\u05dc\u05e2\u05d3<->\u05e8\u05d1\u05df \u05d9\u05d5\u05d7\u05e0\u05df \u05d1\u05df \u05d6\u05db\u05d0\u05d9/\u05e9\u05de\u05e2\u05d9\u05d4-\u05d0\u05dc\u05e2\u05d3-33",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44308",
        "label": "53",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05d9\u05e0\u05d5\u05d0\u05d7 \u05d2'\u05ea \u05d7-\u05d9\u05d0\u05e0\u05d5\u05d7 \u05d2'\u05ea-11",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44309",
        "label": "53",
        "long": "\u05d9\u05d0\u05e0\u05d5\u05d7 \u05d2'\u05ea/\u05de\u05d2\u05e8\u05e9 \u05db\u05d3\u05d5\u05e8\u05d2\u05dc-\u05d9\u05d0\u05e0\u05d5\u05d7 \u05d2'\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-21",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4432",
        "label": "263",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-2#",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44323",
        "label": "288",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44324",
        "label": "288",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-21",
        "short": "288",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44325",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44326",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44327",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44328",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44329",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44330",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44331",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44332",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44333",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44334",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44335",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44336",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44337",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44338",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44339",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44340",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44341",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44342",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44343",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44344",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44345",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44346",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44347",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44348",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44349",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44350",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44351",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44352",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44353",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44354",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44355",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44356",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44357",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44358",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44359",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44360",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44361",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44362",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44363",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44364",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44365",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44366",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44367",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44368",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44369",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44370",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44371",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44372",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44373",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44374",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44375",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44376",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44377",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44378",
        "label": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "long": "\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44379",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44380",
        "label": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "long": "\u05d7\u05d3\u05e8\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d7\u05d3\u05e8\u05d4<->\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df \u05e6\u05e4\u05d5\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44381",
        "label": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44382",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44383",
        "label": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44384",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44385",
        "label": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44386",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44387",
        "label": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44388",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44389",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05e0\u05ea\u05d1''\u05d2-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44390",
        "label": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "long": "\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44391",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44392",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44393",
        "label": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44394",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44395",
        "label": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44396",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44397",
        "label": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44398",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44399",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "444",
        "label": "86",
        "long": "\u05d4\u05de\u05e2\u05d5\u05e3/\u05d4\u05e8 \u05d5\u05d2\u05d9\u05d0-\u05e6\u05e4\u05ea<->\u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d5\u05ea/\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9-\u05e6\u05e4\u05ea-1#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4440",
        "label": "271",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-1\u05d6",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44400",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44401",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44402",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44403",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44404",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44405",
        "label": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05de\u05e8\u05db\u05d6-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44406",
        "label": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "long": "\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e7\u05d5 \u05d4\u05d7\u05d5\u05e3-\u05d7\u05d9\u05e4\u05d4<->\u05e2\u05ea\u05dc\u05d9\u05ea-\u05e2\u05ea\u05dc\u05d9\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44407",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44408",
        "label": "\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44409",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44410",
        "label": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d4\u05d4\u05d2\u05e0\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44411",
        "label": "\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44412",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44413",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44414",
        "label": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "long": "\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44415",
        "label": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "long": "\u05e0\u05d4\u05e8\u05d9\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44416",
        "label": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "long": "\u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44417",
        "label": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "long": "\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05de\u05e8\u05db\u05d6-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": false,
        "id": "44418",
        "label": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "long": "\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2 \u05e6\u05e4\u05d5\u05df-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2",
        "short": "",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44420",
        "label": "452",
        "long": "\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d0\u05de\u05d5\u05e8\u05d0\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-20",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44421",
        "label": "453",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d3\u05e8\u05da \u05d7\u05d9\u05d9\u05dd-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-20",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44422",
        "label": "452",
        "long": "\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d6\u05db\u05e8\u05d9\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05de\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "44427",
        "label": "656",
        "long": "\u05d0\u05dc\u05e4\u05e1\u05d9/\u05d9\u05dc\u05d3\u05d9 \u05d0\u05d5\u05e1\u05dc\u05d5-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea<->\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "44430",
        "label": "656",
        "long": "\u05d7\u05d5\u05e3 \u05e0\u05e4\u05e8\u05d3/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05d4\u05e8\u05d1 \u05de\u05e1\u05e2\u05d5\u05d3 \u05d0\u05dc\u05e4\u05e1\u05d9/\u05d9\u05dc\u05d3\u05d9 \u05d0\u05d5\u05e1\u05dc\u05d5-\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea-1#",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4444",
        "label": "271",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44445",
        "label": "142\u05d0",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-11",
        "short": "142\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4447",
        "label": "272",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-1\u05d6",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4448",
        "label": "272",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "445",
        "label": "86",
        "long": "\u05d4\u05de\u05e2\u05d5\u05e3/\u05d4\u05e8 \u05d5\u05d2\u05d9\u05d0-\u05e6\u05e4\u05ea<->\u05d1\u05d9''\u05e1 \u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d9\u05dd/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05e6\u05e4\u05ea-14",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44649",
        "label": "10",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-11",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "44650",
        "label": "10",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-21",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "447",
        "label": "86",
        "long": "\u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d5\u05ea/\u05d4\u05e8\u05d1\u05d9 \u05de\u05dc\u05d5\u05d1\u05d0\u05d5\u05d5\u05d9\u05d8\u05e9-\u05e6\u05e4\u05ea<->\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea-\u05d1\u05d9\u05e8\u05d9\u05d4-2#",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4474",
        "label": "361",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1\u05d6",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4475",
        "label": "361",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "448",
        "label": "86",
        "long": "\u05d1\u05d9''\u05e1 \u05d7\u05d1''\u05d3 \u05d1\u05e0\u05d9\u05dd/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05e6\u05e4\u05ea<->\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea-\u05d1\u05d9\u05e8\u05d9\u05d4-21",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4486",
        "label": "430",
        "long": "\u05d7\u05e7\u05dc\u05d0\u05d9/\u05d4\u05d9\u05e8\u05d3\u05df-\u05de\u05e0\u05d7\u05de\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d7",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4488",
        "label": "430",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05e8",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4493",
        "label": "442",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-1#",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4494",
        "label": "442",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-2#",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "452",
        "label": "87",
        "long": "'\u05d4\u05d2\u05d3\u05d5\u05d3 \u05d4\u05e9\u05dc\u05d9\u05e9\u05d9 \u05d1-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05de\u05dc\u05db\u05ea\u05d9 \u05d1-\u05e6\u05e4\u05ea-1#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "453",
        "label": "87",
        "long": "\u05d4\u05e8 \u05d5\u05d2\u05d9\u05d0/\u05e9\u05d1\u05e2\u05ea \u05d4\u05de\u05d9\u05e0\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05de\u05dc\u05db\u05ea\u05d9 \u05d1-\u05e6\u05e4\u05ea-11",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "454",
        "label": "87",
        "long": "\u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea 1-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05de\u05dc\u05db\u05ea\u05d9 \u05d1-\u05e6\u05e4\u05ea-12",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4543",
        "label": "1",
        "long": "\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-3#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "455",
        "label": "87",
        "long": "\u05d4\u05e9\u05d1\u05e2\u05d4/\u05d4\u05d4\u05e1\u05ea\u05d3\u05e8\u05d5\u05ea-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05de\u05dc\u05db\u05ea\u05d9 \u05d1-\u05e6\u05e4\u05ea-13",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "456",
        "label": "87",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05de\u05dc\u05db\u05ea\u05d9 \u05d1-\u05e6\u05e4\u05ea<->\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea-\u05d1\u05d9\u05e8\u05d9\u05d4-2#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "458",
        "label": "87",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05de\u05dc\u05db\u05ea\u05d9 \u05d1-\u05e6\u05e4\u05ea<->\u05de\u05e6\u05e4\u05d4 \u05d4\u05d0\u05d2\u05dd 1-\u05e6\u05e4\u05ea-22",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "459",
        "label": "87",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05de\u05dc\u05db\u05ea\u05d9 \u05d1-\u05e6\u05e4\u05ea<->\u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea 8-\u05e6\u05e4\u05ea-23",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "46",
        "label": "220",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4645",
        "label": "6",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-3#",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "465",
        "label": "367",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4662",
        "label": "7",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-3#",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "467",
        "label": "367",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-2#",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4678",
        "label": "11",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-3#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4683",
        "label": "12",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d2\u05e0\u05d9 \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d4\u05e4\u05e8\u05d3\u05e1-\u05d7\u05d3\u05e8\u05d4-1#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4685",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d0\u05dc\u05d9\u05e2\u05d6\u05e8-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-2#",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "47",
        "label": "220",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4707",
        "label": "14",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d2\u05e0\u05d9 \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d4\u05e4\u05e8\u05d3\u05e1-\u05d7\u05d3\u05e8\u05d4-1#",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "4732",
        "label": "17",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d9\u05d4\u05d5\u05e0\u05ea\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "4733",
        "label": "17",
        "long": "\u05d9\u05d4\u05d5\u05e0\u05ea\u05df/\u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "4784",
        "label": "34",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05ea\u05d3\u05d4\u05e8-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2/\u05ea\u05d3\u05d4\u05e8-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-3#",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "479",
        "label": "522",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05e9\u05e4\u05ea\u05d9 \u05e6\u05d3\u05d9\u05e7/\u05e9\u05dc\u05d1 \u05d2-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-1#",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "484",
        "label": "522",
        "long": "\u05d8\u05e2\u05dd \u05d4\u05e6\u05d1\u05d9/\u05e9\u05dc\u05d1 \u05d0-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4883",
        "label": "60",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e2\u05d5\u05e3 \u05d4\u05e6\u05d9\u05e4\u05d5\u05e8/\u05d7\u05d5\u05d7\u05d9\u05ea-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05d7\u05d5\u05e8\u05e9-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "489",
        "label": "43",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4893",
        "label": "62",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05de\u05d5\u05e9\u05d1\u05d4/\u05d7\u05dc\u05d5\u05de\u05d5\u05ea-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4/\u05d4\u05d3\u05d2\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-2#",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4895",
        "label": "63",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05de\u05d5\u05e9\u05d1\u05d4/\u05d7\u05dc\u05d5\u05de\u05d5\u05ea-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05e7\u05d9\u05d1\u05d5\u05e5 \u05d2\u05dc\u05d5\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d0\u05d4\u05e8\u05d5\u05df-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-2#",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "4901",
        "label": "70",
        "long": "\u05d3\u05e8\u05da \u05d0\u05d4\u05e8\u05d5\u05df/\u05e0\u05d5\u05d5\u05d4 \u05e8\u05de\u05d6-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05dc\u05d9-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-1#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "493",
        "label": "43",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-2#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "495",
        "label": "1",
        "long": "\u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df/\u05d4\u05e9\u05d9\u05e7\u05de\u05d4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d3\u05d5\u05dc\u05d1/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05d4\u05d3\u05d5\u05ea \u05e6\u05e8\u05e4\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "496",
        "label": "1",
        "long": "\u05d4\u05e1\u05d7\u05dc\u05d1/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05d4\u05d3\u05d5\u05ea \u05e6\u05e8\u05e4\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d1\u05d9\u05ea \u05db\u05e0\u05e1\u05ea/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5",
        "label": "2",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "50",
        "label": "280",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "500",
        "label": "4",
        "long": "\u05e9\u05db\u05d5\u05e0\u05d4 \u05d1\u05d3\u05d5\u05d0\u05d9\u05ea 4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05e9\u05db\u05d5\u05e0\u05d4 \u05d1\u05d3\u05d5\u05d0\u05d9\u05ea 4-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-3#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5005",
        "label": "81\u05d0",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05d4\u05db\u05dc\u05e0\u05d9\u05ea-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e9\u05e8\u05d0\u05dc \u05e9\u05de\u05d9\u05d3-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4-1#",
        "short": "81\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5006",
        "label": "81\u05d0",
        "long": "\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e9\u05e8\u05d0\u05dc \u05e9\u05de\u05d9\u05d3-\u05e0\u05e1 \u05e6\u05d9\u05d5\u05e0\u05d4<->\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05e0\u05d5\u05d4 \u05d6\u05d0\u05d1-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "81\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "509",
        "label": "35",
        "long": "\u05db\u05dc\u05e0\u05d9\u05ea/\u05d0\u05d9\u05e8\u05d9\u05e1-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-1#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5098",
        "label": "92",
        "long": "\u05d1\u05d9''\u05e1 \u05d4\u05d7\u05d9\u05d8\u05d4/\u05e9\u05d9\u05e8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-2#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "51",
        "label": "280",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "280",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "510",
        "label": "35",
        "long": "\u05db\u05dc\u05e0\u05d9\u05ea/\u05d0\u05d9\u05e8\u05d9\u05e1-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-11",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5104",
        "label": "93",
        "long": "\u05de\u05ea\u05e0''\u05e1/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05d7\u05d9\u05d8\u05d4-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05d7\u05d5\u05d7\u05d9\u05ea/\u05e6\u05d5\u05e4\u05d9\u05ea-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-2#",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "511",
        "label": "35",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05e9\u05d3. \u05de''\u05d2 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05db\u05dc\u05e0\u05d9\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-2#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "512",
        "label": "35",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05e9\u05d3. \u05de''\u05d2 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05db\u05dc\u05e0\u05d9\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-21",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5148",
        "label": "221",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5149",
        "label": "221",
        "long": "\u05d7\u05d5\u05e3 \u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "515",
        "label": "294",
        "long": "\u05de\u05d0\u05e8 \u05d0\u05dc\u05d9\u05d0\u05e1/\u05d0 \u05e8\u05d5\u05e1\u05d9\u05d4-\u05e4\u05e1\u05d5\u05d8\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "516",
        "label": "294",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05d0\u05e8 \u05d0\u05dc\u05d9\u05d0\u05e1/\u05d0\u05dc \u05de\u05e8\u05d2'-\u05e4\u05e1\u05d5\u05d8\u05d4-2#",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "5160",
        "label": "383",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5164",
        "label": "390",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5170",
        "label": "390",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5189",
        "label": "501",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5193",
        "label": "501",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d3\u05e8\u05da \u05d4\u05e9\u05e8\u05d5\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5208",
        "label": "504",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5210",
        "label": "505",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5211",
        "label": "505",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5214",
        "label": "524",
        "long": "\u05dc\u05d1 \u05d4\u05e4\u05d0\u05e8\u05e7/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea.\u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5216",
        "label": "524",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5218",
        "label": "525",
        "long": "\u05dc\u05d1 \u05d4\u05e4\u05d0\u05e8\u05e7/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5221",
        "label": "525",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5224",
        "label": "531",
        "long": "\u05dc\u05d1 \u05d4\u05e4\u05d0\u05e8\u05e7/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05e9\u05d3' \u05e9\u05d0\u05d5\u05dc \u05d4\u05de\u05dc\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5226",
        "label": "531",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5230",
        "label": "532",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05d7\u05e0\u05d4 \u05e6\u05d1\u05d0/\u05d0\u05d4\u05e8\u05d5\u05df \u05d9\u05e8\u05d9\u05d1-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5234",
        "label": "551",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d1\u05df \u05e6\u05d9\u05d5\u05df \u05de\u05d9\u05db\u05d0\u05dc\u05d9/\u05d4\u05e8\u05db\u05d1\u05ea-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-2#",
        "short": "551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5236",
        "label": "561",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d5\u05d9\u05e6\u05de\u05df-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-1#",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5242",
        "label": "561",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e7\u05e8\u05d9\u05ea \u05d0\u05e8\u05d9\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5246",
        "label": "564",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5247",
        "label": "564",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5250",
        "label": "567",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5252",
        "label": "567",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5260",
        "label": "570",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05d2\u05d5\u05dc\u05df/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "570",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5272",
        "label": "575",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5273",
        "label": "575",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "575",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5290",
        "label": "703",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5291",
        "label": "703",
        "long": "\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d5\u05d9\u05d9\u05e6\u05de\u05df/\u05dc\u05d1\u05d5\u05e6\u05e7\u05d9\u05df-\u05d7\u05d3\u05e8\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d7",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5292",
        "label": "790",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5301",
        "label": "852",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-1#",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5304",
        "label": "852",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8-1\u05d6",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5307",
        "label": "852",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05db\u05d1\u05ea \u05e7\u05d9\u05e1\u05e8\u05d9\u05d4 \u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e4\u05e8\u05d3\u05e1 \u05d7\u05e0\u05d4 \u05db\u05e8\u05db\u05d5\u05e8<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5442",
        "label": "16",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05e8",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5443",
        "label": "16",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05e9",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5444",
        "label": "16",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5446",
        "label": "16",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05e8\u05ea/\u05e7\u05d3\u05d9\u05e9 \u05dc\u05d5\u05d6-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d1",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5499",
        "label": "22",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 700/\u05e9\u05d3' \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5500",
        "label": "22\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d0",
        "short": "22\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5502",
        "label": "22",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05de\u05e9\u05d4 \u05e1\u05e0\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5526",
        "label": "25",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5527",
        "label": "25\u05d0",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5/\u05de\u05d6\u05dc \u05d8\u05dc\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05da",
        "short": "25\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5528",
        "label": "25",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1/\u05de\u05d0\u05d9\u05e8 \u05d1\u05dc\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "56",
        "label": "284",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-1#",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5638",
        "label": "42",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05d1\u05e0\u05d9\u05de\u05d9\u05df \u05de\u05d6\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5639",
        "label": "42",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05d4\u05e6\u05d5\u05e4\u05d9\u05dd/\u05de\u05e8\u05d8\u05d9\u05df \u05d1\u05d5\u05d1\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5640",
        "label": "42\u05d0",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05e8\u05d0\u05e9\u05d9\u05ea/\u05d4\u05d3\u05e1\u05d4 \u05e2\u05d9\u05df \u05db\u05e8\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05de\u05de\u05e9\u05dc\u05d4/\u05dc\u05d5\u05e8\u05da-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d0",
        "short": "42\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5650",
        "label": "45",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5/\u05de\u05d6\u05dc \u05d8\u05dc\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5652",
        "label": "45",
        "long": "\u05d4\u05e8\u05d1 \u05d0\u05d1\u05e8\u05d4\u05dd \u05e8\u05d1\u05d9\u05e5/\u05de\u05d6\u05dc \u05d8\u05dc\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5661",
        "label": "47",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05dc\u05e1\u05e7\u05d5\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5663",
        "label": "47",
        "long": "\u05d7\u05d9\u05dc \u05d4\u05d0\u05d5\u05d9\u05e8/\u05dc\u05e1\u05e7\u05d5\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e4\u05e1\u05d2\u05ea \u05d6\u05d0\u05d1/\u05d9\u05d5\u05e1\u05e4\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "57",
        "label": "284",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "58",
        "label": "312",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5847",
        "label": "96",
        "long": "\u05d6\u05e7\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05d1",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5851",
        "label": "96",
        "long": "\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d1\u05d8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d4\u05e0\u05d1\u05d9\u05d0\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05d3",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5873",
        "label": "102",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5874",
        "label": "102",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5875",
        "label": "103",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05dc\u05e4\u05d9\u05d5\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e0\u05d5\u05d5\u05d4 \u05d9\u05e2\u05e7\u05d1/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5877",
        "label": "103",
        "long": "\u05d4\u05e8\u05d1 \u05e4\u05e8\u05d3\u05e1/\u05de\u05d0\u05d9\u05e8 \u05d1\u05dc\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5878",
        "label": "104",
        "long": "\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05db\u05d5\u05e0\u05d4 \u05d9''\u05d0 \u05d0-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df-1#",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5880",
        "label": "104",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05d5\u05e6\u05d1\u05d9\u05dd-\u05de\u05d1\u05e9\u05e8\u05ea \u05e6\u05d9\u05d5\u05df<->\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5881",
        "label": "106",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05d1\u05df \u05e4\u05d5\u05e8\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5882",
        "label": "106",
        "long": "\u05d0\u05e8\u05d9\u05d4 \u05d3\u05d5\u05dc\u05e6'\u05d9\u05df/\u05d9\u05e2\u05e7\u05d1 \u05e6\u05d5\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5883",
        "label": "107",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc/\u05d0\u05dc\u05d9\u05d4\u05d5 \u05e7\u05d5\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "5884",
        "label": "107",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05d8\u05e8\u05d4/\u05e9\u05de\u05d5\u05d0\u05dc \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5887",
        "label": "111",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05de\u05d5\u05d3\u05e2\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e8\u05db\u05d1\u05ea \u05de\u05dc\u05d7\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-3#",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5888",
        "label": "120",
        "long": "\u05e4\u05d0\u05e8\u05df/\u05de\u05e2\u05d1\u05e8 \u05d4\u05de\u05ea\u05dc\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5889",
        "label": "120",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05e4\u05d0\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5895",
        "label": "122",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5898",
        "label": "122",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05db\u05e0\u05e4\u05d9 \u05e0\u05e9\u05e8\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5900",
        "label": "124",
        "long": "\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5903",
        "label": "124",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5962",
        "label": "174",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5968",
        "label": "174",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5977",
        "label": "176",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e1\u05e4\u05e8\u05d9\u05d9\u05ea \u05d1\u05e0\u05d9 \u05e6\u05d9\u05d5\u05df-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5978",
        "label": "176",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4/\u05d3\u05e8\u05da \u05de\u05d3\u05d1\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5979",
        "label": "177",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05d9\u05e8\u05d9\u05d9\u05d4-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "5982",
        "label": "177",
        "long": "\u05d3\u05e8\u05da \u05d4\u05e8 \u05d4\u05d1\u05d9\u05ea/\u05d4\u05d0\u05e9\u05dc-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "177",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5992",
        "label": "740",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05dc\u05e0\u05e9\u05d8\u05d9\u05d9\u05df/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d0\u05d5\u05e0\u05d2\u05d5\u05d5\u05d0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5994",
        "label": "741",
        "long": "\u05d4\u05e4\u05e1\u05d2\u05d4/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05dc\u05e0\u05e9\u05d8\u05d9\u05d9\u05df/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d0\u05d5\u05e0\u05d2\u05d5\u05d5\u05d0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5996",
        "label": "742",
        "long": "\u05e9\u05e8\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d9\u05e4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05dc\u05e0\u05e9\u05d8\u05d9\u05d9\u05df/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d0\u05d5\u05e0\u05d2\u05d5\u05d5\u05d0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "5998",
        "label": "743",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05dc\u05e0\u05e9\u05d8\u05d9\u05d9\u05df/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d0\u05d5\u05e0\u05d2\u05d5\u05d5\u05d0\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6",
        "label": "2\u05d0",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-21",
        "short": "2\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "60",
        "label": "312",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6039",
        "label": "771",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9/\u05de\u05e1\u05d5\u05e3 \u05e8\u05de\u05ea \u05e9\u05dc\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6040",
        "label": "771",
        "long": "\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6041",
        "label": "772",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6047",
        "label": "774",
        "long": "\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05d2\u05d0\u05dc \u05d0\u05dc\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "774",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6048",
        "label": "780",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6049",
        "label": "780",
        "long": "\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6050",
        "label": "781",
        "long": "\u05d4\u05e4\u05e1\u05d2\u05d4/\u05e9\u05d3' \u05d4\u05e8\u05e6\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6051",
        "label": "781",
        "long": "\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05e2\u05d5\u05d6\u05d9\u05d0\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6054",
        "label": "783",
        "long": "\u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d6\u05e7\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6055",
        "label": "783",
        "long": "\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d6\u05e7\u05e1/\u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e0\u05d1\u05d9\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6056",
        "label": "784",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6057",
        "label": "784",
        "long": "\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6058",
        "label": "785",
        "long": "\u05de\u05d9\u05e0\u05e5/\u05e8\u05d5\u05d1\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6059",
        "label": "785",
        "long": "\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d9\u05e0\u05e5/\u05e8\u05d5\u05d1\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "785",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6060",
        "label": "786",
        "long": "\u05e9\u05d0\u05d5\u05dc\u05d6\u05d5\u05df/\u05de\u05e9\u05e7\u05dc\u05d5\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6061",
        "label": "786",
        "long": "\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6062",
        "label": "787",
        "long": "\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9/\u05d4\u05de\u05e9\u05d5\u05e8\u05e8 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6063",
        "label": "787",
        "long": "\u05d3\u05e8\u05d5\u05e7/\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05e7\u05d0\u05e0\u05d8\u05d9/\u05d4\u05de\u05e9\u05d5\u05e8\u05e8 \u05d0\u05e6''\u05d2-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6064",
        "label": "790",
        "long": "\u05d4\u05e8\u05d1 \u05e9''\u05d9 \u05d6\u05d5\u05d5\u05d9\u05df/\u05d4\u05e8\u05d1 \u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6065",
        "label": "790",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d5\u05d9\u05e0\u05d5\u05d2\u05e8\u05d3/\u05d6\u05d5\u05d5\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6066",
        "label": "791",
        "long": "\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05d0\u05d5\u05e8\u05d5\u05d2\u05d5\u05d5\u05d0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6067",
        "label": "791",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e4\u05e8\u05e5 \u05d1\u05e8\u05e0\u05e9\u05d8\u05d9\u05d9\u05df/\u05e0\u05d6\u05e8 \u05d3\u05d5\u05d3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6068",
        "label": "792",
        "long": "\u05e9\u05d9\u05d1\u05ea \u05e6\u05d9\u05d5\u05df/\u05d8\u05dc\u05dc\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6069",
        "label": "792",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05d2\u05d0\u05dc \u05d0\u05dc\u05d5\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6072",
        "label": "794",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6073",
        "label": "794",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05d4\u05e8\u05d1/\u05d4\u05e8\u05d1 \u05e6\u05d1\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "794",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "61",
        "label": "313",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-1#",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "6109",
        "label": "105",
        "long": "\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1-1#",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "6110",
        "label": "105",
        "long": "\u05d0\u05d2\u05df \u05d4\u05d0\u05d9\u05d9\u05dc\u05d5\u05ea/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d2\u05d1\u05e2\u05ea \u05d6\u05d0\u05d1<->\u05d4\u05d0\u05d5\u05de\u05df/\u05d1\u05e8\u05e2\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6111",
        "label": "142",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df-1#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6113",
        "label": "142",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05e2\u05e8 \u05d1\u05e0\u05d9\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05de\u05d8\u05d4 \u05d1\u05e0\u05d9\u05de\u05d9\u05df<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e7\u05dc\u05d4 \u05d2\u05d1\u05e2\u05ea \u05d4\u05ea\u05d7\u05de\u05d5\u05e9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "62",
        "label": "313",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "635",
        "label": "70",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4<->\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1-11",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "637",
        "label": "70",
        "long": "\u05d4\u05e0\u05d3\u05d9\u05d1/\u05d4\u05de\u05d9\u05d9\u05e1\u05d3\u05d9\u05dd-\u05d6\u05db\u05e8\u05d5\u05df \u05d9\u05e2\u05e7\u05d1<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05d3\u05e8\u05d4-21",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6392",
        "label": "465",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d2\u05e0\u05d9 \u05d9\u05dc\u05d3\u05d9\u05dd/\u05d4\u05d9\u05d5\u05d1\u05dc-\u05e7\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "64",
        "label": "314",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-1#",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6466",
        "label": "68",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05db\u05d5/\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4-\u05e2\u05db\u05d5<->\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0 \u05d5'/\u05db\u05d1\u05d9\u05e9 \u05e8\u05d0\u05e9\u05d9-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0-1\u05dd",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6468",
        "label": "68",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d3\u05d9\u05e8 \u05d7\u05e0\u05d0-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0<->\u05d3\u05e8\u05da \u05d4\u05d0\u05e8\u05d1\u05e2\u05d4/\u05d3\u05e8\u05da \u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05e2\u05db\u05d5-2\u05dd",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "65",
        "label": "314",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6529",
        "label": "123",
        "long": "\u05d4\u05de\u05e8\u05e4\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd-1#",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6530",
        "label": "123",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05d3\u05e8\u05da \u05e7\u05d3\u05dd-\u05de\u05e2\u05dc\u05d4 \u05d0\u05d3\u05d5\u05de\u05d9\u05dd<->\u05e7\u05e8\u05d9\u05ea \u05de\u05d3\u05e2/\u05d4\u05de\u05e8\u05e4\u05d0-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6532",
        "label": "159",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05d7\u05e0\u05d4 \u05e8\u05d7\u05d1\u05e2\u05dd/\u05db\u05d1\u05d9\u05e9 40 -\u05e8\u05de\u05dc\u05d4-1\u05d1",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6533",
        "label": "165",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd 2-\u05e9\u05e4\u05e8\u05e2\u05dd-1\u05d0",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6534",
        "label": "165",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd 2-\u05e9\u05e4\u05e8\u05e2\u05dd-1\u05d1",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6535",
        "label": "165",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd 2-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6540",
        "label": "166",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05dd \u05d0\u05dc\u05e9\u05ea\u05d5\u05d9\u05d9\u05d4-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df-1\u05d6",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6542",
        "label": "166",
        "long": "\u05d0\u05d5\u05dd \u05d0\u05dc\u05e9\u05ea\u05d5\u05d9\u05d9\u05d4-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d8",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6543",
        "label": "167",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05db\u05d5\u05e0\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd 2-\u05e9\u05e4\u05e8\u05e2\u05dd-1\u05d0",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6544",
        "label": "167",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05d2\u05e8\u05e9 \u05e1\u05e4\u05d5\u05e8\u05d8/\u05e1\u05d5\u05d5\u05e2\u05d0\u05d3-\u05e1\u05d5\u05d0\u05e2\u05d3 \u05d7\u05de\u05e8\u05d9\u05d9\u05d4-1\u05d1",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6546",
        "label": "167",
        "long": "\u05e9\u05db\u05d5\u05e0\u05ea \u05d7\u05d9\u05d9\u05dc\u05d9\u05dd \u05de\u05e9\u05d5\u05d7\u05e8\u05e8\u05d9\u05dd 2-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6548",
        "label": "167",
        "long": "\u05de\u05d2\u05e8\u05e9 \u05e1\u05e4\u05d5\u05e8\u05d8/\u05e1\u05d5\u05d5\u05e2\u05d0\u05d3-\u05e1\u05d5\u05d0\u05e2\u05d3 \u05d7\u05de\u05e8\u05d9\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d1",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6553",
        "label": "168",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05dc \u05e7\u05d5\u05d3\u05e1/\u05d1\u05e0\u05e7 \u05d4\u05e4\u05d5\u05e2\u05dc\u05d9\u05dd-\u05d8\u05de\u05e8\u05d4-1\u05d7",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6558",
        "label": "168",
        "long": "\u05d0\u05dc\u05e8\u05d5\u05d9\u05e1/\u05d0\u05dc \u05d3\u05e8\u05d9\u05d2\u05d0\u05ea-\u05de\u05d8\u05d4 \u05d0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d7",
        "short": "168",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6561",
        "label": "169",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0 \u05d5'/\u05db\u05d1\u05d9\u05e9 \u05e8\u05d0\u05e9\u05d9-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0-1\u05d6",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6563",
        "label": "169",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d3\u05d9\u05e8 \u05d7\u05e0\u05d0-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6567",
        "label": "172",
        "long": "\u05db\u05e0\u05d9\u05e1\u05d4 \u05de\u05d6\u05e8\u05d7\u05d9\u05ea-\u05e9\u05e4\u05e8\u05e2\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6568",
        "label": "173",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df-1#",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6569",
        "label": "173",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05d0\u05e2\u05d1\u05dc\u05d9\u05df<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6572",
        "label": "255",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9\u05ea \u05de\u05e8\u05e7\u05d7\u05ea-\u05db\u05d0\u05d1\u05d5\u05dc-1\u05d6",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6575",
        "label": "255",
        "long": "\u05d1\u05d9\u05ea \u05de\u05e8\u05e7\u05d7\u05ea-\u05db\u05d0\u05d1\u05d5\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2\u05d6",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6581",
        "label": "319",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6582",
        "label": "319",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1\u05d0",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6585",
        "label": "319",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e8\u05d2\u05d5\u05dc\u05d9\u05df/\u05d4\u05e9\u05d5\u05de\u05e8\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2#",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6586",
        "label": "319",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e8\u05d2\u05d5\u05dc\u05d9\u05df/\u05d4\u05e9\u05d5\u05de\u05e8\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-2\u05da",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6588",
        "label": "350",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "66",
        "label": "315",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-1#",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6601",
        "label": "350",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6622",
        "label": "355",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6623",
        "label": "355",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-2#",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6653",
        "label": "407",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6654",
        "label": "407",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3#",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6680",
        "label": "431",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-3#",
        "short": "431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6695",
        "label": "451",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "67",
        "label": "315",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6768",
        "label": "550",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "550",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6777",
        "label": "552",
        "long": "\u05de\u05e7\u05d9\u05e3 \u05d0'/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1\u05d6",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6779",
        "label": "552",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e4\u05dc\u05de\u05d7/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6787",
        "label": "554",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6791",
        "label": "554",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8 \u05e0\u05d5\u05e3/\u05d1\u05d9\u05ea \u05d4\u05d3\u05e4\u05d5\u05e1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-3\u05d0",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "68",
        "label": "320",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "6804",
        "label": "795",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d0\u05d5\u05e8\u05d8-\u05d3\u05d0\u05dc\u05d9\u05ea \u05d0\u05dc \u05db\u05e8\u05de\u05dc<->\u05d8\u05e9\u05e8\u05e0\u05d9\u05d7\u05d5\u05d1\u05e1\u05e7\u05d9/\u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05d2\u05d5\u05e8\u05d3\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6808",
        "label": "951",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e0\u05d5\u05e3 \u05d4\u05e2\u05de\u05e7/\u05d4\u05d0\u05d9\u05e8\u05d9\u05e1-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-1#",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6810",
        "label": "951",
        "long": "\u05e0\u05d5\u05e3 \u05d4\u05e2\u05de\u05e7/\u05d4\u05d0\u05d9\u05e8\u05d9\u05e1-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6811",
        "label": "952",
        "long": "\u05e0\u05d5\u05e3 \u05d4\u05e2\u05de\u05e7/\u05d4\u05d0\u05d9\u05e8\u05d9\u05e1-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6812",
        "label": "952",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e0\u05d5\u05e3 \u05d4\u05e2\u05de\u05e7/\u05d4\u05d0\u05d9\u05e8\u05d9\u05e1-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-3#",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6821",
        "label": "970",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e2\u05e8\u05d3/\u05e1\u05d5\u05d1\u05d4-\u05d7\u05d9\u05e4\u05d4-15",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6823",
        "label": "970",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-24",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6829",
        "label": "972",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e2\u05e8\u05d3/\u05e1\u05d5\u05d1\u05d4-\u05d7\u05d9\u05e4\u05d4-35",
        "short": "972",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6835",
        "label": "973",
        "long": "\u05d0\u05e0\u05d3\u05e8\u05d8\u05ea \u05e2\u05d3 \u05d4\u05dc\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05de\u05e9\u05d4 \u05e1\u05e0\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05e8\u05e6\u05dc/\u05d6\u05d1\u05d5\u05dc\u05d5\u05df-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6839",
        "label": "973",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05e0\u05d7\u05dc \u05d2\u05d9\u05d1\u05d5\u05e8\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e9\u05d4 \u05e1\u05e0\u05d4/\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6845",
        "label": "980",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1\u05d4",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6853",
        "label": "980",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e6\u05e4\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-2\u05d4",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6855",
        "label": "982",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6887",
        "label": "984",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "69",
        "label": "320",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6900",
        "label": "984",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e6\u05e4\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-2#",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6902",
        "label": "984",
        "long": "\u05d8\u05e2\u05dd \u05d4\u05e6\u05d1\u05d9/\u05e9\u05dc\u05d1 \u05d0-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-2\u05d0",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6906",
        "label": "996",
        "long": "\u05de\u05e2\u05dc\u05d5\u05ea \u05d3\u05d5\u05d3-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6908",
        "label": "996",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-3#",
        "short": "996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6913",
        "label": "997",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6914",
        "label": "997",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-3#",
        "short": "997",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6916",
        "label": "998",
        "long": "\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6921",
        "label": "998",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9/\u05d4\u05d0\u05d3\u05de\u05d5\u05e8 \u05de\u05e0\u05d3\u05d1\u05d5\u05e8\u05e0\u05d0-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "998",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6924",
        "label": "999",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "999",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6925",
        "label": "999",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/\u05d4\u05de\u05d2\u05d9\u05e0\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-3#",
        "short": "999",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6936",
        "label": "403",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6937",
        "label": "403",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d4\u05e8\u05d0\u05e9\u05d5\u05e0\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-3#",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6952",
        "label": "433",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6954",
        "label": "433",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-3#",
        "short": "433",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6955",
        "label": "434",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "696",
        "label": "600",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6960",
        "label": "434",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-3#",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6964",
        "label": "436",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6965",
        "label": "436",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-3#",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6966",
        "label": "437",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6967",
        "label": "437",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-3#",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6969",
        "label": "437",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e8\u05db\u05d6 \u05d0\u05e4\u05e8\u05d9\u05d3\u05e8/\u05db\u05db\u05e8 \u05e6\u05e4\u05e0\u05d9\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-3\u05e4",
        "short": "437",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "697",
        "label": "600",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6973",
        "label": "439",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6978",
        "label": "439",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-3#",
        "short": "439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "698",
        "label": "601",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6993",
        "label": "445",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6994",
        "label": "445",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-3#",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6995",
        "label": "446",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "6998",
        "label": "446",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-3#",
        "short": "446",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7",
        "label": "3",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "70",
        "label": "321",
        "long": "\u05e9\u05d3. \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05d9\u05e6\u05d7\u05e7 \u05e8\u05d1\u05d9\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "700",
        "label": "601",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7001",
        "label": "448",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7003",
        "label": "449",
        "long": "\u05db\u05d9\u05db\u05e8 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7004",
        "label": "456",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05d7\u05e0\u05d4 \u05de\u05e6\u05dc''\u05d7 6820-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-3#",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7005",
        "label": "470",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7008",
        "label": "470",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-3#",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7020",
        "label": "480",
        "long": "\u05ea.\u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd B-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7022",
        "label": "480",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05e7",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7023",
        "label": "480",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-3#",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7024",
        "label": "480",
        "long": "\u05e8\u05de\u05d5\u05ea/\u05de\u05e1\u05d5\u05e3-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-31",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7028",
        "label": "480",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05d5\u05de\u05ea \u05e9\u05de\u05d5\u05d0\u05dc/\u05d0\u05dc\u05d9\u05d4\u05d5 \u05e7\u05d5\u05e8\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-35",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7033",
        "label": "480",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d2\u05d9\u05dc\u05d4/\u05d4\u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-3\u05df",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7034",
        "label": "480",
        "long": "\u05de\u05de\u05d9\u05dc\u05d0/\u05e7\u05e8\u05d9\u05d1-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-3\u05e7",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7039",
        "label": "486",
        "long": "\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8/\u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea-\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1\u05dd",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7044",
        "label": "486",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8/\u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea-\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8-32",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7048",
        "label": "486",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8/\u05de\u05d5\u05e2\u05e6\u05d4 \u05d0\u05d6\u05d5\u05e8\u05d9\u05ea-\u05e0\u05d5\u05d5\u05d4 \u05d6\u05d5\u05d4\u05e8-3\u05dd",
        "short": "486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7058",
        "label": "487",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e7\u05d9\u05d1\u05d5\u05e5 \u05e2\u05d9\u05df \u05d2\u05d3\u05d9/\u05d7\u05d3\u05e8 \u05d0\u05d5\u05db\u05dc-\u05e2\u05d9\u05df \u05d2\u05d3\u05d9-3\u05dd",
        "short": "487",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7060",
        "label": "784",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05d4\u05e0\u05d3\u05e1\u05d4 \u05d0\u05d6\u05e8\u05d7\u05d9\u05ea-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7061",
        "label": "784",
        "long": "\u05d8\u05db\u05e0\u05d9\u05d5\u05df/\u05de\u05e2\u05d5\u05e0\u05d5\u05ea \u05d4\u05e2\u05de\u05d9\u05dd-\u05d7\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7064",
        "label": "821",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d3\u05e8\u05da \u05d4\u05e9\u05e8\u05d5\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7068",
        "label": "825",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-1#",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "707",
        "label": "604",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7070",
        "label": "825",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7072",
        "label": "826",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7079",
        "label": "826",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d4\u05d2\u05d5\u05dc\u05df-\u05e0\u05d5\u05e4\u05d9\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d6",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7081",
        "label": "826",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d1\u05e0\u05d9\u05dd/\u05e0\u05d5\u05e3 \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d8",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7083",
        "label": "826",
        "long": "\u05d3\u05dc\u05d9\u05d4/\u05db\u05dc\u05d9\u05dc \u05d4\u05d7\u05d5\u05e8\u05e9-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05db",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "709",
        "label": "604",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7099",
        "label": "832",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d1",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "71",
        "label": "321",
        "long": "\u05ea\u05dc \u05d7\u05d9/\u05d1\u05e8\u05e7\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7100",
        "label": "832",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05e1",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7103",
        "label": "834",
        "long": "\u05e6\u05d5\u05de\u05ea \u05d0\u05e9\u05d3\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1 \u05d0\u05d7\u05d5\u05d3-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "711",
        "label": "605",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7111",
        "label": "836",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-1#",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7112",
        "label": "836",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7117",
        "label": "840",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "712",
        "label": "605",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7152",
        "label": "843",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-1\u05d6",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7154",
        "label": "843",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05d6",
        "short": "843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7159",
        "label": "845",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7161",
        "label": "845",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7166",
        "label": "846",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1#",
        "short": "846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7168",
        "label": "846",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "846",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7170",
        "label": "847",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-1#",
        "short": "847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7173",
        "label": "848",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7174",
        "label": "848",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7178",
        "label": "853",
        "long": "'\u05e7\u05e9\u05ea \u05d0-\u05e7\u05e9\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7179",
        "label": "853",
        "long": "\u05de\u05d1\u05d5\u05d0 \u05d7\u05de\u05d4-\u05de\u05d1\u05d5\u05d0 \u05d7\u05de\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05df",
        "short": "853",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "718",
        "label": "650",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05d9\u05df \u05d4\u05ea\u05db\u05dc\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7180",
        "label": "870",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-1#",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7181",
        "label": "870",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "870",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7186",
        "label": "909",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05d4\u05e8\u05d9\u05d4-1#",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7187",
        "label": "909",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7188",
        "label": "909",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05d4\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05d4\u05e8\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2\u05e0",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7189",
        "label": "910",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "719",
        "label": "606",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7190",
        "label": "910",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc-\u05d7\u05d9\u05e4\u05d4-15",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7192",
        "label": "910",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7194",
        "label": "921",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1\u05d7",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "72",
        "label": "321",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05db\u05d9\u05db\u05e8 \u05d8\u05d5\u05e4\u05d6-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7205",
        "label": "930",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3#",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "721",
        "label": "606",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "722",
        "label": "607",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d7\u05d9\u05e0\u05d5\u05da \u05d4\u05e2\u05d1\u05e8\u05d9-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "723",
        "label": "613",
        "long": "\u05d4\u05e8\u05e6\u05d5\u05d2/\u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05de\u05d1\u05e8\u05d8\u05e0\u05d5\u05e8\u05d0-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-1#",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7238",
        "label": "950",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "724",
        "label": "613",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e7\u05de\u05d9\u05dc \u05d4\u05d5\u05d9\u05e1\u05de\u05e0\u05e1/\u05d1\u05dc\u05e4\u05d5\u05e8-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7240",
        "label": "950",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-3#",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7242",
        "label": "953",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7245",
        "label": "955",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d4\u05e2\u05d1\u05d5\u05d3\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7247",
        "label": "955",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d7\u05e0\u05d9\u05d5\u05df \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-3#",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7248",
        "label": "960",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "725",
        "label": "610",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-1#",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7251",
        "label": "960",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-3#",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7254",
        "label": "961",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7258",
        "label": "961",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-27",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7265",
        "label": "961",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-35",
        "short": "961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "727",
        "label": "610",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-2#",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7273",
        "label": "962",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7276",
        "label": "962",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-3#",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7288",
        "label": "964",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-3#",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7290",
        "label": "966",
        "long": "\u05e0\u05d8\u05d5\u05e8-\u05e0\u05d8\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2\u05dd",
        "short": "966",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7293",
        "label": "968",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7294",
        "label": "968",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-3#",
        "short": "968",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7299",
        "label": "992",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-1#",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "73",
        "label": "322",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05e8\u05d0\u05d5\u05dc \u05d5\u05dc\u05e0\u05d1\u05e8\u05d2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7302",
        "label": "992",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "992",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7305",
        "label": "993",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7307",
        "label": "993",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7309",
        "label": "994",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7310",
        "label": "994",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7357",
        "label": "15",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3-\u05d0\u05d9\u05dc\u05ea<->\u05de\u05e2\u05d1\u05e8 \u05d2\u05d1\u05d5\u05dc \u05d8\u05d0\u05d1\u05d4-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7361",
        "label": "48",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d4\u05e8/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7363",
        "label": "48\u05d0",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d4\u05e8/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1\u05e4",
        "short": "48\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7364",
        "label": "48",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d4\u05d4\u05e8/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7367",
        "label": "49",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d4\u05d4\u05e8/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d0\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d8\u05e8\u05e0\u05e8-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2\u05d0",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7369",
        "label": "56",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d4\u05e8/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7370",
        "label": "56\u05d0",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05e2\u05dc\u05d4 \u05d4\u05d4\u05e8/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1\u05d0",
        "short": "56\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7371",
        "label": "56",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d4\u05d4\u05e8/\u05d4\u05de\u05dc\u05d0\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7373",
        "label": "65",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05de\u05dc\u05d5\u05df \u05d4\u05d5\u05d3 \u05d4\u05de\u05d3\u05d1\u05e8-\u05ea\u05de\u05e8-1#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7374",
        "label": "65",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05d7\u05d5\u05e3 \u05d4\u05e0\u05e4\u05e8\u05d3 \u05d7\u05de\u05d9 \u05d6\u05d5\u05d4\u05e8-\u05ea\u05de\u05e8<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-2#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7377",
        "label": "80",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05e6\u05dc/\u05d3\u05d5\u05d3 \u05e8\u05d6\u05d9\u05d0\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1\u05d6",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7386",
        "label": "82",
        "long": "\u05d1\u05d1\u05d0 \u05e1\u05d0\u05dc\u05d9/\u05d1\u05d9\u05ea \u05d0\u05d1\u05d5\u05ea \u05e9\u05d9\u05e8\u05dc\u05d9-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7389",
        "label": "83\u05d0",
        "long": "\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "83\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7390",
        "label": "83\u05d0",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df/\u05d4\u05e8 \u05d4\u05de\u05d5\u05e8\u05d9\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-2#",
        "short": "83\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7391",
        "label": "84",
        "long": "\u05d0\u05e8\u05d9\u05d0\u05dc \u05e9\u05e8\u05d5\u05df/\u05d4\u05e0\u05e8\u05d9 \u05de\u05dc\u05db\u05d4-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05e1\u05e4\u05e8 \u05e2\u05de\u05d9\u05d0\u05e1\u05e3-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7393",
        "label": "300",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7394",
        "label": "300",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e8\u05db\u05d6 \u05d0\u05e4\u05e8\u05d9\u05d3\u05e8/\u05db\u05db\u05e8 \u05e6\u05e4\u05e0\u05d9\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1\u05d0",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7395",
        "label": "300",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7396",
        "label": "301",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1#",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7398",
        "label": "301",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e8\u05db\u05d6 \u05d0\u05e4\u05e8\u05d9\u05d3\u05e8/\u05db\u05db\u05e8 \u05e6\u05e4\u05e0\u05d9\u05d4-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df-1\u05e4",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "74",
        "label": "322",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05e8\u05d0\u05d5\u05dc \u05d5\u05dc\u05e0\u05d1\u05e8\u05d2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7400",
        "label": "301",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05e7\u05dc\u05d5\u05df \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d0\u05e9\u05e7\u05dc\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7419",
        "label": "389",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-1#",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7423",
        "label": "389",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "389",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7433",
        "label": "393",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1\u05d0",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7434",
        "label": "393",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1\u05d1",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7436",
        "label": "393",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1\u05d6",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7444",
        "label": "393",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7459",
        "label": "397",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-1#",
        "short": "397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7462",
        "label": "397",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "397",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7467",
        "label": "444",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05d9\u05dc\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7469",
        "label": "444",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-3#",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7470",
        "label": "444",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-3\u05e9",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "75",
        "label": "322",
        "long": "\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05e8\u05d0\u05d5\u05dc \u05d5\u05dc\u05e0\u05d1\u05e8\u05d2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 \u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7518",
        "label": "94",
        "long": "\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd/\u05d4\u05d0\u05d9\u05e8\u05d5\u05e1\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05de\u05d5\u05e2\u05e6\u05d4 \u05de\u05e7\u05d5\u05de\u05d9\u05ea/\u05d4\u05e8\u05d9\u05de\u05d5\u05e0\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-2\u05e8",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7519",
        "label": "98",
        "long": "\u05e1\u05d1\u05d9\u05d5\u05df/\u05d4\u05e2\u05e8\u05d1\u05d4-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d1\u05d9''\u05d7 \u05e8\u05de\u05d1''\u05dd/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7522",
        "label": "98",
        "long": "\u05e8\u05db\u05d1\u05dc/\u05d4\u05e2\u05dc\u05d9\u05d9\u05d4 \u05d4\u05e9\u05e0\u05d9\u05d9\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d9\u05dd-\u05e8\u05db\u05e1\u05d9\u05dd-2#",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7525",
        "label": "146",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7526",
        "label": "146",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "7527",
        "label": "205",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-1#",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "7528",
        "label": "205",
        "long": "\u05de\u05e8\u05db\u05d6 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05e0\u05e4\u05e9 \u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc-\u05d8\u05d9\u05e8\u05ea \u05db\u05e8\u05de\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05d7\u05d9\u05e4\u05d4 \u05de\u05e8\u05db\u05d6 \u05d4\u05e9\u05de\u05d5\u05e0\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7537",
        "label": "72\u05d0",
        "long": "\u05e9\u05d1\u05d6\u05d9/\u05e6\u05dc\u05d0\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05e9\u05d0\u05d2\u05d0\u05dc/\u05e1\u05d6\u05d0\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "72\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7539",
        "label": "72",
        "long": "\u05d8\u05d5\u05dc\u05d5\u05d6/\u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05e9\u05d1\u05d6\u05d9/\u05e6\u05dc\u05d0\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-2#",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7540",
        "label": "73",
        "long": "\u05e9\u05d1\u05d6\u05d9/\u05e6\u05dc\u05d0\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05d7\u05e0\u05e7\u05d9\u05df/\u05d1\u05d5\u05e8\u05d5\u05db\u05d5\u05d1-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-1#",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7542",
        "label": "73",
        "long": "\u05d7\u05e0\u05e7\u05d9\u05df/\u05d1\u05d5\u05e8\u05d5\u05db\u05d5\u05d1-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05e9\u05d1\u05d6\u05d9/\u05e6\u05dc\u05d0\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-2#",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7545",
        "label": "74",
        "long": "\u05e7\u05d5\u05e4\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd/\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0<->\u05e9\u05d1\u05d6\u05d9/\u05e6\u05dc\u05d0\u05d7-\u05e7\u05e8\u05d9\u05ea \u05d0\u05ea\u05d0-2#",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7549",
        "label": "95",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d0\u05d5\u05d4\u05dc \u05e9\u05e8\u05d4/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05d9\u05d5\u05e1\u05e3-\u05e8\u05db\u05e1\u05d9\u05dd<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05ea\u05d5\u05e8\u05ea \u05d7\u05d9\u05d9\u05dd/\u05d4\u05e8\u05d1 \u05e7\u05d5\u05e7-\u05e8\u05db\u05e1\u05d9\u05dd-1#",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7563",
        "label": "170",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05dc \u05e7\u05d5\u05d3\u05e1/\u05d1\u05e0\u05e7 \u05d4\u05e4\u05d5\u05e2\u05dc\u05d9\u05dd-\u05d8\u05de\u05e8\u05d4-1#",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7565",
        "label": "170",
        "long": "\u05d0\u05dc\u05e8\u05d5\u05d9\u05e1/\u05d0\u05dc \u05d3\u05e8\u05d9\u05d2\u05d0\u05ea-\u05de\u05d8\u05d4 \u05d0\u05e9\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7576",
        "label": "94",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d5\u05e8\u05d9\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d3\u05e7\u05dc/\u05d4\u05d1\u05e8\u05d5\u05e9\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7577",
        "label": "94",
        "long": "\u05d4\u05d3\u05e7\u05dc/\u05d4\u05e8\u05d9\u05de\u05d5\u05df-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d5\u05e8\u05d9\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7578",
        "label": "95",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d5\u05e8\u05d9\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7579",
        "label": "95",
        "long": "\u05e0\u05e9\u05d9\u05d0\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d1\u05d9\u05ea \u05d4\u05db\u05e8\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d5\u05e8\u05d9\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7583",
        "label": "97",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d5\u05e8\u05d9\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d3\u05d5\u05db\u05d9\u05e4\u05ea/\u05d7\u05d5\u05d7\u05d9\u05ea-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7585",
        "label": "97",
        "long": "\u05e9\u05e7\u05e0\u05d0\u05d9/\u05d0\u05e0\u05e4\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d5\u05e8\u05d9\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7586",
        "label": "98",
        "long": "\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d5\u05e8\u05d9\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d4\u05d2\u05e0\u05d4/\u05de\u05d1\u05e6\u05e2 \u05de\u05db\u05d1\u05d9-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "7587",
        "label": "98",
        "long": "\u05e4\u05d0\u05e8\u05e7 \u05e8\u05d1\u05d9\u05df/\u05d3\u05e8\u05da \u05d4\u05e9\u05dc\u05d5\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d2\u05dc\u05d9\u05dc/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05de\u05d5\u05e8\u05d9\u05d4-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7594",
        "label": "942",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7595",
        "label": "942",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d3\u05e8\u05d4-\u05d7\u05d3\u05e8\u05d4-3#",
        "short": "942",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "76",
        "label": "322",
        "long": "\u05d3\u05d1\u05d5\u05e8\u05d4 \u05d4\u05e0\u05d1\u05d9\u05d0\u05d4/\u05e8\u05d0\u05d5\u05dc \u05d5\u05dc\u05e0\u05d1\u05e8\u05d2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-21",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7632",
        "label": "424",
        "long": "\u05d4\u05d4\u05d2\u05e0\u05d4/\u05d3\u05e8\u05da \u05de\u05e0\u05d7\u05dd \u05d1\u05d2\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7633",
        "label": "424",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d4\u05d4\u05d2\u05e0\u05d4/\u05de\u05e8\u05d2\u05d5\u05dc\u05d9\u05df-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-3#",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7639",
        "label": "10",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3-1#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7641",
        "label": "10",
        "long": "\u05d4\u05d1\u05d5\u05e9\u05dd/\u05d4\u05d0\u05d5\u05de\u05df-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7644",
        "label": "65",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e2\u05d9\u05d0\u05d3\u05d0\u05ea/\u05d2\u05e8\u05d9\u05e4\u05d0\u05ea-\u05d6\u05e8\u05d6\u05d9\u05e8<->\u05e6\u05d5\u05de\u05ea \u05d3\u05d9\u05e8 \u05d7\u05e0\u05d0-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0-1#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7645",
        "label": "65",
        "long": "\u05d3\u05d9\u05e8 \u05d7\u05e0\u05d0 \u05de\u05d6\u05e8\u05d7-\u05d3\u05d9\u05d9\u05e8 \u05d7\u05e0\u05d0<->\u05e6\u05d5\u05de\u05ea \u05e2\u05d9\u05d0\u05d3\u05d0\u05ea/\u05d2\u05e8\u05d9\u05e4\u05d0\u05ea-\u05d6\u05e8\u05d6\u05d9\u05e8-2#",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7649",
        "label": "35",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05e4\u05dc\u05da \u05de\u05e8\u05db\u05d6-\u05e4\u05dc\u05da-1#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7651",
        "label": "35",
        "long": "\u05e4\u05dc\u05da \u05de\u05e8\u05db\u05d6-\u05e4\u05dc\u05da<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7653",
        "label": "36",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05e8 \u05d7\u05dc\u05d5\u05e5-\u05d7\u05dc\u05d5\u05e5-1#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7655",
        "label": "36",
        "long": "\u05d4\u05e8 \u05d7\u05dc\u05d5\u05e5-\u05d7\u05dc\u05d5\u05e5<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7657",
        "label": "37",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1-1#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7659",
        "label": "37",
        "long": "\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7661",
        "label": "38",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05db\u05de\u05e0\u05d9\u05dd \u05db\u05d9\u05db\u05e8-\u05de\u05db\u05de\u05e0\u05d9\u05dd-1#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7663",
        "label": "38",
        "long": "\u05de\u05db\u05de\u05e0\u05d9\u05dd \u05db\u05d9\u05db\u05e8-\u05de\u05db\u05de\u05e0\u05d9\u05dd<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7665",
        "label": "39",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d1\u05e8\u05d5\u05e9/\u05d4\u05e8\u05d9\u05de\u05d5\u05df-\u05d8\u05dc \u05d0\u05dc-1#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7667",
        "label": "39",
        "long": "\u05d4\u05d1\u05e8\u05d5\u05e9/\u05d4\u05e8\u05d9\u05de\u05d5\u05df-\u05d8\u05dc \u05d0\u05dc<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7669",
        "label": "40",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d7\u05d6\u05d5\u05df-\u05d7\u05d6\u05d5\u05df-1#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7671",
        "label": "40",
        "long": "\u05d7\u05d6\u05d5\u05df-\u05d7\u05d6\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7673",
        "label": "41",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d9\u05e2\u05d3-\u05d9\u05e2\u05d3-1#",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7675",
        "label": "41",
        "long": "\u05d9\u05e2\u05d3-\u05d9\u05e2\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7677",
        "label": "42",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1-1#",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7679",
        "label": "42",
        "long": "\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7681",
        "label": "43",
        "long": "\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05d7\u05d1\u05e8\u05d9\u05dd-\u05d4\u05e8\u05e8\u05d9\u05ea-1#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7683",
        "label": "43",
        "long": "\u05d4\u05e8\u05e8\u05d9\u05ea-\u05d4\u05e8\u05e8\u05d9\u05ea<->\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1-2#",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7685",
        "label": "44",
        "long": "\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1<->\u05de\u05e0\u05d5\u05e3 \u05de\u05e8\u05db\u05d6-\u05de\u05e0\u05d5\u05e3-1#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7687",
        "label": "44",
        "long": "\u05de\u05e0\u05d5\u05e3 \u05de\u05e8\u05db\u05d6-\u05de\u05e0\u05d5\u05e3<->\u05de\u05e9\u05d2\u05d1 \u05d1\u05e8\u05d9\u05db\u05d4-\u05de\u05e8\u05db\u05d6 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05de\u05d9\u05e9\u05d2\u05d1-2#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7693",
        "label": "265",
        "long": "\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7695",
        "label": "265",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05de\u05ea\u05d7\u05dd \u05d1\u05d9\u05d2 \u05db\u05e8\u05de\u05d9\u05d0\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7697",
        "label": "40",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05df \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05e8\u05d1\u05d3\u05d9\u05dd-\u05e8\u05d1\u05d3\u05d9\u05dd-1#",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7698",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-3#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7699",
        "label": "47",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "77",
        "label": "323",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-1#",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7700",
        "label": "47",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7701",
        "label": "48",
        "long": "\u05d3\u05e4\u05e0\u05d4/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7704",
        "label": "48",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d3\u05e4\u05e0\u05d4/\u05d4\u05ea\u05d3\u05d4\u05e8-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7705",
        "label": "90",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7707",
        "label": "90",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-2#",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7715",
        "label": "147",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e6\u05d5\u05de\u05ea \u05d2\u05dc\u05d9\u05dc\u05d5\u05ea/\u05d1\u05e1\u05d9\u05e1 \u05e6\u05d1\u05d0\u05d9-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-1#",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7716",
        "label": "149",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7719",
        "label": "149",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7720",
        "label": "149",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-21",
        "short": "149",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7721",
        "label": "247",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7723",
        "label": "247",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "7727",
        "label": "230",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "7728",
        "label": "230",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7817",
        "label": "1",
        "long": "\u05e8\u05de\u05d6/\u05de\u05e8\u05db\u05d6 \u05d4\u05e0\u05d5\u05e2\u05e8-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7819",
        "label": "1",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05d4\u05e1\u05e4\u05d5\u05e8\u05d8/\u05d5\u05d9\u05d9\u05e6\u05de\u05df-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05e8\u05de\u05d6/\u05de\u05e8\u05db\u05d6 \u05d4\u05e0\u05d5\u05e2\u05e8-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7828",
        "label": "1",
        "long": "\u05d4\u05d2\u05d5\u05dc\u05df/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-21",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7831",
        "label": "1",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-31",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7833",
        "label": "2",
        "long": "\u05e8\u05de\u05d6/\u05de\u05e8\u05db\u05d6 \u05d4\u05e0\u05d5\u05e2\u05e8-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05e4\u05e8\u05d3\u05e1 \u05d7\u05d9\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-1#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7843",
        "label": "3",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-3#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7851",
        "label": "4",
        "long": "\u05d4\u05e8\u05e7\u05e4\u05ea/\u05e6\u05e8\u05db\u05e0\u05d9\u05d9\u05d4-\u05d0\u05dc\u05d9\u05e9\u05de\u05e2<->\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-21",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7852",
        "label": "4",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-3#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7854",
        "label": "4",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05ea\u05d9\u05db\u05d5\u05df \u05d4\u05d3\u05e8\u05d9\u05dd/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-32",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7855",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05de\u05e8\u05db\u05d6/\u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7856",
        "label": "5",
        "long": "\u05de\u05e8\u05db\u05d6/\u05d7\u05e8\u05d5\u05e6\u05d9\u05dd-\u05d7\u05e8\u05d5\u05e6\u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05e2\u05e0\u05e0\u05d4/\u05d4\u05e4\u05e0\u05d9\u05e0\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7878",
        "label": "10",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05e2\u05e0\u05e0\u05d4-1#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7879",
        "label": "10",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05e2\u05e0\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e8\u05e2\u05e0\u05e0\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7881",
        "label": "11",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-1#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7883",
        "label": "11",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e8\u05d5\u05e0\u05d9\u05dd/\u05d4\u05e8\u05e7\u05d5\u05df-\u05d4\u05d5\u05d3 \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7894",
        "label": "13",
        "long": "\u05d4\u05db\u05e0\u05d9\u05e1\u05d4 \u05d4\u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e7\u05dc\u05e0\u05e1\u05d5\u05d5\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "79",
        "label": "323",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7902",
        "label": "17",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-1#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7903",
        "label": "17",
        "long": "\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-11",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7904",
        "label": "17",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7905",
        "label": "17",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05ea\u05d7\u05e0\u05ea \u05e8\u05db\u05d1\u05ea \u05e0\u05d5\u05e8\u05d3\u05d0\u05d5-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-21",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7909",
        "label": "19",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-1#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7911",
        "label": "19",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7913",
        "label": "20",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05db\u05e4''\u05e1/\u05d5\u05d9\u05e6\u05de\u05df-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-3#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7921",
        "label": "27",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7922",
        "label": "27",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-2#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7924",
        "label": "29",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7927",
        "label": "29",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-13",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7929",
        "label": "29",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7932",
        "label": "29",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-23",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7934",
        "label": "32",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-1#",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7935",
        "label": "32",
        "long": "\u05e8\u05de\u05d6/\u05de\u05e8\u05db\u05d6 \u05d4\u05e0\u05d5\u05e2\u05e8-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df-11",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7936",
        "label": "32",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05d3\u05de\u05d4-\u05e8\u05de\u05ea \u05d4\u05e9\u05e8\u05d5\u05df<->\u05de\u05db\u05dc\u05dc\u05ea \u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-\u05d1\u05d9\u05ea \u05d1\u05e8\u05dc-2#",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7938",
        "label": "1",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7941",
        "label": "1",
        "long": "\u05de\u05dc\u05d5\u05df \u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7944",
        "label": "2",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-3#",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7951",
        "label": "26",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05e9\u05db\u05d5\u05dc\u05d5\u05ea/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d0\u05e9\u05db\u05d5\u05dc\u05d5\u05ea-1#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7953",
        "label": "26",
        "long": "\u05d0\u05e9\u05db\u05d5\u05dc\u05d5\u05ea/\u05de\u05d6\u05db\u05d9\u05e8\u05d5\u05ea-\u05d0\u05e9\u05db\u05d5\u05dc\u05d5\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7967",
        "label": "28\u05d0",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05d9\u05ea\u05e8\u05d9\u05dd-\u05de\u05d9\u05ea\u05e8-1#",
        "short": "28\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7968",
        "label": "28\u05d0",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05d9\u05ea\u05e8\u05d9\u05dd-\u05de\u05d9\u05ea\u05e8-11",
        "short": "28\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7970",
        "label": "28",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05d9\u05ea\u05e8\u05d9\u05dd-\u05de\u05d9\u05ea\u05e8<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7971",
        "label": "28",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05d9\u05ea\u05e8\u05d9\u05dd-\u05de\u05d9\u05ea\u05e8<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-21",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7979",
        "label": "37",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05de\u05e8/\u05d7\u05e6\u05d1-\u05e2\u05d5\u05de\u05e8-1#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7985",
        "label": "37",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-3#",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "7988",
        "label": "44",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e7\u05d3\u05e9 \u05d1\u05e8\u05e0\u05e2-\u05e0\u05d9\u05e6\u05e0\u05d9 \u05e1\u05d9\u05e0\u05d9-1#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8",
        "label": "3",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "80",
        "label": "324",
        "long": "\u05d0\u05d3\u05e8/\u05db\u05d5\u05db\u05d1 \u05d4\u05e9\u05d7\u05e8-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8004",
        "label": "44",
        "long": "\u05e7\u05d3\u05e9 \u05d1\u05e8\u05e0\u05e2-\u05e0\u05d9\u05e6\u05e0\u05d9 \u05e1\u05d9\u05e0\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8025",
        "label": "45",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05e8\u05ea\u05de\u05d9\u05dd   \u05de\u05e8\u05db\u05d6-\u05db\u05e4\u05e8 \u05e8\u05ea\u05de\u05d9\u05dd-1#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8034",
        "label": "45",
        "long": "\u05e8\u05ea\u05de\u05d9\u05dd   \u05de\u05e8\u05db\u05d6-\u05db\u05e4\u05e8 \u05e8\u05ea\u05de\u05d9\u05dd<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8045",
        "label": "46",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-3#",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8050",
        "label": "54",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-3#",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8072",
        "label": "59",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05de\u05d7\u05e0\u05d4 \u05e0\u05d1\u05d8\u05d9\u05dd-\u05db\u05e1\u05d9\u05e4\u05d4-1#",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8073",
        "label": "59",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05e0\u05d1\u05d8\u05d9\u05dd-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "81",
        "label": "326",
        "long": "\u05e8\u05db\u05d1\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05d2 - \u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8104",
        "label": "80",
        "long": "\u05d0\u05d2\u05de\u05d9\u05ea/\u05d0\u05e0\u05e4\u05d4-\u05e2\u05e8\u05d3<->\u05e6\u05d1\u05e8/\u05e4\u05dc\u05de''\u05d7-\u05e2\u05e8\u05d3-1#",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8106",
        "label": "80",
        "long": "\u05de\u05d5\u05d0\u05d1/\u05dc\u05e9\u05dd-\u05e2\u05e8\u05d3<->\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3-12",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8107",
        "label": "80",
        "long": "\u05de\u05d5\u05d0\u05d1/\u05dc\u05e9\u05dd-\u05e2\u05e8\u05d3<->\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05e2\u05d5\u05d6\u05d9\u05d4\u05d5-\u05e2\u05e8\u05d3-13",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8109",
        "label": "80",
        "long": "\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3<->\u05e8\u05e7\u05e4\u05ea/\u05e2\u05d9\u05e8\u05d9\u05ea-\u05e2\u05e8\u05d3-2#",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8110",
        "label": "80",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05e2\u05d5\u05d6\u05d9\u05d4\u05d5-\u05e2\u05e8\u05d3<->\u05e1\u05dc\u05e2\u05d9\u05ea/\u05d0\u05d2\u05de\u05d9\u05ea-\u05e2\u05e8\u05d3-21",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8111",
        "label": "80",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05e2\u05d5\u05d6\u05d9\u05d4\u05d5-\u05e2\u05e8\u05d3<->\u05de\u05d5\u05d0\u05d1/\u05dc\u05e9\u05dd-\u05e2\u05e8\u05d3-22",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8112",
        "label": "80",
        "long": "\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3<->\u05e1\u05dc\u05e2\u05d9\u05ea/\u05d0\u05d2\u05de\u05d9\u05ea-\u05e2\u05e8\u05d3-23",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8113",
        "label": "80",
        "long": "\u05ea\u05dc\u05de\u05d5\u05d3 \u05ea\u05d5\u05e8\u05d4/\u05e2\u05d5\u05d6\u05d9\u05d4\u05d5-\u05e2\u05e8\u05d3<->\u05de\u05d5\u05d0\u05d1/\u05e0\u05d5\u05e3-\u05e2\u05e8\u05d3-24",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8114",
        "label": "80",
        "long": "\u05de\u05e2\u05d5\u05df/\u05ea\u05e4\u05d5\u05d7-\u05e2\u05e8\u05d3<->\u05de\u05d5\u05d0\u05d1/\u05e8\u05e7\u05e4\u05ea-\u05e2\u05e8\u05d3-25",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8122",
        "label": "352",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8123",
        "label": "352",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05d1\u05e0\u05d9 \u05d1\u05e8\u05d9\u05ea/\u05de\u05d5\u05e8\u05d3\u05d9 \u05d4\u05d2\u05d9\u05d8\u05d0\u05d5\u05ea-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8124",
        "label": "353",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8126",
        "label": "353",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-12",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8128",
        "label": "353",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8130",
        "label": "353",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-22",
        "short": "353",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8135",
        "label": "358",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8136",
        "label": "358",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-2#",
        "short": "358",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8140",
        "label": "367",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8141",
        "label": "367",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05d0\u05e9\u05dc''\u05e6-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df-2#",
        "short": "367",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8145",
        "label": "368",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8148",
        "label": "368",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "368",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8151",
        "label": "369",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8153",
        "label": "369",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-12",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8155",
        "label": "369",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e1\u05d8\u05d9\u05e0\u05d4-\u05de\u05dc\u05d0\u05db\u05d9 \u05dc\u05d3\u05e8\u05d5\u05dd-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-14",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8162",
        "label": "369",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8164",
        "label": "369",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-22",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8165",
        "label": "369",
        "long": "\u05de\u05dc\u05db\u05d9 \u05d9\u05e9\u05e8\u05d0\u05dc/\u05d3\u05e8\u05da \u05d4\u05d3\u05e8\u05d5\u05dd-\u05e7\u05e8\u05d9\u05ea \u05d2\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-23",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8170",
        "label": "370",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8171",
        "label": "370",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8176",
        "label": "380",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-1#",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8177",
        "label": "380",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8179",
        "label": "386",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-1#",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8182",
        "label": "386",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8185",
        "label": "388",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-1#",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8188",
        "label": "388",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8189",
        "label": "458",
        "long": "\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8190",
        "label": "458",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05e9\u05d3\u05d4/\u05d4\u05d0\u05e6\u05dc-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e8\u05db\u05d6 \u05ea\u05d7\u05d1\u05d5\u05e8\u05ea\u05d9 \u05d4\u05d0\u05e8\u05d6\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-2#",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8193",
        "label": "688",
        "long": "\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4<->\u05d9\u05d4\u05d5\u05d3\u05d4/\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea-\u05e2\u05e8\u05d3-1#",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8195",
        "label": "688",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e8\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e8\u05d3<->\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d7\u05d5\u05d4-\u05d1\u05d0\u05e8 \u05d8\u05d5\u05d1\u05d9\u05d4-2#",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8197",
        "label": "55",
        "long": "\u05d4\u05e1\u05e4\u05e8\u05d9\u05d9\u05d4-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df<->\u05db\u05e4\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4-1#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8199",
        "label": "55",
        "long": "\u05db\u05e4\u05e8 \u05d4\u05e1\u05d8\u05d5\u05d3\u05e0\u05d8\u05d9\u05dd/\u05d3\u05e8\u05da \u05d9\u05e6\u05d7\u05e7 \u05e9\u05de\u05d9\u05e8-\u05d3\u05d9\u05de\u05d5\u05e0\u05d4<->\u05de\u05e8\u05db\u05d6 \u05de\u05e1\u05d7\u05e8\u05d9/\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-\u05de\u05e6\u05e4\u05d4 \u05e8\u05de\u05d5\u05df-2#",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "82",
        "label": "330",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-1#",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8206",
        "label": "10",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05ea\u05dc \u05e9\u05d1\u05e2-\u05ea\u05dc \u05e9\u05d1\u05e2-1#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8207",
        "label": "10",
        "long": "\u05de\u05d2\u05d3\u05dc \u05de\u05d9\u05dd-\u05ea\u05dc \u05e9\u05d1\u05e2<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8208",
        "label": "20",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4-1#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8209",
        "label": "20",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05dc\u05de\u05d5\u05ea\u05e0\u05d1\u05d9-\u05db\u05e1\u05d9\u05e4\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8212",
        "label": "30",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d9\u05ea \u05d4\u05e7\u05e9\u05ea\u05d5\u05ea-\u05dc\u05e7\u05d9\u05d4-1#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8213",
        "label": "30",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e7\u05e9\u05ea\u05d5\u05ea-\u05dc\u05e7\u05d9\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8218",
        "label": "50",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1-1#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8219",
        "label": "50",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d7\u05d9\u05e0\u05d5\u05da \u05de\u05d9\u05d5\u05d7\u05d3-\u05e2\u05e8\u05e2\u05e8\u05d4 \u05d1\u05e0\u05d2\u05d1<->\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8222",
        "label": "70",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05e7\u05d9\u05e3 \u05d0\u05dc\u05de\u05d2'\u05d3-\u05e9\u05d2\u05d1 \u05e9\u05dc\u05d5\u05dd-1#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8223",
        "label": "70",
        "long": "\u05ea\u05d9\u05db\u05d5\u05df \u05de\u05e7\u05d9\u05e3-\u05e9\u05d2\u05d1 \u05e9\u05dc\u05d5\u05dd<->\u05d1\u05d9\u05ea \u05d4\u05dc\u05d5\u05d7\u05dd-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8230",
        "label": "62",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2<->\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05ea\u05e7\u05d5\u05d0-\u05d7\u05d5\u05e8\u05d4-1#",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8232",
        "label": "62",
        "long": "\u05d0\u05dc\u05e1\u05dc\u05d0\u05dd/\u05d0\u05dc\u05ea\u05e7\u05d5\u05d0-\u05d7\u05d5\u05e8\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d0\u05e8 \u05e9\u05d1\u05e2-2#",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8236",
        "label": "331",
        "long": "\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e0\u05e6\u05e8\u05ea<->\u05d6\u05d9\u05e1\u05d5/\u05d9\u05e4\u05d5-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8243",
        "label": "331",
        "long": "\u05de\u05e8\u05db\u05d6 \u05e8\u05e4\u05d5\u05d0\u05d9 \u05dc\u05d9\u05df/\u05e8\u05d5\u05d8\u05e9\u05d9\u05dc\u05d3-\u05d7\u05d9\u05e4\u05d4<->\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8267",
        "label": "333",
        "long": "\u05d0\u05dc-\u05d7'\u05d0\u05e0\u05d5\u05e7-\u05e0\u05e6\u05e8\u05ea<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8268",
        "label": "333",
        "long": "\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e0\u05e6\u05e8\u05ea<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-11",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8269",
        "label": "333",
        "long": "\u05db\u05e4\u05e8 \u05db\u05e0\u05d0 \u05d1'/\u05d1\u05d9''\u05e1 \u05d7\u05d8''\u05d1 \u05d0-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1\u05d2",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8270",
        "label": "333",
        "long": "\u05d0\u05dc-\u05d7'\u05d0\u05e0\u05d5\u05e7-\u05e0\u05e6\u05e8\u05ea<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1\u05d3",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8271",
        "label": "333",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05dc-\u05d7'\u05d0\u05e0\u05d5\u05e7-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8272",
        "label": "333",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05db\u05e4\u05e8 \u05db\u05e0\u05d0 \u05d6'/\u05d1\u05d9''\u05e1 \u05d7\u05d8''\u05d1 \u05d0-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0-2\u05d1",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8273",
        "label": "333",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d0\u05dc-\u05d7'\u05d0\u05e0\u05d5\u05e7-\u05e0\u05e6\u05e8\u05ea-2\u05d3",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8274",
        "label": "334",
        "long": "\u05d0\u05dc-\u05d7'\u05d0\u05e0\u05d5\u05e7/\u05d4\u05e6\u05d9\u05d5\u05e0\u05d5\u05ea-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8275",
        "label": "334",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05d9''\u05d7 \u05e1\u05e2\u05d5\u05d3\u05d9 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e8\u05d9\u05d9\u05e0\u05d4-2#",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8279",
        "label": "339",
        "long": "\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e0\u05e6\u05e8\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8281",
        "label": "339",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8282",
        "label": "336",
        "long": "\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05ea\u05d0\u05d5\u05e4\u05d9\u05e7 \u05d6\u05d9\u05d0\u05d3-\u05e0\u05e6\u05e8\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8283",
        "label": "336",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05e0\u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05d0\u05d1\u05d5\u05e0\u05d0 \u05d0\u05d5\u05d2\u05d5-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8284",
        "label": "24",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05d1\u05d6\u05e7-\u05d1\u05d5\u05e2\u05d9\u05d9\u05e0\u05d4 \u05e0\u05d5\u05d2'\u05d9\u05d9\u05d3\u05d0\u05ea-1#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8288",
        "label": "24",
        "long": "\u05de\u05e1\u05d2\u05d3-\u05d1\u05d5\u05e2\u05d9\u05d9\u05e0\u05d4 \u05e0\u05d5\u05d2'\u05d9\u05d9\u05d3\u05d0\u05ea<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8292",
        "label": "25",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05d4\u05de\u05e8\u05db\u05d1\u05d4 3-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-1#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8294",
        "label": "25",
        "long": "\u05d4\u05d9\u05d5\u05e6\u05e8 1-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8296",
        "label": "26",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05d1\u05e0\u05e7-\u05d8\u05d5\u05e8\u05e2\u05d0\u05df-1#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8297",
        "label": "26",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05e0\u05e7-\u05d8\u05d5\u05e8\u05e2\u05d0\u05df-1\u05d2",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8298",
        "label": "26",
        "long": "\u05de\u05d7\u05dc\u05e3 \u05d8\u05d5\u05e8\u05e2\u05df-\u05d8\u05d5\u05e8\u05e2\u05d0\u05df<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8299",
        "label": "26",
        "long": "\u05de\u05d7\u05dc\u05e3 \u05d8\u05d5\u05e8\u05e2\u05df-\u05d8\u05d5\u05e8\u05e2\u05d0\u05df<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2\u05d2",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "83",
        "label": "330",
        "long": "\u05e0\u05ea\u05d1''\u05d2 \u05d8\u05e8\u05de\u05d9\u05e0\u05dc 3/\u05e7\u05d5\u05de\u05ea \u05ea\u05d7''\u05e6-\u05e0\u05de\u05dc \u05ea\u05e2\u05d5\u05e4\u05d4 \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8300",
        "label": "27",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea<->\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8-1#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8301",
        "label": "27",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8-1\u05d2",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8302",
        "label": "27",
        "long": "\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8<->\u05ea\u05d7\u05e0\u05d4 \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05e6\u05e8\u05ea-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8303",
        "label": "27",
        "long": "\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8 \u05e9\u05db\u05d5\u05e0\u05d4 \u05e6\u05e4\u05d5\u05e0\u05d9\u05ea-\u05e2\u05d5\u05d6\u05d9\u05d9\u05e8<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-2\u05d2",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8304",
        "label": "31",
        "long": "\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05d7'\u05dc\u05ea \u05d0-\u05d3\u05d9\u05e8-\u05e0\u05e6\u05e8\u05ea<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df-1#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8307",
        "label": "31",
        "long": "\u05d9\u05e4\u05d9\u05e2/\u05d0\u05dc-\u05d0\u05dc\u05de\u05d0\u05e0\u05d9\u05d4-\u05d9\u05e4\u05d9\u05e2<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df-1\u05d3",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8308",
        "label": "31",
        "long": "\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05d7'\u05dc\u05ea \u05d0-\u05d3\u05d9\u05e8-\u05e0\u05e6\u05e8\u05ea<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df-1\u05d7",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8309",
        "label": "31",
        "long": "\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df<->\u05e4\u05d0\u05d5\u05dc\u05d5\u05e1 \u05d4\u05e9\u05d9\u05e9\u05d9/\u05d7'\u05dc\u05ea \u05d0-\u05d3\u05d9\u05e8-\u05e0\u05e6\u05e8\u05ea-2#",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8311",
        "label": "32",
        "long": "\u05de\u05d7\u05dc\u05e3 \u05d8\u05d5\u05e8\u05e2\u05df-\u05d8\u05d5\u05e8\u05e2\u05d0\u05df<->\u05d4\u05d7\u05e9\u05de\u05dc/\u05d7\u05d8\u05d9\u05d1\u05ea \u05db\u05e8\u05de\u05dc\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8312",
        "label": "32",
        "long": "\u05d4\u05d7\u05e9\u05de\u05dc/\u05d3\u05d1 \u05d2\u05e8\u05d5\u05e0\u05e8-\u05d7\u05d9\u05e4\u05d4<->\u05d1\u05e0\u05e7-\u05d8\u05d5\u05e8\u05e2\u05d0\u05df-2#",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8313",
        "label": "33",
        "long": "\u05de\u05d7\u05dc\u05e3 \u05d8\u05d5\u05e8\u05e2\u05df-\u05d8\u05d5\u05e8\u05e2\u05d0\u05df<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4-1#",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8314",
        "label": "33",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05e0\u05e7-\u05d8\u05d5\u05e8\u05e2\u05d0\u05df-2#",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8319",
        "label": "335",
        "long": "\u05db\u05e4\u05e8 \u05db\u05e0\u05d0 \u05d1'/\u05d1\u05d9''\u05e1 \u05d7\u05d8''\u05d1 \u05d0-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0<->\u05de\u05d7\u05e0\u05d4 \u05d2'\u05dc\u05de\u05d4-\u05d6\u05d1\u05d5\u05dc\u05d5\u05df-1#",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8320",
        "label": "335",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05d2'\u05dc\u05de\u05d4-\u05d6\u05d1\u05d5\u05dc\u05d5\u05df<->\u05db\u05e4\u05e8 \u05db\u05e0\u05d0 \u05d6'/\u05d1\u05d9''\u05e1 \u05d7\u05d8''\u05d1 \u05d0-\u05db\u05e4\u05e8 \u05db\u05e0\u05d0-2#",
        "short": "335",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8340",
        "label": "10",
        "long": "'\u05de\u05e6\u05dc\u05d9\u05d7 \u05d7-\u05de\u05e6\u05dc\u05d9\u05d7<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-22",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8344",
        "label": "11",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05e6\u05dc-\u05e8\u05de\u05dc\u05d4<->\u05d4\u05d9\u05d5\u05e6\u05e8\u05d9\u05dd/\u05d4\u05de\u05e1\u05d2\u05e8-\u05dc\u05d5\u05d3-12",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8348",
        "label": "11",
        "long": "\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e8\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e8\u05de\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05de\u05dc\u05d4-21",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8349",
        "label": "11",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05dc\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05e4\u05d9\u05e7\u05d5\u05d3 \u05d4\u05e2\u05d5\u05e8\u05e3-\u05e8\u05de\u05dc\u05d4-22",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8410",
        "label": "153",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05dc\u05d1\u05e0\u05d5\u05ea \u05d1\u05d9\u05ea \u05e8\u05d1\u05e7\u05d4-\u05db\u05e4\u05e8 \u05d7\u05d1''\u05d3<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8411",
        "label": "153",
        "long": "\u05d1\u05d2\u05d9\u05df/\u05d8\u05e8\u05d5\u05de\u05e4\u05dc\u05d3\u05d5\u05e8-\u05d1\u05d9\u05ea \u05d3\u05d2\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-22",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8416",
        "label": "156",
        "long": "\u05de\u05d7\u05e0\u05d4 \u05e6\u05e8\u05d9\u05e4\u05d9\u05df-\u05e8\u05d0\u05e9\u05d5\u05df \u05dc\u05e6\u05d9\u05d5\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8419",
        "label": "157",
        "long": "'\u05e0\u05e6\u05e8 \u05e1\u05d9\u05e8\u05e0\u05d9 \u05d0-\u05e0\u05e6\u05e8 \u05e1\u05e8\u05e0\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-12",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8422",
        "label": "157",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05e9\u05de\u05d5\u05d0\u05dc \u05d4\u05e8\u05d5\u05e4\u05d0-\u05d1\u05d0\u05e8 \u05d9\u05e2\u05e7\u05d1-22",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8437",
        "label": "451",
        "long": "\u05d1\u05d9\u05d0\u05dc\u05d9\u05e7/\u05d4\u05e8\u05d1 \u05e2\u05d5\u05d1\u05d3\u05d9\u05d4 \u05e1\u05d5\u05de\u05da-\u05e8\u05de\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8438",
        "label": "451",
        "long": "\u05d4\u05de\u05e6\u05d1\u05d9\u05d0\u05d9\u05dd/\u05d7\u05d8\u05d9\u05d1\u05ea \u05d4\u05e8\u05d0\u05dc-\u05dc\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-12",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8447",
        "label": "461",
        "long": "\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05e0\u05d9\u05e8\u05d9\u05dd-\u05dc\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8448",
        "label": "461",
        "long": "\u05d4\u05d0\u05dc\u05d4/\u05d3\u05e8\u05da \u05dc\u05d5\u05d3 \u05d4\u05d9\u05e8\u05d5\u05e7\u05d4-\u05dc\u05d5\u05d3<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-12",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8451",
        "label": "461",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05e8\u05d1\u05e2 \u05e2\u05d5\u05e0\u05d5\u05ea/\u05d7\u05dc\u05dc\u05d9 \u05d0\u05d2\u05d5\u05d6-\u05dc\u05d5\u05d3-21",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8454",
        "label": "500",
        "long": "\u05d4\u05d0\u05dc\u05d4/\u05d4\u05d0\u05dc\u05d5\u05df-\u05db\u05e4\u05e8 \u05d8\u05e8\u05d5\u05de\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-11",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8457",
        "label": "500",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05db\u05e4\u05e8 \u05d8\u05e8\u05d5\u05de\u05df \u05d3-\u05db\u05e4\u05e8 \u05d8\u05e8\u05d5\u05de\u05df-21",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "847",
        "label": "2",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8474",
        "label": "10",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-3#",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8476",
        "label": "11\u05d0",
        "long": "\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9 \u05d6-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d6\u05dc\u05de\u05df \u05d0\u05d5\u05d9\u05e2\u05e8\u05d1\u05da-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-11",
        "short": "11\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8479",
        "label": "11\u05d0",
        "long": "\u05d0\u05dc\u05d9\u05d4\u05d5 \u05d4\u05e0\u05d1\u05d9\u05d0/\u05d0\u05d4\u05e8\u05d5\u05e0\u05e1\u05d5\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05df \u05d0\u05d9\u05e9 \u05d7\u05d9/\u05e7\u05d0\u05e8\u05d5-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-21",
        "short": "11\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8482",
        "label": "12",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05db\u05d1\u05ea/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05d1\u05e2\u05dc \u05d4\u05e1\u05d5\u05dc\u05dd/\u05d4\u05e8\u05d1 \u05d9\u05e9\u05e8\u05d0\u05dc \u05d2\u05e8\u05d5\u05e1\u05de\u05df-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-10",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "849",
        "label": "2",
        "long": "\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8494",
        "label": "23\u05d0",
        "long": "\u05e8\u05d1\u05d9 \u05d9\u05e6\u05d7\u05e7 \u05e0\u05e4\u05d7\u05d0-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9<->\u05e7\u05dc\u05d9\u05d9\u05df/\u05d0\u05d4\u05e8\u05d5\u05df \u05e9\u05de\u05d9-\u05d1\u05d9\u05ea \u05e9\u05de\u05e9-11",
        "short": "23\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "85",
        "label": "340",
        "long": "\u05d4\u05db\u05d5\u05d4\u05e0\u05d9\u05dd/\u05d4\u05e9\u05e7\u05d3-\u05d1\u05e0\u05d9 \u05e2\u05d9''\u05e9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "850",
        "label": "3",
        "long": "\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8513",
        "label": "183",
        "long": "\u05d4\u05d9\u05db\u05dc \u05d4\u05de\u05e9\u05e4\u05d8/\u05d0\u05d1\u05d0 \u05d0\u05d1\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05db\u05e1\u05dc\u05d5\u05df \u05d1-\u05db\u05e1\u05dc\u05d5\u05df-11",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8515",
        "label": "183",
        "long": "\u05db\u05e1\u05dc\u05d5\u05df \u05d1-\u05db\u05e1\u05dc\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-22",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "852",
        "label": "3",
        "long": "\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05e9\u05d5\u05e7 \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8524",
        "label": "185",
        "long": "\u05de\u05dc\u05d5\u05df \u05e0\u05d5\u05d5\u05d4 \u05d0\u05d9\u05dc\u05df-\u05e0\u05d5\u05d5\u05d4 \u05d0\u05d9\u05dc\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-22",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8528",
        "label": "186",
        "long": "\u05d9\u05e9\u05d9\u05d1\u05ea \u05d4\u05e8\u05d9 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d1\u05d9\u05ea \u05de\u05d0\u05d9\u05e8<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-22",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8536",
        "label": "188",
        "long": "\u05e0\u05d1\u05e2\u05d4/\u05d0\u05dc\u05d5\u05d5\u05d0\u05d3-\u05e2\u05d9\u05df \u05e0\u05e7\u05d5\u05d1\u05d0<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e9\u05d6''\u05e8/\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-22",
        "short": "188",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "860",
        "label": "10",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05d9''\u05e1 \u05d1\u05e0\u05d5\u05ea \u05de\u05e8\u05d2\u05dc\u05d9\u05ea-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "861",
        "label": "10",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05e4\u05d5\u05dc\u05d4 \u05e2\u05d9\u05dc\u05d9\u05ea-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8610",
        "label": "59",
        "long": "\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05de\u05e8\u05d5\u05de\u05d9 \u05e9\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9''\u05e1 \u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8614",
        "label": "59",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8 \u05d9\u05d7-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8615",
        "label": "59",
        "long": "\u05d1\u05d9''\u05e1 \u05d0\u05d1\u05d9 \u05e2\u05d6\u05e8\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d6\u05e7\u05d0\u05dc/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-22",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8620",
        "label": "210",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8623",
        "label": "210",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8628",
        "label": "210",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8629",
        "label": "210",
        "long": "\u05de\u05d2\u05d3\u05dc \u05e7\u05d5\u05e0\u05e7\u05d5\u05e8\u05d3/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8631",
        "label": "210",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8632",
        "label": "210",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8639",
        "label": "220",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d5 \u05d7\u05e6\u05d9\u05e8\u05d0/\u05d4\u05e8\u05d1 \u05e4\u05ea\u05d0\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8640",
        "label": "220",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-12",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8642",
        "label": "220",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8643",
        "label": "220",
        "long": "\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05e1\u05de\u05d9\u05e0\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-15",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8646",
        "label": "220",
        "long": "\u05d0\u05d1\u05d5 \u05d7\u05e6\u05d9\u05e8\u05d0/\u05d4\u05d9\u05e8\u05e7\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8648",
        "label": "220",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8649",
        "label": "220",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8656",
        "label": "230",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d1\u05d5 \u05d7\u05e6\u05d9\u05e8\u05d0/\u05d4\u05e8\u05d1 \u05e4\u05ea\u05d0\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8657",
        "label": "230",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05e8\u05d1 \u05d5\u05e9\u05de\u05d5\u05d0\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-12",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8659",
        "label": "230",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "866",
        "label": "13",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05d9\u05ea \u05d0\u05d1\u05d5\u05ea \u05de\u05e9\u05dc\u05d1/\u05d6'\u05d1\u05d5\u05d8\u05d9\u05e0\u05e1\u05e7\u05d9-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8663",
        "label": "230",
        "long": "\u05d0\u05d1\u05d5 \u05d7\u05e6\u05d9\u05e8\u05d0/\u05d4\u05d9\u05e8\u05e7\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8665",
        "label": "230",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8666",
        "label": "230",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "867",
        "label": "13",
        "long": "\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8673",
        "label": "240",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05d2\u05d3\u05dc \u05d5\u05d9\u05d8\u05d4/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-11",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8676",
        "label": "240",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-14",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8680",
        "label": "240",
        "long": "\u05de\u05d2\u05d3\u05dc \u05e7\u05d5\u05e0\u05e7\u05d5\u05e8\u05d3/\u05d3\u05e8\u05da \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8682",
        "label": "240",
        "long": "\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3399FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "8683",
        "label": "240",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d9\u05d4-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-24",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "869",
        "label": "13\u05d0",
        "long": "\u05d0\u05d5\u05e8\u05d8 \u05d0\u05d5\u05e8\u05df/\u05e4\u05d0\u05e8\u05e7 \u05de\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4-22",
        "short": "13\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8690",
        "label": "300",
        "long": "\u05d2\u05df \u05d4\u05d3\u05e1\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8693",
        "label": "300",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8697",
        "label": "310",
        "long": "\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05e1\u05de\u05d9\u05e0\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "87",
        "label": "340",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 6/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05db\u05d5\u05d4\u05e0\u05d9\u05dd/\u05d4\u05ea\u05d0\u05e0\u05d4-\u05d1\u05e0\u05d9 \u05e2\u05d9''\u05e9-2#",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8716",
        "label": "320",
        "long": "\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05e1\u05de\u05d9\u05e0\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "872",
        "label": "14",
        "long": "\u05d3\u05d7\u05d9/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05d3\u05d7\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8724",
        "label": "320",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8734",
        "label": "330",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0/\u05e8\u05d1 \u05d5\u05e9\u05de\u05d5\u05d0\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8735",
        "label": "330",
        "long": "\u05d9\u05d4\u05d5\u05d3\u05d4 \u05d4\u05e0\u05e9\u05d9\u05d0 \u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-13",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "875",
        "label": "16",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05e7\u05d9\u05d1\u05d5\u05e5 \u05db\u05e4\u05e8 \u05e8\u05d5\u05e4\u05d9\u05df-\u05db\u05e4\u05e8 \u05e8\u05d5\u05e4\u05d9\u05df-10",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "33CC33",
        "color_name": "green",
        "has_shape": true,
        "id": "877",
        "label": "16",
        "long": "\u05e7\u05d9\u05d1\u05d5\u05e5 \u05db\u05e4\u05e8 \u05e8\u05d5\u05e4\u05d9\u05df-\u05db\u05e4\u05e8 \u05e8\u05d5\u05e4\u05d9\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-20",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8770",
        "label": "340",
        "long": "\u05d4\u05d2\u05e8''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05e8\u05d1 \u05de\u05e4\u05d5\u05e0\u05d9\u05d1\u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8773",
        "label": "340",
        "long": "\u05e9\u05d3' \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05e2\u05e8\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05e0\u05d9\u05d9\u05e0\u05d9 \u05d4\u05d0\u05d5\u05de\u05d4/\u05d4\u05e0\u05e9\u05d9\u05d0 \u05d4\u05e9\u05d9\u05e9\u05d9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-15",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "880",
        "label": "41",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e0\u05d5\u05e2\u05e8-\u05d0 \u05d8\u05d9\u05d9\u05d1\u05d4-10",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8808",
        "label": "54",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8809",
        "label": "54",
        "long": "\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05d0\u05d1\u05e0\u05d9 \u05e0\u05d6\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-12",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "881",
        "label": "41",
        "long": "\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e0\u05d5\u05e2\u05e8-\u05d0 \u05d8\u05d9\u05d9\u05d1\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8811",
        "label": "54",
        "long": "\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8812",
        "label": "54",
        "long": "\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-22",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8813",
        "label": "54",
        "long": "\u05d0\u05d5\u05e8\u05d7\u05d5\u05ea \u05e6\u05d3\u05d9\u05e7\u05d9\u05dd/\u05d7\u05d5\u05d1\u05ea \u05d4\u05dc\u05d1\u05d1\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05db\u05d9\u05db\u05e8 \u05e0\u05d0\u05d5\u05ea \u05d4\u05e4\u05e1\u05d2\u05d4/\u05e8\u05e9''\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-23",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8831",
        "label": "56",
        "long": "\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05e0\u05d5\u05d3\u05e2 \u05d1\u05d9\u05d4\u05d5\u05d3\u05d4-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8833",
        "label": "56",
        "long": "\u05e9\u05e2\u05e8\u05d9 \u05ea\u05e9\u05d5\u05d1\u05d4/\u05d7\u05d6\u05d5\u05df \u05d3\u05d5\u05d3-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05de\u05e8\u05d5\u05de\u05d9 \u05e9\u05d3\u05d4 40-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8837",
        "label": "57",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05d7\u05d6\u05e7\u05d0\u05dc \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05de\u05d9\u05e8/\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8839",
        "label": "57",
        "long": "\u05d9\u05e9\u05d9\u05d1\u05ea \u05de\u05d9\u05e8/\u05e8\u05d1\u05d9 \u05e2\u05e7\u05d9\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05e9\u05d1''\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8841",
        "label": "58",
        "long": "\u05d7\u05e4\u05e5 \u05d7\u05d9\u05d9\u05dd/\u05d0\u05d1\u05e0\u05d9 \u05e0\u05d6\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e0\u05ea\u05d9\u05d1\u05d5\u05ea \u05d4\u05de\u05e9\u05e4\u05d8 \u05db-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-11",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "8843",
        "label": "58",
        "long": "\u05d2\u05df \u05de\u05e9\u05d7\u05e7\u05d9\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-21",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "887",
        "label": "42",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d5\u05e2\u05d3\u05d5\u05df-\u05d2\u05d6\u05d9\u05ea-10",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "8887",
        "label": "39",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e6\u05d5\u05de\u05ea \u05d0\u05dc\u05d5\u05de\u05d5\u05ea-\u05d0\u05dc\u05d5\u05de\u05d5\u05ea-11",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "889",
        "label": "42",
        "long": "\u05de\u05d5\u05e2\u05d3\u05d5\u05df-\u05d2\u05d6\u05d9\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "891",
        "label": "45",
        "long": "\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d0\u05db\u05e1\u05d0\u05dc \u05d0\u05d6\u05d4''\u05ea-\u05d0\u05db\u05e1\u05d0\u05dc-10",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "892",
        "label": "45",
        "long": "\u05de\u05d5\u05e2\u05d3\u05d5\u05df \u05e4\u05d9\u05e1 \u05dc\u05d2\u05d9\u05dc \u05d4\u05d6\u05d4\u05d1-\u05d0\u05db\u05e1\u05d0\u05dc<->\u05e9\u05d5\u05e7 \u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-20",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "893",
        "label": "46",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d7.\u05e0\u05e2\u05d5\u05e8\u05d4-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc-10",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "894",
        "label": "46",
        "long": "\u05de\u05d7.\u05e0\u05e2\u05d5\u05e8\u05d4-\u05e2\u05de\u05e7 \u05d9\u05d6\u05e8\u05e2\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "896",
        "label": "49",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d7\u05d1''\u05d3-\u05d9\u05e2\u05dc-10",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "897",
        "label": "49",
        "long": "\u05d0\u05d1\u05d9\u05d8\u05dc \u05d0-\u05d0\u05d1\u05d9\u05d8\u05dc<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "899",
        "label": "51",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05d5\u05e9\u05d1 \u05d2\u05d3\u05d9\u05e9-\u05d2\u05d3\u05d9\u05e9-10",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9",
        "label": "4",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05e2\u05e8\u05d1-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d9\u05d1\u05e0\u05d4 \u05de\u05d6\u05e8\u05d7-\u05d9\u05d1\u05e0\u05d4-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "900",
        "label": "51",
        "long": "\u05de\u05d5\u05e9\u05d1 \u05d2\u05d3\u05d9\u05e9-\u05d2\u05d3\u05d9\u05e9<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9018",
        "label": "110",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea<->\u05d4\u05e8\u05d8\u05d5\u05dd/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-12",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9021",
        "label": "110",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d4\u05e8\u05d8\u05d5\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-22",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9024",
        "label": "111",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05e8\u05d9\u05db\u05d4/\u05e2\u05de\u05e7 \u05d3\u05d5\u05ea\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9028",
        "label": "150",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d3\u05d5\u05d3 \u05d4\u05de\u05dc\u05da/\u05d0\u05dc\u05e4\u05e2\u05dc-\u05dc\u05d5\u05d3<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d7\u05e9\u05de\u05d5\u05e0\u05d0\u05d9\u05dd/\u05dc\u05d1 \u05d4\u05e2\u05d9\u05e8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05de\u05db\u05d1\u05d9\u05dd \u05e8\u05e2\u05d5\u05ea-21",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "906",
        "label": "56",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05e7\u05e8\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da/\u05d4\u05d2\u05d9\u05d0-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea-10",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "907",
        "label": "56",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d4\u05d7\u05d9\u05e0\u05d5\u05da-\u05d9\u05e7\u05e0\u05e2\u05dd \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "908",
        "label": "156",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-10",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "909",
        "label": "156",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4-11",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "910",
        "label": "156",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "911",
        "label": "156",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4-\u05d1\u05e0\u05d9\u05de\u05d9\u05e0\u05d4 \u05d2\u05d1\u05e2\u05ea \u05e2\u05d3\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "912",
        "label": "348",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-10",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "913",
        "label": "348",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "348",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "916",
        "label": "356",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05d4\u05e8\u05d1 \u05e4\u05d9\u05e0\u05d7\u05e1 \u05de\u05d9\u05dc\u05e8-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-10",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "917",
        "label": "356",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05d4\u05e8\u05d1 \u05e4\u05d9\u05e0\u05d7\u05e1 \u05de\u05d9\u05dc\u05e8-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-11",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "918",
        "label": "356",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05d4\u05e8\u05d1 \u05e4\u05d9\u05e0\u05d7\u05e1 \u05de\u05d9\u05dc\u05e8-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "919",
        "label": "356",
        "long": "\u05de\u05e2\u05dc\u05d4 \u05d9\u05e6\u05d7\u05e7/\u05d4\u05e8\u05d1 \u05e4\u05d9\u05e0\u05d7\u05e1 \u05de\u05d9\u05dc\u05e8-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "920",
        "label": "411",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-10",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9206",
        "label": "103",
        "long": "\u05d4\u05d3\u05e7\u05dc/\u05e1\u05d5\u05d1\u05d4-\u05e0\u05d5\u05e4\u05d9\u05dd<->\u05de\u05d5\u05e8\u05d9\u05d4/\u05e9\u05d3. \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-\u05d0\u05e8\u05d9\u05d0\u05dc-23",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "923",
        "label": "411",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9266",
        "label": "285",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e4\u05d0\u05e8\u05e7 \u05ea\u05e2\u05e9\u05d9\u05d5\u05ea \u05d0\u05e8\u05d9\u05d0\u05dc \u05de\u05e2\u05e8\u05d1/\u05e9.\u05d2. \u05d9\u05e6\u05d9\u05d0\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc-21",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9267",
        "label": "285",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05dc\u05e7\u05e0\u05d4/\u05de\u05db\u05dc\u05dc\u05ea \u05d0\u05d5\u05e8\u05d5\u05ea-\u05d0\u05dc\u05e7\u05e0\u05d4-22",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "927",
        "label": "412",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df-10",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9299",
        "label": "38",
        "long": "\u05e1\u05d9\u05e0\u05d9/\u05e9\u05d3. \u05d4\u05d1\u05e0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7<->\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df-1#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9300",
        "label": "38",
        "long": "\u05d4\u05de\u05db\u05dc\u05dc\u05d4 \u05d4\u05d0\u05e7\u05d3\u05de\u05d9\u05ea \u05db\u05e0\u05e8\u05ea-\u05e2\u05de\u05e7 \u05d4\u05d9\u05e8\u05d3\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d4\u05d1\u05e0\u05d9\u05dd-\u05de\u05d2\u05d3\u05dc \u05d4\u05e2\u05de\u05e7-2#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "931",
        "label": "412",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05e9\u05d0\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05d9\u05ea \u05e9\u05d0\u05df<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "936",
        "label": "19",
        "long": "\u05de\u05d5\u05d1\u05d9\u05dc\u05e0\u05d3/\u05d1\u05e8\u05d6\u05d9\u05dc\u05d0\u05d9-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea\u05d7\u05e0\u05ea \u05e4\u05d9\u05e1 \u05dc\u05d1\u05e8\u05d9\u05d0\u05d5\u05ea \u05d4\u05d0\u05d9\u05e9\u05d4-\u05e1\u05d5\u05dc\u05dd \u05e9\u05d5\u05e0\u05dd-10",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "937",
        "label": "19",
        "long": "\u05e1\u05d5\u05dc\u05dd \u05e9\u05d5\u05e0\u05dd-\u05e1\u05d5\u05dc\u05dd \u05e9\u05d5\u05e0\u05dd<->\u05e2\u05de\u05e7 \u05e1\u05e0\u05d8\u05e8/\u05de\u05d5\u05d1\u05d9\u05dc\u05e0\u05d3-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "939",
        "label": "350",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d0\u05d5\u05dd \u05d0\u05dc \u05d2\u05e0\u05dd-\u05e9\u05d1\u05dc\u05d9-10",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "94",
        "label": "333",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "940",
        "label": "350",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d0\u05d5\u05dd \u05d0\u05dc \u05d2\u05e0\u05dd/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e9\u05d1\u05dc\u05d9-11",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "941",
        "label": "350",
        "long": "\u05d0\u05d5\u05dd \u05d0\u05dc \u05d2\u05e0\u05dd-\u05e9\u05d1\u05dc\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "942",
        "label": "350",
        "long": "\u05d0\u05d5\u05dd \u05d0\u05dc \u05d2\u05e0\u05dd/\u05d9\u05e6\u05d9\u05d0\u05d4-\u05e9\u05d1\u05dc\u05d9<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "943",
        "label": "354",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05d1\u05e2\u05dc\u05d6\u05d0/\u05d3\u05d5\u05d1\u05e8 \u05e9\u05dc\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-10",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9436",
        "label": "458",
        "long": "\u05d1\u05d9''\u05e1 \u05d4\u05d0\u05de\u05e0\u05d9\u05dd/\u05e2\u05d5\u05d6\u05d9 \u05d7\u05d9\u05d8\u05de\u05df-\u05e8\u05de\u05dc\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d3\u05e8\u05da \u05e0\u05de\u05d9\u05e8-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9439",
        "label": "39",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7 2000-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-1#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "944",
        "label": "354",
        "long": "\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05d1\u05e2\u05dc\u05d6\u05d0/\u05d3\u05d5\u05d1\u05e8 \u05e9\u05dc\u05d5\u05dd-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc-11",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9441",
        "label": "39",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7 2000-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "945",
        "label": "354",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05d1\u05e2\u05dc\u05d6\u05d0/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9451",
        "label": "16",
        "long": "\u05d3\u05e8\u05da \u05de\u05e6\u05e8\u05d9\u05dd/\u05de\u05dc\u05d5\u05df \u05d4\u05e0\u05e1\u05d9\u05db\u05d4-\u05d0\u05d9\u05dc\u05ea<->\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2 \u05de\u05d1\u05d5\u05d0\u05d5\u05ea \u05d0\u05d9\u05dc\u05ea-\u05d0\u05d9\u05dc\u05ea-2#",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9454",
        "label": "132",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9455",
        "label": "132",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d4\u05de\u05e4\u05e8\u05e5/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d7\u05d5\u05e3 \u05d4\u05db\u05e8\u05de\u05dc/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05d9\u05e4\u05d4-2#",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9457",
        "label": "981",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e6\u05e4\u05ea-1\u05d0",
        "short": "981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "946",
        "label": "354",
        "long": "\u05d4\u05d0\u05d3\u05de\u05d5''\u05e8 \u05de\u05d1\u05e2\u05dc\u05d6\u05d0/\u05db\u05e0\u05d9\u05e1\u05d4-\u05e0\u05d5\u05e3 \u05d4\u05d2\u05dc\u05d9\u05dc<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e2\u05de\u05e7-\u05e2\u05e4\u05d5\u05dc\u05d4-21",
        "short": "354",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9462",
        "label": "981",
        "long": "\u05e6\u05d5\u05de\u05ea \u05e6\u05e4\u05ea/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05e6\u05e4\u05ea<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05dc\u05d5\u05e3 \u05e9\u05d3\u05d4-\u05e8\u05de\u05ea \u05d2\u05df-2\u05d0",
        "short": "981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "947",
        "label": "6",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05e2\u05e4\u05d5\u05dc\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-10",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "948",
        "label": "6",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df \u05e2\u05e4\u05d5\u05dc\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e2\u05e4\u05d5\u05dc\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e2\u05e4\u05d5\u05dc\u05d4-20",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9483",
        "label": "447",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-1#",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9484",
        "label": "447",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd \u05e7\u05d5\u05de\u05d4 3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-3#",
        "short": "447",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "9485",
        "label": "231",
        "long": "\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "9486",
        "label": "231",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05d6\u05d5\u05e8 \u05d4\u05ea\u05e2\u05e9\u05d9\u05d4 \u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9493",
        "label": "5",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-10",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9494",
        "label": "5\u05d0",
        "long": "\u05d4\u05d7\u05e8\u05e9/\u05e2\u05de\u05dc-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-11",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9496",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05e2\u05de\u05dc/\u05e9\u05dc\u05de\u05d4 \u05de\u05d9\u05db\u05d0\u05dc\u05d9\u05e1-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-20",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9497",
        "label": "5\u05d0",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd-\u05db\u05e4\u05e8 \u05e7\u05d0\u05e1\u05dd<->\u05e2\u05de\u05dc/\u05e9\u05dc\u05de\u05d4 \u05de\u05d9\u05db\u05d0\u05dc\u05d9\u05e1-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-21",
        "short": "5\u05d0",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "95",
        "label": "333",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d4\u05e8\u05d9\u05d1\u05d9\u05d9\u05e8\u05d4-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "951",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9517",
        "label": "12",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05e6\u05d5\u05de\u05ea \u05db\u05d5\u05e8\u05e1\u05d9-\u05d2\u05d5\u05dc\u05df-10",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9519",
        "label": "12",
        "long": "\u05e6\u05d5\u05de\u05ea \u05db\u05d5\u05e8\u05e1\u05d9-\u05d2\u05d5\u05dc\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "952",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-11",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9520",
        "label": "13",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4-10",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9522",
        "label": "13",
        "long": "\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9524",
        "label": "14",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4-10",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9526",
        "label": "14",
        "long": "\u05de\u05d5\u05e2\u05e6\u05d4-\u05de\u05e1\u05e2\u05d3\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9529",
        "label": "16",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05e6\u05d5\u05de\u05ea \u05db\u05d5\u05e8\u05e1\u05d9-\u05d2\u05d5\u05dc\u05df-10",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "953",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-20",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9531",
        "label": "16",
        "long": "\u05e6\u05d5\u05de\u05ea \u05db\u05d5\u05e8\u05e1\u05d9-\u05d2\u05d5\u05dc\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9538",
        "label": "24",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8-10",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9539",
        "label": "24",
        "long": "\u05d2\u05e9\u05d5\u05e8-\u05d2\u05e9\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-20",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "954",
        "label": "1",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-21",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9546",
        "label": "51",
        "long": "\u05e0\u05d8\u05d5\u05e8-\u05e0\u05d8\u05d5\u05e8<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9548",
        "label": "51",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e0\u05d8\u05d5\u05e8-\u05e0\u05d8\u05d5\u05e8-20",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9551",
        "label": "52",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9553",
        "label": "52",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9554",
        "label": "52",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-21",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9555",
        "label": "53",
        "long": "\u05d3\u05e8\u05da \u05d4\u05d9\u05d9\u05df/\u05d3\u05e8\u05da \u05d4\u05e9\u05de\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea-10",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9558",
        "label": "53",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d7\u05e6\u05d5\u05e8 \u05d4\u05d2\u05dc\u05d9\u05dc\u05d9\u05ea<->\u05d9\u05e7\u05d1\u05d9 \u05e8\u05de\u05ea \u05d4\u05d2\u05d5\u05dc\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "957",
        "label": "2",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-30",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "960",
        "label": "36",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9603",
        "label": "38",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d0\u05e9\u05d3\u05d5\u05d3<->\u05d1\u05d9\u05ea \u05d7\u05d5\u05dc\u05d9\u05dd \u05d4\u05e8\u05e6\u05e4\u05dc\u05d3-\u05d2\u05d3\u05e8\u05d4-1#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9604",
        "label": "38",
        "long": "\u05e4\u05d9\u05e0\u05e1/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05df \u05d2\u05d5\u05e8\u05d9\u05d5\u05df-\u05d2\u05d3\u05e8\u05d4<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d0\u05e9\u05d3\u05d5\u05d3-\u05d0\u05e9\u05d3\u05d5\u05d3-2#",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9622",
        "label": "1",
        "long": "\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df<->\u05ea\u05e8\u05d3\u05d9\u05d5\u05df/\u05de\u05db\u05dc\u05dc\u05ea \u05d5\u05d9\u05e0\u05d2\u05d9\u05d9\u05d8-\u05ea\u05e8\u05d3\u05d9\u05d5\u05df-1#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9623",
        "label": "1",
        "long": "\u05ea\u05e8\u05d3\u05d9\u05d5\u05df/\u05d1\u05d9\u05d8\u05d5\u05d7 \u05dc\u05d0\u05d5\u05de\u05d9-\u05ea\u05e8\u05d3\u05d9\u05d5\u05df<->\u05e1\u05d7\u05e0\u05d9\u05df \u05e2\u05d9\u05e8\u05d9\u05d4-\u05e1\u05d7'\u05e0\u05d9\u05df-2#",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "963",
        "label": "36",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9633",
        "label": "293",
        "long": "\u05e9\u05e2\u05d1/\u05db\u05d1\u05d9\u05e9 \u05e8\u05d0\u05e9\u05d9-\u05e9\u05e2\u05d1<->\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4-1#",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9634",
        "label": "293",
        "long": "\u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05e8\u05d1 \u05ea\u05db\u05dc\u05d9\u05ea\u05d9-\u05d7\u05d9\u05e4\u05d4<->\u05e9\u05e2\u05d1/\u05db\u05d1\u05d9\u05e9 \u05e8\u05d0\u05e9\u05d9-\u05e9\u05e2\u05d1-2#",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9644",
        "label": "219",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7/\u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9645",
        "label": "219",
        "long": "\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7/ \u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9646",
        "label": "229",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7/\u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9647",
        "label": "229",
        "long": "\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7/ \u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9648",
        "label": "239",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7/\u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9649",
        "label": "239",
        "long": "\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7/ \u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "965",
        "label": "37",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df-10",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9650",
        "label": "249",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7/\u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9651",
        "label": "249",
        "long": "\u05d4\u05e8\u05d1 \u05e0\u05d5\u05e8\u05d5\u05e7/ \u05d0\u05d1\u05e8\u05d1\u05e0\u05d0\u05dc-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9658",
        "label": "311",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9659",
        "label": "311",
        "long": "\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9660",
        "label": "312",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05e4\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9661",
        "label": "312",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05e0\u05d5\u05e2\u05e8/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05e0\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9662",
        "label": "314",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9663",
        "label": "314",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9664",
        "label": "316",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9665",
        "label": "316",
        "long": "\u05d4\u05e8\u05d0''\u05d4/\u05d5\u05dc\u05e0\u05e9\u05d8\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9666",
        "label": "317",
        "long": "\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d1-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9668",
        "label": "317",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05de\u05e9\u05da \u05d7\u05d5\u05db\u05de\u05d4 \u05d6-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9670",
        "label": "321",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9671",
        "label": "321",
        "long": "\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9672",
        "label": "322",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05e4\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9673",
        "label": "322",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05e0\u05d5\u05e2\u05e8/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05e0\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9674",
        "label": "324",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9675",
        "label": "324",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9676",
        "label": "326",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9677",
        "label": "326",
        "long": "\u05d4\u05e8\u05d0''\u05d4/\u05d5\u05dc\u05e0\u05e9\u05d8\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9678",
        "label": "327",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "968",
        "label": "37",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05e2\u05dc\u05d9\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df<->\u05dc\u05d0\u05d5\u05e0\u05e8\u05d3\u05d5 \u05d3\u05d4 \u05d5\u05d9\u05e0\u05e6'\u05d9/\u05e7\u05e4\u05dc\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9680",
        "label": "327",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05d0\u05d5\u05e8 \u05d4\u05d7\u05d9\u05d9\u05dd \u05d8-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9682",
        "label": "331",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9683",
        "label": "331",
        "long": "\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9684",
        "label": "332",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05e4\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9685",
        "label": "332",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05e0\u05d5\u05e2\u05e8/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05e0\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9686",
        "label": "334",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9687",
        "label": "334",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9688",
        "label": "336",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9689",
        "label": "336",
        "long": "\u05d4\u05e8\u05d0''\u05d4/\u05d5\u05dc\u05e0\u05e9\u05d8\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9690",
        "label": "337",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05d7''\u05e6/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9692",
        "label": "337",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d1\u05d9\u05d9 \u05d5\u05e8\u05d1\u05d0/\u05e8\u05d1\u05d9 \u05d8\u05e8\u05e4\u05d5\u05df-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9694",
        "label": "341",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9695",
        "label": "341",
        "long": "\u05d4\u05de''\u05d2/\u05d9\u05e8\u05de\u05d9\u05d4\u05d5-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9696",
        "label": "342",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d1\u05d9\u05ea \u05d5\u05d2\u05df/\u05d4\u05e8\u05d1 \u05d0\u05dc\u05e4\u05d9\u05d4-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9697",
        "label": "342",
        "long": "\u05e7\u05e8\u05d9\u05ea \u05e0\u05d5\u05e2\u05e8/\u05d4\u05e8\u05d1 \u05e4\u05e8\u05e0\u05e7-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9698",
        "label": "344",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e8\u05d5\u05d6\u05e0\u05d8\u05dc-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9699",
        "label": "344",
        "long": "\u05db\u05e4\u05e8 \u05e9\u05d0\u05d5\u05dc/\u05e7\u05e6\u05e0\u05dc\u05d1\u05d5\u05d2\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "97",
        "label": "49",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05d9\u05d1\u05e0\u05d4<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea-1#",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9700",
        "label": "346",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05e7\u05e0\u05d9\u05d5\u05df \u05e8\u05de\u05d5\u05ea/\u05d2\u05d5\u05dc\u05d3\u05d4 \u05de\u05d0\u05d9\u05e8-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9701",
        "label": "346",
        "long": "\u05d4\u05e8\u05d0''\u05d4/\u05d5\u05dc\u05e0\u05e9\u05d8\u05d9\u05d9\u05df-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9702",
        "label": "347",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05d4\u05dc\u05dc-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea<->\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9''\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd-10",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9704",
        "label": "347",
        "long": "\u05d0\u05d2\u05e8\u05d5\u05ea \u05de\u05e9\u05d4/\u05d7\u05d6\u05d5\u05df \u05d0\u05d9\u05e9-\u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd<->\u05e8\u05de\u05d1''\u05df/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d1\u05d9\u05ea \u05e9\u05de\u05d0\u05d9-\u05de\u05d5\u05d3\u05d9\u05e2\u05d9\u05df \u05e2\u05d9\u05dc\u05d9\u05ea-20",
        "short": "347",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "9723",
        "label": "566",
        "long": "\u05d1\u05d9\u05ea \u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-10",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9933FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "9724",
        "label": "566",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05db\u05e8\u05de\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df-\u05e8\u05d0\u05e9 \u05d4\u05e2\u05d9\u05df-20",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "974",
        "label": "55",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9748",
        "label": "275",
        "long": "\u05d3\u05e8\u05da \u05e8\u05d5\u05df \u05e0\u05d7\u05de\u05df/\u05d2\u05d9\u05dc\u05d4-\u05d0\u05e8\u05d9\u05d0\u05dc<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e0\u05ea\u05e0\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e0\u05ea\u05e0\u05d9\u05d4-11",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "975",
        "label": "55",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-11",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "976",
        "label": "55",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9767",
        "label": "8",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7 2000-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-1#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9768",
        "label": "8",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e9\u05db\u05d5\u05e0\u05d4 \u05d9\u05e8\u05d5\u05e7\u05d4-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0<->\u05d0\u05d6\u05d5\u05e8 \u05ea\u05e2\u05e9\u05d9\u05d4 \u05e1\u05e0\u05d8\u05e8\u05dc \u05e4\u05d0\u05e8\u05e7 2000-\u05db\u05e4\u05e8 \u05e1\u05d1\u05d0-2#",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "977",
        "label": "55",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9775",
        "label": "33",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d5\u05d9\u05e0\u05d8\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9776",
        "label": "33",
        "long": "\u05d0\u05d9\u05e6\u05d8\u05d3\u05d9\u05d5\u05df \u05d5\u05d9\u05e0\u05d8\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9779",
        "label": "39",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9780",
        "label": "39",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05de\u05d9\u05d3\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9781",
        "label": "72",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9783",
        "label": "72",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d7\u05d5\u05e8\u05e9\u05ea \u05d4\u05d9\u05d5\u05d1\u05dc-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9785",
        "label": "89",
        "long": "\u05de\u05e9\u05de\u05e8 \u05d4\u05d9\u05e8\u05d3\u05df/\u05d8\u05d5\u05e8\u05e7\u05d5\u05d1-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9788",
        "label": "89",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e9\u05de\u05e8 \u05d4\u05d9\u05e8\u05d3\u05df/\u05d8\u05d5\u05e8\u05e7\u05d5\u05d1-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "979",
        "label": "56",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d9\u05d4\u05d5\u05d3/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df-10",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9791",
        "label": "104",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05ea \u05d4\u05d7\u05d5\u05dc\u05d9\u05dd \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9792",
        "label": "104",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9\u05d4''\u05d7 \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df-11",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9793",
        "label": "104",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9794",
        "label": "104",
        "long": "\u05d1\u05d9\u05d4''\u05d7 \u05ea\u05dc \u05d4\u05e9\u05d5\u05de\u05e8/\u05de\u05d9\u05d5\u05df-\u05e8\u05de\u05ea \u05d2\u05df<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-21",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "98",
        "label": "49",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05e8\u05d7\u05d5\u05d1\u05d5\u05ea/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd \u05d1\u05d9\u05df \u05e2\u05d9\u05e8\u05d5\u05e0\u05d9-\u05e8\u05d7\u05d5\u05d1\u05d5\u05ea<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d9\u05d1\u05e0\u05d4-\u05d9\u05d1\u05e0\u05d4-2#",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "980",
        "label": "56",
        "long": "\u05d4\u05e2\u05e6\u05de\u05d0\u05d5\u05ea/ \u05d4\u05e8\u05e6\u05dc-\u05d9\u05d4\u05d5\u05d3 \u05de\u05d5\u05e0\u05d5\u05e1\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9802",
        "label": "142",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d1\u05ea \u05d9\u05dd-10",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9803",
        "label": "142",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d1\u05d9\u05ea \u05d4\u05e2\u05dc\u05de\u05d9\u05df/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05d1\u05ea \u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9804",
        "label": "160",
        "long": "\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d2\u05d5\u05e8\u05df/\u05de\u05d1\u05d8\u05d7\u05d9\u05dd-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc-10",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9805",
        "label": "160",
        "long": "\u05d4\u05e8\u05d1 \u05e9\u05dc\u05de\u05d4 \u05d2\u05d5\u05e8\u05df/\u05de\u05d1\u05d8\u05d7\u05d9\u05dd-\u05d2\u05d1\u05e2\u05ea \u05e9\u05de\u05d5\u05d0\u05dc<->\u05ea.\u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05e7\u05d5\u05de\u05d4 7/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9806",
        "label": "161",
        "long": "\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd/\u05d3\u05e0\u05d9\u05d0\u05dc-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-10",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9807",
        "label": "161",
        "long": "\u05e7\u05d4\u05d9\u05dc\u05d5\u05ea \u05d9\u05e2\u05e7\u05d1/\u05e8\u05d1\u05d9 \u05d9\u05d5\u05e1\u05e3 \u05e6\u05d1\u05d9 \u05e8\u05d9\u05de\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05de\u05e1\u05d5\u05e3 \u05db\u05e8\u05de\u05dc\u05d9\u05ea/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9808",
        "label": "172",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05de\u05e0\u05e2/\u05ea\u05de\u05e0\u05e2-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9809",
        "label": "172",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05de\u05e0\u05e2-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9811",
        "label": "189",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9813",
        "label": "189",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05e2\u05ea\u05d9\u05d3\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "189",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "982",
        "label": "58",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05e1\u05d9\u05d9\u05e4\u05df-\u05e9\u05d5\u05d4\u05dd-10",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9821",
        "label": "240",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9822",
        "label": "240",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d7\u05d5\u05e8\u05e9\u05ea \u05d4\u05d9\u05d5\u05d1\u05dc-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05d0\u05d9\u05d9\u05dc\u05d5\u05df-\u05d1\u05e0\u05d9 \u05d1\u05e8\u05e7-20",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9823",
        "label": "289",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d0\u05d9\u05e1\u05d5\u05e3-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05de\u05e0\u05e2/\u05ea\u05de\u05e0\u05e2-\u05d7\u05d5\u05dc\u05d5\u05df-10",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9824",
        "label": "289",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05ea\u05de\u05e0\u05e2-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "983",
        "label": "58",
        "long": "\u05e9\u05d3\u05e8\u05d5\u05ea \u05e2\u05de\u05e7 \u05d0\u05d9\u05d9\u05dc\u05d5\u05df/\u05db\u05d9\u05db\u05e8 \u05e1\u05d9\u05d9\u05e4\u05df-\u05e9\u05d5\u05d4\u05dd<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-20",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9833",
        "label": "4",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9834",
        "label": "4",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-1\u05d7",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9835",
        "label": "4",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-2#",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9836",
        "label": "5",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9838",
        "label": "5",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea \u05de\u05e1\u05d5\u05e3 \u05d5\u05d5\u05dc\u05e4\u05e1\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-2#",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9842",
        "label": "26",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd<->\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9843",
        "label": "26",
        "long": "\u05e7\u05e8\u05d9\u05d9\u05ea \u05d7\u05d9\u05e0\u05d5\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd-2#",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "985",
        "label": "59",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-10",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9853",
        "label": "87",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05de\u05e8. \u05e9\u05e4\u05d9\u05e0\u05d5\u05d6\u05d4/\u05e4\u05dc\u05de\u05d7-\u05d0\u05d6\u05d5\u05e8<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9854",
        "label": "87",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05de\u05e8. \u05e9\u05e4\u05d9\u05e0\u05d5\u05d6\u05d4/\u05e4\u05dc\u05de\u05d7-\u05d0\u05d6\u05d5\u05e8-2#",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9855",
        "label": "88",
        "long": "\u05d9\u05e6\u05d7\u05e7 \u05d0\u05dc\u05d7\u05e0\u05df/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9857",
        "label": "88",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d9\u05d5\u05e1\u05e3 \u05dc\u05d5\u05d9/\u05d4\u05db\u05d5\u05d1\u05e9\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9859",
        "label": "96",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05de\u05e8. \u05e9\u05e4\u05d9\u05e0\u05d5\u05d6\u05d4/\u05e4\u05dc\u05de\u05d7-\u05d0\u05d6\u05d5\u05e8<->\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 - \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05d7\u05e0\u05d4 \u05d5\u05e1\u05e2-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "986",
        "label": "59",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4-\u05d0\u05d5\u05e8 \u05d9\u05d4\u05d5\u05d3\u05d4<->\u05d1\u05d9\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05e9\u05d3' \u05e9\u05d0\u05d5\u05dc \u05d4\u05de\u05dc\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9860",
        "label": "96",
        "long": "\u05ea. \u05e8\u05db\u05d1\u05ea \u05ea\u05dc \u05d0\u05d1\u05d9\u05d1- \u05e1\u05d1\u05d9\u05d3\u05d5\u05e8/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd A-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d0\u05d6\u05d5\u05e8 \u05de\u05e8. \u05e9\u05e4\u05d9\u05e0\u05d5\u05d6\u05d4/\u05e4\u05dc\u05de\u05d7-\u05d0\u05d6\u05d5\u05e8-2#",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9861",
        "label": "99",
        "long": "\u05d0\u05d6\u05d5\u05e8 \u05de\u05e8. \u05e9\u05e4\u05d9\u05e0\u05d5\u05d6\u05d4/\u05e4\u05dc\u05de\u05d7-\u05d0\u05d6\u05d5\u05e8<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9863",
        "label": "99",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d0\u05d6\u05d5\u05e8 \u05de\u05e8. \u05e9\u05e4\u05d9\u05e0\u05d5\u05d6\u05d4/\u05e4\u05dc\u05de\u05d7-\u05d0\u05d6\u05d5\u05e8-2#",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9864",
        "label": "99",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05d4\u05e9\u05e7\u05de\u05d4/\u05d3\u05e8\u05da \u05d4\u05e9\u05d1\u05e2\u05d4-\u05d0\u05d6\u05d5\u05e8-2\u05d0",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9866",
        "label": "126",
        "long": "\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-1#",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9867",
        "label": "126",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05ea.\u05e8\u05e7''\u05dc \u05d4\u05e7\u05d5\u05de\u05de\u05d9\u05d5\u05ea/\u05d3\u05e8\u05da \u05d1\u05d2\u05d9\u05df-\u05d1\u05ea \u05d9\u05dd-2#",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "987",
        "label": "68",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-10",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9872",
        "label": "171",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d7\u05e0\u05d9\u05d5\u05df \u05d0\u05d2\u05d3/\u05d3\u05df \u05e9\u05d5\u05de\u05e8\u05d5\u05df-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9873",
        "label": "171",
        "long": "\u05d7\u05e0\u05d9\u05d5\u05df \u05d7\u05d5\u05dc\u05d5\u05df/\u05ea\u05d7\u05e0\u05ea \u05de\u05d5\u05e6\u05d0-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d6\u05d5\u05e8\u05d9 \u05d7\u05df-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9877",
        "label": "271",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0 -\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05e9\u05d3\u05e8\u05d5\u05ea \u05d9\u05e8\u05d5\u05e9\u05dc\u05d9\u05dd/\u05de\u05e4\u05e8\u05e5 \u05e9\u05dc\u05de\u05d4-\u05d7\u05d5\u05dc\u05d5\u05df-1#",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9880",
        "label": "271",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05d9\u05ea \u05e9\u05e8\u05ea-\u05d7\u05d5\u05dc\u05d5\u05df<->\u05de\u05e1\u05d5\u05e3 \u05d0\u05d5\u05e0\u05d9\u05d1\u05e8\u05e1\u05d9\u05d8\u05ea \u05ea''\u05d0/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-2#",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "989",
        "label": "68",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5-\u05e7\u05e8\u05d9\u05ea \u05d0\u05d5\u05e0\u05d5<->\u05de\u05e1\u05d5\u05e3 \u05e8\u05d3\u05d9\u05e0\u05d2/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "991",
        "label": "69",
        "long": "\u05ea\u05d7\u05e0\u05d4 \u05ea\u05e4\u05e2\u05d5\u05dc\u05d9\u05ea/\u05de\u05e1\u05d5\u05e3 \u05d2\u05d5\u05dc\u05d3\u05d4-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5<->\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df-10",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9917",
        "label": "92",
        "long": "\u05d4\u05d1\u05e8\u05d5\u05e9\u05d9\u05dd/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05d3\u05e7\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05e8\u05de\u05d9\u05dd/\u05de\u05e6\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9918",
        "label": "92",
        "long": "\u05d4\u05d3\u05e1/\u05d4\u05d7\u05d5\u05e8\u05e9-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d1\u05e8\u05d5\u05e9\u05d9\u05dd/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05d3\u05e7\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9919",
        "label": "93",
        "long": "\u05d4\u05d1\u05e8\u05d5\u05e9\u05d9\u05dd/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05d3\u05e7\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05e6\u05d4''\u05dc/\u05d4\u05d2\u05dc\u05d9\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-1#",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9920",
        "label": "93",
        "long": "\u05e6\u05d4''\u05dc/\u05d4\u05d7\u05e8\u05d5\u05d1-\u05db\u05e8\u05de\u05d9\u05d0\u05dc<->\u05d4\u05d1\u05e8\u05d5\u05e9\u05d9\u05dd/\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d4\u05d3\u05e7\u05dc-\u05db\u05e8\u05de\u05d9\u05d0\u05dc-2#",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9923",
        "label": "553",
        "long": "\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4<->\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4-1#",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9924",
        "label": "553",
        "long": "\u05de\u05e1\u05d5\u05e3 \u05de\u05e9\u05d4 \u05d0\u05e8\u05e0\u05e1/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e4\u05ea\u05d7 \u05ea\u05e7\u05d5\u05d5\u05d4<->\u05d4\u05e9\u05d5\u05e0\u05d9\u05ea/\u05d9\u05d5\u05e8\u05d3\u05d9 \u05d9\u05dd-\u05d4\u05e8\u05e6\u05dc\u05d9\u05d4-2#",
        "short": "553",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "993",
        "label": "69",
        "long": "\u05d1\u05d9''\u05d7 \u05e9\u05d9\u05d1''\u05d0/\u05e9\u05d3\u05e8\u05d5\u05ea \u05d0\u05d4\u05e8\u05d5\u05df \u05e7\u05e6\u05d9\u05e8-\u05e8\u05de\u05ea \u05d2\u05df<->\u05d1\u05d9\u05ea \u05d4\u05de\u05e9\u05e4\u05d8/\u05e9\u05d3' \u05e9\u05d0\u05d5\u05dc \u05d4\u05de\u05dc\u05da-\u05ea\u05dc \u05d0\u05d1\u05d9\u05d1 \u05d9\u05e4\u05d5-20",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9931",
        "label": "17",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05d9\u05e9\u05d9\u05d1\u05ea \u05d4\u05e1\u05d3\u05e8-\u05d7\u05e1\u05e4\u05d9\u05df-10",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9932",
        "label": "17",
        "long": "\u05d7\u05e1\u05e4\u05d9\u05df \u05de\u05e8\u05db\u05d6-\u05d7\u05e1\u05e4\u05d9\u05df<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9933",
        "label": "57",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-10",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9935",
        "label": "57",
        "long": "\u05e9\u05d9\u05d0\u05d5\u05df/\u05d8\u05d9\u05d9\u05dc\u05ea \u05e0\u05d5\u05d5\u05d4-\u05e7\u05e6\u05e8\u05d9\u05df<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05d8\u05d1\u05e8\u05d9\u05d4-12",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9937",
        "label": "57",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-20",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9938",
        "label": "57",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05d8\u05d1\u05e8\u05d9\u05d4/\u05d4\u05e9\u05d9\u05dc\u05d5\u05d7-\u05d8\u05d1\u05e8\u05d9\u05d4<->\u05e7\u05e0\u05d9\u05d5\u05df \u05dc\u05d1 \u05e7\u05e6\u05e8\u05d9\u05df-\u05e7\u05e6\u05e8\u05d9\u05df-21",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9939",
        "label": "58",
        "long": "\u05d0\u05dc \u05e8\u05d5\u05dd-\u05d0\u05dc \u05e8\u05d5\u05dd<->\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05d4\u05d5\u05e8\u05d3\u05d4-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4-10",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "9941",
        "label": "58",
        "long": "\u05ea. \u05de\u05e8\u05db\u05d6\u05d9\u05ea \u05e7''\u05e9/\u05e8\u05e6\u05d9\u05e4\u05d9\u05dd-\u05e7\u05e8\u05d9\u05ea \u05e9\u05de\u05d5\u05e0\u05d4<->\u05d0\u05dc \u05e8\u05d5\u05dd-\u05d0\u05dc \u05e8\u05d5\u05dd-20",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9968",
        "label": "70",
        "long": "\u05d4\u05e1\u05d7\u05dc\u05d1/\u05e7\u05d4\u05d9\u05dc\u05ea \u05d9\u05d4\u05d3\u05d5\u05ea \u05e6\u05e8\u05e4\u05ea-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd-1#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9969",
        "label": "70",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d9\u05e1\u05d5\u05d9\u05d9 \u05ea\u05e4\u05df-\u05db\u05e4\u05e8 \u05d5\u05e8\u05d3\u05d9\u05dd<->\u05de''\u05d2 \u05d4\u05de\u05e2\u05e4\u05d9\u05dc\u05d9\u05dd/\u05d4\u05e0\u05e8\u05e7\u05d9\u05e1-\u05de\u05e2\u05dc\u05d5\u05ea \u05ea\u05e8\u05e9\u05d9\u05d7\u05d0-2#",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9975",
        "label": "85",
        "long": "\u05d1\u05d9''\u05e1 \u05e6\u05de\u05d7 \u05d3\u05d5\u05d3/\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d5\u05e2\u05dd-\u05e6\u05e4\u05ea-1#",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9976",
        "label": "85",
        "long": "\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea<->\u05d0\u05d5\u05dc\u05e4\u05e0\u05ea \u05d0\u05de\u05d9\u05ea-\u05e6\u05e4\u05ea-11",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9977",
        "label": "85",
        "long": "\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea<->\u05d1\u05d9''\u05e1 \u05d1\u05d9\u05e8\u05d1/\u05db''\u05d1 \u05d9\u05dc\u05d3\u05d9 \u05de\u05e2\u05dc\u05d5\u05ea-\u05e6\u05e4\u05ea-12",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9978",
        "label": "85",
        "long": "\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8-\u05e6\u05e4\u05ea<->\u05d4\u05e8\u05d1 \u05dc\u05d5\u05d9 \u05d1\u05d9''\u05e1\u05d8\u05e8\u05d9\u05e6\u05e7\u05d9/\u05db''\u05d1 \u05d9\u05dc\u05d3\u05d9 \u05de\u05e2\u05dc\u05d5\u05ea-\u05e6\u05e4\u05ea-13",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9981",
        "label": "88",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d5\u05e2\u05dd-\u05e6\u05e4\u05ea<->\u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea 8-\u05e6\u05e4\u05ea-2#",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9982",
        "label": "88",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05e0\u05d5\u05e2\u05dd-\u05e6\u05e4\u05ea<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-21",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9983",
        "label": "88",
        "long": "\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05e8\u05d1-\u05e6\u05e4\u05ea<->\u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea 8-\u05e6\u05e4\u05ea-22",
        "short": "88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9991",
        "label": "89",
        "long": "\u05d3\u05d5\u05d3 \u05d0\u05dc\u05e2\u05d6\u05e8/\u05d9\u05e4\u05d4 \u05e0\u05d5\u05e3-\u05e6\u05e4\u05ea<->\u05d4\u05d0\u05e8''\u05d9/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1''\u05e7-\u05e6\u05e4\u05ea-1#",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9992",
        "label": "89",
        "long": "\u05e6\u05d4''\u05dc 10-\u05e6\u05e4\u05ea<->\u05d4\u05d0\u05e8''\u05d9/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1''\u05e7-\u05e6\u05e4\u05ea-11",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9993",
        "label": "89",
        "long": "\u05d4\u05d0\u05e8''\u05d9/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1''\u05e7-\u05e6\u05e4\u05ea<->\u05e9\u05e4\u05e8\u05d9\u05e0\u05e6\u05e7/\u05e7\u05e8\u05df \u05d4\u05d9\u05e1\u05d5\u05d3-\u05e6\u05e4\u05ea-2#",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9994",
        "label": "90",
        "long": "\u05d1\u05ea \u05d4\u05e8\u05d9\u05dd/\u05d4\u05d7\u05e8\u05de\u05d5\u05df-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05e8\u05d1-\u05e6\u05e4\u05ea-1#",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9995",
        "label": "90",
        "long": "\u05e0\u05d5\u05e3 \u05db\u05e0\u05e8\u05ea 1-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05e8\u05d1-\u05e6\u05e4\u05ea-11",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9996",
        "label": "90",
        "long": "\u05d4\u05e8 \u05d5\u05d2\u05d9\u05d0/\u05e9\u05d1\u05e2\u05ea \u05d4\u05de\u05d9\u05e0\u05d9\u05dd-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05e8\u05d1-\u05e6\u05e4\u05ea-12",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9997",
        "label": "90",
        "long": "\u05e7\u05e0\u05d9\u05d5\u05df \u05e9\u05e2\u05e8\u05d9 \u05d4\u05e2\u05d9\u05e8-\u05e6\u05e4\u05ea<->\u05d1\u05d9\u05ea \u05e1\u05e4\u05e8 \u05d1\u05d9\u05e8\u05d1-\u05e6\u05e4\u05ea-13",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "9999",
        "label": "91",
        "long": "\u05d3\u05d5\u05d3 \u05e8\u05de\u05d6/\u05d4\u05d0\u05d7\u05d3 \u05e2\u05e9\u05e8-\u05e6\u05e4\u05ea<->\u05d4\u05d0\u05e8''\u05d9/\u05d9\u05e9\u05e8\u05d0\u05dc \u05d1''\u05e7-\u05e6\u05e4\u05ea-1#",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 35196,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-18",
  "top_fixes": [
    {
      "code": "foreign_key_violation",
      "count": 9110,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'foreign_key_violation' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Foreign key violation (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "stop_time_with_arrival_before_previous_departure_time",
      "count": 703,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'stop_time_with_arrival_before_previous_departure_time' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Stop time with arrival before previous departure time (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "invalid_phone_number",
      "count": 25,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'invalid_phone_number' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 3,
      "severity": "ERROR",
      "what": "Invalid phone number (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    }
  ],
  "validator_version": "8.0.1"
}
