{
  "agency": {
    "country": "NO",
    "id": "skyss-vestland",
    "name": "Skyss",
    "operating_note": "One of Entur's per-operator GTFS exports, covering Skyss in Vestland. The Entur national aggregate is a separate, much larger download that exceeds the standard archive cap; this per-operator slice stays within it.",
    "subdivision_code": "NO-46",
    "subdivision_name": "Vestland"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.4,
          "stops_marked_accessible_pct": 0.3,
          "stops_marked_not_accessible_pct": 0.3,
          "stops_stated_pct": 0.6,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 0.1,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 23887,
        "translations": {
          "feed_lang": "no",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 181231,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.6,
        "wheelchair_marked_accessible_pct": 0.3,
        "wheelchair_marked_not_accessible_pct": 0.3
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 23748,
          "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": 24.9,
          "severity": "WARNING",
          "what": "23748 of 23887 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": 181231,
          "effort": "A default or per-trip field in your export.",
          "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "181231 of 181231 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_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": 37.6,
      "status": "measured",
      "summary": "1% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 12,
        "instances_by_severity": {
          "ERROR": 19,
          "INFO": 2694,
          "WARNING": 6135
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 19,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 5679,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unexpected_enum_value",
          "count": 438,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Unexpected enum value (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 7,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "missing_recommended_field",
          "count": 3,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 3,
          "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": 4.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_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": "fast_travel_between_far_stops",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "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_headsign_matches_intermediate_stop",
          "count": 2691,
          "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": 1.0,
          "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": 3,
          "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."
        }
      ],
      "name": "correctness",
      "score": 34.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 12 kinds of issue across 8848 instances (19 error, 6135 warning, 2694 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 133,
        "effective_expiry_date": "2026-11-29",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-11-29",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 133 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": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 133 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 1% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. States wheelchair access on 1% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Norwegian Licence for Open Government Data (NLOD) 2.0; free reuse including commercial use and adaptation with attribution. Published through Entur's national public transport data platform.",
    "reachable": true,
    "sha256": "4b1707ecde34309ab792a637ab15cd41c6bc7edd5d87dac80fc8d269c0300a70",
    "size_bytes": 91319734,
    "static_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_sky-aggregated-gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "allowed_count": 2,
        "allowed_pct": 0.9,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 2,
        "stated_pct": 0.9,
        "total_count": 223
      },
      "trips": {
        "allowed_count": 0,
        "allowed_pct": 0.0,
        "not_allowed_count": 0,
        "not_allowed_pct": 0.0,
        "stated_count": 0,
        "stated_pct": 0.0,
        "total_count": 5584
      }
    },
    "bikes": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 5584
    },
    "cars": {
      "allowed_count": 0,
      "allowed_pct": 0.0,
      "not_allowed_count": 0,
      "not_allowed_pct": 0.0,
      "stated_count": 0,
      "stated_pct": 0.0,
      "total_count": 5584
    },
    "fares": {
      "applied": false,
      "fare_free": false,
      "model": "none",
      "scope": "whole_feed"
    },
    "graded": false,
    "measured": true,
    "realtime": {
      "configured_kinds": [],
      "kinds_configured": 0,
      "scope": "whole_feed"
    },
    "route_count": 59,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 223,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 223,
      "parented_boarding_location_count": 223,
      "parented_boarding_location_pct": 100.0,
      "referenced_station_count": 217
    },
    "trip_count": 5584
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_sky-aggregated-gtfs.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      4.51278,
      59.39463,
      8.56676,
      62.47443
    ],
    "lat": 60.61375,
    "lon": 5.48096,
    "stop_count": 23887
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 2,
        "trip_count": 7120,
        "trip_share_pct": 3.9
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 377,
        "trip_count": 168527,
        "trip_share_pct": 93.0
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 59,
        "trip_count": 5584,
        "trip_share_pct": 3.1
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 438,
    "trip_count": 181231
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 48.1,
    "margin_to_next_band": 11.9,
    "score": 48.1
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 14,
      "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": "14 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"S\u00f8rhauggata/Torggata\", \"Dr. Krohns veg\", \"Dr. Krohns veg\", 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": 15422,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 181231
  },
  "route_map": {
    "drawn_route_count": 438,
    "has_shapes": true,
    "path": "data/artifacts/skyss-vestland/geometry.geojson",
    "route_count": 438,
    "routes": [
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "SKY:Line:1",
        "label": "1",
        "long": "Bergen lufthavn Flesland- Lagunen - Byparken",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:10",
        "label": "10",
        "long": "Wergeland/S\u00f8ndre Skogveien - Mulen",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:100",
        "label": "100",
        "long": "F\u00f8rde-Sandane-Nordfjordeid",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:101",
        "label": "101",
        "long": "Sandane-Hyen-Flor\u00f8",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1018",
        "label": "1018",
        "long": "Halhjem - Sandvikv\u00e5g",
        "short": "1018",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1019",
        "label": "1019",
        "long": "Masfjordnes - Duesund\u00f8y",
        "short": "1019",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1020",
        "label": "1020",
        "long": "Hatvik - Venjaneset",
        "short": "1020",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1021",
        "label": "1021",
        "long": "V\u00e5ge - Halhjem",
        "short": "1021",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1022",
        "label": "1022",
        "long": "Hufthamar - Krokeide",
        "short": "1022",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1023",
        "label": "1023",
        "long": "Husavik - Sandvikv\u00e5g",
        "short": "1023",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1024",
        "label": "1024",
        "long": "Utne - Kvanndal",
        "short": "1024",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1025",
        "label": "1025",
        "long": "Kinsarvik - Utne",
        "short": "1025",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1026",
        "label": "1026",
        "long": "Jondal - T\u00f8rvikbygd",
        "short": "1026",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1027",
        "label": "1027",
        "long": "Gjermundshamn - Varalds\u00f8y - \u00c5rsnes",
        "short": "1027",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1028",
        "label": "1028",
        "long": "Fedje - S\u00e6vr\u00f8y",
        "short": "1028",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1029",
        "label": "1029",
        "long": "Leirv\u00e5g - Sl\u00f8v\u00e5g",
        "short": "1029",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:103",
        "label": "103",
        "long": "Breim-\u00c5rdal",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1030",
        "label": "1030",
        "long": "Langev\u00e5g - Buav\u00e5g",
        "short": "1030",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1031",
        "label": "1031",
        "long": "Sk\u00e5nevik - Matre -Ut\u00e5ker",
        "short": "1031",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1032",
        "label": "1032",
        "long": "Skjersholmane - Ranavik",
        "short": "1032",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1033",
        "label": "1033",
        "long": "Jektavik - Nordhuglo - Hodnanes",
        "short": "1033",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1034",
        "label": "1034",
        "long": "Fjelberg - Sydnes - Utbjoa",
        "short": "1034",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1035",
        "label": "1035",
        "long": "Klokkarvik - Ler\u00f8y - Bjelkar\u00f8y - Hjellestad",
        "short": "1035",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1036",
        "label": "1036",
        "long": "Valestrandfossen - Breistein",
        "short": "1036",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1037",
        "label": "1037",
        "long": "Barmen-Barmsund",
        "short": "1037",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1038",
        "label": "1038",
        "long": "St\u00e5rheim-Isane",
        "short": "1038",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1039",
        "label": "1039",
        "long": "M\u00e5l\u00f8y-Husev\u00e5g\u00f8y-Oldeide",
        "short": "1039",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:104",
        "label": "104",
        "long": "Reed-Byrkjelo-Myklebust",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1041",
        "label": "1041",
        "long": "Dal\u00f8y-Haldorsneset",
        "short": "1041",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1042",
        "label": "1042",
        "long": "Rysjedalsvika-Rutledal-Krakhella",
        "short": "1042",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1043",
        "label": "1043",
        "long": "Hisar\u00f8y-Mj\u00e5nes",
        "short": "1043",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1044",
        "label": "1044",
        "long": "Lote - Anda",
        "short": "1044",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1045",
        "label": "1045",
        "long": "Lavik - Oppedal",
        "short": "1045",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1046",
        "label": "1046",
        "long": "Vangsnes-Hella-Dragsvik",
        "short": "1046",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1047",
        "label": "1047",
        "long": "Manheller-. Fodnes",
        "short": "1047",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1048",
        "label": "1048",
        "long": "Solvorn-Ornes",
        "short": "1048",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:105",
        "label": "105",
        "long": "Sandane-Kandal-Mykland",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:106",
        "label": "106",
        "long": "Sandane-Fjellbygda",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:107",
        "label": "107",
        "long": "Sandane-F\u00f8leide-Hjelmeset",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:108",
        "label": "108",
        "long": "Sandane-Mardal-Ravnestad",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:11",
        "label": "11",
        "long": "Nordnes - Starefossen",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:110",
        "label": "110",
        "long": "F\u00f8rde-Stryn",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:111",
        "label": "111",
        "long": "Innvik-Byrkjelo-Sandane",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:112",
        "label": "112",
        "long": "Stryn-Storesunde-Flo",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:113",
        "label": "113",
        "long": "Nordfjordeid-Hopland-Stryn",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1131",
        "label": "1131",
        "long": "Kaupanger-Fr\u00f8nningen",
        "short": "1131",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:114",
        "label": "114",
        "long": "Loen-Lodalen",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1140",
        "label": "1140",
        "long": "Askvoll-Fure-Gjervik",
        "short": "1140",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1141",
        "label": "1141",
        "long": "Askvoll-Fure-V\u00e6rlandet",
        "short": "1141",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:115",
        "label": "115",
        "long": "Briksdalen-Olden-Stryn",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:116",
        "label": "116",
        "long": "Stryn-Erdal-Oppstryn",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:118",
        "label": "118",
        "long": "Markane-Faleide-Vinsrygg-Stryn",
        "short": "118",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:1190",
        "label": "1190",
        "long": "Nordeide-Ortnevik-Vik",
        "short": "1190",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:12",
        "label": "12",
        "long": "L\u00f8nborglien - L\u00e6gdene - Montana",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:120",
        "label": "120",
        "long": "M\u00e5l\u00f8y-Nordfjordeid-Sogndal",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:121",
        "label": "121",
        "long": "Raudeberg-M\u00e5l\u00f8y-Oppedal",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:122",
        "label": "122",
        "long": "M\u00e5l\u00f8y-Raudeberg-Vedvik-Kvalheim",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:123",
        "label": "123",
        "long": "M\u00e5l\u00f8y-Osmundsv\u00e5g",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:125",
        "label": "125",
        "long": "M\u00e5l\u00f8y-Tenneb\u00f8",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:13",
        "label": "13",
        "long": "Bergen sentrum - Solheimsviken",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:130",
        "label": "130",
        "long": "Sogndal-Stryn",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:14",
        "label": "14",
        "long": "Bergen busstasjon - Fyllingsdalen terminal",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:15",
        "label": "15",
        "long": "Bergen sentrum - B\u00f8nes",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:150",
        "label": "150",
        "long": "Stryn-Nordfjordeid-M\u00e5l\u00f8y",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:152",
        "label": "152",
        "long": "Torheim-Nordfjordeid",
        "short": "152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:153",
        "label": "153",
        "long": "Nordfjordeid-Navelsaker",
        "short": "153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:154",
        "label": "154",
        "long": "Nordfjordeid-Remmed.-Bryggja",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:155",
        "label": "155",
        "long": "Bryggja-Eik\u00e5s-Kj\u00f8lsdalen",
        "short": "155",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:156",
        "label": "156",
        "long": "Sletteb\u00f8 bru-R\u00f8ed-St\u00e5rheim sk.",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:160",
        "label": "160",
        "long": "M\u00e5l\u00f8y-Selje-Leikanger",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:161",
        "label": "161",
        "long": "Nordfjordeid-Leikanger",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:162",
        "label": "162",
        "long": "Selje-Leikanger",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:163",
        "label": "163",
        "long": "Borgundv\u00e5g-Leikanger",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:164",
        "label": "164",
        "long": "\u00c5rvik-Ervik-Leikanger",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:166",
        "label": "166",
        "long": "Flatraket-Barmsund-Salt-Selje",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:16E",
        "label": "16E",
        "long": "Nesttun - Helldals\u00e5sen - \u00d8yjorden",
        "short": "16E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:18",
        "label": "18",
        "long": "Barlieveien - Formanns vei",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:180",
        "label": "180",
        "long": "Stryn-\u00c5lesund",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:181",
        "label": "181",
        "long": "Nordfjordeid-Folkestad",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:19",
        "label": "19",
        "long": "\u00c5sane - L\u00f8vstakkskiftet",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:190",
        "label": "190",
        "long": "Bergen - Nordfjord",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:191",
        "label": "191",
        "long": "Selje-Selje\u00f8ya",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:192",
        "label": "192",
        "long": "M\u00e5l\u00f8y-Silda",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:193",
        "label": "193",
        "long": "M\u00e5l\u00f8y-Gangs\u00f8y-Ris\u00f8y",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:1B",
        "label": "1B",
        "long": "Buss for Bybane",
        "short": "1B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "SKY:Line:2",
        "label": "2",
        "long": "Bybane Fyllingsdalen",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:20",
        "label": "20",
        "long": "Storavatnet - Haukeland sjukehus",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:200",
        "label": "200",
        "long": "F\u00f8rde-Lavik-Rysjedalsvika",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:201",
        "label": "201",
        "long": "Bybuss i F\u00f8rde",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:202",
        "label": "202",
        "long": "Bybuss i F\u00f8rde",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:203",
        "label": "203",
        "long": "Bybuss F\u00f8rde-Hogane",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:204",
        "label": "204",
        "long": "F\u00f8rde-Sunde-Sundsdalen",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:205",
        "label": "205",
        "long": "F\u00f8rde-Karstad-Kr\u00e5kenes",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:206",
        "label": "206",
        "long": "F\u00f8rde-Grimeland-Botnen",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:2060",
        "label": "2060",
        "long": "Knappskog - Geitanger",
        "short": "2060",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:207",
        "label": "207",
        "long": "F\u00f8rde-Sunde skule-\u00c5sane",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:2071",
        "label": "2071",
        "long": "Helles\u00f8y - Hernar",
        "short": "2071",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:2075",
        "label": "2075",
        "long": "Hardangerfjordekspressen",
        "short": "2075",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:2078",
        "label": "2078",
        "long": "B\u00e5truter Austevoll",
        "short": "2078",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:2079",
        "label": "2079",
        "long": "Espev\u00e6r - Eidesvik",
        "short": "2079",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:208",
        "label": "208",
        "long": "Flatene-Halbrend-Sl\u00e5ttebakkane",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:2080",
        "label": "2080",
        "long": "Sunnhordland - Austevoll - Bergen",
        "short": "2080",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:2085",
        "label": "2085",
        "long": "Reksteren - V\u00e5ge - Os",
        "short": "2085",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:209",
        "label": "209",
        "long": "F\u00f8rde-Haugum-Kvieneset",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:2095",
        "label": "2095",
        "long": "Turistrute indre Hardanger",
        "short": "2095",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:210",
        "label": "210",
        "long": "Rysjedalsvika-Dale-F\u00f8rde",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:211",
        "label": "211",
        "long": "Viksdalen-Holsen-F\u00f8rde",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:212",
        "label": "212",
        "long": "Sande-Viksdalen-Mjell",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:213",
        "label": "213",
        "long": "F\u00f8rde-Laukeland-Sande",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:22",
        "label": "22",
        "long": "Lagunen terminal - Fyllingsdalen terminal",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:220",
        "label": "220",
        "long": "Askvoll-Dale",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:221",
        "label": "221",
        "long": "Dale-Folkestad-Rysjedalsvika",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:222",
        "label": "222",
        "long": "Rysjedalsvika-Lavik-H\u00f8yanger",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:223",
        "label": "223",
        "long": "Dale-Folkestad",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:224",
        "label": "224",
        "long": "Skor-Hyllestad-Rysjedalsvika",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:225",
        "label": "225",
        "long": "Guddal-Nautsund-Dale",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:226",
        "label": "226",
        "long": "Sognnes-Leirvik-Hyllestad",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:227",
        "label": "227",
        "long": "Risnes-Hyllestad-Eidsvika",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:228",
        "label": "228",
        "long": "V\u00e5ge skule-Korssund-Folkestad",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:23",
        "label": "23",
        "long": "Storavatnet-Dolvik-Sandslimarka-Birkelandskrysset",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:230",
        "label": "230",
        "long": "F\u00f8rde-Askvoll",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:231",
        "label": "231",
        "long": "Mj\u00e5set-Holmedal-Askvoll",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:232",
        "label": "232",
        "long": "H\u00f8yvik-Gjervik-Herland",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:233",
        "label": "233",
        "long": "Stavestrand-Leknes-Hegrenes-Gjelsvik skule",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:234",
        "label": "234",
        "long": "Bulandet-V\u00e6rlandet",
        "short": "234",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:23E",
        "label": "23E",
        "long": "Sandsli - Kokstad",
        "short": "23E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:24",
        "label": "24",
        "long": "Olsvikskjenet - Loddefjord terminal - Fyllingsdale",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:240",
        "label": "240",
        "long": "Veiesund-Stavang-F\u00f8rde",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:241",
        "label": "241",
        "long": "Naustedalen-Naustdal-F\u00f8rde",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:242",
        "label": "242",
        "long": "Naustdal-\u00c5sedalen-Byrkjeflot",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:250",
        "label": "250",
        "long": "Flor\u00f8-F\u00f8rde-Flor\u00f8",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:251",
        "label": "251",
        "long": "Bybuss 1 Flor\u00f8",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:252",
        "label": "252",
        "long": "Bybuss 2 Flor\u00f8",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:253",
        "label": "253",
        "long": "Arbeidsrute Verftet/Botnaneset",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:254",
        "label": "254",
        "long": "Norddalsfjord-Brands\u00f8y-Flor\u00f8",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:255",
        "label": "255",
        "long": "Ruter p\u00e5 Askrova",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:256",
        "label": "256",
        "long": "Barekstad-Hovdev\u00e5g",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:257",
        "label": "257",
        "long": "Sandvik-H\u00f8ydal-Eikefjord",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:258",
        "label": "258",
        "long": "Steindal-Eikefjord",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:259",
        "label": "259",
        "long": "Eikefjord-Ramsdal",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:26",
        "label": "26",
        "long": "\u00c5sane terminal - Lagunen terminal",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:260",
        "label": "260",
        "long": "Davik-Svelgen-Flor\u00f8",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:261",
        "label": "261",
        "long": "Svelgen-Sande-Sageb\u00f8-Botnane-Villevik",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:262",
        "label": "262",
        "long": "Bortnen-Davik-\u00c5lfoten-Svelgen",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:263",
        "label": "263",
        "long": "Davik-Nordfjordeid",
        "short": "263",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:264",
        "label": "264",
        "long": "Bremanger-Kalv\u00e5g-Sm\u00f8rhamn",
        "short": "264",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:265",
        "label": "265",
        "long": "Bremanger-Oldeide-Svelgen",
        "short": "265",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:266",
        "label": "266",
        "long": "Novelandet-N\u00f8dset-Ryland-Hauge",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:267",
        "label": "267",
        "long": "Skulerute Flor\u00f8",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:27",
        "label": "27",
        "long": "\u00c5sane terminal - Haukeland sjukehus",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:271",
        "label": "271",
        "long": "F\u00f8rde-Vassenden-S\u00f8rsida",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:272",
        "label": "272",
        "long": "F\u00f8rde-Vassenden-\u00c5lhus",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:273",
        "label": "273",
        "long": "Skei-S\u00e6grov-Lyngstad",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:274",
        "label": "274",
        "long": "Skei-F\u00f8rde i J\u00f8lster",
        "short": "274",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:275",
        "label": "275",
        "long": "Fonn-Skei",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:276",
        "label": "276",
        "long": "Flaten-Fluge-Vassenden skule",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:28",
        "label": "28",
        "long": "\u00c5sane terminal - Ytre Arna - Arna terminal",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:29",
        "label": "29",
        "long": "Arna stasjon - St\u00f8lsvegen - Haukeland - Nesttun",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:290",
        "label": "290",
        "long": "M\u00e5l\u00f8y-Sm\u00f8rhamn-Flor\u00f8 Kystv.eks",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:291",
        "label": "291",
        "long": "Flor\u00f8-Askrova-Stavang-Svan\u00f8y",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:292",
        "label": "292",
        "long": "Flor\u00f8-Rognaldsv\u00e5g-Kinn",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:293",
        "label": "293",
        "long": "Flor\u00f8-Barekstad-Batalden-Fan\u00f8y",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:294",
        "label": "294",
        "long": "Flor\u00f8-Barekstad-Batalden-Fan\u00f8y-Rognaldsv\u00e5g-Kinn",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:3",
        "label": "3",
        "long": "St\u00f8botn - Vadmyra",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:30",
        "label": "30",
        "long": "Tertnes - \u00c5sane terminal",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:300",
        "label": "300",
        "long": "Knarvik-\u00c5sane-Bergen",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:300E",
        "label": "300E",
        "long": "Knarvik-Bergen ekspress",
        "short": "300E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:301",
        "label": "301",
        "long": "Knarvik skysstasjon - Knarvik kai",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:302",
        "label": "302",
        "long": "Feste - Vollum - Sellevold -Alver - Knarvik",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:303",
        "label": "303",
        "long": "Nesse - Knarvik",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:304",
        "label": "304",
        "long": "Kvalv\u00e5gnes-Ones-Konglevoll-S\u00f8reidet-Vatne",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:31",
        "label": "31",
        "long": "\u00c5sane terminal - Selvik - Jordal",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:310",
        "label": "310",
        "long": "Knarvik - Flat\u00f8y - Rossland - Skjelanger",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:311",
        "label": "311",
        "long": "Frekhaug - Frekhaug kai",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:312",
        "label": "312",
        "long": "Io-Eikeland-Smugleitet - Tveit - Meland - Frekhaug",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:313",
        "label": "313",
        "long": "Odland - Myrvoll - Fossesj. - Frekhaug",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:32",
        "label": "32",
        "long": "Skinst\u00f8 - \u00c5sane terminal",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:320",
        "label": "320",
        "long": "Manger - Knarvik",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:321",
        "label": "321",
        "long": "Austmarka - S\u00e6b\u00f8 - Mar\u00e5s - Manger",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:322",
        "label": "322",
        "long": "Manger - Kviste",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:323",
        "label": "323",
        "long": "Valdersnes - Manger",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:324",
        "label": "324",
        "long": "Manger - Toska",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:325",
        "label": "325",
        "long": "Manger - S\u00e6tre - Villanger - Rossnes",
        "short": "325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:326",
        "label": "326",
        "long": "Mastrevik-Austmarka-Knarvik",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:327",
        "label": "327",
        "long": "S\u00e6vr\u00f8y - Mastrevik",
        "short": "327",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:328",
        "label": "328",
        "long": "Hoplandsj\u00f8en - Ler\u00f8y - Mastrevik",
        "short": "328",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:33",
        "label": "33",
        "long": "Rolland - \u00c5sane terminal",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:330",
        "label": "330",
        "long": "Mastrevik-Lind\u00e5s-Knarvik",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:331",
        "label": "331",
        "long": "Lind\u00e5s - Syslak - Risasj\u00f8en - Lauv\u00e5s",
        "short": "331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:34",
        "label": "34",
        "long": "Langarinden - \u00c5sane terminal",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:340",
        "label": "340",
        "long": "Ostereidet - Eidsnes - Leknes - Knarvik",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:341",
        "label": "341",
        "long": "Tveitegrend - Vaet - Fammestad - Hillesv\u00e5g",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:342",
        "label": "342",
        "long": "V\u00e5gseidet - Skauge - Myking - Eikanger",
        "short": "342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:343",
        "label": "343",
        "long": "Hindenes - Eikanger - Knarvik",
        "short": "343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:344",
        "label": "344",
        "long": "Nesb\u00f8sj\u00f8en - Ostereidet",
        "short": "344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:345",
        "label": "345",
        "long": "\u00c5dnekvam - Andvik - Masfjordnes - And\u00e5s",
        "short": "345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:346",
        "label": "346",
        "long": "F\u00f8rde -  Oppedal - Knarvik - Bergen",
        "short": "346",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:35",
        "label": "35",
        "long": "Hordvik - Tellevik - Salhus - \u00c5sane terminal",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:350",
        "label": "350",
        "long": "Sl\u00f8v\u00e5g - Duesund",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:351",
        "label": "351",
        "long": "Duesund - Solheim - Matre - Haukeland",
        "short": "351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:36",
        "label": "36",
        "long": "Hordvikneset - \u00c5sane terminal - sentrum",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:360",
        "label": "360",
        "long": "Oppedal-Rutledal-Sl\u00f8v\u00e5g",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:361",
        "label": "361",
        "long": "Dingja-Eivindvik-Dals\u00f8yra-Sl\u00f8v\u00e5g",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:362",
        "label": "362",
        "long": "Sl\u00f8v\u00e5g-Mj\u00f8mna-Byrknes",
        "short": "362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:363",
        "label": "363",
        "long": "Oppedal-Rutledal-Nordgulen",
        "short": "363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:365",
        "label": "365",
        "long": "\u00d8sterb\u00f8-Oppedal-Brekke",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:366",
        "label": "366",
        "long": "Mj\u00f8mna-Skjerjehamn",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:37",
        "label": "37",
        "long": "Breistein - \u00c5sane terminal",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:370",
        "label": "370",
        "long": "Krakhella-Hardbakke-Dal\u00f8y",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:371",
        "label": "371",
        "long": "Leknessund-Hersvik kryss-Hardbakke",
        "short": "371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:372",
        "label": "372",
        "long": "Lund\u00f8y-Haldorsnes kai-N\u00e5ra",
        "short": "372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:373",
        "label": "373",
        "long": "S. Hj\u00f8nnev\u00e5g-Lund\u00f8y-Hardbakke",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:38",
        "label": "38",
        "long": "Hetlebakk - \u00c5sane terminal",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:39",
        "label": "39",
        "long": "Viddalen - Ervik - Bergen busstasjon",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:390",
        "label": "390",
        "long": "Nordhordland",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:391",
        "label": "391",
        "long": "Hardbakke-N\u00e5ra-Mj\u00f8mna",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:392",
        "label": "392",
        "long": "Hardbakke-Kolgrov-Utv\u00e6r",
        "short": "392",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:393",
        "label": "393",
        "long": "Nord-Solund",
        "short": "393",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:394",
        "label": "394",
        "long": "G\u00e5sv\u00e6r-Midtre Solund-Hardbakke",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:395",
        "label": "395",
        "long": "Eivindvik-Mj\u00f8mna-Mastrevik-N\u00e5ra",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:3E",
        "label": "3E",
        "long": "St\u00f8botn - sentrum",
        "short": "3E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:4",
        "label": "4",
        "long": "Flaktveit - Hesjaholtet",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:40",
        "label": "40",
        "long": "Storavatnet terminal - Olsvik - Bergen busstasjon",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:400",
        "label": "400",
        "long": "Ravnanger - Kleppest\u00f8 - Bergen busstasjon",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:401",
        "label": "401",
        "long": "Kleppest\u00f8 terminal - Strusshamn - Marikoven",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:402",
        "label": "402",
        "long": "Hetlevik - Norr\u00f8naheimen - Kleppest\u00f8 terminal",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:403",
        "label": "403",
        "long": "Stongafjellet - Kleppest\u00f8 - Krok\u00e5sfeltet",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:405",
        "label": "405",
        "long": "\u00d8vre Florv\u00e5g - Kleppest\u00f8",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:406",
        "label": "406",
        "long": "Florv\u00e5g\u00f8en - Kleppest\u00f8 terminal",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:407",
        "label": "407",
        "long": "Haugland - Steinrusten - Kleppest\u00f8 - (Bergen)",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:408",
        "label": "408",
        "long": "Hanevik - Ask - Kleppest\u00f8 terminal",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:40E",
        "label": "40E",
        "long": "Olsvikskjenet - Bergen busstasjon",
        "short": "40E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:41",
        "label": "41",
        "long": "Hetlevik\u00e5sen - Loddefjord terminal",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:410",
        "label": "410",
        "long": "Ravnanger - Norr\u00f8naheimen - Bergen busstasjon",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:411",
        "label": "411",
        "long": "Rams\u00f8y - Ravnanger terminal",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:412",
        "label": "412",
        "long": "Breivik - Ravnanger terminal",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:413",
        "label": "413",
        "long": "Berland/Heggernes - Ravnanger terminal",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:414",
        "label": "414",
        "long": "Herdla - Ravnanger terminal",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:42",
        "label": "42",
        "long": "Alv\u00f8en - Loddefjord terminal",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:420",
        "label": "420",
        "long": "Skuleturar Sund",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:424",
        "label": "424",
        "long": "Ramsvik - Bergen",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:43",
        "label": "43",
        "long": "Tyss\u00f8y/Bjor\u00f8y - Loddefjord terminal",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:44",
        "label": "44",
        "long": "Gravdal - Nipedalen",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:441",
        "label": "441",
        "long": "Hjelteryggen - Bergen",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:442",
        "label": "442",
        "long": "Brattholmen - Bergen",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:445",
        "label": "445",
        "long": "Anglevik - Straume",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:448",
        "label": "448",
        "long": "Liaskj\u00e6ret - Straume",
        "short": "448",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:449",
        "label": "449",
        "long": "Skuleturar Fjell",
        "short": "449",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:45",
        "label": "45",
        "long": "Loddefjord - Sk\u00e5levik - Br\u00f8staneset - Loddefjord",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:450",
        "label": "450",
        "long": "Skogsskiftet - Bergen",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:450E",
        "label": "450E",
        "long": "Skogsskiftet - Bergen",
        "short": "450E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:452",
        "label": "452",
        "long": "Kallestad/Haganes - Tellnes skule",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:454",
        "label": "454",
        "long": "Klokkarvik- Eidesj\u00f8en-Skogsskiftet",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:455",
        "label": "455",
        "long": "Forland -Skogsskiftet",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:457",
        "label": "457",
        "long": "S\u00e6le-Viks\u00f8y - Skogsskiftet",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:458",
        "label": "458",
        "long": "Glesv\u00e6r - T\u00e6lav\u00e5g - Skogsskiftet",
        "short": "458",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:459",
        "label": "459",
        "long": "T\u00e6lav\u00e5g - Glesv\u00e6r - Skogsskiftet",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:46",
        "label": "46",
        "long": "L\u00f8vstakkskiftet - Fyllingsdalen Terminal",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:460",
        "label": "460",
        "long": "\u00c5gotnes - Bergen",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:460E",
        "label": "460E",
        "long": "\u00c5gotnes - Bergen",
        "short": "460E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:462",
        "label": "462",
        "long": "Morland/Fj\u00e6reide - \u00c5gotnes",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:465",
        "label": "465",
        "long": "\u00c5gotnes - Ulveset - Straume",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:466",
        "label": "466",
        "long": "Nesse/Ekren - Straume",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:467",
        "label": "467",
        "long": "Algr\u00f8y/Lok\u00f8y/Sylt\u00f8y - \u00c5se - Straume",
        "short": "467",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:470",
        "label": "470",
        "long": "Skuleturar \u00d8ygarden",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:471",
        "label": "471",
        "long": "Tur\u00f8y - Vindenes - \u00c5gotnes",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:474",
        "label": "474",
        "long": "Herdlev\u00e6r - Blomv\u00e5g - \u00c5gotnes",
        "short": "474",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:475",
        "label": "475",
        "long": "Blomv\u00e5g - Straume - Sund",
        "short": "475",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:479",
        "label": "479",
        "long": "Helles\u00f8y - \u00c5gotnes",
        "short": "479",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:48",
        "label": "48",
        "long": "Oasen - L\u00f8tveit",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:480",
        "label": "480",
        "long": "Skoleturer Ask\u00f8y",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:49",
        "label": "49",
        "long": "Skoleturer Bergen Sentrum",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:490",
        "label": "490",
        "long": "Kleppest\u00f8 - Strandkaien",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:4E",
        "label": "4E",
        "long": "Flaktveit - sentrum",
        "short": "4E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:5",
        "label": "5",
        "long": "Sletten - Fyllingsdalen terminal",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:50E",
        "label": "50E",
        "long": "Birkelandsskiftet - Sandsli - Busstasjonen",
        "short": "50E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:51",
        "label": "51",
        "long": "Birkelandsskiftet - Kokstad - Fj\u00f8sanger - Sentrum",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:52",
        "label": "52",
        "long": "Grimstad - Dolvik - Sandsli - Lagunen",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:53",
        "label": "53",
        "long": "Milde - Hjellestad - Birkelandsskiftet",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:530",
        "label": "530",
        "long": "V\u00e5ge-Bekkjarvik-Husavik-Hufthamar",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:531",
        "label": "531",
        "long": "Dr\u00f8na-Kolbeinsvik-Eido-Storeb\u00f8",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:532",
        "label": "532",
        "long": "Kalve - Storeb\u00f8 - Eidsb\u00f8en",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:552",
        "label": "552",
        "long": "Svortland-Langev\u00e5g",
        "short": "552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:554",
        "label": "554",
        "long": "Mosterhavn-Totland-Gassasundet",
        "short": "554",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:555",
        "label": "555",
        "long": "Svortland - Rundt Storavatnet - Svortland",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:556",
        "label": "556",
        "long": "Svortland-Alvsv-M\u00e6land-Ekorns.",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:558",
        "label": "558",
        "long": "Svortland-Urangsv\u00e5g-Brandasund",
        "short": "558",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:559",
        "label": "559",
        "long": "Svortland-Rubbestadsneset-Rolfsnes",
        "short": "559",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:56",
        "label": "56",
        "long": "Espeland - Birkelandsskiftet",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:57",
        "label": "57",
        "long": "Flesland - Birkelandsskiftet",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:6",
        "label": "6",
        "long": "Birkelundstoppen-Lyngb\u00f8",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:60",
        "label": "60",
        "long": "Fanahammeren - Lagunen",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:600",
        "label": "600",
        "long": "Halhjemsmarka - Os\u00f8yro - Busstasjonen",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:601",
        "label": "601",
        "long": "Os\u00f8yro - Ulven - Lysekloster - Helleskaret -Drange",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:602",
        "label": "602",
        "long": "Str\u00f8no - Os\u00f8yro",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:603",
        "label": "603",
        "long": "Leps\u00f8y - Ulven - T\u00f8sdalskiftet - Os\u00f8yro",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:606",
        "label": "606",
        "long": "Solbj\u00f8rg - Os\u00f8yro",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:607",
        "label": "607",
        "long": "Hagavik/Nore Neset - Os\u00f8yro",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:61",
        "label": "61",
        "long": "Krokeide - Lagunen terminal",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:610",
        "label": "610",
        "long": "Os\u00f8yro - Nesttun -Bergen busstasjon",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:62",
        "label": "62",
        "long": "Helleskaret - Fanafjellet - Fana",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:620",
        "label": "620",
        "long": "Svortland -F\u00f8yno-Leirvik",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:631",
        "label": "631",
        "long": "Tittelsnes",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:632",
        "label": "632",
        "long": "Buav\u00e5g",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:633",
        "label": "633",
        "long": "\u00c5lfjorden",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:64",
        "label": "64",
        "long": "Hordnes - Lagunen terminal",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:640",
        "label": "640",
        "long": "\u00d8len - Etne - Odda",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:641",
        "label": "641",
        "long": "Etne-Sk\u00e5nevik",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:642",
        "label": "642",
        "long": "Etne-Litledalen",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:643",
        "label": "643",
        "long": "Etne - Kyrping - Frette",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:644",
        "label": "644",
        "long": "Etne-Osv\u00e5g-Veste",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:65",
        "label": "65",
        "long": "Grimseid - Lagunen terminal",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:651",
        "label": "651",
        "long": "V\u00e5ge-Lunde-Onarheim-Hodnanes",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:653",
        "label": "653",
        "long": "V\u00e5ge-Reksteren",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:654",
        "label": "654",
        "long": "Gjermundshamn-V\u00e5ge-Hodnanes",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:655",
        "label": "655",
        "long": "V\u00e5ge-Neshamn",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:67",
        "label": "67",
        "long": "S\u00f8r\u00e5sh\u00f8gda - Nord\u00e5s - sentrum",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:671",
        "label": "671",
        "long": "Leirvik-Litlab\u00f8-Fitjar",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:673",
        "label": "673",
        "long": "Rommetveit - Vikanes",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:676",
        "label": "676",
        "long": "\u00c5dland - K\u00e5revik/Hornelandsv\u00e5gen",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:678",
        "label": "678",
        "long": "Leirvik-Romm-Fjellgard-Leirvik",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:679",
        "label": "679",
        "long": "Nordhuglo-Tveit-Haukanes",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:680",
        "label": "680",
        "long": "Fitjar - Ostern - Skumsn - Kol\u00f8yh - D\u00e5fj - Fitjar",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:70",
        "label": "70",
        "long": "\u00d8vsttun - Midtun - Nesttun",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:700",
        "label": "700",
        "long": "Rute 700 Stord-Haugesund",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:71",
        "label": "71",
        "long": "Totland - Dyngeland - Nesttun",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:725",
        "label": "725",
        "long": "Odda - Skare - Tveit - R\u00f8ldal",
        "short": "725",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:73",
        "label": "73",
        "long": "Bontveit - Kaland",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:74",
        "label": "74",
        "long": "Haugsdal - Kalandseid",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:740",
        "label": "740",
        "long": "Bergen-Eikelandsosen-Gjermundshamn",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:741",
        "label": "741",
        "long": "Arna - Midtun - Fusa",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:743",
        "label": "743",
        "long": "Venjaneset-Strandvik",
        "short": "743",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:744",
        "label": "744",
        "long": "Tveita-Gjon-Holdhus",
        "short": "744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:745",
        "label": "745",
        "long": "StussvikHovda - Nortveitgrend - Kilen",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:749",
        "label": "749",
        "long": "\u00d8ystese-Norheimsund-Mundheim",
        "short": "749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:75",
        "label": "75",
        "long": "Skiparvik - Nesttun",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:76",
        "label": "76",
        "long": "Sm\u00f8r\u00e5s - Nesttun",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:760",
        "label": "760",
        "long": "Odda-\u00c5rsand-Rosendal-Husnes-Sunde-Ut\u00e5ker",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:762",
        "label": "762",
        "long": "Ringbuss Husnes - Kaldestad - Sunde - Valen",
        "short": "762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:766",
        "label": "766",
        "long": "\u00c5kra-Rosendal",
        "short": "766",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:790",
        "label": "790",
        "long": "Halsn\u00f8y",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:791",
        "label": "791",
        "long": "Valen - Husnes - Halsn\u00f8y",
        "short": "791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:799",
        "label": "799",
        "long": "Skuleruter Kvam",
        "short": "799",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:800",
        "label": "800",
        "long": "Sogndal-L\u00e6rdal-Fl\u00e5m",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:801",
        "label": "801",
        "long": "Sogndal-Kaupanger",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:802",
        "label": "802",
        "long": "Sogndalsringen",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:803",
        "label": "803",
        "long": "Fj\u00e6rland-Selseng-Sogndal",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:804",
        "label": "804",
        "long": "Fj\u00e6rland-Haugen",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:805",
        "label": "805",
        "long": "Brebussen i Fj\u00e6rland",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:806",
        "label": "806",
        "long": "Sogndal-\u00d8vstedalen",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:807",
        "label": "807",
        "long": "Eidsgrenda-Vesterland-Hovland-Kaup sk",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:808",
        "label": "808",
        "long": "Sogndal-Lemhyttene-Fimreite",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:809",
        "label": "809",
        "long": "Leikanger bsk - Leikanger kai-Grindstrondi",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:81",
        "label": "81",
        "long": "Nattlandsfjellet - Wergeland",
        "short": "81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:810",
        "label": "810",
        "long": "Sogndal-Leikanger-Vik-Voss",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:811",
        "label": "811",
        "long": "Fresvik-Vangsnes-Vik",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:812",
        "label": "812",
        "long": "Vik-Arnafjord",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:814",
        "label": "814",
        "long": "Refsdal-Myrkaskog-Vik",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:815",
        "label": "815",
        "long": "Lundsvegen/Borlaug-Feios skule",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:82",
        "label": "82",
        "long": "Gr\u00f8nnest\u00f8len - Wergeland",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:820",
        "label": "820",
        "long": "Sogndal-Vadheim-F\u00f8rde",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:821",
        "label": "821",
        "long": "Balestrand-Dragsvik-Meel",
        "short": "821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:822",
        "label": "822",
        "long": "H\u00f8yanger-Sandvika-Dale",
        "short": "822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:823",
        "label": "823",
        "long": "H\u00f8yanger-Ortnevik-Bjordal-Ikjefjord",
        "short": "823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:824",
        "label": "824",
        "long": "Lavik-Bruland-S\u00f8restrand",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:83",
        "label": "83",
        "long": "Nesttun - Storetveitveien - Wergeland",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:830",
        "label": "830",
        "long": "F\u00f8rde-Skei-Sogndal-\u00d8.\u00c5rdal",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:831",
        "label": "831",
        "long": "\u00d8vre \u00c5rdal-\u00c5rdalstangen-Seim",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:832",
        "label": "832",
        "long": "\u00d8.\u00c5rdal-\u00c5rdalstangen-Seimsdalen",
        "short": "832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:833",
        "label": "833",
        "long": "\u00d8vre \u00c5rdal-Utladalen",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:84",
        "label": "84",
        "long": "Land\u00e5s",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:840",
        "label": "840",
        "long": "\u00d8vre \u00c5rdal-Fodnes-L\u00e6rdal-Saltkjelen",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:841",
        "label": "841",
        "long": "Borlaug-L\u00e6rdal-Fodnes",
        "short": "841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:85",
        "label": "85",
        "long": "Laksev\u00e5g",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:850",
        "label": "850",
        "long": "Fl\u00e5m-\u00c5l-Gudvangen",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:851",
        "label": "851",
        "long": "Undredal-Aurland",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:852",
        "label": "852",
        "long": "Vassbygdi-Aurland",
        "short": "852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:86",
        "label": "86",
        "long": "Sandviken - sentrum",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:860",
        "label": "860",
        "long": "Fortun-Gaupne-Sogndal",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:861",
        "label": "861",
        "long": "Hafslo-Veitastrond",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:862",
        "label": "862",
        "long": "Gaupne-Jostedalen",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:863",
        "label": "863",
        "long": "Skjolden-Ornes",
        "short": "863",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:864",
        "label": "864",
        "long": "T\u00f8rvi - Indre Hafslo",
        "short": "864",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:87",
        "label": "87",
        "long": "\u00c5sane",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "SKY:Line:890",
        "label": "890",
        "long": "Sogn-Bergen",
        "short": "890",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:900",
        "label": "900",
        "long": "Hatland - Lonev\u00e5g - Kvisti - Arna",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:901",
        "label": "901",
        "long": "Bruvik - Kvisti - Haus - \u00d8vre Rivenes",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:902",
        "label": "902",
        "long": "Lonev\u00e5g - Gjerstad - Haus - Kvisti",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:903",
        "label": "903",
        "long": "Lonev\u00e5g- Valestrand - Hamre - Valestrand",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:904",
        "label": "904",
        "long": "Raknes - Lonev\u00e5g",
        "short": "904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:905",
        "label": "905",
        "long": "Myking - Fitje - Lonev\u00e5g",
        "short": "905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:906",
        "label": "906",
        "long": "Tyssebotn - Fotlandsv\u00e5g - Lonev\u00e5g",
        "short": "906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:909",
        "label": "909",
        "long": "Skulekj\u00f8ring Oster\u00f8y",
        "short": "909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:910",
        "label": "910",
        "long": "Lonev\u00e5g - Valestrand - Bergen busstasjon",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:92",
        "label": "92",
        "long": "Takvam-Garnes - Arna stasjon",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:920",
        "label": "920",
        "long": "Dale - Vaksdal - Arna - Bergen",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:921",
        "label": "921",
        "long": "Dale - R\u00f8dland",
        "short": "921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:922",
        "label": "922",
        "long": "Eksingedalen - Dale",
        "short": "922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:923",
        "label": "923",
        "long": "Modalen - Dale",
        "short": "923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:924",
        "label": "924",
        "long": "Eksingedal - Mo - Ostereidet",
        "short": "924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:925",
        "label": "925",
        "long": "Bergen-Norheimsund-Kvanndal-Voss",
        "short": "925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:93",
        "label": "93",
        "long": "Arna stasjon - Tungeland - Lone",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:930",
        "label": "930",
        "long": "Bergen-Norheimsund-Jondal-Odda-R\u00f8ldal",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:934",
        "label": "934",
        "long": "Eikelandsosen-Tysse",
        "short": "934",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:94",
        "label": "94",
        "long": "Haukeland - Unneland",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:940",
        "label": "940",
        "long": "Tysse-Solbjorg-Tysse",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:945",
        "label": "945",
        "long": "Voss - Granvin -(Bu)- Ulvik",
        "short": "945",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:95",
        "label": "95",
        "long": "Trengereid - Takvam - Arna",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:950",
        "label": "950",
        "long": "Bergen-Voss-Gudvangen",
        "short": "950",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:951",
        "label": "951",
        "long": "Voss - Dalsleitet - Bj\u00f8rgemarki - Voss",
        "short": "951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:952",
        "label": "952",
        "long": "Dalane",
        "short": "952",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:953",
        "label": "953",
        "long": "Voss - Bordalen - Rjodo",
        "short": "953",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:954",
        "label": "954",
        "long": "Voss - Lemme",
        "short": "954",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:955",
        "label": "955",
        "long": "Voss - Fenno",
        "short": "955",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:956",
        "label": "956",
        "long": "Voss - Almeland - Nedkvitno - Voss",
        "short": "956",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:957",
        "label": "957",
        "long": "Voss - Eimstad - Bulken - Voss",
        "short": "957",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:958",
        "label": "958",
        "long": "Voss - Raundalen",
        "short": "958",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:959",
        "label": "959",
        "long": "Voss - Vestbygdi",
        "short": "959",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:96",
        "label": "96",
        "long": "Skoleruter \u00c5sane",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:960",
        "label": "960",
        "long": "Brekkhus - Evanger - Voss",
        "short": "960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:962",
        "label": "962",
        "long": "Voss - Holbygdi",
        "short": "962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:964",
        "label": "964",
        "long": "Voss-Skjerpe/Sivlevegen(Ringbuss)",
        "short": "964",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:965",
        "label": "965",
        "long": "Sentrumsringen Voss",
        "short": "965",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:97",
        "label": "97",
        "long": "Skoleruter Arna",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:970",
        "label": "970",
        "long": "Voss-Myrkdalen-Vik-Vangsnes",
        "short": "970",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:980",
        "label": "980",
        "long": "Jondal - Utne - Odda",
        "short": "980",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:981",
        "label": "981",
        "long": "Jondal-\u00c5rvikstrand",
        "short": "981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:982",
        "label": "982",
        "long": "Jondal-Krossdalen-Folgefonn skisenter",
        "short": "982",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:983",
        "label": "983",
        "long": "Jondal-Austrepollen-Odda",
        "short": "983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:984",
        "label": "984",
        "long": "Eides\u00e5sen - Toppen - Odda",
        "short": "984",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:985",
        "label": "985",
        "long": "Eitrheim - Odda",
        "short": "985",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:99",
        "label": "99",
        "long": "Skoleruter Fana-Os",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:990",
        "label": "990",
        "long": "Odda-Kinsarvik-Bu-Granvin-Voss",
        "short": "990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:991",
        "label": "991",
        "long": "Geilo - Eidfjord - Odda",
        "short": "991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:994",
        "label": "994",
        "long": "Freim - Ragde - Odda",
        "short": "994",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:995",
        "label": "995",
        "long": "Skogly - Tyssedal - Odda",
        "short": "995",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:FB58",
        "label": "FB58",
        "long": "Buss Sogndal-Hauk\u00e5sen",
        "short": "FB58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "SKY:Line:FB59",
        "label": "FB59",
        "long": "Flybuss F\u00f8rde-Bringeland",
        "short": "FB59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 23887,
    "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-19",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 19,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 23748,
      "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": 24.9,
      "rank": 2,
      "severity": "WARNING",
      "what": "23748 of 23887 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": 181231,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "181231 of 181231 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
    }
  ],
  "validator_version": "8.0.1"
}
