{
  "agency": {
    "country": "NO",
    "id": "innlandstrafikk",
    "name": "Innlandstrafikk",
    "operating_note": "One of Entur's per-operator GTFS exports, covering Innlandstrafikk in Innlandet. 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-34",
    "subdivision_name": "Innlandet"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.1,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.1,
          "stops_stated_pct": 0.1,
          "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.0,
          "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": 19837,
        "translations": {
          "feed_lang": "no",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 9642,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.1,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.1
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 19815,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "19815 of 19837 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": 9642,
          "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": "9642 of 9642 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.5,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 13,
        "instances_by_severity": {
          "ERROR": 37,
          "INFO": 4,
          "WARNING": 20279
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "duplicate_key",
          "count": 36,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Duplicate key (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "invalid_phone_number",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'invalid_phone_number' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 12.0,
          "severity": "ERROR",
          "what": "Invalid phone number (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 19490,
          "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": "stop_without_stop_time",
          "count": 389,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "unexpected_enum_value",
          "count": 384,
          "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": "mixed_case_recommended_field",
          "count": 9,
          "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": 6.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": "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": "fast_travel_between_consecutive_stops",
          "count": 1,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 4.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_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": "route_long_name_contains_short_name",
          "count": 1,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "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": "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."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 1,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.5,
          "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."
        }
      ],
      "name": "correctness",
      "score": 19.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 20320 instances (37 error, 20279 warning, 4 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 154,
        "effective_expiry_date": "2026-12-20",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-12-20",
        "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 154 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": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 154 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 0% 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. 2 validator errors to resolve. States wheelchair access on 0% 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": "cf5ff4d4aaeebc146ebcc4fc8e90e366bb55cbac47addd2fd82beeb53686a920",
    "size_bytes": 96894601,
    "static_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_inn-aggregated-gtfs.zip"
  },
  "ferry_profile": {
    "accessibility": {
      "measures": "published_values_not_physical_usability",
      "terminals": {
        "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": 23
      },
      "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": 155
      }
    },
    "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": 155
    },
    "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": 155
    },
    "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": 4,
    "scope": "ferry_routes_and_trips",
    "stop_access": {
      "direct_count": 0,
      "eligible_terminal_count": 23,
      "stated_count": 0,
      "stated_pct": 0.0,
      "through_station_count": 0
    },
    "terminal_hierarchy": {
      "boarding_location_count": 23,
      "parented_boarding_location_count": 23,
      "parented_boarding_location_pct": 100.0,
      "referenced_station_count": 23
    },
    "trip_count": 155
  },
  "fetch": {
    "final_url": "https://storage.googleapis.com/marduk-production/outbound/gtfs/rb_inn-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": [
      7.09703,
      59.87956,
      12.81181,
      63.43611
    ],
    "lat": 60.88971,
    "lon": 10.66367,
    "stop_count": 19837
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 380,
        "trip_count": 9487,
        "trip_share_pct": 98.4
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 4,
        "trip_count": 155,
        "trip_share_pct": 1.6
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 384,
    "trip_count": 9642
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 41.3,
    "margin_to_next_band": 18.7,
    "score": 41.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 115,
      "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": "115 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Lokenvegen/Skogvegen\", \"G\u00e5l\u00e5sgutua/G\u00e5l\u00e5svegen\", \"Sandli/Stramrud\", 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": 12950,
    "findings": [
      {
        "code": "scorecard_orphan_stops",
        "count": 389,
        "effort": "A cleanup pass in your scheduling software.",
        "fix": "Remove stops no route serves, or add the trips that should call at them.",
        "owner": "Likely your export tool",
        "points": 0.0,
        "severity": "INFO",
        "what": "389 of 12950 boardable stops are never served by any trip.",
        "why": "Riders see these stops in apps and on the map but can never catch anything there, which erodes trust in the data."
      }
    ],
    "orphan_stops": 389,
    "single_stop_trips": 0,
    "trips_total": 9642
  },
  "route_map": {
    "drawn_route_count": 380,
    "has_shapes": true,
    "path": "data/artifacts/innlandstrafikk/geometry.geojson",
    "route_count": 384,
    "routes": [
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:1",
        "label": "B1",
        "long": "Skysstasjonen - J\u00f8rstadmoen",
        "short": "B1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:100",
        "label": "100",
        "long": "Elverum - Hamar - Gj\u00f8vik",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:102",
        "label": "102",
        "long": "Gj\u00f8vik - Biri - Lillehammer",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:103",
        "label": "103",
        "long": "Lillehammer-Gj\u00f8vik-H\u00f8nefoss",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:105",
        "label": "105",
        "long": "Kongsvinger - Elverum - Hamar",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:110",
        "label": "110",
        "long": "Gj\u00f8vik - Dokka - Fagernes",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:111",
        "label": "111",
        "long": "Lillehammer-Dokka",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:112",
        "label": "112",
        "long": "Brandbu-Gran-Harestua",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:113",
        "label": "113",
        "long": "Toso-Jevnaker-H\u00f8nefoss",
        "short": "113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:120",
        "label": "120",
        "long": "Kongsvinger - Charlottenberg",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:121",
        "label": "121",
        "long": "Eidsvoll - Sand",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:126",
        "label": "126",
        "long": "Dokka-Hov-Brandbu-Oslo",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:135",
        "label": "135",
        "long": "Tynset - Trondheim",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:137",
        "label": "137",
        "long": "Fagernes-Beitost\u00f8len",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:138",
        "label": "138",
        "long": "Fagernes - Tyinkrysset",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:139",
        "label": "139",
        "long": "Fagernes - Gol",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:140",
        "label": "140",
        "long": "Lillehammer - Seg Bru -Forset",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:141",
        "label": "141",
        "long": "Lillehammer - \u00d8yer - Tretten",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:142",
        "label": "142",
        "long": "Lillehammer - Otta - Bismo",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:143",
        "label": "143",
        "long": "Otta - Bismo",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:144",
        "label": "144",
        "long": "Bjorli - Otta",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:150",
        "label": "150",
        "long": "Engerdal - Trysil - E",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:180",
        "label": "180",
        "long": "Koppang - Rendalen - Tynset",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:181",
        "label": "181",
        "long": "Tynset - Alvdal - Folldal",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:182",
        "label": "182",
        "long": "Tynset - R\u00f8ros",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:2",
        "label": "B2",
        "long": "INN Storhove - S\u00f8re \u00c5l",
        "short": "B2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:200",
        "label": "200",
        "long": "Lom - Sogndal",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:201",
        "label": "201",
        "long": "Lom - Spiterstulen",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:202",
        "label": "202",
        "long": "Lom - Juvasshytta",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:203",
        "label": "203",
        "long": "Lom - Leirvassbu",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:204",
        "label": "204",
        "long": "Gjendesheim - Lom",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:205",
        "label": "205",
        "long": "Otta-Mysus\u00e6ter-Spranget",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:206",
        "label": "206",
        "long": "Ringebu - Straumbu",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:21",
        "label": "B21",
        "long": "Sanderud - Hamar vest",
        "short": "B21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:210",
        "label": "210",
        "long": "Bismo - Br\u00e5t\u00e5",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:211",
        "label": "211",
        "long": "Lom - Bismo",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:212",
        "label": "212",
        "long": "Lom - Liasanden",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:213",
        "label": "213",
        "long": "Lom - Byre",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:214",
        "label": "214",
        "long": "Lom - Nyrnes",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:215",
        "label": "215",
        "long": "V\u00e5g\u00e5mo  - Randsverk",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:216",
        "label": "216",
        "long": "V\u00e5g\u00e5mo - Sk\u00e5rvangen - V\u00e5g\u00e5mo",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:217",
        "label": "217",
        "long": "V\u00e5g\u00e5mo - Storviksroa - V\u00e5g\u00e5mo",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:218",
        "label": "218",
        "long": "V\u00e5g\u00e5mo - Nordherad - V\u00e5g\u00e5mo",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:219",
        "label": "219",
        "long": "V\u00e5g\u00e5mo-Sj\u00e5rdalen-Otta",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:22",
        "label": "B22",
        "long": "Bekkelaget - Klukhagan",
        "short": "B22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:220",
        "label": "220",
        "long": "Otta - Lalm - Otta",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:221",
        "label": "221",
        "long": "Dahlelia - Otta",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:222",
        "label": "222",
        "long": "Otta - Dahle - Otta",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:223",
        "label": "223",
        "long": "Otta   - Vinstra",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:224",
        "label": "224",
        "long": "Otta - Sjoa - Otta",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:225",
        "label": "225",
        "long": "Heidal - Sjoa - Otta",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:226",
        "label": "226",
        "long": "Otta-E6-Nord-Sel",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:227",
        "label": "227",
        "long": "Otta  - Tolstad\u00e5sen",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:228",
        "label": "228",
        "long": "\u00d8verbygd - Nedre Heidal",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:229",
        "label": "229",
        "long": "Bj\u00f8lstadmo - Leirflata",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:23",
        "label": "B23",
        "long": "Stange-Hamar-Brumunddal",
        "short": "B23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:235",
        "label": "235",
        "long": "Lesjaskog - Dovreskogen",
        "short": "235",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:24",
        "label": "B24",
        "long": "Sandvika - Ingeberg",
        "short": "B24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:240",
        "label": "240",
        "long": "Sk\u00e5bu - Vinstra",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:241",
        "label": "241",
        "long": "Vinstra - Kvam - Vinstra",
        "short": "241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:242",
        "label": "242",
        "long": "Vinsstra - Ruste",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:243",
        "label": "243",
        "long": "Vinstra - S\u00f8dorp - Vinstra",
        "short": "243",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:245",
        "label": "245",
        "long": "Vinstra - Otta",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:246",
        "label": "246",
        "long": "Hundorp - Ruste - Vinstra",
        "short": "246",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:247",
        "label": "247",
        "long": "Vinstra - Hundorp - Harpefoss",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:248",
        "label": "248",
        "long": "Fryatun - Lia - Harpefoss",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:249",
        "label": "249",
        "long": "Kvarvet - Harpefoss",
        "short": "249",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:25",
        "label": "B25",
        "long": "Martodden - Arstad",
        "short": "B25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:250",
        "label": "250",
        "long": "Hovde - Ringebu -Vinstra",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:251",
        "label": "251",
        "long": "Brekkom - Ringebu",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:252",
        "label": "252",
        "long": "Losna - F\u00e5vang - Ringebu",
        "short": "252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:254",
        "label": "254",
        "long": "Vinstra - Ringebu - Tretten",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:255",
        "label": "255",
        "long": "F\u00e5vang - Vestsida - Hundorp",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:26",
        "label": "B26",
        "long": "Brumunddal - Hamar - L\u00f8ten",
        "short": "B26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:27",
        "label": "B27",
        "long": "Hamar - Voll - Hamar",
        "short": "B27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:3",
        "label": "B3",
        "long": "Vingnes - Ekromskogen",
        "short": "B3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:300",
        "label": "300",
        "long": "Tyinkrysset - Eidsbugarden",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:301",
        "label": "301",
        "long": "Fagernes - Leira",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:302",
        "label": "302",
        "long": "Fagernes - Beitost\u00f8len",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:303",
        "label": "303",
        "long": "Fagernes-Vang/Ryfoss-Tyinkr.",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:304",
        "label": "304",
        "long": "Fagernes - Sanderst\u00f8len",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:305",
        "label": "305",
        "long": "Fagernes - Slidre",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:306",
        "label": "306",
        "long": "Valdres vidareg\u00e5ande skule - \u00c5",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:307",
        "label": "307",
        "long": "Fagernes skysstasjon - Bagn",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:308",
        "label": "308",
        "long": "Fagernes-Vaset/Ulnes/Fodnes",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:309",
        "label": "309",
        "long": "Dokka-Tons\u00e5.-Etnedal-Fagernes",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:310",
        "label": "310",
        "long": "Fagernes-Reinli-Bagn",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:311",
        "label": "311",
        "long": "H\u00f8neren-Begna-Begnad.-Fagernes",
        "short": "311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:312",
        "label": "312",
        "long": "Lidar - \u00d8ystre Slidre",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:313",
        "label": "313",
        "long": "Fagernes - Beitost\u00f8len",
        "short": "313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:320",
        "label": "320",
        "long": "Fagernes - Storef\u00f8ss",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:329",
        "label": "329",
        "long": "S\u00f8r Etnedal-Sentralskulen",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:330",
        "label": "330",
        "long": "Leira-Fjellsbygda-H\u00f8ljarast",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:332",
        "label": "332",
        "long": "Storrustemoen-Hedalen",
        "short": "332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:333",
        "label": "333",
        "long": "Tons\u00e5sen-Sentralskulen",
        "short": "333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:399",
        "label": "399",
        "long": "Fagernes - Leira",
        "short": "399",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:4",
        "label": "B4",
        "long": "INN Storhove - V\u00e5rsetergrenda",
        "short": "B4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:400",
        "label": "400",
        "long": "Fjellhaug-Skreia-Kapp-Gj\u00f8vik",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:401",
        "label": "401",
        "long": "Fjellhaug-Skreia-Gj\u00f8vik",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:402",
        "label": "402",
        "long": "Gj\u00f8vik-Kapp-Lena u.skole",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:403",
        "label": "403",
        "long": "Gj\u00f8vik-Raufoss-Reinsvoll-Lena",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:404",
        "label": "404",
        "long": "M\u00f8llerhagen-Lund-Landh.-Gj\u00f8vik",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:405",
        "label": "405",
        "long": "Gj\u00f8vik-B\u00f8verbru-Reins.-Raufoss",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:406",
        "label": "406",
        "long": "Gj\u00f8.-Reinsv.-Eina-Reinsv.-Gj\u00f8.",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:409",
        "label": "409",
        "long": "Vingrom -Biri",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:41",
        "label": "B41",
        "long": "Vind - Bj\u00f8rnsveen",
        "short": "B41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:410",
        "label": "410",
        "long": "Gj\u00f8vik - Snertingdal",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:411",
        "label": "411",
        "long": "Kjerringelv-Snertingdal-Gj\u00f8vik",
        "short": "411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:412",
        "label": "412",
        "long": "Nys\u00e6tra-Snertingdal-Gj\u00f8vik",
        "short": "412",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:413",
        "label": "413",
        "long": "Forbrukslaget-\u00d8vre veg-Gj\u00f8vik",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:414",
        "label": "414",
        "long": "Snertingdal-Gj\u00f8vik",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:415",
        "label": "415",
        "long": "Snertingdal sk-Forbrukslaget",
        "short": "415",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:416",
        "label": "416",
        "long": "Gj\u00f8vik-Biri \u00d8verbygd-Gj\u00f8vik",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:417",
        "label": "417",
        "long": "Redalen-Biri",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:418",
        "label": "418",
        "long": "Biri-Klomsteinroa-Biri",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:419",
        "label": "419",
        "long": "Gj\u00f8vik-\u00c5ndalskrysset",
        "short": "419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:42",
        "label": "B42",
        "long": "Skysstasjonen - Kopperud",
        "short": "B42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:421",
        "label": "421",
        "long": "Gj\u00f8vik-S\u00f8rbyen-Nordbyen",
        "short": "421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:422",
        "label": "422",
        "long": "Lena/Raufoss/Gj\u00f8vik - Dokka",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:423",
        "label": "423",
        "long": "Gj\u00f8vik-Koll-Stokke-Gj\u00f8vik",
        "short": "423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:424",
        "label": "424",
        "long": "Gj\u00f8vik-Nordenga",
        "short": "424",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:425",
        "label": "425",
        "long": "Gj\u00f8vik-Land\u00e5sen",
        "short": "425",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:426",
        "label": "426",
        "long": "Gj\u00f8vik-Grande skole-Vardal usk",
        "short": "426",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:43",
        "label": "B43",
        "long": "\u00d8verbymarka - Gj\u00f8vik skysstasj",
        "short": "B43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:435",
        "label": "435",
        "long": "Skj\u00e6rdalen-Reinsvoll-Raufoss",
        "short": "435",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:436",
        "label": "436",
        "long": "Eina-B\u00f8rsvoll-Raufoss",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:438",
        "label": "438",
        "long": "Fjellh.-Lena-B\u00f8verbru-Raufos",
        "short": "438",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:439",
        "label": "439",
        "long": "B\u00f8rsvoll-Blilie-Kolbu-Lena",
        "short": "439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:44",
        "label": "B44",
        "long": "Gj\u00f8vik skysstasjon - Tobru snu",
        "short": "B44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:440",
        "label": "440",
        "long": "Skreia-Kapp-Raufoss",
        "short": "440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:441",
        "label": "441",
        "long": "Eina-Kolbu-Lindholm-Lena",
        "short": "441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:442",
        "label": "442",
        "long": "Kapp-Landh.-Rauf.-Eriksr.-Lena",
        "short": "442",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:443",
        "label": "443",
        "long": "Skreia-Kapp-Lena",
        "short": "443",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:444",
        "label": "444",
        "long": "Haugkrysset-Nordli skole-Lena",
        "short": "444",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:445",
        "label": "445",
        "long": "Lena-Kj\u00f8lsethsvea-Skreia usk",
        "short": "445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:45",
        "label": "B45",
        "long": "Tongjordet - Tranberghallen",
        "short": "B45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:450",
        "label": "450",
        "long": "Jevnaker-Bjoneroa-Dokka",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:451",
        "label": "451",
        "long": "Gran-Lunner-Grindvoll-Jevnaker",
        "short": "451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:452",
        "label": "452",
        "long": "Gran-Lunner-Olimb-Jevnaker",
        "short": "452",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:453",
        "label": "453",
        "long": "Brandbu-Grymyr-Jevnaker",
        "short": "453",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:454",
        "label": "454",
        "long": "Brandbu-Hennung",
        "short": "454",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:455",
        "label": "455",
        "long": "Gran-Moen-Brandbu",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:456",
        "label": "456",
        "long": "Gran-Grymyr",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:457",
        "label": "457",
        "long": "Gran-Riis-Gran",
        "short": "457",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:459",
        "label": "459",
        "long": "S.buss.Roa-Gran-V.Gran-Brandbu",
        "short": "459",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:46",
        "label": "B46",
        "long": "Lena-Raufoss-Gj\u00f8vik-Kapp-Lena",
        "short": "B46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:460",
        "label": "460",
        "long": "Servicebuss Brandbu-Gran",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:465",
        "label": "465",
        "long": "Lunner b.sk.-Roa-Oppdalen-Gran",
        "short": "465",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:466",
        "label": "466",
        "long": "Lunner-Mylla-Grua",
        "short": "466",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:47",
        "label": "B47",
        "long": "Lena-Kapp-Gj\u00f8vik-Raufoss-Lena",
        "short": "B47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:480",
        "label": "480",
        "long": "Hov-Trevatn-Gj\u00f8vik",
        "short": "480",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:481",
        "label": "481",
        "long": "Horn-Hov",
        "short": "481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:482",
        "label": "482",
        "long": "Haldsrud-Hov",
        "short": "482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:483",
        "label": "483",
        "long": "Hov-Fluberg bru",
        "short": "483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:484",
        "label": "484",
        "long": "Fall-Hov-Vestsida-Odnes-Dokka",
        "short": "484",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:485",
        "label": "485",
        "long": "Hov-Hasvals\u00e6tra-Gj\u00f8vik",
        "short": "485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:490",
        "label": "490",
        "long": "Dokka-Sandmoen",
        "short": "490",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:491",
        "label": "491",
        "long": "Dokka-Snertingdal",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:492",
        "label": "492",
        "long": "Torpa skole-Hugulia",
        "short": "492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:494",
        "label": "494",
        "long": "H\u00f8ljerast-Thomle-D\u00e6hli-Dokka",
        "short": "494",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:495",
        "label": "495",
        "long": "Dokka-Vest Torpa-Torpa skole",
        "short": "495",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:496",
        "label": "496",
        "long": "Vinjar-Torpa skole",
        "short": "496",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:5",
        "label": "B5",
        "long": "Skysstasjonen - R\u00f8yslimoen",
        "short": "B5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:500",
        "label": "500",
        "long": "Lillehammer - Nordseter",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:501",
        "label": "501",
        "long": "Lillehammer - Sjusj\u00f8en",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:502",
        "label": "502",
        "long": "Lillehammer-Hafjell-Pellestova",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:503",
        "label": "503",
        "long": "Sommerbuss til Eventyrparken",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:504",
        "label": "504",
        "long": "Gausdal Arena - Svatsum \u00f8vre",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:505",
        "label": "505",
        "long": "Lillehammer skysstasjon - Fors",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:506",
        "label": "506",
        "long": "Lhmr-\u00d8verbygda-Svingvoll",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:507",
        "label": "507",
        "long": "Lillehammer skysstasjon - Fors",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:511",
        "label": "511",
        "long": "Lillehammer - Svingvoll",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:520",
        "label": "520",
        "long": "Lillehammer skysstasjon - Hesj",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:521",
        "label": "521",
        "long": "Forset - Tretten",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:522",
        "label": "522",
        "long": "Skjeggestadstuen - Forset",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:523",
        "label": "523",
        "long": "Svingvoll \u00d8stringsvegen - Fors",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:524",
        "label": "524",
        "long": "Forsetskolene - Lillehammer sk",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:525",
        "label": "525",
        "long": "Gausdal Arena - Fjerdum",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:531",
        "label": "531",
        "long": "Lillehammer skysstasjon - Lill",
        "short": "531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:533",
        "label": "533",
        "long": "Lillehammer vgs Nord Smestadvn",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:534",
        "label": "534",
        "long": "Bleken - Lillehammer skysstasj",
        "short": "534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:535",
        "label": "535",
        "long": "\u00c5retta skole",
        "short": "535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:536",
        "label": "536",
        "long": "Lillehammer skysstasjon - Ekro",
        "short": "536",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:540",
        "label": "540",
        "long": "\u00d8yer - Tretten",
        "short": "540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:541",
        "label": "541",
        "long": "Myrom - Lillehammer",
        "short": "541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:542",
        "label": "542",
        "long": "\u00d8yer ungdomsskole Lundstad - T",
        "short": "542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:543",
        "label": "543",
        "long": "\u00d8yer U.skole - Tretten",
        "short": "543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:544",
        "label": "544",
        "long": "\u00d8yer ungdomsskole Lundstad - \u00d8",
        "short": "544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:545",
        "label": "545",
        "long": "Aurvoll skole - Segalstad Bru",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:546",
        "label": "546",
        "long": "\u00d8yer - Vestsida - Tretten",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:6",
        "label": "B6",
        "long": "Strandtorget - Skurvbrua",
        "short": "B6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:600",
        "label": "600",
        "long": "Moelv - Lillehammer",
        "short": "600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:601",
        "label": "601",
        "long": "Moelv-Kl\u00f8vstadh\u00f8gda-Lillehmr",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:602",
        "label": "602",
        "long": "Lillehammer-\u00c5smarka-Moelv",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:603",
        "label": "603",
        "long": "Lillehammer-Lismarka-Br\u00f8ttum",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:604",
        "label": "604",
        "long": "Mesnali - Br\u00f8ttum",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:605",
        "label": "605",
        "long": "Gj\u00f8vik - Moelv - Brumunddal",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:606",
        "label": "606",
        "long": "N\u00e6roset - Fl\u00f8tlia - Moelv",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:607",
        "label": "607",
        "long": "Moelv-Fl\u00f8tlia-N\u00e6roset-Moelv",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:61",
        "label": "B61",
        "long": "S\u00f8bakken - Hanstad - Mastmo",
        "short": "B61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:610",
        "label": "610",
        "long": "N\u00e6roset - Fossen - Moelv",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:611",
        "label": "611",
        "long": "Solheim - Gropen - Brumunddal",
        "short": "611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:612",
        "label": "612",
        "long": "Moelv - Hersoug - Brumunddal",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:613",
        "label": "613",
        "long": "Brumunddal - Gaupen",
        "short": "613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:614",
        "label": "614",
        "long": "Brumunddal - Stavsj\u00f8",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:615",
        "label": "615",
        "long": "Brumunddal-Rudsh\u00f8gda-Moelv",
        "short": "615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:616",
        "label": "616",
        "long": "Brumunddal - Stange vgs.",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:618",
        "label": "618",
        "long": "Moelv-Gaupen-Stavsj\u00f8-Tingnes",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:619",
        "label": "619",
        "long": "Br.dal-Stenseng.-Gaupen-Br.dal",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:62",
        "label": "B62",
        "long": "Elverum torv - Vestad",
        "short": "B62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:620",
        "label": "620",
        "long": "Brumunddal - Nes - Helg\u00f8ya",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:621",
        "label": "621",
        "long": "J\u00f8lstad - Mengshol - Stavsj\u00f8",
        "short": "621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:622",
        "label": "622",
        "long": "Tangnesvegen - Gaupen skole",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:623",
        "label": "623",
        "long": "Nes sk.-Myrg\u00e5rd-Kvernvollen",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:624",
        "label": "624",
        "long": "Stavsj\u00f8-Solhaug-Kise-Hol",
        "short": "624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:625",
        "label": "625",
        "long": "Stavsj\u00f8 - Helg\u00f8ya",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:626",
        "label": "626",
        "long": "Stavsj\u00f8-Grefsheimvegen-Tingnes",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:627",
        "label": "627",
        "long": "Duengerh\u00f8gda - Nes ungdomsskoe",
        "short": "627",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:628",
        "label": "628",
        "long": "Tingvang - Rudsh\u00f8gda - Moelv",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:629",
        "label": "629",
        "long": "Furnes u.sk - Solheim",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:634",
        "label": "634",
        "long": "Brumunddal-Arneberg-Brumunddal",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:635",
        "label": "635",
        "long": "Br.DaL- Nybygda - Br.Dal",
        "short": "635",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:636",
        "label": "636",
        "long": "Brumunddal-Brumund-Brumunddal",
        "short": "636",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:637",
        "label": "637",
        "long": "Hamar - Jessnes",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:640",
        "label": "640",
        "long": "Furnes u-skole - Brumunddal",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:641",
        "label": "641",
        "long": "Brumunddal-Jessnes-Furnes u.sk",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:642",
        "label": "642",
        "long": "Stavsberg - Furnes u.skole",
        "short": "642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:643",
        "label": "643",
        "long": "Furnes u.sk- Kirken\u00e6r- Jessnes",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:645",
        "label": "645",
        "long": "Brmunddal-Nybygda-Hamar",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:646",
        "label": "646",
        "long": "Hamar-Furnes\u00e5sen-Brumunddal",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:647",
        "label": "647",
        "long": "T\u00e5s\u00e5sen - Putten - Kylstad - e",
        "short": "647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:649",
        "label": "649",
        "long": "Hamar - Resirkula",
        "short": "649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:650",
        "label": "650",
        "long": "G\u00e5sbu - Vest\u00e5sen - Hamar",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:651",
        "label": "651",
        "long": "Skolerute Vang 1",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:652",
        "label": "652",
        "long": "Treh\u00f8rningen-Kapp-Ener",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:654",
        "label": "654",
        "long": "Skolerute Vang 2B",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:655",
        "label": "655",
        "long": "Ilseng - Hjellum - Ener",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:656",
        "label": "656",
        "long": "Vangli - Greften - Lunden",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:657",
        "label": "657",
        "long": "Hjellum - Hamar katedralskole",
        "short": "657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:658",
        "label": "658",
        "long": "\u00d8st\u00e5s - Hamar katedralskole",
        "short": "658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:660",
        "label": "660",
        "long": "Hamar - \u00d8st\u00e5s - G\u00e5sbu - Hamar",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:662",
        "label": "662",
        "long": "Hamar katedralskole - sentrum",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:664",
        "label": "664",
        "long": "Steinerskolen - Vangs\u00e5sen",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:670",
        "label": "670",
        "long": "Sand - Hamar",
        "short": "670",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:671",
        "label": "671",
        "long": "Stange - Tangen - Espa",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:672",
        "label": "672",
        "long": "\u00c5sbygda-Ilseng-Stange-Romedal",
        "short": "672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:673",
        "label": "673",
        "long": "Stange - Vallset - St\u00f8a",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:674",
        "label": "674",
        "long": "Stange - Vestbygda - Hamar",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:675",
        "label": "675",
        "long": "Stange-Romedal-Ilseng-Hamar",
        "short": "675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:676",
        "label": "676",
        "long": "\u00c5sbygda - Romedal",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:678",
        "label": "678",
        "long": "Hamar - Stange",
        "short": "678",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:679",
        "label": "679",
        "long": "Fredsvold-Herredsvang-Solvin",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:680",
        "label": "680",
        "long": "Basterud-Stange krk-Arstad-Hob",
        "short": "680",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:681",
        "label": "681",
        "long": "Stange - \u00c5svang - Vallset",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:682",
        "label": "682",
        "long": "Nyhuset - Breidablikk - Stange",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:683",
        "label": "683",
        "long": "Hamar - Ilseng - Romedal",
        "short": "683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:684",
        "label": "684",
        "long": "Vallset - Kolomoen",
        "short": "684",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:685",
        "label": "685",
        "long": "Solvin sk.-Bryhnisvea-Romedal-",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:686",
        "label": "686",
        "long": "Hedemarken friskole - Stange",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:687",
        "label": "687",
        "long": "Vallset-Tangen-Stange-Steiners",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:688",
        "label": "688",
        "long": "Ottestad-Birkelymoen-Hedemarke",
        "short": "688",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:689",
        "label": "689",
        "long": "Steinerskolen-Ilseng-\u00c5dalsbruk",
        "short": "689",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:692",
        "label": "692",
        "long": "Hamar - \u00c5dalsbruk - L\u00f8ten",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:693",
        "label": "693",
        "long": "L\u00f8ten - Nordbygda - L\u00f8ten",
        "short": "693",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:694",
        "label": "694",
        "long": "L\u00f8ten - Skogbygda",
        "short": "694",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:696",
        "label": "696",
        "long": "Stange vgs. - L\u00f8ten - Elverum",
        "short": "696",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:697",
        "label": "697",
        "long": "Hamar - L\u00f8ten",
        "short": "697",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:7",
        "label": "B7",
        "long": "Nybu",
        "short": "B7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:700",
        "label": "700",
        "long": "Kongsvinger-Skarnes-Sand",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:702",
        "label": "702",
        "long": "Kongsvinger - Skarnes E16",
        "short": "702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:703",
        "label": "703",
        "long": "Sand - Bruvoll - Sand",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:704",
        "label": "704",
        "long": "Sand - Mo -Skarnes/ Kongsv.",
        "short": "704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:706",
        "label": "706",
        "long": "L\u00f8kker -Sand - Mo",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:707",
        "label": "707",
        "long": "Trautskogen-Sand-Mo",
        "short": "707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:708",
        "label": "708",
        "long": "Sand - Bunes -Skarnes",
        "short": "708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:710",
        "label": "710",
        "long": "Mo barne- og ungdomsskole-Sand",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:715",
        "label": "715",
        "long": "Kongsvinger - Siva",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:716",
        "label": "716",
        "long": "Galterud-Skarnes-Sand",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:717",
        "label": "717",
        "long": "Kongsvinger - Fulu - Skarnes",
        "short": "717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:718",
        "label": "718",
        "long": "Disen\u00e5 - Skarnes - Kongsvinger",
        "short": "718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:719",
        "label": "719",
        "long": "Disen\u00e5 - \u00c5kroken- S\u00e6terlisj\u00f8en",
        "short": "719",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:723",
        "label": "723",
        "long": "Ullern - Skarnes - Kongsvinger",
        "short": "723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:724",
        "label": "724",
        "long": "Skarnes-Odals verk-Fulusagen",
        "short": "724",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:727",
        "label": "727",
        "long": "Spetalen - Sander - Skarnes",
        "short": "727",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:728",
        "label": "728",
        "long": "Oppstad - Sl\u00e5stad - Skarnes",
        "short": "728",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:730",
        "label": "730",
        "long": "Kongsvinger-Skotterud-Finsrud",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:731",
        "label": "731",
        "long": "Skotterud-Magnor-Eidskog",
        "short": "731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:732",
        "label": "732",
        "long": "Skotterud-\u00c5bogen-Hols\u00e6ter",
        "short": "732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:733",
        "label": "733",
        "long": "Skotterud-Matrand-Kongsvinger",
        "short": "733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:734",
        "label": "734",
        "long": "Skotterud-Smedtorpet",
        "short": "734",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:735",
        "label": "735",
        "long": "Skotterud-Tob\u00f8l-Vestmarka",
        "short": "735",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:736",
        "label": "736",
        "long": "Maridal-Enger-Magnor",
        "short": "736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:740",
        "label": "740",
        "long": "Kongsvinger - Svullrya",
        "short": "740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:741",
        "label": "741",
        "long": "Kongsvinger - Marikollen",
        "short": "741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:742",
        "label": "742",
        "long": "Kongsvinger-Masterud-Austmarka",
        "short": "742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:744",
        "label": "744",
        "long": "Austmarka - Skotterud - Kongsr",
        "short": "744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:745",
        "label": "745",
        "long": "Kongsvinger-Skotterud-Vestmara",
        "short": "745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:746",
        "label": "746",
        "long": "Helgesen-Brandval-Roverud-Kong",
        "short": "746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:748",
        "label": "748",
        "long": "Kongsvinger-Granli",
        "short": "748",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:749",
        "label": "749",
        "long": "Sigernes - Kongsvinger",
        "short": "749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:750",
        "label": "750",
        "long": "Kongsvinger-Langeland-Edsberg",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:752",
        "label": "752",
        "long": "Roverud-Hok\u00e5sen-Lunders\u00e6ter",
        "short": "752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:753",
        "label": "753",
        "long": "Roverud skole - Kongsvinger",
        "short": "753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:756",
        "label": "756",
        "long": "Digernes - \u00c5rbogen - Brandval",
        "short": "756",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:757",
        "label": "757",
        "long": "Hok\u00e5sen - Brandval",
        "short": "757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:758",
        "label": "758",
        "long": "Austmarka-Holmby-\u00d8yermoen",
        "short": "758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:761",
        "label": "761",
        "long": "Flisa-Kongsvinger Vestsiden)",
        "short": "761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:763",
        "label": "763",
        "long": "Kongsv. montes. - Kongsvinger",
        "short": "763",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:765",
        "label": "765",
        "long": "Finnskogen montes. - \u00d8yermoen",
        "short": "765",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:767",
        "label": "767",
        "long": "Kirken\u00e6r - Svullrya",
        "short": "767",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:768",
        "label": "768",
        "long": "Kongsvinger - Brandval",
        "short": "768",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:769",
        "label": "769",
        "long": "Kongsvinger - Flisa - V\u00e5ler",
        "short": "769",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:770",
        "label": "770",
        "long": "Grue skole - Tjura - Bergsid.",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:771",
        "label": "771",
        "long": "Grue skole - Namn\u00e5 - Grue skoe",
        "short": "771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:773",
        "label": "773",
        "long": "Jansvegen - Risberget - Grue s",
        "short": "773",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:775",
        "label": "775",
        "long": "V\u00e5ler vgs. - S\u00f8nsterud",
        "short": "775",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:780",
        "label": "780",
        "long": "Vermundsj\u00f8en - Flisa",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:781",
        "label": "781",
        "long": "Flisa - Knappom",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:782",
        "label": "782",
        "long": "Flisa-S\u00f8nsterud",
        "short": "782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:783",
        "label": "783",
        "long": "Gjes\u00e5sen - Flisa - Gjes\u00e5sen",
        "short": "783",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:784",
        "label": "784",
        "long": "Flisa - Kjellmra",
        "short": "784",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:786",
        "label": "786",
        "long": "Flisa - Jammerdal",
        "short": "786",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:787",
        "label": "787",
        "long": "Jara skole - Flisa",
        "short": "787",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:788",
        "label": "788",
        "long": "Kvisler - Flisa",
        "short": "788",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:789",
        "label": "789",
        "long": "Flisa - Eierholen",
        "short": "789",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:792",
        "label": "792",
        "long": "V\u00e5ler vgs. - Kvisler",
        "short": "792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:793",
        "label": "793",
        "long": "V\u00e5ler vgs. - Gjes\u00e5sen - Flisa",
        "short": "793",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:795",
        "label": "795",
        "long": "V\u00e5ler - T\u00f8r\u00e5sen",
        "short": "795",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:796",
        "label": "796",
        "long": "V\u00e5ler - Rud - Braskeridfoss",
        "short": "796",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:797",
        "label": "797",
        "long": "V\u00e5ler u.sk- Nordhagen sk-Gr\u00f8nn",
        "short": "797",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:8",
        "label": "B8",
        "long": "Sk\u00e5rsetlia B&S - S.\u00c5l B&S",
        "short": "B8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:801",
        "label": "801",
        "long": "Rena - Elverum - Tangen",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:802",
        "label": "802",
        "long": "Rena - Elverum",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:803",
        "label": "803",
        "long": "Rena - Elverum \u00f8stsiden",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:804",
        "label": "804",
        "long": "L\u00f8ten - Elverum - Hernes",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:805",
        "label": "805",
        "long": "Elverum torv - St. Hanshaugen",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:806",
        "label": "806",
        "long": "Elverum - S\u00f8rskogbygda - Kynnb",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:81",
        "label": "B81",
        "long": "Boger\u00e5sen - Rasta",
        "short": "B81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:810",
        "label": "810",
        "long": "Elverum - Hernes - Kirkeby",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:811",
        "label": "811",
        "long": "Elverum - Hernes - Styggberget",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:812",
        "label": "812",
        "long": "Hanstad - Mastmoen - Elverum e",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:813",
        "label": "813",
        "long": "S\u00f8bakken - Elverum ungdomsskoe",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:819",
        "label": "819",
        "long": "Vestad - Elverum",
        "short": "819",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:82",
        "label": "B82",
        "long": "Skriverskogen - Marikollen",
        "short": "B82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:820",
        "label": "820",
        "long": "Elverum - Hernes - Hovindberge",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:824",
        "label": "824",
        "long": "Hernes - Kirkeby",
        "short": "824",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:825",
        "label": "825",
        "long": "Elverum - Braskereidfoss vests",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:826",
        "label": "826",
        "long": "Elverum - J\u00f8mna - Elverum",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:827",
        "label": "827",
        "long": "Skjefstadfossen - Elverum",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:829",
        "label": "829",
        "long": "S\u00f8nsterud - Flisa - Elverum",
        "short": "829",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:830",
        "label": "830",
        "long": "Trysil - Plassen - Lutnes",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:831",
        "label": "831",
        "long": "Sj\u00f8enden - Vestby - Trysil",
        "short": "831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:833",
        "label": "833",
        "long": "T\u00f8rberget - Trysil",
        "short": "833",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:834",
        "label": "834",
        "long": "Trysil - Flendalen",
        "short": "834",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:835",
        "label": "835",
        "long": "Lj\u00f8rdalen - \u00d8stby - Trysil",
        "short": "835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:836",
        "label": "836",
        "long": "Linnes - Trysil",
        "short": "836",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:839",
        "label": "839",
        "long": "Osen - Jordet - Trysil",
        "short": "839",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:845",
        "label": "845",
        "long": "Elg\u00e5 - Femund - Engerdal skole",
        "short": "845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:847",
        "label": "847",
        "long": "Engerdal skole - S\u00f8m\u00e5dalen",
        "short": "847",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:850",
        "label": "850",
        "long": "Osen - Rena",
        "short": "850",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:851",
        "label": "851",
        "long": "Rena - \u00c5sbygda - Rena",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:854",
        "label": "854",
        "long": "Deset - Rena",
        "short": "854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:860",
        "label": "860",
        "long": "Koppang - Rendalen - Tynset",
        "short": "860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:861",
        "label": "861",
        "long": "Atnbrua - Folldal",
        "short": "861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:862",
        "label": "862",
        "long": "Lomnessj\u00f8en - Fagertun skole",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:872",
        "label": "872",
        "long": "Alvdal - M\u00e5ntr\u00f8en - Tynset",
        "short": "872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:873",
        "label": "873",
        "long": "Alvdal - Plassen",
        "short": "873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:875",
        "label": "875",
        "long": "Alvdal - Str\u00f8mmen - Alvdal",
        "short": "875",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:877",
        "label": "877",
        "long": "Alvdal - Bellingmo - Alvdal",
        "short": "877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:878",
        "label": "878",
        "long": "Alvdal - Brandvoll - Tynset",
        "short": "878",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:882",
        "label": "882",
        "long": "Tynset - Kvikne",
        "short": "882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "INN:Line:885",
        "label": "885",
        "long": "Tylldalen - Yynset",
        "short": "885",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:886",
        "label": "886",
        "long": "Tynset - Tolga",
        "short": "886",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:887",
        "label": "887",
        "long": "Tynset - F\u00e5set - Tynset",
        "short": "887",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:889",
        "label": "889",
        "long": "Tynset - Telneset - Tynset",
        "short": "889",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:894",
        "label": "894",
        "long": "Tolga - Vingelen",
        "short": "894",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:895",
        "label": "895",
        "long": "Tolga - Tynset \u00f8stsiden",
        "short": "895",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:896",
        "label": "896",
        "long": "Os - Tufsingdal",
        "short": "896",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:897",
        "label": "897",
        "long": "Os - Dalsbygda - Os",
        "short": "897",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "INN:Line:900",
        "label": "ELROND",
        "long": "Tangen-Horn",
        "short": "ELROND",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "INN:Line:901",
        "label": "GJENDE",
        "long": "Gjendesheim - Gjendebu",
        "short": "GJENDE",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "INN:Line:904",
        "label": "SKIBLADN",
        "long": "Gj\u00f8vik Skibladnerbrygga - Gj\u00f8v",
        "short": "SKIBLADN",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": false,
        "id": "INN:Line:906",
        "label": "FEMUND",
        "long": "Femund II",
        "short": "FEMUND",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "INN:Line:990",
        "label": "990",
        "long": "Test Kongsvinger - Lierkrysset",
        "short": "990",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 19837,
    "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": "duplicate_key",
      "count": 36,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'duplicate_key' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 18.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Duplicate key (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "invalid_phone_number",
      "count": 1,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'invalid_phone_number' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 12.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Invalid phone number (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 19815,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "19815 of 19837 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."
    }
  ],
  "validator_version": "8.0.1"
}
