{
  "agency": {
    "country": "FR",
    "id": "fr-pan-82136",
    "name": "R\u00e9seau scolaire interurbain ZOU !",
    "subdivision_code": "FR-PAC",
    "subdivision_name": "Provence-Alpes-C\u00f4te-d\u2019Azur"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 4.7,
          "stops_marked_accessible_pct": 7.4,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 7.4,
          "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.9,
          "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": 10094,
        "translations": {
          "feed_lang": null,
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 3316,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 7.4,
        "wheelchair_marked_accessible_pct": 7.4,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 9342,
          "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.1,
          "severity": "WARNING",
          "what": "9342 of 10094 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": 3316,
          "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": "3316 of 3316 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": 39.4,
      "status": "measured",
      "summary": "7% of stops state wheelchair accessibility (7% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 13,
        "instances_by_severity": {
          "ERROR": 0,
          "INFO": 43,
          "WARNING": 1048
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "route_long_name_contains_short_name",
          "count": 524,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 305,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 172,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the bus route through the wrong streets or point riders to the wrong corner."
        },
        {
          "code": "same_name_and_description_for_stop",
          "count": 26,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'same_name_and_description_for_stop' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Same name and description for stop (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 13,
          "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": "fast_travel_between_consecutive_stops",
          "count": 5,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "missing_recommended_file",
          "count": 1,
          "effort": "One small file, set once in export settings.",
          "fix": "Add feed_info.txt with publisher name, URL, language, and feed_start_date/feed_end_date.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "A file GTFS asks for (usually feed_info.txt) is missing.",
          "why": "feed_info.txt tells apps who publishes the feed and when it expires; without it nobody is warned before data goes stale."
        },
        {
          "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": 35,
          "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": 0.8,
          "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."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 6,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 0.8,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unknown_column",
          "count": 1,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "unknown_file",
          "count": 1,
          "effort": "A quick look at the flagged file.",
          "fix": "Check the flagged file name for a typo of a standard GTFS file. Remove it if it is a vendor extra.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "The feed includes a file that is not part of the GTFS spec.",
          "why": "Apps ignore files they don't know, and a stray file can hide a misspelled standard file name."
        }
      ],
      "name": "correctness",
      "score": 45.5,
      "status": "measured",
      "summary": "The MobilityData validator flagged 13 kinds of issue across 1091 instances (0 error, 1048 warning, 43 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 160,
        "effective_expiry_date": "2026-12-31",
        "feed_end_date": null,
        "feed_start_date": null,
        "feed_version": null,
        "has_feed_info": false,
        "last_service_date": "2026-12-31",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_missing_feed_info_dates",
          "count": 1,
          "effort": "Two fields, set once in export settings.",
          "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
          "owner": "Likely your export tool",
          "points": 15.0,
          "severity": "WARNING",
          "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
          "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
        }
      ],
      "name": "freshness",
      "score": 85.0,
      "status": "measured",
      "summary": "Service data covers the next 160 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 160 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 7% 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 7% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Licence Ouverte 2.0 (Etalab), recorded by France's National Access Point; reuse including commercial reuse is permitted with attribution to R\u00e9gion Provence-Alpes-C\u00f4te-d'Azur and the update date.",
    "reachable": true,
    "sha256": "8626a31bafbd12791759892bc14e576f8f6fe1fb5ac8fdd29709bf571bd2b051",
    "size_bytes": 12606748,
    "static_url": "https://www.data.gouv.fr/api/1/datasets/r/6471d334-17df-4308-bae0-5736c24a2e6a"
  },
  "fetch": {
    "final_url": "https://www.datasud.fr/fr/dataset/datasets/3746/resource/5015/download/",
    "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.61792,
      43.09788,
      7.41621,
      44.88758
    ],
    "lat": 43.88237,
    "lon": 6.04264,
    "stop_count": 10094
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 525,
        "trip_count": 3316,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 525,
    "trip_count": 3316
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 53.5,
    "margin_to_next_band": 6.5,
    "score": 53.5
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 520,
      "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": "520 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (4001, 4002, 4003, 4004, 4005, 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": 231,
      "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": "231 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"Lyc\u00e9e L. Aubrac/Coll\u00e8ge H. Boudon\", \"Centre/Cave Coop\u00e9rative\", \"L'All\u00e9e Carrefour RD16/RN85\", 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": 6084,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 3316
  },
  "route_map": {
    "drawn_route_count": 525,
    "has_shapes": true,
    "path": "data/artifacts/fr-pan-82136/geometry.geojson",
    "route_count": 525,
    "routes": [
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4001",
        "label": "4001",
        "long": "4001 _ LA BREOLE - BARCELONNETTE",
        "short": "4001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4002",
        "label": "4002",
        "long": "4002 _ LE LAUZET UBAYE - MEOLANS REVEL",
        "short": "4002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4003",
        "label": "4003",
        "long": "4003 _ UVERNET FOURS - BARCELONNETTE",
        "short": "4003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4004",
        "label": "4004",
        "long": "4004 _ ST VINCENT LES FORTS - LA BREOLE",
        "short": "4004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4005",
        "label": "4005",
        "long": "4005 _ LES LAPHONDS - LA BREOLE",
        "short": "4005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4006",
        "label": "4006",
        "long": "4006 _ LA BREOLE - SEYNE",
        "short": "4006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4101",
        "label": "4101",
        "long": "4101 _ VAL D'ORONAYE - SAINT PAUL SUR UBAYE",
        "short": "4101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4102",
        "label": "4102",
        "long": "4102 _ JAUSIERS - SAINT PAUL SUR UBAYE",
        "short": "4102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4103",
        "label": "4103",
        "long": "4103 _ ENCHASTRAYES - BARCELONNETTE",
        "short": "4103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4104",
        "label": "4104",
        "long": "4104 _ FAUCON - BARCELONNETTE",
        "short": "4104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4105",
        "label": "4105",
        "long": "4105 _ FAUCON - BARCELONNETTE",
        "short": "4105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4106",
        "label": "4106",
        "long": "4106 _ ST PAUL SUR UBAYE - BARCELONNETTE",
        "short": "4106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4107",
        "label": "4107",
        "long": "4107 _ JAUSIERS - BARCELONNETTE",
        "short": "4107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4108",
        "label": "4108",
        "long": "4108 _ VAL D'ORONAYE - BARCELONNETTE",
        "short": "4108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4109",
        "label": "4109",
        "long": "4109 _ ST PAUL SUR UBAYE - EMBRUN",
        "short": "4109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4110",
        "label": "4110",
        "long": "4110 _ LES SANIERES - JAUSIERS",
        "short": "4110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4111",
        "label": "4111",
        "long": "4111 _ BARCELONNETTE - EYGLIERS",
        "short": "4111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4112",
        "label": "4112",
        "long": "4112 _ MARSEILLE - BARCELONNETTE",
        "short": "4112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4201",
        "label": "4201",
        "long": "4201 _ BARREME - DIGNE LES BAINS",
        "short": "4201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4202",
        "label": "4202",
        "long": "4202 _ ALLONS - ST ANDRE LES ALPES",
        "short": "4202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4203",
        "label": "4203",
        "long": "4203 _ BARREME  - ST ANDRE LES ALPES",
        "short": "4203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4204",
        "label": "4204",
        "long": "4204 _ MORIEZ - ST ANDRE LES ALPES",
        "short": "4204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4205",
        "label": "4205",
        "long": "4205 _ CHAUDON NORANTE - BARREME",
        "short": "4205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4206",
        "label": "4206",
        "long": "4206 _ BARREME - CLUMANC",
        "short": "4206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4207",
        "label": "4207",
        "long": "4207 _ CLUMANC - BARREME",
        "short": "4207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4208",
        "label": "4208",
        "long": "4208 _ ST JULIEN DU VERDON - ST ANDRE LES ALPES",
        "short": "4208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4209",
        "label": "4209",
        "long": "4209 _ BLIEUX - BARREME",
        "short": "4209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4301",
        "label": "4301",
        "long": "4301 _ BEAUVEZER - COLMARS LES ALPES",
        "short": "4301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4302",
        "label": "4302",
        "long": "4302 _ COLMARS LES ALPES - ECOLE",
        "short": "4302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4303",
        "label": "4303",
        "long": "4303 _ THORAME BASSE - THORAME HAUTE",
        "short": "4303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4304",
        "label": "4304",
        "long": "4304 _ THORAME BASSE - THORAME HAUTE",
        "short": "4304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4305",
        "label": "4305",
        "long": "4305 _ BEAUVEZER - COLMARS LES ALPES",
        "short": "4305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4306",
        "label": "4306",
        "long": "4306 _ ALLOS - ST ANDRE LES ALPES",
        "short": "4306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4307",
        "label": "4307",
        "long": "4307 _ VILLARS COLMARS - ST ANDRE LES ALPES",
        "short": "4307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4401",
        "label": "4401",
        "long": "4401 _ ENTREVAUX - ANNOT",
        "short": "4401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4402",
        "label": "4402",
        "long": "4402 _ GUILLAUMES - ANNOT",
        "short": "4402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4403",
        "label": "4403",
        "long": "4403 _ MEAILLES - ANNOT",
        "short": "4403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4404",
        "label": "4404",
        "long": "4404 _ ST BENOIT - ANNOT",
        "short": "4404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4405",
        "label": "4405",
        "long": "4405 _ VAL DE CHALVAGNE - ANNOT",
        "short": "4405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4406",
        "label": "4406",
        "long": "4406 _ BRAUX - ANNOT",
        "short": "4406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4501",
        "label": "4501",
        "long": "4501 _ SOLEILHAS - CASTELLANE",
        "short": "4501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4502",
        "label": "4502",
        "long": "4502 _ LA PALUD SUR VERDON - CASTELLANE",
        "short": "4502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4503",
        "label": "4503",
        "long": "4503 _ AMIRAT - CASTELLANE",
        "short": "4503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4504",
        "label": "4504",
        "long": "4504 _ LA BAUME - CASTELLANE",
        "short": "4504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4506",
        "label": "4506",
        "long": "4506 _ PLAN LA PALUD - CASTELLANE",
        "short": "4506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4510",
        "label": "4510",
        "long": "4510 _ BRAS D'ASSE - RIEZ",
        "short": "4510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4601",
        "label": "4601",
        "long": "4601 _ CERESTE - MANOSQUE",
        "short": "4601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4602",
        "label": "4602",
        "long": "4602 _ CERESTE - APT",
        "short": "4602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4603",
        "label": "4603",
        "long": "4603 _ REILLANNE - FORCALQUIER",
        "short": "4603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4701",
        "label": "4701",
        "long": "4701 _ SIMIANE LA ROTONDE - ECOLE",
        "short": "4701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4702",
        "label": "4702",
        "long": "4702 _ ST ETIENNE LES ORGUES - BANON",
        "short": "4702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4703",
        "label": "4703",
        "long": "4703 _ LARDIERS - BANON",
        "short": "4703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4704",
        "label": "4704",
        "long": "4704 _ STE CROIX A LAUZE - BANON",
        "short": "4704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4705",
        "label": "4705",
        "long": "4705 _ SIMIANE LA ROTONDE - BANON",
        "short": "4705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4706",
        "label": "4706",
        "long": "4706 _ REVEST DU BION - BANON",
        "short": "4706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4707",
        "label": "4707",
        "long": "4707 _ BANON - DIGNE LES BAINS",
        "short": "4707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4708",
        "label": "4708",
        "long": "4708 _ L'HOSPITALET - REVEST DES BROUSSES",
        "short": "4708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4801",
        "label": "4801",
        "long": "4801 _ DAUPHIN - VOLX",
        "short": "4801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4802",
        "label": "4802",
        "long": "4802 _ CRUIS - MANOSQUE",
        "short": "4802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4803",
        "label": "4803",
        "long": "4803 _ MANE - VOLX",
        "short": "4803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4804",
        "label": "4804",
        "long": "4804 _ LES MEES - ORAISON",
        "short": "4804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4805",
        "label": "4805",
        "long": "4805 _ PIERRERUE - NIOZELLES",
        "short": "4805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4806",
        "label": "4806",
        "long": "4806 _ LURS - SIGONCE",
        "short": "4806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4807",
        "label": "4807",
        "long": "4807 _ LURS - ORAISON",
        "short": "4807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4808",
        "label": "4808",
        "long": "4808 _ LIMANS - FORCALQUIER",
        "short": "4808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4809",
        "label": "4809",
        "long": "4809 _ NIOZELLES - FORCALQUIER",
        "short": "4809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4810",
        "label": "4810",
        "long": "4810 _ PIERRERUE - FORCALQUIER",
        "short": "4810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4811",
        "label": "4811",
        "long": "4811 _ SIGONCE - FORCALQUIER",
        "short": "4811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4812",
        "label": "4812",
        "long": "4812 _ REVEST ST MARTIN - FORCALQUIER",
        "short": "4812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4813",
        "label": "4813",
        "long": "4813 _ AUBENAS - FORCALQUIER",
        "short": "4813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4901",
        "label": "4901",
        "long": "4901 _ CHATEAUNEUF VAL ST DONAT - AUBIGNOSC",
        "short": "4901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4902",
        "label": "4902",
        "long": "4902 _ AUTHON - SISTERON",
        "short": "4902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4903",
        "label": "4903",
        "long": "4903 _ MISON - ECOLE",
        "short": "4903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4904",
        "label": "4904",
        "long": "4904 _ SALIGNAC - ENTREPIERRES",
        "short": "4904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4905",
        "label": "4905",
        "long": "4905 _ ENTREPIERRES - SISTERON",
        "short": "4905",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4906",
        "label": "4906",
        "long": "4906 _ SALIGNAC - SISTERON",
        "short": "4906",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4907",
        "label": "4907",
        "long": "4907 _ ENTREPIERRES - SISTERON",
        "short": "4907",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4908",
        "label": "4908",
        "long": "4908 _ SISTERON BAS - SISTERON",
        "short": "4908",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4909",
        "label": "4909",
        "long": "4909 _ LA BAUME - SISTERON",
        "short": "4909",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4910",
        "label": "4910",
        "long": "4910 _ SISTERON HAUT - SISTERON",
        "short": "4910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4911",
        "label": "4911",
        "long": "4911 _ SOURRIBES - ENTREPIERRES",
        "short": "4911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4912",
        "label": "4912",
        "long": "4912 _ SOURRIBES - VOLONNE",
        "short": "4912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4913",
        "label": "4913",
        "long": "4913 _ LES OMERGUES - ST VINCENT SUR JABRON",
        "short": "4913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4914",
        "label": "4914",
        "long": "4914 _ BEVONS - NOYERS SUR JABRON",
        "short": "4914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4915",
        "label": "4915",
        "long": "4915 _ THEZE - VALERNES",
        "short": "4915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4916",
        "label": "4916",
        "long": "4916 _ THEZE - SIGOYER",
        "short": "4916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4917",
        "label": "4917",
        "long": "4917 _ BAYONS - LA MOTTE DU CAIRE",
        "short": "4917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4918",
        "label": "4918",
        "long": "4918 _ GIGORS - TURRIERS",
        "short": "4918",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4919",
        "label": "4919",
        "long": "4919 _ CLARET - LA MOTTE DU CAIRE",
        "short": "4919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4920",
        "label": "4920",
        "long": "4920 _ SIGOYER - LA MOTTE DU CAIRE",
        "short": "4920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4921",
        "label": "4921",
        "long": "4921 _ BAYONS - LA MOTTE DU CAIRE",
        "short": "4921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4922",
        "label": "4922",
        "long": "4922 _ BAYONS - TURRIERS",
        "short": "4922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4923",
        "label": "4923",
        "long": "4923 _ SISTERON - BEVONS",
        "short": "4923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4924",
        "label": "4924",
        "long": "4924 _ SISTERON - LA MOTTE DU CAIRE",
        "short": "4924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4925",
        "label": "4925",
        "long": "4925 _ VALERNES - THEZE",
        "short": "4925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4926",
        "label": "4926",
        "long": "4926 _ MELVE - LA MOTTE DU CAIRE",
        "short": "4926",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4927",
        "label": "4927",
        "long": "4927 _ THEZE - LA MOTTE DU CAIRE",
        "short": "4927",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4928",
        "label": "4928",
        "long": "4928 _ BAYONS - SISTERON",
        "short": "4928",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4929",
        "label": "4929",
        "long": "4929 _ SEDERON - SISTERON",
        "short": "4929",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4930",
        "label": "4930",
        "long": "4930 _ MISON - SISTERON",
        "short": "4930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:4931",
        "label": "4931",
        "long": "4931 _ DIGNE LES BAINS - GAP",
        "short": "4931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5000",
        "label": "5000",
        "long": "5000 _ Laragne - Sisteron (CL)",
        "short": "5000",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5001",
        "label": "5001",
        "long": "5001 _ Ventavon - Laragne (C)",
        "short": "5001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5002",
        "label": "5002",
        "long": "5002 _ RP Claret-Mon\u00eatier Allemont-Ventavon (P)",
        "short": "5002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5003",
        "label": "5003",
        "long": "5003 _ Le Po\u00ebt - Upaix - Laragne (C)",
        "short": "5003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5004",
        "label": "5004",
        "long": "5004 _ Mon\u00eatier Allemont - Upaix - Sisteron (L)",
        "short": "5004",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5005",
        "label": "5005",
        "long": "5005 _ Ribiers - Laragne (C)",
        "short": "5005",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5006",
        "label": "5006",
        "long": "5006 _ Laborel - Laragne (C)",
        "short": "5006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5007",
        "label": "5007",
        "long": "5007 _ Eourres - Laragne (PC)",
        "short": "5007",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5008",
        "label": "5008",
        "long": "5008 _ RP Orpierre - Pont Lagrand (P)",
        "short": "5008",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5009",
        "label": "5009",
        "long": "5009 _ RP Montjay-Trescl\u00e9-Eyguians-Trescl\u00e9 (P)",
        "short": "5009",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5010",
        "label": "5010",
        "long": "5010 _ Lagrand - Laragne (L)",
        "short": "5010",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ZOS:5011",
        "label": "5011",
        "long": "5011 _ Sisteron - Ventavon",
        "short": "5011",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5050",
        "label": "5050",
        "long": "5050 _ Savournon - Serres (C)",
        "short": "5050",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5051",
        "label": "5051",
        "long": "5051 _ Le Bersac - Savournon (P)",
        "short": "5051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5052",
        "label": "5052",
        "long": "5052 _ Trescl\u00e9oux - Serres (C)",
        "short": "5052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5060",
        "label": "5060",
        "long": "5060 _ Pont de Chabestan - Serres (PC)",
        "short": "5060",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5061",
        "label": "5061",
        "long": "5061 _ Pt Chabestan-Bt Monsal\u00e9on-Savournon (P)",
        "short": "5061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5062",
        "label": "5062",
        "long": "5062 _ St Andr\u00e9 de Rosans - Rosans (P)",
        "short": "5062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5064",
        "label": "5064",
        "long": "5064 _ Bruis - Montmorin - L'Epine (P)",
        "short": "5064",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5065",
        "label": "5065",
        "long": "5065 _ RP Ribeyret - L'Epine (P)",
        "short": "5065",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5066",
        "label": "5066",
        "long": "5066 _ Sigottier - La Piarre - Serres (PC)",
        "short": "5066",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5120",
        "label": "5120",
        "long": "5120 _ RP La Cluse - St Etienne en D\u00e9voluy (P)",
        "short": "5120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5121",
        "label": "5121",
        "long": "5121 _ RP Superd\u00e9voluy-Agni\u00e8res en D\u00e9voluy (P)",
        "short": "5121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5122",
        "label": "5122",
        "long": "5122 _ Le D\u00e9voluy - Veynes (C)",
        "short": "5122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5123",
        "label": "5123",
        "long": "5123 _ St Disdier/D\u00e9voluy-Agni\u00e8res/D\u00e9voluy (P)",
        "short": "5123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5124",
        "label": "5124",
        "long": "5124 _ Furmeyer - Veynes (P)",
        "short": "5124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5126",
        "label": "5126",
        "long": "5126 _ St Auban d'Oze - Veynes (C)",
        "short": "5126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5127",
        "label": "5127",
        "long": "5127 _ St Auban d'Oze - Veynes (P)",
        "short": "5127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5128",
        "label": "5128",
        "long": "5128 _ La Beaume - Veynes (C)",
        "short": "5128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5129",
        "label": "5129",
        "long": "5129 _ La Beaume - Aspres sur Buech (P)",
        "short": "5129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5130",
        "label": "5130",
        "long": "5130 _ Lus la Croix Haute - Veynes (C)",
        "short": "5130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5131",
        "label": "5131",
        "long": "5131 _ St-Disdier-Les Combettes (C)",
        "short": "5131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5132",
        "label": "5132",
        "long": "5132 _ Le D\u00e9voluy - Montmaur (R-internes)",
        "short": "5132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ZOS:5133",
        "label": "5133",
        "long": "5133 _ Corr\u00e9o - La Roche des Arnauds (CL)",
        "short": "5133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5200",
        "label": "5200",
        "long": "5200 _ La Chapelle/ Valgaudemar - St Firmin (P)",
        "short": "5200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5201",
        "label": "5201",
        "long": "5201 _ Aspres les Corps - St Firmin (P)",
        "short": "5201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5202",
        "label": "5202",
        "long": "5202 _ La Chapelle/Valgaudemar - St Bonnet (C)",
        "short": "5202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5203",
        "label": "5203",
        "long": "5203 _ St Eus\u00e8be - Les Costes - Chauffayer (P)",
        "short": "5203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5204",
        "label": "5204",
        "long": "5204 _ Le Glaizil-Le Noyer-Poligny-St Bonnet(C)",
        "short": "5204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5205",
        "label": "5205",
        "long": "5205 _ Le Noyer - Poligny - Les Barraques (L)",
        "short": "5205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5206",
        "label": "5206",
        "long": "5206 _ La Motte en Champsaur - St Bonnet (P)",
        "short": "5206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5207",
        "label": "5207",
        "long": "5207 _ B\u00e9n\u00e9vent et Charbillac - St Bonnet (C)",
        "short": "5207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5208",
        "label": "5208",
        "long": "5208 _ B\u00e9n\u00e9vent - Les Infournas - St Bonnet (P)",
        "short": "5208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5209",
        "label": "5209",
        "long": "5209 _ Le Domaine - St Bonnet (P)",
        "short": "5209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5210",
        "label": "5210",
        "long": "5210 _ Laye - St Laurent du Cros (P)",
        "short": "5210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5211",
        "label": "5211",
        "long": "5211 _ Les Combes - St Bonnet (C)",
        "short": "5211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5212",
        "label": "5212",
        "long": "5212 _ Les Combes - St Bonnet (P)",
        "short": "5212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5213",
        "label": "5213",
        "long": "5213 _ St Michel de Chaillol - St Bonnet (C)",
        "short": "5213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5214",
        "label": "5214",
        "long": "5214 _ Buissard-St Julien en Champsaur (P)",
        "short": "5214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5215",
        "label": "5215",
        "long": "5215 _ RP St Julien-St Michel/Chaillol (P)",
        "short": "5215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5216",
        "label": "5216",
        "long": "5216 _ Chabottes-Buissard-St Bonnet (C)",
        "short": "5216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5217",
        "label": "5217",
        "long": "5217 _ St L\u00e9ger/M\u00e9l\u00e8zes - Ecole Pont/Foss\u00e9 (P)",
        "short": "5217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5218",
        "label": "5218",
        "long": "5218 _ Ancelle-St Laurent du Cros-St Bonnet (C)",
        "short": "5218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5219",
        "label": "5219",
        "long": "5219 _ Ancelle-St L\u00e9ger-Chabottes-St Bonnet (C)",
        "short": "5219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5220",
        "label": "5220",
        "long": "5220 _ Forest St Julien - Chabottes (P)",
        "short": "5220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5221",
        "label": "5221",
        "long": "5221 _ Hameaux  de St Jean-Ecole Pont/Foss\u00e9 (P)",
        "short": "5221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5222",
        "label": "5222",
        "long": "5222 _ St Jean St Nico-St Julien-St Bonnet (C)",
        "short": "5222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5223",
        "label": "5223",
        "long": "5223 _ Gap - St Jean St Nicolas (Poutrain)",
        "short": "5223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5224",
        "label": "5224",
        "long": "5224 _ St Bonnet - LEP Poutrain (L)",
        "short": "5224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5225",
        "label": "5225",
        "long": "5225 _ Champol\u00e9on - Ecole de Pont du Foss\u00e9 (P)",
        "short": "5225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5226",
        "label": "5226",
        "long": "5226 _ Les Tourengs-Orci\u00e8res (P)",
        "short": "5226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5227",
        "label": "5227",
        "long": "5227 _ Merlette - Ecole d'Orci\u00e8res (P)",
        "short": "5227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5228",
        "label": "5228",
        "long": "5228 _ Orci\u00e8res - St Bonnet (C)",
        "short": "5228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5229",
        "label": "5229",
        "long": "5229 _ Orci\u00e8res - LEP Poutrain (L)",
        "short": "5229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5230",
        "label": "5230",
        "long": "5230 _ Les Matherons-St Hilaire-Ancelle (L)",
        "short": "5230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5231",
        "label": "5231",
        "long": "5231 _ Laye - St Bonnet (C)",
        "short": "5231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5232",
        "label": "5232",
        "long": "5232 _ La Motte - St-Eus\u00e8be - St-Bonnet via 522",
        "short": "5232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5233",
        "label": "5233",
        "long": "5233 _ Saint Julien en Ch - Saint Bonnet (L)",
        "short": "5233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5241",
        "label": "5241",
        "long": "5241 _ Le Glaizil - Chauffayer (P)",
        "short": "5241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ZOS:5251",
        "label": "5251",
        "long": "5251 _ ST MICHEL DE CHAILLOL-CHABOTTES (R)",
        "short": "5251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ZOS:5253",
        "label": "5253",
        "long": "5253 _ SAINT LAURENT DU CROS-LES SAGNES",
        "short": "5253",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5300",
        "label": "5300",
        "long": "5300 _ Hameaux Batie Neuve - La Batie Neuve (C)",
        "short": "5300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5301",
        "label": "5301",
        "long": "5301 _ Chorges - La Batie Neuve (C)",
        "short": "5301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5302",
        "label": "5302",
        "long": "5302 _ Pruni\u00e8res-Les Bernards-Chorges (C)",
        "short": "5302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5303",
        "label": "5303",
        "long": "5303 _ Le Fein-Le Martouret-La Batie Neuve (C)",
        "short": "5303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5304",
        "label": "5304",
        "long": "5304 _ Pruni\u00e8res - Les Bernards - Chorges (P)",
        "short": "5304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5305",
        "label": "5305",
        "long": "5305 _ Le Fein - Chorges (L)",
        "short": "5305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5306",
        "label": "5306",
        "long": "5306 _ Le Fein - Le Martouret - Chorges (P)",
        "short": "5306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5307",
        "label": "5307",
        "long": "5307 _ Valserres - La Batie Neuve (C)",
        "short": "5307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5308",
        "label": "5308",
        "long": "5308 _ Rambaud - La Batie Neuve (C)",
        "short": "5308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5309",
        "label": "5309",
        "long": "5309 _ RP Rambaud - La Batie Vieille (P)",
        "short": "5309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5310",
        "label": "5310",
        "long": "5310 _ La Batie Vieille - Rambaud - Gap (L)",
        "short": "5310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5311",
        "label": "5311",
        "long": "5311 _ Avan\u00e7on-Valserres-St Etienne Le Laus (P)",
        "short": "5311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5312",
        "label": "5312",
        "long": "5312 _ Manteyer-Veynes/Gap Fontreyne (C)",
        "short": "5312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5313",
        "label": "5313",
        "long": "5313 _ La Roche-Pic Pon\u00e7on-Gap Fontreyne (C)",
        "short": "5313",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5314",
        "label": "5314",
        "long": "5314 _ RP Br\u00e9ziers-Th\u00e9us-Rochebrune-Remollon",
        "short": "5314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5315",
        "label": "5315",
        "long": "5315 _ Pi\u00e9gut-Venterol-Jarjayes (CL)",
        "short": "5315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5316",
        "label": "5316",
        "long": "5316 _ Turriers-Br\u00e9ziers-Plaine de Th\u00e9us (L)",
        "short": "5316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5317",
        "label": "5317",
        "long": "5317 _ Br\u00e9ziers - Coll\u00e8ge de Tallard (C)",
        "short": "5317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5318",
        "label": "5318",
        "long": "5318 _ Espinasses - Tallard (C)",
        "short": "5318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5319",
        "label": "5319",
        "long": "5319 _ Espinasses - Gap (CL)",
        "short": "5319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5320",
        "label": "5320",
        "long": "5320 _ Manteyer - La Roche des Arnauds (P)",
        "short": "5320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5321",
        "label": "5321",
        "long": "5321 _ Tournosy-Les Roux-Ecole de La Roche (P)",
        "short": "5321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5322",
        "label": "5322",
        "long": "5322 _ Rabou -Corr\u00e9o - La Roche des Arnauds (P)",
        "short": "5322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5323",
        "label": "5323",
        "long": "5323 _ Les Andrieux-Les Bernards-Chorges",
        "short": "5323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5324",
        "label": "5324",
        "long": "5324 _ Valserres-La Batie Neuve-Gap",
        "short": "5324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5325",
        "label": "5325",
        "long": "5325 _ La Batie Hameaux-La Batie Neuve",
        "short": "5325",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5400",
        "label": "5400",
        "long": "5400 _ Villar Meyer-St Martin de Queyri\u00e8res (P)",
        "short": "5400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5401",
        "label": "5401",
        "long": "5401 _ La Roche/Rame-L'Argenti\u00e8re/Bess\u00e9e (C)",
        "short": "5401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5402",
        "label": "5402",
        "long": "5402 _ Freissini\u00e8res - L'Argenti\u00e8re/Bess\u00e9e (C)",
        "short": "5402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5403",
        "label": "5403",
        "long": "5403 _ RP Champcella - Freissini\u00e8res (P)",
        "short": "5403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5405",
        "label": "5405",
        "long": "5405 _ Puy St Vincent - L'Argenti\u00e8re/Bess\u00e9e (C)",
        "short": "5405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5406",
        "label": "5406",
        "long": "5406 _ Pelvoux - Vallouise - L' Argenti\u00e8re (C)",
        "short": "5406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5407",
        "label": "5407",
        "long": "5407 _ Puy St Vincent - Les Vigneaux Le Rif (L)",
        "short": "5407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5408",
        "label": "5408",
        "long": "5408 _ Grand Parcher-Vallouise Pelvoux (P)",
        "short": "5408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5409",
        "label": "5409",
        "long": "5409 _ L'Argenti\u00e8re-Brian\u00e7on Les Garcins (C)",
        "short": "5409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5600",
        "label": "5600",
        "long": "5600 _ Embrun Cal\u00e9y\u00e8re - Embrun (CL)",
        "short": "5600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5603",
        "label": "5603",
        "long": "5603 _ Hameaux Ch\u00e2teauroux-Ch\u00e2teauroux village",
        "short": "5603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5605",
        "label": "5605",
        "long": "5605 _ Les Orres - Embrun (CL)",
        "short": "5605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5606",
        "label": "5606",
        "long": "5606 _ St Sauveur - Baratier - Embrun",
        "short": "5606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5607",
        "label": "5607",
        "long": "5607 _ St Andr\u00e9 Siguret - Embrun (CL)",
        "short": "5607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5608",
        "label": "5608",
        "long": "5608 _ Cr\u00e9voux - Embrun (CL)",
        "short": "5608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5609",
        "label": "5609",
        "long": "5609 _ Cr\u00e9voux - St Andr\u00e9 d'Embrun (P)",
        "short": "5609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5610",
        "label": "5610",
        "long": "5610 _ Serre Bellon-St Andr\u00e9 d'Embrun (P)",
        "short": "5610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5611",
        "label": "5611",
        "long": "5611 _ St Sauveur - Baratier (P)",
        "short": "5611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5612",
        "label": "5612",
        "long": "5612 _ Les Orres - Ecole du M\u00e9lezet (P)",
        "short": "5612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5613",
        "label": "5613",
        "long": "5613 _ Hameaux des Crots-Ecole des Crots (P)",
        "short": "5613",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5614",
        "label": "5614",
        "long": "5614 _ Hameaux des Crots - Les Crots (CL)",
        "short": "5614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5615",
        "label": "5615",
        "long": "5615 _ Les Crots Boscodon - Embrun (CL)",
        "short": "5615",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5616",
        "label": "5616",
        "long": "5616 _ Le Sauze du Lac - Embrun (CL)",
        "short": "5616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5617",
        "label": "5617",
        "long": "5617 _ Le Sauze du Lac-Ecole de Savines (P)",
        "short": "5617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5618",
        "label": "5618",
        "long": "5618 _ La Treille - Ecole de Savines (P)",
        "short": "5618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5619",
        "label": "5619",
        "long": "5619 _ St Appolinaire-R\u00e9allon-Les Rousses (P)",
        "short": "5619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5620",
        "label": "5620",
        "long": "5620 _ R\u00e9allon - La Treille - Embrun (CL)",
        "short": "5620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5621",
        "label": "5621",
        "long": "5621 _ Puy Sani\u00e8res - Embrun (CL)",
        "short": "5621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5622",
        "label": "5622",
        "long": "5622 _ Puy Sani\u00e8res - Puy St Eus\u00e8be (P)",
        "short": "5622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5623",
        "label": "5623",
        "long": "5623 _ Mont-Dauphin - Embrun",
        "short": "5623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5700",
        "label": "5700",
        "long": "5700 _ Guillestre - Vars - Barcelonnette",
        "short": "5700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5701",
        "label": "5701",
        "long": "5701 _ Villargaudin - Arvieux - Brunissard (P)",
        "short": "5701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5702",
        "label": "5702",
        "long": "5702 _ Ch\u00e2t. Queyras-Ville Vieille-Aguille (P)",
        "short": "5702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5703",
        "label": "5703",
        "long": "5703 _ Arvieux - L'Est\u00e9y\u00e8re (CL)",
        "short": "5703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5704",
        "label": "5704",
        "long": "5704 _ Ristolas - Guillestre (C)",
        "short": "5704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5705",
        "label": "5705",
        "long": "5705 _ Le Queyras - Gap (L)",
        "short": "5705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5706",
        "label": "5706",
        "long": "5706 _ RP Molines - St V\u00e9ran (P)",
        "short": "5706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5707",
        "label": "5707",
        "long": "5707 _ St Marcellin-Les Claux-Ste Catherine (P)",
        "short": "5707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5708",
        "label": "5708",
        "long": "5708 _ St V\u00e9ran-Molines-Ch\u00e2t.Ville Vieille (CL)",
        "short": "5708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5709",
        "label": "5709",
        "long": "5709 _ Risoul Station - Ecole de Risoul (P)",
        "short": "5709",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5710",
        "label": "5710",
        "long": "5710 _ Les Isclasses-Ecole de Risoul (P)",
        "short": "5710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5711",
        "label": "5711",
        "long": "5711 _ St Cl\u00e9ment sur Durance - Guillestre (C)",
        "short": "5711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5712",
        "label": "5712",
        "long": "5712 _ Ceillac - Guillestre (CL)",
        "short": "5712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5713",
        "label": "5713",
        "long": "5713 _ Traverses St Cl\u00e9ment-Ecole R\u00e9otier (P)",
        "short": "5713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5714",
        "label": "5714",
        "long": "5714 _ St Cr\u00e9pin - Guillestre (C)",
        "short": "5714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5715",
        "label": "5715",
        "long": "5715 _ Mont Dauphin Fort - Ecole d'Eygliers (P)",
        "short": "5715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5716",
        "label": "5716",
        "long": "5716 _ Mont Dauphin - Guillestre (C)",
        "short": "5716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5717",
        "label": "5717",
        "long": "5717 _ Vars - Guillestre (C)",
        "short": "5717",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:5718",
        "label": "5718",
        "long": "5718 _ Risoul - Guillestre (CL)",
        "short": "5718",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6051",
        "label": "6051",
        "long": "6051 _ CAGNES (Vespins) - JUAN LES PINS",
        "short": "6051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6052",
        "label": "6052",
        "long": "6052 _ CAGNES (square 8 mai) - ANTIBES (Juan)",
        "short": "6052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6053",
        "label": "6053",
        "long": "6053 _ ANTIBES - JUAN LES PINS - NICE",
        "short": "6053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6054",
        "label": "6054",
        "long": "6054 _ VILLENEUVE LOUBET (cab) - CAGNES SUR MER",
        "short": "6054",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6056",
        "label": "6056",
        "long": "6056 _ CAUSSOLS - SAINT VALLIER DE THIEY",
        "short": "6056",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6057",
        "label": "6057",
        "long": "6057 _ GREOLIERES - CIPIERES -  GRASSE",
        "short": "6057",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6058",
        "label": "6058",
        "long": "6058 _ ANDON - LOGIS DU PIN - CASTELLANE",
        "short": "6058",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6105",
        "label": "6105",
        "long": "6105 _ BEZAUDUN - COURSEGOULES - VENCE",
        "short": "6105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6106",
        "label": "6106",
        "long": "6106 _ COURSEGOULES - VENCE",
        "short": "6106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6107",
        "label": "6107",
        "long": "6107 _ VENCE (Gallinier) - LA COLLE SUR LOUP",
        "short": "6107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6108",
        "label": "6108",
        "long": "6108 _ VENCE (\u00e9mile Hugues) - LA COLLE SUR LOUP",
        "short": "6108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6109",
        "label": "6109",
        "long": "6109 _ VENCE (vosgelade) - LA COLLE SUR LOUP",
        "short": "6109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6201",
        "label": "6201",
        "long": "6201 _ SIGALE - ROQUESTERON -  SAINT MARTIN VAR",
        "short": "6201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6202",
        "label": "6202",
        "long": "6202 _ TOUDON - TOURRETTE CHA - REVEST - COLLET",
        "short": "6202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6203",
        "label": "6203",
        "long": "6203 _ REVEST ROCHES - TOURRETTE CHATE - TOUDON",
        "short": "6203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6204",
        "label": "6204",
        "long": "6204 _ CUEBRIS - ROQUESTERON",
        "short": "6204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6205",
        "label": "6205",
        "long": "6205 _ AIGLUN - SIGALE - ROQUESTERON",
        "short": "6205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6300",
        "label": "6300",
        "long": "6300 _ LA MANDA  - PUGET",
        "short": "6300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6301",
        "label": "6301",
        "long": "6301 _ RIGAUD - LIEUCHE - PUGET THENIERS",
        "short": "6301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6302",
        "label": "6302",
        "long": "6302 _ RIGAUD - LIEUCHE - TOUET SUR VAR",
        "short": "6302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6303",
        "label": "6303",
        "long": "6303 _ PEONE VALBERG - BEUIL - PUGET THENIERS",
        "short": "6303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6304",
        "label": "6304",
        "long": "6304 _ VILLARS SUR VAR - PUGET THENIERS",
        "short": "6304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6305",
        "label": "6305",
        "long": "6305 _ MALAUSSENE - TOUET VAR -  PUGET THENIERS",
        "short": "6305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6306",
        "label": "6306",
        "long": "6306 _ PUGET ROSTANG - PUGET THENIERS",
        "short": "6306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "ZOS:6307",
        "label": "6307",
        "long": "ENTREVAUX - GUILLAUMES",
        "short": "6307",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6401",
        "label": "6401",
        "long": "6401 _ ASCROS - SAINT ANTONIN - PUGET THENIERS",
        "short": "6401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6403",
        "label": "6403",
        "long": "6403 _ ST ANTONIN - LA PENNE",
        "short": "6403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6405",
        "label": "6405",
        "long": "6405 _ AMIRAT  - LA ROCHETTE - ST PIERRE",
        "short": "6405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6501",
        "label": "6501",
        "long": "6501 _ PUGET THENIERS - TOUET VAR -  VALDEBLORE",
        "short": "6501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6502",
        "label": "6502",
        "long": "6502 _ VALBERG - ST SAUVEUR - ST ETIENNE TINEE",
        "short": "6502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6503",
        "label": "6503",
        "long": "6503 _ VALBERG - VALDEBLORE",
        "short": "6503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6610",
        "label": "6610",
        "long": "6610 _ LA TRINITE - DRAP -CONTES",
        "short": "6610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6650",
        "label": "6650",
        "long": "6650 _ ROQUEFORT - GRASSE par St Mathieu",
        "short": "6650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6655",
        "label": "6655",
        "long": "6655 _ CAGNES-VENCE",
        "short": "6655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6665",
        "label": "6665",
        "long": "6665 _ CANNES - LA ROQUETTE sur SIAGNE",
        "short": "6665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6702",
        "label": "6702",
        "long": "6702 _ TOURETTE LEVENS - CHATEAUN VILL - CONTES",
        "short": "6702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6703",
        "label": "6703",
        "long": "6703 _ BENDEJUN - CONTES",
        "short": "6703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6704",
        "label": "6704",
        "long": "6704 _ LE CASTELLAR - LAS AYAS - CONTES",
        "short": "6704",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6705",
        "label": "6705",
        "long": "6705 _ SCLOS DE CONTES - LA VERNEA - CONTES",
        "short": "6705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6706",
        "label": "6706",
        "long": "6706 _ PEILLON - L'ESCARENE",
        "short": "6706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6707",
        "label": "6707",
        "long": "6707 _ PEILLE - L'ESCARENE",
        "short": "6707",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6708",
        "label": "6708",
        "long": "6708 _ DRAP - L'ESCARENE",
        "short": "6708",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6801",
        "label": "6801",
        "long": "6801 _ PEIRA-CAVA  - COLLEGE  RABELAIS",
        "short": "6801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6802",
        "label": "6802",
        "long": "6802 _ LA POINTE DE BLAUSASC - BLAUSASC",
        "short": "6802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6803",
        "label": "6803",
        "long": "6803 _ BERRE LES ALPES - L'ESCARENE",
        "short": "6803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6804",
        "label": "6804",
        "long": "6804 _ BERRE LES ALPES - L'ESCARENE",
        "short": "6804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6805",
        "label": "6805",
        "long": "6805 _ PEILLE - DRAP",
        "short": "6805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6806",
        "label": "6806",
        "long": "6806 _ PEILLE - TOUET - L'ESCARENE- CONTES",
        "short": "6806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6807",
        "label": "6807",
        "long": "6807 _ BLAUSASC - L'ESCARENE",
        "short": "6807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6809",
        "label": "6809",
        "long": "6809 _ L'ESCARENE - ECOLE SAINT EXUPERY",
        "short": "6809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6901",
        "label": "6901",
        "long": "6901 _ CAP D'AIL - BEAUSOLEIL",
        "short": "6901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6902",
        "label": "6902",
        "long": "6902 _ LA TURBIE - NICE",
        "short": "6902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:6903",
        "label": "6903",
        "long": "6903 _ LA TURBIE - BEAULIEU",
        "short": "6903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7100",
        "label": "7100",
        "long": "7100 _ Scol. Arles - Port-Saint-Louis-du-Rh\u00f4ne",
        "short": "7100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7200",
        "label": "7200",
        "long": "7200 _ Scol. Eygui\u00e8res",
        "short": "7200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7201",
        "label": "7201",
        "long": "7201 _ Scol. Arles",
        "short": "7201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7202",
        "label": "7202",
        "long": "7202 _ Scol. Salon-de-Provence",
        "short": "7202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7203",
        "label": "7203",
        "long": "7203 _ Scol. Saint-Martin-de-Crau",
        "short": "7203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7304",
        "label": "7304",
        "long": "7304 _ Scol. Salon-de-Provence",
        "short": "7304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7400",
        "label": "7400",
        "long": "7400 _ Scol. Avignon",
        "short": "7400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7401",
        "label": "7401",
        "long": "7401 _ Scol. Saint-R\u00e9my-de-Provence",
        "short": "7401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7402",
        "label": "7402",
        "long": "7402 _ Scol. Chateaurenard - Saint-R\u00e9my-de-Pce",
        "short": "7402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7403",
        "label": "7403",
        "long": "7403 _ Scol. Rognonas",
        "short": "7403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7404",
        "label": "7404",
        "long": "7404 _ Scol. Arles",
        "short": "7404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7500",
        "label": "7500",
        "long": "7500 _ Scol. Avignon",
        "short": "7500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7501",
        "label": "7501",
        "long": "7501 _ Scol. Saint-R\u00e9my-de-Provence",
        "short": "7501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7503",
        "label": "7503",
        "long": "7503 _ Scol. Tarascon",
        "short": "7503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7504",
        "label": "7504",
        "long": "7504 _ Scol. St-R\u00e9my-de-Pce - Tarascon",
        "short": "7504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7505",
        "label": "7505",
        "long": "7505 _ Scol. Rognonas - Tarascon",
        "short": "7505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7506",
        "label": "7506",
        "long": "7506 _ Scol. Tarascon",
        "short": "7506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7507",
        "label": "7507",
        "long": "7507 _ Scol. Saint-R\u00e9my-de-Provence",
        "short": "7507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7700",
        "label": "7700",
        "long": "7700 _ Scol. Salon-de-Provence",
        "short": "7700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7800",
        "label": "7800",
        "long": "7800 _ Scol. Cavaillon",
        "short": "7800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7801",
        "label": "7801",
        "long": "7801 _ Scol.Orgon",
        "short": "7801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:7802",
        "label": "7802",
        "long": "7802 _ Scol.Orgon",
        "short": "7802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8021",
        "label": "8021",
        "long": "8021 _ AIGUINES - AUPS",
        "short": "8021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8022",
        "label": "8022",
        "long": "8022 _ BAUDINARD - AUPS",
        "short": "8022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8023",
        "label": "8023",
        "long": "8023 _ ARTIGUES - VINON",
        "short": "8023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8024",
        "label": "8024",
        "long": "8024 _ SILLANS - AUPS",
        "short": "8024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8027",
        "label": "8027",
        "long": "8027 _ ARTIGNOSC - AUPS",
        "short": "8027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8031",
        "label": "8031",
        "long": "8031 _ RIANS - RIANS",
        "short": "8031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8035",
        "label": "8035",
        "long": "8035 _ ST JULIEN - ST JULIEN",
        "short": "8035",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8121",
        "label": "8121",
        "long": "8121 _ VILLECROZE - AUPS",
        "short": "8121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8122",
        "label": "8122",
        "long": "8122 _ REGUSSE - DRAGUIGNAN",
        "short": "8122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8123",
        "label": "8123",
        "long": "8123 _ REGUSSE - LORGUES",
        "short": "8123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8125",
        "label": "8125",
        "long": "8125 _ TOURTOUR - LORGUES",
        "short": "8125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8140",
        "label": "8140",
        "long": "8140 _ ARTIGUES - ST MARTIN",
        "short": "8140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8141",
        "label": "8141",
        "long": "8141 _ VARAGES - BARJOLS",
        "short": "8141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8142",
        "label": "8142",
        "long": "8142 _ LA VERDIERE - BARJOLS",
        "short": "8142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8143",
        "label": "8143",
        "long": "8143 _ REGIE COLLEGE BARJOLS",
        "short": "8143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8144",
        "label": "8144",
        "long": "8144 _ RIANS - BARJOLS",
        "short": "8144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8202",
        "label": "8202",
        "long": "8202 _ COMPS- CASTELLANE",
        "short": "8202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8212",
        "label": "8212",
        "long": "8212 _ TOURTOUR - AUPS",
        "short": "8212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8223",
        "label": "8223",
        "long": "8223 _ BRENON - LA BASTIDE",
        "short": "8223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8253",
        "label": "8253",
        "long": "8253 _ VIDAUBAN - LE LUC",
        "short": "8253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8262",
        "label": "8262",
        "long": "8262 _ DRAGUIGNAN - ST RAPHAEL",
        "short": "8262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8282",
        "label": "8282",
        "long": "8282 _ LE LUC - TOULON",
        "short": "8282",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8302",
        "label": "8302",
        "long": "8302 _ SEILLANS - GRASSE",
        "short": "8302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8322",
        "label": "8322",
        "long": "8322 _ MONTAUROUX - DRAGUIGNAN",
        "short": "8322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8323",
        "label": "8323",
        "long": "8323 _ SEILLANS - LE MUY",
        "short": "8323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8330",
        "label": "8330",
        "long": "8330 _ SEILLANS - FAYENCE",
        "short": "8330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8331",
        "label": "8331",
        "long": "8331 _ SAINT PAUL EN FORET - MONTAUROUX",
        "short": "8331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8332",
        "label": "8332",
        "long": "8332 _ SAINT PAUL EN FORET - FAYENCE",
        "short": "8332",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8333",
        "label": "8333",
        "long": "8333 _ MONS - FAYENCE",
        "short": "8333",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8334",
        "label": "8334",
        "long": "8334 _ MONS - MONS",
        "short": "8334",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8336",
        "label": "8336",
        "long": "8336 _ TOURRETTES - FAYENCE",
        "short": "8336",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8337",
        "label": "8337",
        "long": "8337 _ TOURRETTES - TOURRETTES",
        "short": "8337",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8338",
        "label": "8338",
        "long": "8338 _ SEILLANS - SEILLANS",
        "short": "8338",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8339",
        "label": "8339",
        "long": "8339 _ REGIE COMMUNALE DE MONTAUROUX",
        "short": "8339",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8342",
        "label": "8342",
        "long": "8342 _ CALLIAN - MONTAUROUX",
        "short": "8342",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8343",
        "label": "8343",
        "long": "8343 _ CALLIAN - CALLIAN",
        "short": "8343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8344",
        "label": "8344",
        "long": "8344 _ MONTAUROUX - MONTAUROUX",
        "short": "8344",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8345",
        "label": "8345",
        "long": "8345 _ TANNERON - MANDELIEU",
        "short": "8345",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8363",
        "label": "8363",
        "long": "8363 _ SEILLANS - ST RAPHAEL",
        "short": "8363",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8402",
        "label": "8402",
        "long": "8402 _ ST ZACHARIE - ST MAXIMIN",
        "short": "8402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8403",
        "label": "8403",
        "long": "8403 _ PLAN D'AUPS - AUBAGNE",
        "short": "8403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8420",
        "label": "8420",
        "long": "8420 _ CABASSE - CARCES",
        "short": "8420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8421",
        "label": "8421",
        "long": "8421 _ BRIGNOLES - DRAGUIGNAN",
        "short": "8421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8422",
        "label": "8422",
        "long": "8422 _ SEILLONS - SAINT MAXIMIN",
        "short": "8422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8423",
        "label": "8423",
        "long": "8423 _ TOURVES - LORGUES",
        "short": "8423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8434",
        "label": "8434",
        "long": "8434 _ PLAN D'AUPS - ST ZACHARIE",
        "short": "8434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8439",
        "label": "8439",
        "long": "8439 _ PONTEVES - BARJOLS",
        "short": "8439",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8440",
        "label": "8440",
        "long": "8440 _ CHATEAUVERT - BARJOLS",
        "short": "8440",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8441",
        "label": "8441",
        "long": "8441 _ POURCIEUX - BARJOLS",
        "short": "8441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8445",
        "label": "8445",
        "long": "8445 _ SEILLONS - BRIGNOLES",
        "short": "8445",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8463",
        "label": "8463",
        "long": "8463 _ BRIGNOLES - FREJUS",
        "short": "8463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8482",
        "label": "8482",
        "long": "8482 _ BRIGNOLES - TOULON",
        "short": "8482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8483",
        "label": "8483",
        "long": "8483 _ MEOUNES - LA GARDE",
        "short": "8483",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8485",
        "label": "8485",
        "long": "8485 _ LA ROQUEBRUSSANNE - HYERES",
        "short": "8485",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8486",
        "label": "8486",
        "long": "8486 _ ST MAXIMIN - HYERES",
        "short": "8486",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8522",
        "label": "8522",
        "long": "8522 _ PIGNANS - LORGUES",
        "short": "8522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8533",
        "label": "8533",
        "long": "8533 _ LE CANNET - LE LUC",
        "short": "8533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8534",
        "label": "8534",
        "long": "8534 _ LE LUC - LE LUC",
        "short": "8534",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8535",
        "label": "8535",
        "long": "8535 _ LES MAYONS - LE LUC",
        "short": "8535",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8537",
        "label": "8537",
        "long": "8537 _ PIGNANS - LE LUC",
        "short": "8537",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8539",
        "label": "8539",
        "long": "8539 _ LE THORONET - LORGUES",
        "short": "8539",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8540",
        "label": "8540",
        "long": "8540 _ FLASSANS SUR ISSOLE - BESSE SUR ISSOLE",
        "short": "8540",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8541",
        "label": "8541",
        "long": "8541 _ PIGNANS - BESSE SUR ISSOLE",
        "short": "8541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8542",
        "label": "8542",
        "long": "8542 _ LE THORONET - CARCES",
        "short": "8542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8543",
        "label": "8543",
        "long": "8543 _ GONFARON - BRIGNOLES",
        "short": "8543",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8544",
        "label": "8544",
        "long": "8544 _ CABASSE - BRIGNOLES",
        "short": "8544",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8583",
        "label": "8583",
        "long": "8583 _ GONFARON - CUERS",
        "short": "8583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8603",
        "label": "8603",
        "long": "8603 _ LES ADRETS DE L ESTEREL - MANDELIEU",
        "short": "8603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8623",
        "label": "8623",
        "long": "8623 _ SAINT RAPHAEL - LE MUY",
        "short": "8623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8625",
        "label": "8625",
        "long": "8625 _ SAINT RAPHAEL - LORGUES",
        "short": "8625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8630",
        "label": "8630",
        "long": "8630 _ BAGNOLS EN FORET - FAYENCE",
        "short": "8630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8632",
        "label": "8632",
        "long": "8632 _ BAGNOLS EN FORET - BAGNOLS EN FORET",
        "short": "8632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8683",
        "label": "8683",
        "long": "8683 _ DRAGUIGNAN - HYERES",
        "short": "8683",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8685",
        "label": "8685",
        "long": "8685 _ ROQUEBRUNE - HYERES",
        "short": "8685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8722",
        "label": "8722",
        "long": "8722 _ PLAN DE LA TOUR - STE MAXIME",
        "short": "8722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8723",
        "label": "8723",
        "long": "8723 _ GRIMAUD - DRAGUIGNAN",
        "short": "8723",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8730",
        "label": "8730",
        "long": "8730 _ COGOLIN - GASSIN",
        "short": "8730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8731",
        "label": "8731",
        "long": "8731 _ LA CROIX VALMER - GASSIN",
        "short": "8731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8732",
        "label": "8732",
        "long": "8732 _ LA MOLE - GASSIN",
        "short": "8732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8733",
        "label": "8733",
        "long": "8733 _ LA GARDE FREINET - GASSIN",
        "short": "8733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8736",
        "label": "8736",
        "long": "8736 _ PLAN DE LA TOUR - GASSIN",
        "short": "8736",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8737",
        "label": "8737",
        "long": "8737 _ SAINT TROPEZ - GASSIN",
        "short": "8737",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8738",
        "label": "8738",
        "long": "8738 _ RAMATUELLE - GASSIN",
        "short": "8738",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8739",
        "label": "8739",
        "long": "8739 _ ROQUEBRUNE - GASSIN",
        "short": "8739",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8740",
        "label": "8740",
        "long": "8740 _ SAINT TROPEZ - RAMATUELLE",
        "short": "8740",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8742",
        "label": "8742",
        "long": "8742 _ RAMATUELLE - SAINT TROPEZ",
        "short": "8742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8744",
        "label": "8744",
        "long": "8744 _ GASSIN - GASSIN",
        "short": "8744",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8745",
        "label": "8745",
        "long": "8745 _ SAINT TROPEZ - GASSIN",
        "short": "8745",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8746",
        "label": "8746",
        "long": "8746 _ LE RAYOL CANADEL - GASSIN",
        "short": "8746",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8747",
        "label": "8747",
        "long": "8747 _ LA CROIX VALMER - GASSIN",
        "short": "8747",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8749",
        "label": "8749",
        "long": "8749 _ ROQUEBRUNE - SAINTE MAXIME",
        "short": "8749",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8750",
        "label": "8750",
        "long": "8750 _ LA MOLE - COGOLIN",
        "short": "8750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8751",
        "label": "8751",
        "long": "8751 _ LA GARDE FREINET - COGOLIN",
        "short": "8751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8752",
        "label": "8752",
        "long": "8752 _ COGOLIN - COGOLIN",
        "short": "8752",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8753",
        "label": "8753",
        "long": "8753 _ GASSIN - SAINTE MAXIME",
        "short": "8753",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8754",
        "label": "8754",
        "long": "8754 _ PLAN DE LA TOUR - COGOLIN",
        "short": "8754",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8755",
        "label": "8755",
        "long": "8755 _ CAVALAIRE - COGOLIN",
        "short": "8755",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8757",
        "label": "8757",
        "long": "8757 _ COGOLIN - COGOLIN",
        "short": "8757",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8758",
        "label": "8758",
        "long": "8758 _ ROQUEBRUNE - SAINTE MAXIME",
        "short": "8758",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8760",
        "label": "8760",
        "long": "8760 _ GRIMAUD - SAINTE MAXIME",
        "short": "8760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8761",
        "label": "8761",
        "long": "8761 _ GRIMAUD - COGOLIN",
        "short": "8761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8762",
        "label": "8762",
        "long": "8762 _ GRIMAUD - GRIMAUD",
        "short": "8762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8764",
        "label": "8764",
        "long": "8764 _ SAINT TROPEZ - SAINT TROPEZ",
        "short": "8764",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8782",
        "label": "8782",
        "long": "8782 _ LA CROIX VALMER - HYERES",
        "short": "8782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8820",
        "label": "8820",
        "long": "8820 _ COLLOBRIERES - CUERS",
        "short": "8820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8821",
        "label": "8821",
        "long": "8821 _ MEOUNES - HYERES",
        "short": "8821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8822",
        "label": "8822",
        "long": "8822 _ SIGNES - LA SEYNE",
        "short": "8822",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8823",
        "label": "8823",
        "long": "8823 _ COLLOBRIERES - HYERES",
        "short": "8823",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8826",
        "label": "8826",
        "long": "8826 _ BANDOL - LA SEYNE",
        "short": "8826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8828",
        "label": "8828",
        "long": "8828 _ CEYRESTE - SAINT CYR",
        "short": "8828",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8835",
        "label": "8835",
        "long": "8835 _ PIERREFEU - PIERREFEU",
        "short": "8835",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8837",
        "label": "8837",
        "long": "8837 _ LE BEAUSSET - SIX FOURS",
        "short": "8837",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8843",
        "label": "8843",
        "long": "8843 _ REGIE DE BORMES",
        "short": "8843",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8844",
        "label": "8844",
        "long": "8844 _ LE RAYOL CANADEL - BORMES LES MIMOSAS",
        "short": "8844",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8845",
        "label": "8845",
        "long": "8845 _ LA LONDE LES MAURES - LA LONDE LES MAURE",
        "short": "8845",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8848",
        "label": "8848",
        "long": "8848 _ SAINT CYR SUR MER - OLLIOULES",
        "short": "8848",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8854",
        "label": "8854",
        "long": "8854 _ SOLLIES PONT - CUERS",
        "short": "8854",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8855",
        "label": "8855",
        "long": "8855 _ SOLLIES VILLE - LA FARLEDE",
        "short": "8855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8856",
        "label": "8856",
        "long": "8856 _ SOLLIES TOUCAS - SOLLIES TOUCAS",
        "short": "8856",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8858",
        "label": "8858",
        "long": "8858 _ BELGENTIER - SOLLIES PONT",
        "short": "8858",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8859",
        "label": "8859",
        "long": "8859 _ LA FARLEDE - LA FARLEDE",
        "short": "8859",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8860",
        "label": "8860",
        "long": "8860 _ SOLLIES VILLE - SOLLIES VILLE",
        "short": "8860",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8861",
        "label": "8861",
        "long": "8861 _ PUGET VILLE-SOLLIES PONT",
        "short": "8861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:8873",
        "label": "8873",
        "long": "8873 _ LE RAYOL CANADEL - GASSIN",
        "short": "8873",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9100",
        "label": "9100",
        "long": "9100 _ Scol. Boll\u00e8ne",
        "short": "9100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9101",
        "label": "9101",
        "long": "9101 _ Scol. Orange",
        "short": "9101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9102",
        "label": "9102",
        "long": "9102 _ Scol. Pierrelatte",
        "short": "9102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9103",
        "label": "9103",
        "long": "9103 _ Scol. Pont Saint Esprit",
        "short": "9103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9104",
        "label": "9104",
        "long": "9104 _ Scol. Bourg Saint And\u00e9ol",
        "short": "9104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9110",
        "label": "9110",
        "long": "9110 _ Scol. Mondragon",
        "short": "9110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9111",
        "label": "9111",
        "long": "9111 _ Scol. Mondragon",
        "short": "9111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9112",
        "label": "9112",
        "long": "9112 _ Scol. Mondragon",
        "short": "9112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9113",
        "label": "9113",
        "long": "9113 _ Scol. Mornas",
        "short": "9113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9114",
        "label": "9114",
        "long": "9114 _ Scol. Piolenc",
        "short": "9114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9115",
        "label": "9115",
        "long": "9115 _ Scol. Piolenc",
        "short": "9115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9200",
        "label": "9200",
        "long": "9200 _ Scol. Orange",
        "short": "9200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9201",
        "label": "9201",
        "long": "9201 _ Scol. Avignon",
        "short": "9201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9202",
        "label": "9202",
        "long": "9202 _ Scol. B\u00e9darrides",
        "short": "9202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9203",
        "label": "9203",
        "long": "9203 _ Scol. Ved\u00e8ne et Sorgues",
        "short": "9203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9204",
        "label": "9204",
        "long": "9204 _ Scol. Carpentras",
        "short": "9204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9205",
        "label": "9205",
        "long": "9205 _ Scol. Monteux",
        "short": "9205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9210",
        "label": "9210",
        "long": "9210 _ Scol. Caderousse",
        "short": "9210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9300",
        "label": "9300",
        "long": "9300 _ Scol. Orange",
        "short": "9300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9301",
        "label": "9301",
        "long": "9301 _ Scol. Valr\u00e9as et Richerenches",
        "short": "9301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9302",
        "label": "9302",
        "long": "9302 _ Scol. Boll\u00e8ne",
        "short": "9302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9303",
        "label": "9303",
        "long": "9303 _ Scol. Vaison La Romaine",
        "short": "9303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9304",
        "label": "9304",
        "long": "9304 _ Scol. Sainte C\u00e9cile Les Vignes",
        "short": "9304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9310",
        "label": "9310",
        "long": "9310 _ Scol. Valr\u00e9as",
        "short": "9310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9311",
        "label": "9311",
        "long": "9311 _ Scol. Valr\u00e9as",
        "short": "9311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9400",
        "label": "9400",
        "long": "9400 _ Scol. Orange",
        "short": "9400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9401",
        "label": "9401",
        "long": "9401 _ Scol. Vaison La Romaine",
        "short": "9401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9402",
        "label": "9402",
        "long": "9402 _ Scol. Valr\u00e9as",
        "short": "9402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9403",
        "label": "9403",
        "long": "9403 _ Scol. Carpentras",
        "short": "9403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9410",
        "label": "9410",
        "long": "9410 _ Scol. St Marc. Les V. - Crestet",
        "short": "9410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9500",
        "label": "9500",
        "long": "9500 _ Scol. Avignon",
        "short": "9500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9501",
        "label": "9501",
        "long": "9501 _ Scol. Carpentras",
        "short": "9501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9502",
        "label": "9502",
        "long": "9502 _ Scol. Ved\u00e8ne et Sorgues",
        "short": "9502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9503",
        "label": "9503",
        "long": "9503 _ Scol. Mazan",
        "short": "9503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9504",
        "label": "9504",
        "long": "9504 _ Scol. Sault",
        "short": "9504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9510",
        "label": "9510",
        "long": "9510 _ Scol. Sault",
        "short": "9510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9511",
        "label": "9511",
        "long": "9511 _ Scol. Sault",
        "short": "9511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9512",
        "label": "9512",
        "long": "9512 _ Scol. Sault",
        "short": "9512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9513",
        "label": "9513",
        "long": "9513 _ Scol. Sault",
        "short": "9513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9514",
        "label": "9514",
        "long": "9514 _ Scol. Sault",
        "short": "9514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9600",
        "label": "9600",
        "long": "9600 _ Scol. Cavaillon",
        "short": "9600",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9601",
        "label": "9601",
        "long": "9601 _ Scol. Le Thor",
        "short": "9601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9602",
        "label": "9602",
        "long": "9602 _ Scol. Avignon",
        "short": "9602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9603",
        "label": "9603",
        "long": "9603 _ Scol. Carpentras",
        "short": "9603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9604",
        "label": "9604",
        "long": "9604 _ Scol. Pernes Les Fontaines",
        "short": "9604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9605",
        "label": "9605",
        "long": "9605 _ Scol. L'Isle sur la Sorgue",
        "short": "9605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9606",
        "label": "9606",
        "long": "9606 _ Scol. Cabri\u00e8res d'Avignon",
        "short": "9606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9607",
        "label": "9607",
        "long": "9607 _ Scol. Ved\u00e8ne et Sorgues",
        "short": "9607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9610",
        "label": "9610",
        "long": "9610 _ Scol. Le Thor",
        "short": "9610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9700",
        "label": "9700",
        "long": "9700 _ Scol. La Tour D'Aigues",
        "short": "9700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9701",
        "label": "9701",
        "long": "9701 _ Scol. Pertuis",
        "short": "9701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9702",
        "label": "9702",
        "long": "9702 _ Scol. Aix en Provence",
        "short": "9702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9703",
        "label": "9703",
        "long": "9703 _ Scol. Pertuis ND",
        "short": "9703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9710",
        "label": "9710",
        "long": "9710 _ Scol. St Mt. de la Bra. - Peypin",
        "short": "9710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9711",
        "label": "9711",
        "long": "9711 _ Scol. Grambois",
        "short": "9711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9800",
        "label": "9800",
        "long": "9800 _ Scol. Cavaillon",
        "short": "9800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9801",
        "label": "9801",
        "long": "9801 _ Scol. Pertuis",
        "short": "9801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9802",
        "label": "9802",
        "long": "9802 _ Scol. Manosque",
        "short": "9802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9803",
        "label": "9803",
        "long": "9803 _ Scol. Cadenet",
        "short": "9803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9804",
        "label": "9804",
        "long": "9804 _ Scol. Pertuis Notre Dame",
        "short": "9804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9900",
        "label": "9900",
        "long": "9900 _ Scol. Isle/Sorgue et Carpentras",
        "short": "9900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9901",
        "label": "9901",
        "long": "9901 _ Scol. Cabri\u00e8res d'Avignon",
        "short": "9901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9902",
        "label": "9902",
        "long": "9902 _ Scol. Cavaillon",
        "short": "9902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9904",
        "label": "9904",
        "long": "9904 _ Scol. Apt",
        "short": "9904",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9913",
        "label": "9913",
        "long": "9913 _ Scol. Viens - Cas - St M. De Cas",
        "short": "9913",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9914",
        "label": "9914",
        "long": "9914 _ Scol.  St M. De Castillon - Apt",
        "short": "9914",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9915",
        "label": "9915",
        "long": "9915 _ Scol. Viens - Cas - St M. De Cas",
        "short": "9915",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9916",
        "label": "9916",
        "long": "9916 _ Scol. Bonnieux",
        "short": "9916",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9917",
        "label": "9917",
        "long": "9917 _ Scol. Bonnieux",
        "short": "9917",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9919",
        "label": "9919",
        "long": "9919 _ Scol. Apt",
        "short": "9919",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9920",
        "label": "9920",
        "long": "9920 _ Scol. Apt",
        "short": "9920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9921",
        "label": "9921",
        "long": "9921 _ Scol. Apt",
        "short": "9921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9922",
        "label": "9922",
        "long": "9922 _ Scol. Apt",
        "short": "9922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9923",
        "label": "9923",
        "long": "9923 _ Scol. Apt",
        "short": "9923",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9924",
        "label": "9924",
        "long": "9924 _ Scol. Apt",
        "short": "9924",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9925",
        "label": "9925",
        "long": "9925 _ Scol. Apt",
        "short": "9925",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9960",
        "label": "9960",
        "long": "9960 _ Scol. Apt",
        "short": "9960",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9961",
        "label": "9961",
        "long": "9961 _ Scolaire Ecole de Saignon",
        "short": "9961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "01B116",
        "color_name": "green",
        "has_shape": true,
        "id": "ZOS:9962",
        "label": "9962",
        "long": "9962 _ Scol. Saignon",
        "short": "9962",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 10094,
    "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": 9342,
      "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.1,
      "rank": 1,
      "severity": "WARNING",
      "what": "9342 of 10094 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": 3316,
      "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": "3316 of 3316 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_missing_feed_info_dates",
      "count": 1,
      "effort": "Two fields, set once in export settings.",
      "fix": "Add feed_info.txt with feed_start_date and feed_end_date to your export.",
      "owner": "Likely your export tool",
      "points": 15.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "feed_info.txt is missing its start/end dates (the file itself is absent)",
      "why": "Apps and this scorecard can't warn anyone before the feed goes stale without stated validity dates."
    }
  ],
  "validator_version": "8.0.1"
}
