{
  "agency": {
    "country": "FR",
    "id": "fr-pan-40287",
    "name": "R\u00e9seau interurbain - Is\u00e8re (38)",
    "subdivision_code": "FR-ARA",
    "subdivision_name": "Auvergne-Rh\u00f4ne-Alpes"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 3.3,
          "stops_marked_accessible_pct": 5.3,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 5.3,
          "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": 1.3,
          "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": 99.9,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 9417,
        "translations": {
          "feed_lang": "fr",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 4280,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 5.3,
        "wheelchair_marked_accessible_pct": 5.3,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 8922,
          "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": 23.7,
          "severity": "WARNING",
          "what": "8922 of 9417 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": 4280,
          "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": "4280 of 4280 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the bus 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": 38.8,
      "status": "measured",
      "summary": "5% of stops state wheelchair accessibility (5% 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": 10,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 386,
          "WARNING": 2158
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "trip_distance_exceeds_shape_distance_below_threshold",
          "count": 1073,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape_dist_traveled on export so stop and shape distances use the same units.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "On some trips the stop distances run a little past the end of the route line.",
          "why": "The stop and shape distance values don't quite line up, so any math that uses them can drift."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 503,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "unexpected_enum_value",
          "count": 503,
          "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": "stop_too_far_from_shape_using_user_distance",
          "count": 65,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 9,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the bus doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "code": "route_color_contrast",
          "count": 2,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "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": "stop_has_too_many_matches_for_shape",
          "count": 1,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'stop_has_too_many_matches_for_shape' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Stop has too many matches for shape (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "big_gap_in_service",
          "count": 386,
          "effort": "A review of your calendar dates.",
          "fix": "Check whether the gap is real, like a seasonal break; if not, add the missing dates to the calendar.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "The feed has a stretch of two weeks or more with no service running.",
          "why": "A long gap can mean dates were left out of the calendar. Apps then show no trips on those days."
        }
      ],
      "name": "correctness",
      "score": 45.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 10 kinds of issue across 2544 instances (0 error, 2158 warning, 386 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 403,
        "effective_expiry_date": "2027-08-31",
        "feed_end_date": "2027-08-31",
        "feed_start_date": "2026-07-16",
        "feed_version": "20260716",
        "has_feed_info": true,
        "last_service_date": "2027-08-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 403 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": "Passes validation with no errors.",
        "key": "valid",
        "met": true
      },
      {
        "detail": "Service data covers the next 403 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 5% 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. States wheelchair access on 5% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Open Database License (ODbL), recorded by France's National Access Point; credit R\u00e9gion Auvergne-Rh\u00f4ne-Alpes, identify the ODbL, and preserve share-alike terms where they apply.",
    "reachable": true,
    "sha256": "b80ab6ed3c139e0dec03db264ec2f8e31610580999196135b4016a4c91f16834",
    "size_bytes": 31958317,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/40ee9d6c-3bb9-409e-b670-986212de63f2"
  },
  "fetch": {
    "final_url": "https://api.oura3.cityway.fr/dataflow/offre-tc/download?provider=ISERE&dataFormat=gtfs",
    "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-24T00:00:00+00:00",
  "geo": {
    "bbox": [
      4.75835,
      44.56357,
      6.27756,
      45.8833
    ],
    "lat": 45.39659,
    "lon": 5.39955,
    "stop_count": 9417
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 503,
        "trip_count": 4280,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 503,
    "trip_count": 4280
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 56.8,
    "margin_to_next_band": 3.2,
    "score": 56.8
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 28,
      "effort": "A per-route color setting in your scheduling software.",
      "fix": "Adjust route_color or route_text_color so each pair clears 4.5:1. Often switching the text between black and white is enough.",
      "owner": "Likely your export tool",
      "points": 0.0,
      "severity": "WARNING",
      "what": "28 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (T11, T14, T17, T18, T20, and more).",
      "why": "Low-contrast route badges are hard to read for riders with low vision and wash out on a phone screen in sunlight at the stop."
    },
    {
      "category": "accessibility",
      "code": "scorecard_stop_name_needs_tts",
      "count": 120,
      "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": "120 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Foreyre RD526\", \"Foreyre RD526\", \"Foreyre RD526\", 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": 6461,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 4280
  },
  "route_map": {
    "drawn_route_count": 503,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-40287/geometry.geojson",
    "route_count": 503,
    "routes": [
      {
        "color": "9950B2",
        "color_name": "purple",
        "has_shape": true,
        "id": "ISERE:FlexibleLine:1003623:LOC",
        "label": "T70",
        "long": "(TAD T71) BRG D'OISANS-ALLEMONT-VAUJANY",
        "short": "T70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:FlexibleLine:1003758:LOC",
        "label": "MON07",
        "long": "(TAD) CHATEAU BERNARD-MONESTIER DE CLER.",
        "short": "MON07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:FlexibleLine:1003798:LOC",
        "label": "MUR18",
        "long": "(TAD) CHANTELOUVE-LA MURE",
        "short": "MUR18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFBC3A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003580:LOC",
        "label": "T10",
        "long": "LES AVENIERES-LA TOUR DU PIN",
        "short": "T10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "55BE47",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003581:LOC",
        "label": "T11",
        "long": "MORESTEL-LA TOUR DU PIN",
        "short": "T11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5EC62",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003582:LOC",
        "label": "T12",
        "long": "MORESTEL-VIGNIEU-BOURGOIN JALLIEU",
        "short": "T12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "95288F",
        "color_name": "purple",
        "has_shape": true,
        "id": "ISERE:Line:1003583:LOC",
        "label": "T13",
        "long": "MONTALIEU VERCIEU-BOURGOIN JALLIEU",
        "short": "T13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "289728",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003584:LOC",
        "label": "T14",
        "long": "PONT DE CHERUY-L'ISLE D'ABEAU",
        "short": "T14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D8CC46",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003585:LOC",
        "label": "T15",
        "long": "PONT DE CHERUY-BOURGOIN JALLIEU",
        "short": "T15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9950B2",
        "color_name": "purple",
        "has_shape": true,
        "id": "ISERE:Line:1003586:LOC",
        "label": "T16",
        "long": "PONT DE CHERUY-VILLEFONTAINE",
        "short": "T16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F59BBD",
        "color_name": "pink",
        "has_shape": true,
        "id": "ISERE:Line:1003587:LOC",
        "label": "T17",
        "long": "PONT DE BEAUVOISIN-BOURGOIN JALLIEU",
        "short": "T17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB6B30",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003588:LOC",
        "label": "T18",
        "long": "DOLOMIEU-MONTCARRA-BOURGOIN JALLIEU",
        "short": "T18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED9B4F",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003589:LOC",
        "label": "T20",
        "long": "ST ROMAIN DE JALIONAS-MEYZIEU",
        "short": "T20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56A54",
        "color_name": "pink",
        "has_shape": true,
        "id": "ISERE:Line:1003591:LOC",
        "label": "T22",
        "long": "MORESTEL-CREMIEU",
        "short": "T22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5EC998",
        "color_name": "gray",
        "has_shape": true,
        "id": "ISERE:Line:1003592:LOC",
        "label": "T23",
        "long": "MONTALIEU VERCIEU-MORESTEL",
        "short": "T23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5EC998",
        "color_name": "gray",
        "has_shape": true,
        "id": "ISERE:Line:1003595:LOC",
        "label": "T30",
        "long": "LE GRAND LEMPS-MONTREVEL-BOURGOIN",
        "short": "T30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFBC3A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003596:LOC",
        "label": "T31",
        "long": "LA COTE ST ANDRE-BOURGOIN JALLIEU",
        "short": "T31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFE200",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003598:LOC",
        "label": "T33",
        "long": "VALENCIN-ARTAS-BOURGOIN JALLIEU",
        "short": "T33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "BA394E",
        "color_name": "red",
        "has_shape": true,
        "id": "ISERE:Line:1003599:LOC",
        "label": "T34",
        "long": "ST JEAN DE BOURNAY-BOURGOIN JALLIEU",
        "short": "T34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "CE62A4",
        "color_name": "pink",
        "has_shape": true,
        "id": "ISERE:Line:1003600:LOC",
        "label": "T35",
        "long": "VIENNE-LA COTE ST ANDRE",
        "short": "T35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED9B4F",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003601:LOC",
        "label": "T36",
        "long": "ST JEAN DE BOURNAY-VENISSIEUX",
        "short": "T36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "317023",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003602:LOC",
        "label": "T37",
        "long": "BOURGOIN JALLIEU-L'ISLE D'ABEAU-VIENNE",
        "short": "T37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9950B2",
        "color_name": "purple",
        "has_shape": true,
        "id": "ISERE:Line:1003603:LOC",
        "label": "T40",
        "long": "ST PIERRE DE CHARTREUSE-GRENOBLE",
        "short": "T40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB6B30",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003604:LOC",
        "label": "T41",
        "long": "VOIRON-CHAMBERY",
        "short": "T41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "ED9B4F",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003605:LOC",
        "label": "T42",
        "long": "PONT DE BEAUVOISIN-VOIRON",
        "short": "T42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFE200",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003608:LOC",
        "label": "T50",
        "long": "BEAUREPAIRE-MOIRANS-GRENOBLE",
        "short": "T50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "ED9B4F",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003609:LOC",
        "label": "T51",
        "long": "LA COTE ST ANDRE-GRENOBLE",
        "short": "T51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "55BE47",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003610:LOC",
        "label": "T52",
        "long": "BEAUREPAIRE-VIENNE",
        "short": "T52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "55BE47",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003613:LOC",
        "label": "T55",
        "long": "LA COTE ST ANDRE-RIVES-VOIRON",
        "short": "T55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009530",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003614:LOC",
        "label": "T56",
        "long": "LA COTE ST ANDRE-APPRIEU-VOIRON",
        "short": "T56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E56A54",
        "color_name": "pink",
        "has_shape": true,
        "id": "ISERE:Line:1003615:LOC",
        "label": "T60",
        "long": "PONT EN ROYANS-GRENOBLE",
        "short": "T60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "55BE47",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003617:LOC",
        "label": "T62",
        "long": "ST MARCELLIN-MOIRANS-GRENOBLE",
        "short": "T62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DB6B30",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003619:LOC",
        "label": "T64",
        "long": "CORRENCON EN VERCORS-GRENOBLE via ENGINS",
        "short": "T64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "934054",
        "color_name": "brown",
        "has_shape": true,
        "id": "ISERE:Line:1003620:LOC",
        "label": "T65",
        "long": "LANS EN VERCORS-ST NIZIER-GRENOBLE",
        "short": "T65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FBDE4A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003621:LOC",
        "label": "T66",
        "long": "VILLARD DE LANS-MEAUDRE-AUTRANS-LANS",
        "short": "T66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B62A79",
        "color_name": "pink",
        "has_shape": true,
        "id": "ISERE:Line:1003624:LOC",
        "label": "T71",
        "long": "BOURG D'OISANS-ALLEMONT-VAUJANY",
        "short": "T71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F5EC62",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003625:LOC",
        "label": "T73",
        "long": "LES DEUX ALPES-BOURG D'OISANS-GRENOBLE",
        "short": "T73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E07E3C",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003626:LOC",
        "label": "T75",
        "long": "BOURG D'OISANS-VIZILLE-GRENOBLE",
        "short": "T75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E04F39",
        "color_name": "red",
        "has_shape": true,
        "id": "ISERE:Line:1003627:LOC",
        "label": "T76",
        "long": "L'ALPE D'HUEZ-BOURG D'OISANS",
        "short": "T76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5EC998",
        "color_name": "gray",
        "has_shape": true,
        "id": "ISERE:Line:1003628:LOC",
        "label": "T77",
        "long": "BOURG D'OISANS-LA BERARDE",
        "short": "T77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E24585",
        "color_name": "pink",
        "has_shape": true,
        "id": "ISERE:Line:1003632:LOC",
        "label": "T83",
        "long": "CHAMBERY-CHAPAREILLAN-GRENOBLE",
        "short": "T83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "B62A79",
        "color_name": "pink",
        "has_shape": true,
        "id": "ISERE:Line:1003639:LOC",
        "label": "T90",
        "long": "CORPS-LA MURE-GRENOBLE",
        "short": "T90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "55BE47",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003640:LOC",
        "label": "T91",
        "long": "GRENOBLE-GAP",
        "short": "T91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFBC3A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "ISERE:Line:1003641:LOC",
        "label": "T92",
        "long": "LA MURE-LA MOTTE D'AVEILLANS-GRENOBLE",
        "short": "T92",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "DB6B30",
        "color_name": "orange",
        "has_shape": true,
        "id": "ISERE:Line:1003642:LOC",
        "label": "T93",
        "long": "L'ALPE DU GRAND SERRE-LA MURE",
        "short": "T93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F59BBD",
        "color_name": "pink",
        "has_shape": true,
        "id": "ISERE:Line:1003644:LOC",
        "label": "T95",
        "long": "MENS-MONESTIER DE CLERMONT-GRENOBLE",
        "short": "T95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0070B2",
        "color_name": "teal",
        "has_shape": true,
        "id": "ISERE:Line:1003648:LOC",
        "label": "X04",
        "long": "EXPRESS CREMIEU-MEYZIEU",
        "short": "X04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8DD4E9",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003649:LOC",
        "label": "X05",
        "long": "EXPRESS BOURGOIN-VILLEFONTAINE-LYON",
        "short": "X05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005776",
        "color_name": "green",
        "has_shape": true,
        "id": "ISERE:Line:1003650:LOC",
        "label": "X06",
        "long": "EXPRESS VILLEFONTAINE-LYON",
        "short": "X06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009ACF",
        "color_name": "teal",
        "has_shape": true,
        "id": "ISERE:Line:1003651:LOC",
        "label": "X07",
        "long": "EXPRESS BOURGOIN-LYON",
        "short": "X07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0092DD",
        "color_name": "teal",
        "has_shape": true,
        "id": "ISERE:Line:1003652:LOC",
        "label": "X08",
        "long": "EXPRESS BEAUREPAIRE-GRENOBLE",
        "short": "X08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003653:LOC",
        "label": "ABR01",
        "long": "LA BATIE MONTGASCON-LES ABRETS",
        "short": "ABR01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003654:LOC",
        "label": "ABR02",
        "long": "LA BATIE MONTGASCON-FITILIEU-LES ABRETS",
        "short": "ABR02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003655:LOC",
        "label": "ABR03",
        "long": "ST ANDRE LE GAZ (EGLISE)-LES ABRETS",
        "short": "ABR03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003656:LOC",
        "label": "ABR05",
        "long": "LA BATIE DIVISIN-LES ABRETS",
        "short": "ABR05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003657:LOC",
        "label": "ABR06",
        "long": "PANISSAGE-VAL DE VIRIEU-LES ABRETS",
        "short": "ABR06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003658:LOC",
        "label": "ABR07",
        "long": "ST ANDRE LE GAZ (SNCF)-LES ABRETS",
        "short": "ABR07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003659:LOC",
        "label": "ABR08",
        "long": "VALENCOGNE-LA BATIE DIVISIN-LES ABRETS",
        "short": "ABR08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003660:LOC",
        "label": "AVE01",
        "long": "BUVIN-LES AVENIERES",
        "short": "AVE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003661:LOC",
        "label": "AVE02",
        "long": "DOLOMIEU-VEYRINS-THUEL.- LES AVENIERES",
        "short": "AVE02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003662:LOC",
        "label": "BDO01",
        "long": "ORNON-BOURG D'OISANS",
        "short": "BDO01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003663:LOC",
        "label": "BDO02",
        "long": "AURIS-MIZOEN-LE FRENEY-BOURG D'OISANS",
        "short": "BDO02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003665:LOC",
        "label": "BDO04",
        "long": "VAUJANY-OZ-ALLEMONT-BOURG D'OISANS",
        "short": "BDO04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003666:LOC",
        "label": "BDO05",
        "long": "LE BASSEY-LE VERT-BOURG D'OISANS",
        "short": "BDO05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003667:LOC",
        "label": "BDO08",
        "long": "RIOUPEROUX-LIVET-BOURG D'OISANS",
        "short": "BDO08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003668:LOC",
        "label": "BEA01",
        "long": "COUR ET BUIS-BEAUREPAIRE",
        "short": "BEA01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003669:LOC",
        "label": "BEA02",
        "long": "LENTIOL-THODURE-BEAUFORT-BEAUREPAIRE",
        "short": "BEA02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003670:LOC",
        "label": "BEA03",
        "long": "POMMIER-PRIMARETTE-BEAUREPAIRE",
        "short": "BEA03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003671:LOC",
        "label": "BEA04",
        "long": "BELLEGARDE-MOISSIEU-JARCIEU-BEAUREPAIRE",
        "short": "BEA04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003672:LOC",
        "label": "BJA03",
        "long": "SATOLAS ET BONCE-BOURGOIN JALLIEU",
        "short": "BJA03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003673:LOC",
        "label": "BJA04",
        "long": "ST CHEF-ST SAVIN-BOURGOIN JALLIEU",
        "short": "BJA04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003674:LOC",
        "label": "BJA06",
        "long": "ST V. CESSIEU-SUCCIEU-SEREZIN-B.JALLIEU",
        "short": "BJA06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003675:LOC",
        "label": "BJA08",
        "long": "CHARVIEU-BOURGOIN",
        "short": "BJA08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003676:LOC",
        "label": "BJA09",
        "long": "VILLETTE D'ANTHON-BOURGOIN",
        "short": "BJA09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003677:LOC",
        "label": "BRI01",
        "long": "CREYS-BOUVESSE-BRIORD",
        "short": "BRI01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003679:LOC",
        "label": "CHM02",
        "long": "LES EPARRES-CULIN-ECLOSE-CHAMPIER",
        "short": "CHM02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003680:LOC",
        "label": "CHM03",
        "long": "SUCCIEU-CHATEAUVILLAIN-CHAMPIER",
        "short": "CHM03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003681:LOC",
        "label": "CHM04",
        "long": "ST DIDIER DE B-MOTTIER-NANTOIN-CHAMPIER",
        "short": "CHM04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003682:LOC",
        "label": "CHM05",
        "long": "BIOL-BELMONT-FLACHERES-CHAMPIER",
        "short": "CHM05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003683:LOC",
        "label": "CHM06",
        "long": "STE ANNE SUR GERVONDE-CHATONNAY-CHAMPIER",
        "short": "CHM06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003684:LOC",
        "label": "CHV01",
        "long": "DESSERTE CHARVIEU CHAVAGNEUX",
        "short": "CHV01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003685:LOC",
        "label": "CLE01",
        "long": "ST MARTIN DE CLELLES-CLELLES ECOLES",
        "short": "CLE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003688:LOC",
        "label": "CPL01",
        "long": "GRENOBLE-AUTRANS-LA CHAPELLE EN VERCORS",
        "short": "CPL01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003689:LOC",
        "label": "CRE01",
        "long": "VENERIEU-VILLEMOIRIEU-CREMIEU",
        "short": "CRE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003690:LOC",
        "label": "CRE02",
        "long": "HIERES SUR AMBY-VERNAS-CREMIEU",
        "short": "CRE02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003691:LOC",
        "label": "CRE03",
        "long": "DIZIMIEU-CREMIEU",
        "short": "CRE03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003692:LOC",
        "label": "CRE07",
        "long": "SICCIEU-ANNOISIN-CREMIEU",
        "short": "CRE07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003693:LOC",
        "label": "CRE08",
        "long": "HIERES S.AMBY-VERNAS-LEYRIEU-CREMIEU",
        "short": "CRE08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003694:LOC",
        "label": "CRE09",
        "long": "SATOLAS ET BONCE-VILLEMOIRIEU-CREMIEU",
        "short": "CRE09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003695:LOC",
        "label": "CRE10",
        "long": "ST ROMAIN DE JALIONAS-CREMIEU",
        "short": "CRE10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003696:LOC",
        "label": "CRP01",
        "long": "PELLAFOL-CORPS (Corresp. La Mure)",
        "short": "CRP01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003697:LOC",
        "label": "CRP04",
        "long": "LES COTES DE CORPS-CORPS (CORRES. LA MUR",
        "short": "CRP04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003698:LOC",
        "label": "CSA05",
        "long": "LA COTE ST ANDRE-ST ETIENNE-IZEAUX",
        "short": "CSA05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003699:LOC",
        "label": "CSA06",
        "long": "VIRIVILLE-ST SIMEON-LA COTE ST ANDRE",
        "short": "CSA06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003700:LOC",
        "label": "CSA07",
        "long": "ROYBON-ST SIMEON-LA COTE ST ANDRE",
        "short": "CSA07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003701:LOC",
        "label": "CSA08",
        "long": "DESSERTE LA COTE ST ANDRE",
        "short": "CSA08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003702:LOC",
        "label": "CSA09",
        "long": "BIOL-LA COTE ST ANDRE",
        "short": "CSA09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003703:LOC",
        "label": "CSA10",
        "long": "LENTIOL-MARCILLOLES-LA COTE ST ANDRE",
        "short": "CSA10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003704:LOC",
        "label": "CSA11",
        "long": "LA FRETTE-ST HILAIRE-LA COTE ST ANDRE",
        "short": "CSA11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003705:LOC",
        "label": "CSA12",
        "long": "POMMIER-PAJAY-LA COTE ST ANDRE",
        "short": "CSA12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003706:LOC",
        "label": "CSA13",
        "long": "CHATONNAY-CHAMPIER-LA COTE ST ANDRE",
        "short": "CSA13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003707:LOC",
        "label": "CSA14",
        "long": "BOSSIEU-PORTE DES BONN.-LA COTE ST A.",
        "short": "CSA14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003708:LOC",
        "label": "DAG01",
        "long": "ST ROMAIN-PT CHERUY-DAGNEUX",
        "short": "DAG01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003712:LOC",
        "label": "EDG01",
        "long": "PRIMAIRE ST CHRISTOPHE SUR GUIERS",
        "short": "EDG01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003713:LOC",
        "label": "GEN01",
        "long": "ST ROMAIN JALIONAS-ANTHON-GENAS",
        "short": "GEN01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003714:LOC",
        "label": "GEN02",
        "long": "PONT DE CHERUY-TIGNIEU-GENAS",
        "short": "GEN02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003716:LOC",
        "label": "GRE04",
        "long": "VIENNE-GRENOBLE",
        "short": "GRE04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003717:LOC",
        "label": "HEY01",
        "long": "VALENCIN-ST J. CHALEYSSIN-HEYRIEUX",
        "short": "HEY01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003718:LOC",
        "label": "IDB01",
        "long": "ST ALBAN DE ROCHE-ROCHE-L'ISLE D'ABEAU",
        "short": "IDB01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003719:LOC",
        "label": "IDB03",
        "long": "SATOLAS-FRONTONAS-L'ISLE D'ABEAU",
        "short": "IDB03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003720:LOC",
        "label": "IDB05",
        "long": "GRENAY-LA VERPILLIERE-L'ISLE D'ABEAU",
        "short": "IDB05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003721:LOC",
        "label": "IDB06",
        "long": "ST J. CHALEYSSIN-HEYRIEUX-L'ISLE D'ABEAU",
        "short": "IDB06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003722:LOC",
        "label": "LAF01",
        "long": "LE SAPEY-LAFFREY (CORRESPONDANCE)",
        "short": "LAF01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003723:LOC",
        "label": "LEM01",
        "long": "COLOMBE-LE GRAND LEMPS",
        "short": "LEM01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003724:LOC",
        "label": "LEM02",
        "long": "APPRIEU-LE GRAND LEMPS",
        "short": "LEM02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003725:LOC",
        "label": "LEM03",
        "long": "BELMONT-BIZONNES-LE GRAND LEMPS",
        "short": "LEM03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003726:LOC",
        "label": "LEM04",
        "long": "LONGECHENAL-LE GRAND LEMPS",
        "short": "LEM04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003727:LOC",
        "label": "LEM05",
        "long": "CHABONS-LE GRAND LEMPS",
        "short": "LEM05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003728:LOC",
        "label": "LEM06",
        "long": "OYEU-BURCIN-LE GRAND LEMPS",
        "short": "LEM06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003729:LOC",
        "label": "LTP03",
        "long": "BOIS DE CESSIEU-ROCHETOIRIN-TOUR DU PIN",
        "short": "LTP03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003730:LOC",
        "label": "LTP04",
        "long": "FAVERGES-LA TOUR DU PIN",
        "short": "LTP04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003731:LOC",
        "label": "LTP05",
        "long": "BELMONT-ST VICTOR-LA TOUR DU PIN",
        "short": "LTP05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003732:LOC",
        "label": "LTP06",
        "long": "DOISSIN-MONTAGNIEU-LA TOUR DU PIN",
        "short": "LTP06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003733:LOC",
        "label": "LTP07",
        "long": "PONT DE BEAUVOISIN-LA TOUR DU PIN",
        "short": "LTP07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003734:LOC",
        "label": "LTP09",
        "long": "CESSIEU-LA TOUR DU PIN (LE CALLOUD)",
        "short": "LTP09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003735:LOC",
        "label": "MAV01",
        "long": "LA MURE-SUSVILLE-LA MOTTE D'AVEILLANS",
        "short": "MAV01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003736:LOC",
        "label": "MAV03",
        "long": "LA MOTTE ST MARTIN-LA MOTTE D'AVEILLANS",
        "short": "MAV03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003737:LOC",
        "label": "MAV04",
        "long": "LAFFREY-LA MOTTE D'AVEILLANS",
        "short": "MAV04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003739:LOC",
        "label": "MEN01",
        "long": "ST JEAN D'HERANS-MENS",
        "short": "MEN01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003740:LOC",
        "label": "MEN02",
        "long": "TREMINIS-MENS",
        "short": "MEN02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003741:LOC",
        "label": "MEN03",
        "long": "TREMINIS-PREBOIS-ST BAUDILLE-MENS",
        "short": "MEN03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003742:LOC",
        "label": "MEN04",
        "long": "GRENOBLE-MENS (INTERNES)",
        "short": "MEN04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003743:LOC",
        "label": "MEN05",
        "long": "CHICHILIANNE-CLELLES-MENS",
        "short": "MEN05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003744:LOC",
        "label": "MEN06",
        "long": "LAVARS-CORNILLON EN TRIEVES-MENS",
        "short": "MEN06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003745:LOC",
        "label": "MEN07",
        "long": "ST BAUDILLE ET PIPET (LE PERRIER)-MENS",
        "short": "MEN07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003746:LOC",
        "label": "MEN08",
        "long": "ST BAUDILLE ET PIPET-MENGLAS-MENS",
        "short": "MEN08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003747:LOC",
        "label": "MEN09",
        "long": "ST MAURICE EN TRIEVES-PREBOIS-MENS",
        "short": "MEN09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003748:LOC",
        "label": "MEN10",
        "long": "CORDEAC-SAINT SEBASTIEN-MENS",
        "short": "MEN10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003749:LOC",
        "label": "MEN11",
        "long": "SER CLAPI-MENTAYRE-MENS",
        "short": "MEN11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003751:LOC",
        "label": "MIR01",
        "long": "VILLETTE D'ANTHON-LOYETTES-MIRIBEL",
        "short": "MIR01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003752:LOC",
        "label": "MOI01",
        "long": "POLIENAS-LA RIVIERE-ST QUENTIN-MOIRANS",
        "short": "MOI01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003753:LOC",
        "label": "MON01",
        "long": "ROISSARD-St MICHEL- PORTES- MONESTIER C.",
        "short": "MON01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003754:LOC",
        "label": "MON02",
        "long": "GRESSE-MONESTIER DE CLERMONT",
        "short": "MON02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003755:LOC",
        "label": "MON03",
        "long": "MIRIBEL LANCHATRE-ST GUILLAUME-MONESTIER",
        "short": "MON03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003756:LOC",
        "label": "MON04",
        "long": "ST MARTIN DE LA CLUZE-SINARD-MONESTIER D",
        "short": "MON04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003757:LOC",
        "label": "MON05",
        "long": "CHATEAU BERNARD-MONESTIER DE CLERMONT",
        "short": "MON05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003759:LOC",
        "label": "MRC01",
        "long": "QUINCIEU-ST VERAND-ST MARCELLIN",
        "short": "MRC01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003760:LOC",
        "label": "MRC02",
        "long": "CHEVRIERES-CHATTE-ST MARCELLIN",
        "short": "MRC02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003761:LOC",
        "label": "MRC03",
        "long": "ST APPOLINARD-CHATTE-ST MARCELLIN",
        "short": "MRC03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003762:LOC",
        "label": "MRC04",
        "long": "MURINAIS-CHEVRIERES-ST MARCELLIN",
        "short": "MRC04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003763:LOC",
        "label": "MRC05",
        "long": "ST ANTOINE-MONTAGNE-CHATTE-ST MARCELLIN",
        "short": "MRC05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003764:LOC",
        "label": "MRC06",
        "long": "ST BONNET-CHATTE-ST MARCELLIN",
        "short": "MRC06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003765:LOC",
        "label": "MRC07",
        "long": "ST LATTIER-CHATTE-ST MARCELLIN",
        "short": "MRC07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003766:LOC",
        "label": "MRC08",
        "long": "ST HILAIRE-LA SONE-CHATTE-ST MARCELLIN",
        "short": "MRC08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003767:LOC",
        "label": "MRC09",
        "long": "ST PIERRE-IZERON-ST SAUVEUR-ST MARCELLIN",
        "short": "MRC09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003768:LOC",
        "label": "MRC10",
        "long": "ST GERVAIS-ROVON-ST MARCELLIN",
        "short": "MRC10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003769:LOC",
        "label": "MRC11",
        "long": "ROMANS-CHATTE-ST MARCELLIN",
        "short": "MRC11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003770:LOC",
        "label": "MRC12",
        "long": "CHANTESSE-ND L'OSIER-VINAY",
        "short": "MRC12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003771:LOC",
        "label": "MRC13",
        "long": "POLIENAS-L'ALBENC-VINAY-ST MARCELLIN",
        "short": "MRC13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003772:LOC",
        "label": "MRL01",
        "long": "VEYRINS THUELLIN-MORESTEL",
        "short": "MRL01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003773:LOC",
        "label": "MRL03",
        "long": "CHARETTE-OPTEVOZ-SOLEYMIEU-MORESTEL",
        "short": "MRL03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003776:LOC",
        "label": "MRL06",
        "long": "CORBELIN-BUVIN-MORESTEL",
        "short": "MRL06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003777:LOC",
        "label": "MRL07",
        "long": "BOUVESSE-CREYS-ST VICTOR-MORESTEL",
        "short": "MRL07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003778:LOC",
        "label": "MRL09",
        "long": "COURTENAY-ARANDON-MORESTEL",
        "short": "MRL09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003780:LOC",
        "label": "MRL11",
        "long": "VASSELIN-VIGNIEU-VEZERONCE-MORESTEL",
        "short": "MRL11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003781:LOC",
        "label": "MRL12",
        "long": "CONCHARBIN-ST VICTOR MORESTEL-MORESTEL",
        "short": "MRL12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003782:LOC",
        "label": "MRL13",
        "long": "BRANGUES-LE BOUCHAGE-MORESTEL",
        "short": "MRL13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003783:LOC",
        "label": "MRL14",
        "long": "DIZIMIEU-SOLEYMIEU-MORESTEL",
        "short": "MRL14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003784:LOC",
        "label": "MTV01",
        "long": "PARMILIEU-PORCIEU AMBLAGNIEU-MONTALIEU VERCIEU",
        "short": "MTV01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003785:LOC",
        "label": "MTV02",
        "long": "VERTRIEU -MONTALIEU VERCIEU",
        "short": "MTV02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003786:LOC",
        "label": "MTV03",
        "long": "ST BAUDILLE DE LA TOUR-MONTALIEU",
        "short": "MTV03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003787:LOC",
        "label": "MUR01",
        "long": "COGNET-PONSONNAS-LA MURE",
        "short": "MUR01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003788:LOC",
        "label": "MUR05",
        "long": "LAFFREY-ND DE VAULX-LA MURE (march\u00e9)",
        "short": "MUR05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003789:LOC",
        "label": "MUR06",
        "long": "MARCIEU-MAYRES SAVEL-PRUNIERES-LA MURE",
        "short": "MUR06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003790:LOC",
        "label": "MUR07",
        "long": "NANTES EN RATIER-ST HONORE-LA MURE",
        "short": "MUR07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003791:LOC",
        "label": "MUR08",
        "long": "GRENOBLE-VIZILLE-LA MURE",
        "short": "MUR08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003792:LOC",
        "label": "MUR11",
        "long": "ST JEAN DE VAULX-ND DE VAULX-LA MURE",
        "short": "MUR11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003793:LOC",
        "label": "MUR12",
        "long": "LAFFREY-CHOLONGE-LA MURE",
        "short": "MUR12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003794:LOC",
        "label": "MUR13",
        "long": "ORIS EN RATIER-SIEVOZ-LA MURE",
        "short": "MUR13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003795:LOC",
        "label": "MUR14",
        "long": "ST PIERRE DE MEAROTZ-LA MURE",
        "short": "MUR14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003796:LOC",
        "label": "MUR16",
        "long": "CHANTEPERIER-LA MURE",
        "short": "MUR16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003799:LOC",
        "label": "NIV01",
        "long": "CHAVANOZ-NIVOLAS VERMELLE",
        "short": "NIV01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003800:LOC",
        "label": "NIV02",
        "long": "ST GEOIRE VNE-PT BEAUVOISIN-N.VERMELLE",
        "short": "NIV02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003801:LOC",
        "label": "NIV03",
        "long": "LA T. DU PIN-NIVOLAS VERMELLE (ST-MARC)",
        "short": "NIV03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003803:LOC",
        "label": "NIV05",
        "long": "VILLETTE D'ANTHON-NIVOLAS VERMELLE",
        "short": "NIV05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003804:LOC",
        "label": "NIV06",
        "long": "JANNEYRIAS-ST ROMAIN DE JALIONAS-NIVOLAS VERMELLE",
        "short": "NIV06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003805:LOC",
        "label": "PALMA",
        "long": "PRIMAIRE VAUJANY-ALLEMOND",
        "short": "PALMA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003806:LOC",
        "label": "PAOSA",
        "long": "PRIMAIRE GRANIEU-AOSTE",
        "short": "PAOSA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003807:LOC",
        "label": "PAPPB",
        "long": "RPI ST APPOLINARD-CHEVRIERES-MURINAIS",
        "short": "PAPPB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003808:LOC",
        "label": "PAPRA",
        "long": "PRIMAIRE APPRIEU",
        "short": "PAPRA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003809:LOC",
        "label": "PARAA",
        "long": "RPI ARANDON-PASSINS",
        "short": "PARAA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003810:LOC",
        "label": "PAUTA",
        "long": "PRIMAIRE AUTRANS",
        "short": "PAUTA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003811:LOC",
        "label": "PAVIA",
        "long": "RPI AVIGNONET-ST MARTIN DE LA CLUZE",
        "short": "PAVIA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003812:LOC",
        "label": "PBALA",
        "long": "RPI VERTRIEU-LA BALME LES GROTTES",
        "short": "PBALA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003813:LOC",
        "label": "PBATA",
        "long": "PRIMAIRE LA BATIE DIVISIN",
        "short": "PBATA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003814:LOC",
        "label": "PBDOA",
        "long": "LA PAUTE-BOURG D'OISANS",
        "short": "PBDOA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003815:LOC",
        "label": "PBE01",
        "long": "CORBELIN-GRANIEU-PONT DE BEAUVOISIN",
        "short": "PBE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003816:LOC",
        "label": "PBE02",
        "long": "AOSTE-ROMAGNIEU-LES ABRETS-P. BEAUVOISIN",
        "short": "PBE02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003817:LOC",
        "label": "PBE03",
        "long": "MORESTEL-LES AVENIERES-PT BEAUVOISIN",
        "short": "PBE03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003818:LOC",
        "label": "PBE04",
        "long": "LA BATIE-PONT DE BEAUVOISIN",
        "short": "PBE04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003819:LOC",
        "label": "PBE05",
        "long": "ST CLAIR-CHIMILIN-ROMAGNIEU-PT BEAUVOISI",
        "short": "PBE05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003820:LOC",
        "label": "PBE06",
        "long": "LA T. PIN-ST DIDIER-PONT DE BEAUVOISIN",
        "short": "PBE06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003821:LOC",
        "label": "PBE07",
        "long": "BIOL-MONTREVEL-ST VICTOR-PONT BEAUVOISIN",
        "short": "PBE07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003822:LOC",
        "label": "PBE08",
        "long": "STE BLANDINE-V.VIRIEU-PT DE BEAUVOISIN",
        "short": "PBE08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003823:LOC",
        "label": "PBE09",
        "long": "FITILIEU-PT BEAUVOISIN",
        "short": "PBE09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003824:LOC",
        "label": "PBE10",
        "long": "ST ANDRE LE GAZ-LES ABRETS-PT BEAUVOISIN",
        "short": "PBE10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003825:LOC",
        "label": "PBE11",
        "long": "PALADRU-PRESSINS-PONT DE BEAUVOISIN",
        "short": "PBE11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003826:LOC",
        "label": "PBE12",
        "long": "MONTFERRAT-LA B.DIVISIN-PT BEAUVOISIN",
        "short": "PBE12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003827:LOC",
        "label": "PBE13",
        "long": "ST ONDRAS-LES ABRETS-PONT DE BEAUVOISIN",
        "short": "PBE13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003828:LOC",
        "label": "PBE14",
        "long": "VELANNE-PONT DE BEAUVOISIN",
        "short": "PBE14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003829:LOC",
        "label": "PBE15",
        "long": "ST L. PONT-ENTRE 2 GUIERS-PT BEAUVOISIN",
        "short": "PBE15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003830:LOC",
        "label": "PBE16",
        "long": "ST GEOIRE EN VALDAINE-PONT DE BEAUVOISIN",
        "short": "PBE16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003831:LOC",
        "label": "PBFTA",
        "long": "THODURE-BEAUFORT",
        "short": "PBFTA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003832:LOC",
        "label": "PBIOA",
        "long": "PRIMAIRE BIOL",
        "short": "PBIOA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003833:LOC",
        "label": "PBLIA",
        "long": "TECHE-BEAULIEU",
        "short": "PBLIA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003834:LOC",
        "label": "PBONA",
        "long": "PRIMAIRE BONNEFAMILLE",
        "short": "PBONA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003835:LOC",
        "label": "PBOUA",
        "long": "DESSERTE BOUGE CHAMBALUD",
        "short": "PBOUA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003836:LOC",
        "label": "PBVQA",
        "long": "PRIMAIRE BOUVESSE QUIRIEU",
        "short": "PBVQA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003837:LOC",
        "label": "PCHBA",
        "long": "DESSERTE CHABONS",
        "short": "PCHBA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003838:LOC",
        "label": "PCHEA",
        "long": "DESSERTE CHATTE COTEAU",
        "short": "PCHEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003840:LOC",
        "label": "PCHLA",
        "long": "PRIMAIRE CHELIEU",
        "short": "PCHLA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003841:LOC",
        "label": "PCHTB",
        "long": "RPI CHARETTE-PARMILIEU",
        "short": "PCHTB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003842:LOC",
        "label": "PCH03",
        "long": "SOLEYMIEU-SICCIEU-DIZIMIEU-PT DE CHERUY",
        "short": "PCH03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003843:LOC",
        "label": "PCH04",
        "long": "ST BAUDILLE-ANNOISIN-CREMIEU-PT CHERUY",
        "short": "PCH04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003844:LOC",
        "label": "PCH05",
        "long": "ANTHON-CHAVANOZ-PT DE CHERUY",
        "short": "PCH05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003845:LOC",
        "label": "PCH06",
        "long": "VILLEMOIRIEU-MORAS-PT DE CHERUY",
        "short": "PCH06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003846:LOC",
        "label": "PCH07",
        "long": "CHARVIEU CHAVAGNEUX-PT DE CHERUY",
        "short": "PCH07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003847:LOC",
        "label": "PCH10",
        "long": "SAINT ROMAIN DE JALIONAS-PONT DE CHERUY",
        "short": "PCH10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003848:LOC",
        "label": "PCH11",
        "long": "VILLETTE-JANNEYRIAS-PT DE CHERUY",
        "short": "PCH11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003849:LOC",
        "label": "PCLEA",
        "long": "PRIMAIRE LE PERCY-CLELLES",
        "short": "PCLEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003850:LOC",
        "label": "PCOBA",
        "long": "PRIMAIRE CORBELIN",
        "short": "PCOBA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003851:LOC",
        "label": "PCOGA",
        "long": "MALLEVAL-COGNIN LES GORGES (CORRESP. VINAY)",
        "short": "PCOGA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003852:LOC",
        "label": "PCREA",
        "long": "CHARVIEU-CREMIEU",
        "short": "PCREA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003853:LOC",
        "label": "PCRMA",
        "long": "PRIMAIRE CREYS MEPIEU",
        "short": "PCRMA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003854:LOC",
        "label": "PCRPA",
        "long": "PRIMAIRE AMBEL-CORPS",
        "short": "PCRPA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003855:LOC",
        "label": "PCRPB",
        "long": "PRIMAIRE STE LUCE-COTES DE CORPS-CORPS",
        "short": "PCRPB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003856:LOC",
        "label": "PCRSA",
        "long": "CRAS-MORETTE-VATILIEU-ND L'OSIER",
        "short": "PCRSA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003857:LOC",
        "label": "PCRTA",
        "long": "PRIMAIRE COURTENAY",
        "short": "PCRTA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003858:LOC",
        "label": "PDOLA",
        "long": "PRIMAIRE DOLOMIEU",
        "short": "PDOLA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003859:LOC",
        "label": "PER01",
        "long": "CHATELUS-CHORANCHE-PT EN ROYANS",
        "short": "PER01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003860:LOC",
        "label": "PER02",
        "long": "RENCUREL-PT EN ROYANS",
        "short": "PER02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003861:LOC",
        "label": "PER03",
        "long": "PRESLES-CHORANCHE-PT EN ROYANS",
        "short": "PER03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003862:LOC",
        "label": "PER04",
        "long": "IZERON-ST ANDRE-PT EN ROYANS",
        "short": "PER04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003863:LOC",
        "label": "PER05",
        "long": "IZERON-PONT EN ROYANS",
        "short": "PER05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003864:LOC",
        "label": "PFAVA",
        "long": "PRIMAIRE FAVERGES DE LA TOUR",
        "short": "PFAVA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003865:LOC",
        "label": "PGERA",
        "long": "ST GERVAIS-ROVON-COGNIN",
        "short": "PGERA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003866:LOC",
        "label": "PHIEA",
        "long": "VERNAS-HIERES SUR AMBY",
        "short": "PHIEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003867:LOC",
        "label": "PHUEA",
        "long": "PRIMAIRE L'ALPE-D'HUEZ",
        "short": "PHUEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003868:LOC",
        "label": "PJCAA",
        "long": "RPI SICCIEU - DIZIMIEU",
        "short": "PJCAA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003869:LOC",
        "label": "PLAFA",
        "long": "PRIM. LE SAPPEY-LAFFREY",
        "short": "PLAFA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003870:LOC",
        "label": "PLATA",
        "long": "DESSERTE ST LATTIER COTEAUX",
        "short": "PLATA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003871:LOC",
        "label": "PLATB",
        "long": "DESSERTE ST LATTIER PLAINE",
        "short": "PLATB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003872:LOC",
        "label": "PLGAA",
        "long": "PRIMAIRE LIVET ET GAVET",
        "short": "PLGAA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003874:LOC",
        "label": "PMEAA",
        "long": "PRIMAIRE MEAUDRE",
        "short": "PMEAA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003875:LOC",
        "label": "PMIRA",
        "long": "PRIMAIRES MIRIBEL LES ECHELLES",
        "short": "PMIRA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003876:LOC",
        "label": "PMOTA",
        "long": "PRIMAIRE LES MOTTES",
        "short": "PMOTA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003877:LOC",
        "label": "PMPEA",
        "long": "RPI LALLEY-ST MAURICE-MONESTIER DU PERCY",
        "short": "PMPEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003878:LOC",
        "label": "PMSTA",
        "long": "VERNIOZ-MONSTEROUX-COURS ET BUIS",
        "short": "PMSTA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003879:LOC",
        "label": "PMTEA",
        "long": "PRIMAIRE MONTAGNIEU",
        "short": "PMTEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003880:LOC",
        "label": "PMURA",
        "long": "MARCIEU-MAYRES SAVEL-PRUNIERES",
        "short": "PMURA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003882:LOC",
        "label": "PPAJA",
        "long": "DESSERTE PAJAY",
        "short": "PPAJA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003883:LOC",
        "label": "PPANA",
        "long": "PANOSSAS-VEYSSILIEU",
        "short": "PPANA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003884:LOC",
        "label": "PPBAA",
        "long": "PRIMAIRE ST JEAN D'AVELANNE-PONT DE B.",
        "short": "PPBAA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003885:LOC",
        "label": "PPENA",
        "long": "PENOL-ORNACIEUX",
        "short": "PPENA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003886:LOC",
        "label": "PPICA",
        "long": "RPC PIERRE CHATEL",
        "short": "PPICA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003887:LOC",
        "label": "PPISA",
        "long": "PISIEU-REVEL TOURDAN",
        "short": "PPISA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003888:LOC",
        "label": "PPOBA",
        "long": "PORTE DES BON.-POMMIER DE BEAUR.",
        "short": "PPOBA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003889:LOC",
        "label": "PPOBB",
        "long": "ST JULIEN DE L'HERMS-POMMIER DE BEAUR.",
        "short": "PPOBB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003890:LOC",
        "label": "PRCLA",
        "long": "PRIMAIRE RENCUREL",
        "short": "PRCLA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003892:LOC",
        "label": "PRE01",
        "long": "LE PERCY-PREBOIS (CORRES. MENS)",
        "short": "PRE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003893:LOC",
        "label": "PRGNA",
        "long": "PRIMAIRE LE NAN-ROMAGNIEU",
        "short": "PRGNA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003894:LOC",
        "label": "PRGNB",
        "long": "PRIMAIRE LE CLERMONT-ROMAGNIEU",
        "short": "PRGNB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003895:LOC",
        "label": "PROCA",
        "long": "PRIMAIRE ROCHE",
        "short": "PROCA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003896:LOC",
        "label": "PSALA",
        "long": "PRIMAIRE QUET EN BEAUMONT-LA SALLE EN BE",
        "short": "PSALA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003897:LOC",
        "label": "PSARA",
        "long": "AUBERIVES-ST ANDRE EN ROYANS",
        "short": "PSARA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003898:LOC",
        "label": "PSATA",
        "long": "DESSERTE ST ANTOINE",
        "short": "PSATA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003899:LOC",
        "label": "PSBCA",
        "long": "ST BONNET DE CHAVAGNE-MONTAGNE",
        "short": "PSBCA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003900:LOC",
        "label": "PSCFA",
        "long": "PRIMAIRE ST CHEF",
        "short": "PSCFA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003901:LOC",
        "label": "PSCTA",
        "long": "PRIMAIRE LE FOULON-CHARPENAY",
        "short": "PSCTA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003902:LOC",
        "label": "PSCTB",
        "long": "PRIMAIRE MAUCHAMP-ST CLAIR",
        "short": "PSCTB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003903:LOC",
        "label": "PSEMA",
        "long": "DESSERTE PORTE DES BONNEVAUX",
        "short": "PSEMA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003904:LOC",
        "label": "PSHBA",
        "long": "RPI ST HILAIRE DE BRENS-VENERIEU",
        "short": "PSHBA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003905:LOC",
        "label": "PSHRA",
        "long": "DESSERTE ST HILAIRE DU ROSIER",
        "short": "PSHRA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003906:LOC",
        "label": "PSINA",
        "long": "TREFFORT-SINARD (CORRESP. COLLEGE)",
        "short": "PSINA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003907:LOC",
        "label": "PSJBA",
        "long": "PRIMAIRE ROYAS-ST JEAN DE BOURNAY",
        "short": "PSJBA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003908:LOC",
        "label": "PSJCA",
        "long": "DESSERTE ST JUST CHALEYSSIN",
        "short": "PSJCA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003910:LOC",
        "label": "PSJSA",
        "long": "PRIMAIRE SAINT JEAN DE SOUDAIN",
        "short": "PSJSA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003911:LOC",
        "label": "PSJVA",
        "long": "RPI NOTRE DAME DE VAULX-ST JEAN DE VAULX",
        "short": "PSJVA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003912:LOC",
        "label": "PSLBA",
        "long": "PRIMAIRE ST LAURENT EN BEAUMONT",
        "short": "PSLBA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003913:LOC",
        "label": "PSMGA",
        "long": "ST GEOIRS-ST MICHEL-BRION",
        "short": "PSMGA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003914:LOC",
        "label": "PSMTA",
        "long": "PRIMAIRE MONESTIER DU PERCY-ST MAURICE E",
        "short": "PSMTA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003915:LOC",
        "label": "PSNEA",
        "long": "SERRE NERPOL-CHASSELAY",
        "short": "PSNEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003916:LOC",
        "label": "PSOLA",
        "long": "PRIMAIRE SOLEYMIEU",
        "short": "PSOLA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003917:LOC",
        "label": "PSPCA",
        "long": "PRIMAIRE ST PIERRE DE CHARTREUSE",
        "short": "PSPCA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003918:LOC",
        "label": "PSPIA",
        "long": "ST PAUL D'IZEAUX-LA FORTERESSE-PLAN",
        "short": "PSPIA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003919:LOC",
        "label": "PSQIA",
        "long": "PRIMAIRE ST QUENTIN SUR ISERE",
        "short": "PSQIA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003920:LOC",
        "label": "PSRSA",
        "long": "DESSERTE LA CHAPELLE-ST ROMAIN DE SURIEU",
        "short": "PSRSA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003921:LOC",
        "label": "PSSMA",
        "long": "PRIMAIRE ST SORLIN DE MORESTEL",
        "short": "PSSMA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003922:LOC",
        "label": "PSUSA",
        "long": "PRIMAIRE SUSVILLE",
        "short": "PSUSA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003923:LOC",
        "label": "PSVCA",
        "long": "PRIMAIRE ST VICTOR DE CESSIEU",
        "short": "PSVCA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003924:LOC",
        "label": "PSVEA",
        "long": "DESSERTE ST VERAND",
        "short": "PSVEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003925:LOC",
        "label": "PTECA",
        "long": "BEAULIEU-TECHE",
        "short": "PTECA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003926:LOC",
        "label": "PTIJA",
        "long": "DESSERTE TIGNIEU VILLAGE",
        "short": "PTIJA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003927:LOC",
        "label": "PTREA",
        "long": "PRIMAIRE CHATEAU BAS-TREMINIS",
        "short": "PTREA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003928:LOC",
        "label": "PVACA",
        "long": "PRIMAIRE VALENCIN-LE FAYET",
        "short": "PVACA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003929:LOC",
        "label": "PVAGA",
        "long": "RPI VALENCOGNE-ST ONDRAS",
        "short": "PVAGA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003930:LOC",
        "label": "PVALA",
        "long": "CHANTEPERIER-ENTRAIGUES",
        "short": "PVALA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003931:LOC",
        "label": "PVARA",
        "long": "DESSERTE VARACIEUX COTEAUX",
        "short": "PVARA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003932:LOC",
        "label": "PVARB",
        "long": "DESSERTE VARACIEUX",
        "short": "PVARB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003933:LOC",
        "label": "PVBOA",
        "long": "PRIMAIRE PANISSAGE-BLANDIN-VAL DE VIRIEU",
        "short": "PVBOA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003934:LOC",
        "label": "PVBOB",
        "long": "PRIMAIRE CHASSIGNIEU-VAL DE VIRIEU",
        "short": "PVBOB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003935:LOC",
        "label": "PVEZA",
        "long": "PRIMAIRE VEZERONCE-CURTIN",
        "short": "PVEZA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003936:LOC",
        "label": "PVILA",
        "long": "PRIMAIRE VILLE VIEILLE-VILLARD DE LANS",
        "short": "PVILA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003937:LOC",
        "label": "PVILB",
        "long": "PRIMAIRE LES POUTEILS-VILLARD DE LANS",
        "short": "PVILB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003938:LOC",
        "label": "PVILC",
        "long": "PRIMAIRE LES JARRANDS-VILLARD DE LANS",
        "short": "PVILC",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003939:LOC",
        "label": "PVINA",
        "long": "QUINCIEU-VINAY",
        "short": "PVINA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003940:LOC",
        "label": "PVLMA",
        "long": "DESSERTE VILLEMOIRIEU",
        "short": "PVLMA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003941:LOC",
        "label": "PVSAA",
        "long": "DESSERTE VILLE SOUS ANJOU",
        "short": "PVSAA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003943:LOC",
        "label": "RAV01",
        "long": "GONCELIN-PONTCHARRA-LA RAVOIRE",
        "short": "RAV01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003944:LOC",
        "label": "RIV01",
        "long": "CRIEL DE RENAGE-RIVES",
        "short": "RIV01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003945:LOC",
        "label": "RIV02",
        "long": "RENAGE-RIVES",
        "short": "RIV02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003946:LOC",
        "label": "RIV03",
        "long": "IZEAUX-BEAUCROISSANT-RIVES COLLEGE",
        "short": "RIV03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003947:LOC",
        "label": "RIV04",
        "long": "CHABONS-APPRIEU-RIVES",
        "short": "RIV04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003948:LOC",
        "label": "ROM02",
        "long": "IZERON-ST ROMANS-ST MARCELLIN-ROMANS",
        "short": "ROM02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003949:LOC",
        "label": "ROU01",
        "long": "LA CHAPELLE-ROUSSILLON-SALAISE SUR SANNE",
        "short": "ROU01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003950:LOC",
        "label": "ROU02",
        "long": "SABLONS-SALAISE-ROUSSILLON",
        "short": "ROU02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003951:LOC",
        "label": "ROU03",
        "long": "SONNAY-AGNIN-SALAISE-ROUSSILLON",
        "short": "ROU03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003952:LOC",
        "label": "ROU04",
        "long": "REVENTIN-ST CLAIR-ST MAURICE-ROUSSILLON",
        "short": "ROU04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003953:LOC",
        "label": "ROU05",
        "long": "MONSTEROUX-ASSIEU-ST MAURICE-ROUSSILLON",
        "short": "ROU05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003954:LOC",
        "label": "ROY01",
        "long": "MONTFALCON-VIRIVILLE-ROYBON",
        "short": "ROY01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003955:LOC",
        "label": "ROY02",
        "long": "MARNANS-ROYBON",
        "short": "ROY02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003956:LOC",
        "label": "ROY03",
        "long": "MONTFALCON-ROYBON",
        "short": "ROY03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003957:LOC",
        "label": "ROY05",
        "long": "MARNANS-ROYBON",
        "short": "ROY05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003959:LOC",
        "label": "SCF01",
        "long": "VENERIEU-ST H.DE BRENS-TREPT-ST CHEF",
        "short": "SCF01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003960:LOC",
        "label": "SCF02",
        "long": "VIGNIEU-MONTCARRA-ST CHEF",
        "short": "SCF02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003961:LOC",
        "label": "SEG02",
        "long": "COTEAUX DE ST ETIENNE DE ST GEOIRS",
        "short": "SEG02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003962:LOC",
        "label": "SGC01",
        "long": "ROMAGNIEU(LE FAYET)-ST GENIX SUR GUIERS",
        "short": "SGC01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003963:LOC",
        "label": "SGC02",
        "long": "CHIMILIN-GRANIEU-ST GENIX SUR GUIERS",
        "short": "SGC02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003964:LOC",
        "label": "SGC03",
        "long": "AOSTE-ST GENIX SUR GUIERS",
        "short": "SGC03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003965:LOC",
        "label": "SGE02",
        "long": "OYTIER ST OBLAS-ST GEORGES D'ESPERANCHE",
        "short": "SGE02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003966:LOC",
        "label": "SGE03",
        "long": "ST GEORGES COMBEROUSSE-ST GEORGES ESP",
        "short": "SGE03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003967:LOC",
        "label": "SGE04",
        "long": "CHARANTONNAY-ST GEORGES D'ESPERANCHE",
        "short": "SGE04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003968:LOC",
        "label": "SHE01",
        "long": "CORDEAC-ST SEBASTIEN-ST JEAN D'HERANS (C",
        "short": "SHE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003969:LOC",
        "label": "SHN01",
        "long": "COMBOURSIERE-FUGIERES-ST HONORE (COR. LA",
        "short": "SHN01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003970:LOC",
        "label": "SJB01",
        "long": "LIEUDIEU-VIL. DE MARC-ST JEAN DE BOURNAY",
        "short": "SJB01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003971:LOC",
        "label": "SJB02",
        "long": "MEYSSIES-VIL. DE MARC-ST JEAN DE BOURNAY",
        "short": "SJB02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003972:LOC",
        "label": "SJB03",
        "long": "ST AGNIN S.BION-ST JEAN BOURNAY",
        "short": "SJB03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003974:LOC",
        "label": "SJB05",
        "long": "ARTAS-BEAUVOIR-ST J. BOURNAY",
        "short": "SJB05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003975:LOC",
        "label": "SJB06",
        "long": "SAVAS-MEPIN-ST J.BOURNAY corr.T34",
        "short": "SJB06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003977:LOC",
        "label": "SJB08",
        "long": "SAVAS MEPIN-SAINT JEAN DE BOURNAY",
        "short": "SJB08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003978:LOC",
        "label": "SJB09",
        "long": "ARTAS-SAINT JEAN DE BOURNAY",
        "short": "SJB09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003980:LOC",
        "label": "SLP01",
        "long": "MIRIBEL LES ECHELLES-ST LAURENT DU PONT",
        "short": "SLP01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003981:LOC",
        "label": "SLP02",
        "long": "MIRIBEL (LES BACHES)-ST LAURENT DU PONT",
        "short": "SLP02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003982:LOC",
        "label": "SLP03",
        "long": "ST PIERRE DE CHARTREUSE-ST LAURENT(Corr)",
        "short": "SLP03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003983:LOC",
        "label": "SLP04",
        "long": "LES BOURDOIRES-ST LAURENT DU PONT COLLEG",
        "short": "SLP04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003986:LOC",
        "label": "SQF01",
        "long": "BONNEFAMILLE-ST QUENTIN FALLAVIER",
        "short": "SQF01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003987:LOC",
        "label": "SSB01",
        "long": "VIRIVILLE-CHATENAY-ST SIMEON",
        "short": "SSB01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003988:LOC",
        "label": "SSB02",
        "long": "ST SIMEON-ST PIERRE DE BRESSIEUX",
        "short": "SSB02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003989:LOC",
        "label": "SSB03",
        "long": "PAJAY-MARCILLOLES-ST SIMEON DE BRESSIEUX",
        "short": "SSB03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003990:LOC",
        "label": "SSB04",
        "long": "ST CLAIR SUR GALAURE-ST SIMEON DE BRESS.",
        "short": "SSB04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003991:LOC",
        "label": "TIJ01",
        "long": "VILLETTE D'ANTHON-TIGNIEU JAMEYZIEU",
        "short": "TIJ01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003992:LOC",
        "label": "TIJ02",
        "long": "VEYSSILLIEU-TIGNIEU JAMEYZIEU",
        "short": "TIJ02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003993:LOC",
        "label": "TUL01",
        "long": "MONTAUD-TULLINS",
        "short": "TUL01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003994:LOC",
        "label": "TUL02",
        "long": "LA RIVIERE-ST QUENTIN-TULLINS",
        "short": "TUL02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003995:LOC",
        "label": "TUL03",
        "long": "ST GERVAIS-TULLINS-ST JEAN DE MOIRANS",
        "short": "TUL03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003996:LOC",
        "label": "TUL04",
        "long": "MORETTE-TULLINS",
        "short": "TUL04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003997:LOC",
        "label": "VER02",
        "long": "TREPT-ST HILAIRE BRENS-LA VERPILLIERE",
        "short": "VER02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003998:LOC",
        "label": "VER03",
        "long": "ST JUST CHALEYSSIN-LA VERPILLIERE",
        "short": "VER03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1003999:LOC",
        "label": "VER05",
        "long": "GRENAY-CHESNES-LA VERPILLIERE",
        "short": "VER05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004000:LOC",
        "label": "VER06",
        "long": "ST ALBAN DE ROCHE-LA VERPILLIERE",
        "short": "VER06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004001:LOC",
        "label": "VER07",
        "long": "VILLETTE D'ANTHON-CHARVIEU-LA VERPILLIERE",
        "short": "VER07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004002:LOC",
        "label": "VER08",
        "long": "FRONTONAS-LA VERPILLIERE",
        "short": "VER08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004003:LOC",
        "label": "VER09",
        "long": "VALENCIN-LA VERPILLIERE",
        "short": "VER09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004004:LOC",
        "label": "VFT01",
        "long": "ST ALBAN DE ROCHE-ROCHE-VILLEFONTAINE",
        "short": "VFT01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004005:LOC",
        "label": "VFT02",
        "long": "LIEUDIEU-ST J. DE BOURNAY-VILLEFONTAINE",
        "short": "VFT02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004006:LOC",
        "label": "VFT03",
        "long": "HEYRIEUX-DIEMOZ-VILLEFONTAINE",
        "short": "VFT03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004007:LOC",
        "label": "VFT04",
        "long": "VALENCIN-HEYRIEUX-VILLEFONTAINE",
        "short": "VFT04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004008:LOC",
        "label": "VFT05",
        "long": "OYTIER ST OBLAS-VILLEFONTAINE",
        "short": "VFT05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004010:LOC",
        "label": "VIE01",
        "long": "ROUSSILLON-REVENTIN VAUGRIS-VIENNE",
        "short": "VIE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004011:LOC",
        "label": "VIE02",
        "long": "COUR ET BUIS-VERNIOZ-VIENNE",
        "short": "VIE02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004012:LOC",
        "label": "VIE08",
        "long": "ROUSSILLON-ST CLAIR-VIENNE",
        "short": "VIE08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004013:LOC",
        "label": "VIE09",
        "long": "HEYRIEUX-SEPTEME-VIENNE",
        "short": "VIE09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004014:LOC",
        "label": "VIF02",
        "long": "ST MARTIN DE LA CLUZE-VIF (PRIMAIRE-COLL",
        "short": "VIF02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004015:LOC",
        "label": "VIL01",
        "long": "AUTRANS-MEAUDRE-VILLARD DE LANS",
        "short": "VIL01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004016:LOC",
        "label": "VIL02",
        "long": "AUTRANS-MEAUDRE-VILLARD DE LANS",
        "short": "VIL02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004017:LOC",
        "label": "VIL03",
        "long": "AUTRANS-MEAUDRE-VILLARD DE LANS",
        "short": "VIL03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004018:LOC",
        "label": "VIL04",
        "long": "RENCUREL-VILLARD DE LANS",
        "short": "VIL04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004019:LOC",
        "label": "VIL05",
        "long": "ENGINS-LANS EN VERCORS-VILLARD DE LANS",
        "short": "VIL05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004020:LOC",
        "label": "VIL06",
        "long": "BOIS BARBU-VILLARD DE LANS",
        "short": "VIL06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004021:LOC",
        "label": "VIL07",
        "long": "COTE 2000-CORREN\u00c7ON-VILLARD DE LANS",
        "short": "VIL07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004022:LOC",
        "label": "VIL08",
        "long": "ST NIZIER-LANS EN V.-VILLARD DE LANS",
        "short": "VIL08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004023:LOC",
        "label": "VIN01",
        "long": "QUINCIEU-SERRE NERPOL-VINAY",
        "short": "VIN01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004024:LOC",
        "label": "VIN02",
        "long": "ND DE L'OSIER-VATILIEU-VINAY",
        "short": "VIN02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004025:LOC",
        "label": "VIN03",
        "long": "VINAY CAMPING CHARROI-SERRE NERPOL-VINAY",
        "short": "VIN03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004026:LOC",
        "label": "VIN04",
        "long": "COGNIN-ROVON-ST GERVAIS-VINAY",
        "short": "VIN04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004027:LOC",
        "label": "VIN05",
        "long": "VARACIEUX-CHASSELAY-SERRE NERPOL-VINAY",
        "short": "VIN05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004028:LOC",
        "label": "VIN06",
        "long": "VARACIEUX STADE-VINAY",
        "short": "VIN06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004029:LOC",
        "label": "VIN07",
        "long": "BEAULIEU-VINAY",
        "short": "VIN07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004030:LOC",
        "label": "VIN08",
        "long": "CHANTESSE-L'ALBENC-VINAY",
        "short": "VIN08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004031:LOC",
        "label": "VIZ03",
        "long": "BOURG D'OISANS-VIZILLE",
        "short": "VIZ03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004032:LOC",
        "label": "VIZ06",
        "long": "LA MURE-LAFFREY-VIZILLE",
        "short": "VIZ06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004033:LOC",
        "label": "VIZ07",
        "long": "SUSVILLE-LA MOTTE D'AVEILLANS-VIZILLE",
        "short": "VIZ07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004035:LOC",
        "label": "VLM01",
        "long": "ST M. BEL ACCUEIL-FRONTONAS-VILLEMOIRIEU",
        "short": "VLM01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004036:LOC",
        "label": "VLM02",
        "long": "VILLETTE D'ANTHON-VILLEMOIRIEU",
        "short": "VLM02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004037:LOC",
        "label": "VLM03",
        "long": "SATOLAS ET BONCE-VILLEMOIRIEU",
        "short": "VLM03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004038:LOC",
        "label": "VLM04",
        "long": "PUSIGNAN-PONT DE CHERUY-VILLEMOIRIEU",
        "short": "VLM04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004039:LOC",
        "label": "VLM05",
        "long": "CHARETTE-OPTEVOZ-VILLEMOIRIEU",
        "short": "VLM05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004040:LOC",
        "label": "VLM06",
        "long": "SOLEYMIEU-TREPT-VILLEMOIRIEU",
        "short": "VLM06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004041:LOC",
        "label": "VOI01",
        "long": "LE RIVIER D'APPRIEU-REAUMONT",
        "short": "VOI01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004042:LOC",
        "label": "VOI06",
        "long": "BIZONNES-OYEU-VOIRON",
        "short": "VOI06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1004043:LOC",
        "label": "VOI07",
        "long": "BEVENAIS-COLOMBE-VOIRON",
        "short": "VOI07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1005912:LOC",
        "label": "LTP01",
        "long": "DOLOMIEU-ST JEAN DE SOUDAIN-LA TOUR DU PIN",
        "short": "LTP01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1005932:LOC",
        "label": "LTP02",
        "long": "AOSTE-LA TOUR DU PIN",
        "short": "LTP02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1005952:LOC",
        "label": "LTP08",
        "long": "BELMONT-BIOL-LA TOUR DU PIN",
        "short": "LTP08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1005953:LOC",
        "label": "LTP10",
        "long": "BLANDIN-LE PASSAGE-LA TOUR DU PIN",
        "short": "LTP10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1005954:LOC",
        "label": "LTP11",
        "long": "PANISSAGE-MONTAGNIEU-LA TOUR DU PIN",
        "short": "LTP11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1005955:LOC",
        "label": "LTP12",
        "long": "SAINTE BLANDINE-LA TOUR DU PIN",
        "short": "LTP12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1005972:LOC",
        "label": "CND01",
        "long": "LES ROCHES-ST PRIM-ST CLAIR-CONDRIEU",
        "short": "CND01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1006032:LOC",
        "label": "PSTHA",
        "long": "DESSERTE CHOLONGE-ST THEOFFREY",
        "short": "PSTHA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1006052:LOC",
        "label": "VIE10",
        "long": "ST CLAIR-ST PRIM-CHONAS-VIENNE",
        "short": "VIE10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1006234:LOC",
        "label": "ALB01",
        "long": "SABLONS-SALAISE-CHANAS-ST RAMBERT",
        "short": "ALB01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007785:LOC",
        "label": "PER06",
        "long": "GRENOBLE-PONT EN ROYANS (INTERNES)",
        "short": "PER06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007845:LOC",
        "label": "VIE12",
        "long": "BEAUREPAIRE-VIENNE",
        "short": "VIE12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007846:LOC",
        "label": "BEA05",
        "long": "MONTSEVEROUX-BEAUREPAIRE",
        "short": "BEA05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007847:LOC",
        "label": "EDG03",
        "long": "ST PIERRE D'ENTREMONT-ENTRE DEUX GUIERS",
        "short": "EDG03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007865:LOC",
        "label": "IDB02",
        "long": "BOURGOIN JALLIEU-L'ISLE D'ABEAU",
        "short": "IDB02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007866:LOC",
        "label": "NIV09",
        "long": "PONT DE CHERUY-NIVOLAS VERMELLE",
        "short": "NIV09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007867:LOC",
        "label": "AVE03",
        "long": "CORBELIN-LES AVENIERES VEYRINS THUELLIN",
        "short": "AVE03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007868:LOC",
        "label": "AVE04",
        "long": "LA TOUR DU PIN-LES AVENIERES",
        "short": "AVE04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007869:LOC",
        "label": "BJA05",
        "long": "ST LAURENT DE MURE-BOURGOIN JALLIEU",
        "short": "BJA05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007870:LOC",
        "label": "BJA10",
        "long": "PONT DE BEAUVOISIN-BOURGOIN JALLIEU",
        "short": "BJA10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007871:LOC",
        "label": "BJA13",
        "long": "VIENNE-BOURGOIN JALLIEU",
        "short": "BJA13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007872:LOC",
        "label": "CHA01",
        "long": "ST LAURENT DU PONT-CHAMBERY",
        "short": "CHA01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007873:LOC",
        "label": "CSA01",
        "long": "ST JEAN DE BOURNAY-LA COTE ST ANDRE",
        "short": "CSA01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007874:LOC",
        "label": "CSA02",
        "long": "GRENOBLE-LA COTE ST ANDRE (INTERNES)",
        "short": "CSA02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007875:LOC",
        "label": "CSA03",
        "long": "VOIRON-LE GRAND LEMPS-LA COTE ST ANDRE",
        "short": "CSA03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007876:LOC",
        "label": "CSA04",
        "long": "VOIRON-RENAGE-LA COTE ST ANDRE",
        "short": "CSA04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007877:LOC",
        "label": "EDG02",
        "long": "ST PIERRE DE CHARTREUSE-ENTRE DEUX GUIERS",
        "short": "EDG02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007878:LOC",
        "label": "HEY02",
        "long": "DIEMOZ-HEYRIEUX",
        "short": "HEY02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007879:LOC",
        "label": "LTP13",
        "long": "LES AVENIERES-LA TOUR DU PIN",
        "short": "LTP13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007880:LOC",
        "label": "LTP14",
        "long": "MORESTEL-LES AVENIERES-LA TOUR DU PIN",
        "short": "LTP14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007881:LOC",
        "label": "MAV02",
        "long": "ST GEORGES DE COMMIERS-LA MOTTE D'AVEILLANS",
        "short": "MAV02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007882:LOC",
        "label": "MOI02",
        "long": "ST SIMEON DE BRESSIEUX-IZEAUX-MOIRANS",
        "short": "MOI02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007883:LOC",
        "label": "MRC14",
        "long": "ST JEAN EN ROYANS-ST MARCELLIN",
        "short": "MRC14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007884:LOC",
        "label": "MRL08",
        "long": "LA TOUR DU PIN-MORESTEL",
        "short": "MRL08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007885:LOC",
        "label": "MUR02",
        "long": "ST GEORGES DE COMMIERS-MONTEYNARD-LA MURE",
        "short": "MUR02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007886:LOC",
        "label": "MUR03",
        "long": "CORPS-LA MURE",
        "short": "MUR03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007888:LOC",
        "label": "NIV07",
        "long": "LE GRAND LEMPS-NIVOLAS VERMELLE",
        "short": "NIV07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007889:LOC",
        "label": "NIV08",
        "long": "LA COTE ST ANDRE-NIVOLAS VERMELLE",
        "short": "NIV08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007890:LOC",
        "label": "PCH02",
        "long": "VILLEFONTAINE-PONT DE CHERUY",
        "short": "PCH02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007891:LOC",
        "label": "PER07",
        "long": "ST MARCELLIN-PONT EN ROYANS",
        "short": "PER07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007892:LOC",
        "label": "SLP05",
        "long": "LA SURE EN CHARTREUSE-ST LAURENT DU PONT",
        "short": "SLP05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007893:LOC",
        "label": "PSPEA",
        "long": "DESSERTE SAINT-PIERRE-D'ENTREMONT",
        "short": "PSPEA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007894:LOC",
        "label": "SSB05",
        "long": "ST SIMEON DE BRESSIEUX-MOIRANS",
        "short": "SSB05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007895:LOC",
        "label": "VIE11",
        "long": "ST JEAN DE BOURNAY-VIENNE",
        "short": "VIE11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007896:LOC",
        "label": "VOI03",
        "long": "LA COTE ST ANDRE-ST ET.ST GEOIRS-VOIRON",
        "short": "VOI03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007897:LOC",
        "label": "VOI04",
        "long": "LA COTE ST ANDRE-LE GRAND LEMPS-VOIRON",
        "short": "VOI04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007898:LOC",
        "label": "VOI05",
        "long": "ST CHRISTOPHE SUR GUIERS-VOIRON",
        "short": "VOI05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007899:LOC",
        "label": "VOI08",
        "long": "ST LAURENT DU PONT-VOIRON",
        "short": "VOI08",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007925:LOC",
        "label": "VLM07",
        "long": "MORESTEL-VILLEMOIRIEU",
        "short": "VLM07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1007965:LOC",
        "label": "MRC15",
        "long": "CHANTESSE-ST MARCELLIN",
        "short": "MRC15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008666:LOC",
        "label": "MRL02",
        "long": "PORCIEU-MONTALIEU-MORESTEL",
        "short": "MRL02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008667:LOC",
        "label": "SGE01",
        "long": "OYTIER ST OBLAS-ST GEORGES D'ESPERANCHE",
        "short": "SGE01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008668:LOC",
        "label": "MRL15",
        "long": "CREYS-ST VICTOR-MORESTEL",
        "short": "MRL15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008669:LOC",
        "label": "SCF03",
        "long": "SERMERIEU-VIGNIEU-ST CHEF",
        "short": "SCF03",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008670:LOC",
        "label": "SCF04",
        "long": "SERMERIEU-SALAGNON-ST CHEF",
        "short": "SCF04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008671:LOC",
        "label": "SCF05",
        "long": "SOLEYMIEU-ST CHEF",
        "short": "SCF05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008672:LOC",
        "label": "VER10",
        "long": "TIGNIEU-CHAMAGNIEU-LA VERPILLIERE",
        "short": "VER10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008686:LOC",
        "label": "SGC04",
        "long": "CHIMILIN-ST GENIX SUR GUIERS",
        "short": "SGC04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008687:LOC",
        "label": "MTV04",
        "long": "LA BALME-CHARETTE-MONTALIEU",
        "short": "MTV04",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008689:LOC",
        "label": "MTV05",
        "long": "COURTENAY-MONTALIEU VERCIEU",
        "short": "MTV05",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008786:LOC",
        "label": "BJA15",
        "long": "MONTALIEU VERCIEU-BOURGOIN JALLIEU",
        "short": "BJA15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008787:LOC",
        "label": "MEN12",
        "long": "LA MURE-MENS (INTERNES)",
        "short": "MEN12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008788:LOC",
        "label": "MUR09",
        "long": "MENS-LA MURE",
        "short": "MUR09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008789:LOC",
        "label": "BJA07",
        "long": "VALENCIN-ROCHE-BOURGOIN JALLIEU",
        "short": "BJA07",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008790:LOC",
        "label": "BJA11",
        "long": "VALENCIN-ARTAS-BOURGOIN JALLIEU",
        "short": "BJA11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008791:LOC",
        "label": "BJA14",
        "long": "MORESTEL-VIGNIEU-BOURGOIN JALLIEU",
        "short": "BJA14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008792:LOC",
        "label": "BJA16",
        "long": "DOLOMIEU- MONTCARRA-BOURGOIN JALLIEU",
        "short": "BJA16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008793:LOC",
        "label": "BJA17",
        "long": "ST JEAN DE BOURNAY-BOURGOIN JALLIEU",
        "short": "BJA17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008794:LOC",
        "label": "BJA18",
        "long": "STE ANNE SUR GERVONDE-BOURGOIN JALLIEU",
        "short": "BJA18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008795:LOC",
        "label": "BJA19",
        "long": "CHATONNAY-BOURGOIN JALLIEU",
        "short": "BJA19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008796:LOC",
        "label": "MRL16",
        "long": "VASSELIN-VIGNIEU-MORESTEL",
        "short": "MRL16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008797:LOC",
        "label": "SJB10",
        "long": "ST AGNIN SUR BION-ST JEAN DE BOURNAY",
        "short": "SJB10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008798:LOC",
        "label": "MUR10",
        "long": "LA MORTE-LA MURE",
        "short": "MUR10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008799:LOC",
        "label": "PMORA",
        "long": "DESSERTE LA MORTE",
        "short": "PMORA",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008800:LOC",
        "label": "BEA06",
        "long": "LA COTE ST ANDRE-BEAUREPAIRE",
        "short": "BEA06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008801:LOC",
        "label": "CSA15",
        "long": "BEAUREPAIRE-LA COTE ST ANDRE",
        "short": "CSA15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008802:LOC",
        "label": "SSB06",
        "long": "LA COTE ST ANDRE-ST SIMEON DE BRESSIEUX",
        "short": "SSB06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008803:LOC",
        "label": "MRL17",
        "long": "AOSTE-LES AVENIERES-MORESTEL",
        "short": "MRL17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008804:LOC",
        "label": "PCH01",
        "long": "BOUVESSE-LA BALME-PONT DE CHERUY",
        "short": "PCH01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008805:LOC",
        "label": "ROU06",
        "long": "BEAUREPAIRE-LE PEAGE DE ROUSSILLON",
        "short": "ROU06",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008806:LOC",
        "label": "SLS01",
        "long": "SONNAY-AGNIN-SALAISE",
        "short": "SLS01",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008807:LOC",
        "label": "SLS02",
        "long": "ROUSSILLON-SALAISE",
        "short": "SLS02",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1008809:LOC",
        "label": "MRC16",
        "long": "ROYBON-ST MARCELLIN",
        "short": "MRC16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1009191:LOC",
        "label": "VIL09",
        "long": "AUTRANS-MEAUDRE-VILLARD DE LANS",
        "short": "VIL09",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1009192:LOC",
        "label": "VIL10",
        "long": "AUTRANS-MEAUDRE-VILLARD DE LANS",
        "short": "VIL10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1009193:LOC",
        "label": "VIL11",
        "long": "LANS EN VERCORS-VILLARD DE LANS",
        "short": "VIL11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1009194:LOC",
        "label": "VIL12",
        "long": "LANS EN VERCORS-VILLARD DE LANS",
        "short": "VIL12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1009195:LOC",
        "label": "VIL13",
        "long": "LANS EN VERCORS-VILLARD DE LANS",
        "short": "VIL13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1009196:LOC",
        "label": "VIL14",
        "long": "LANS EN VERCORS-VILLARD DE LANS",
        "short": "VIL14",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1009197:LOC",
        "label": "PVILD",
        "long": "BOIS BARBU-VILLARD DE LANS",
        "short": "PVILD",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0070B2",
        "color_name": "teal",
        "has_shape": true,
        "id": "ISERE:Line:1009290:LOC",
        "label": "T19",
        "long": "CREMIEU-MEYZIEU",
        "short": "T19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ISERE:Line:1009392:LOC",
        "label": "SBG01",
        "long": "MONTALIEU-ST SORLIN EN BUGEY",
        "short": "SBG01",
        "text_color": "000000",
        "type_label": "Bus"
      }
    ],
    "stop_count": 9417,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.16",
  "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-24",
  "top_fixes": [
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 8922,
      "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": 23.7,
      "rank": 1,
      "severity": "WARNING",
      "what": "8922 of 9417 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": 4280,
      "effort": "A default or per-trip field in your export.",
      "fix": "Set wheelchair_accessible on every trip. If every vehicle is accessible, this may be one default; otherwise use the value for each trip.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 2,
      "severity": "WARNING",
      "what": "4280 of 4280 trips don't say whether the vehicle is wheelchair accessible.",
      "why": "Even with accessible stops, riders need to know the bus 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,
      "rank": 3,
      "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."
    }
  ],
  "validator_version": "8.0.1"
}
