{
  "agency": {
    "country": "IT",
    "id": "autolinee-toscane",
    "name": "Autolinee Toscane (at)",
    "operating_note": "The Tuscan regional bus operator (urban and interurban across Florence and the Tuscan provinces). The download is Regione Toscana's continuously built GTFS artifact for the operator; counted as one feed record.",
    "subdivision_code": "IT-52",
    "subdivision_name": "Toscana"
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 0.0,
          "stops_marked_accessible_pct": 0.0,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 0.0,
          "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": 5.5,
          "wheelchair_stops": 0.0,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_pct": 100.0,
        "mixed_case_stop_name_pct": 36.5,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": false,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 28805,
        "translations": {
          "feed_lang": "it",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 209930,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 0.0,
        "wheelchair_marked_accessible_pct": 0.0,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 28805,
          "effort": "A column in stops.txt; your scheduling software likely has it.",
          "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
          "owner": "Likely your team",
          "points": 25.0,
          "severity": "WARNING",
          "what": "28805 of 28805 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": 209930,
          "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": "209930 of 209930 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_stop_names_all_caps",
          "count": 18288,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Rename stops to mixed case where the language has letter case (for example, 'Central Station').",
          "owner": "Likely your export tool",
          "points": 9.5,
          "severity": "INFO",
          "what": "About 18288 stop names are written in ALL CAPS.",
          "why": "Mixed-case names are easier to read in apps and are read more naturally by screen readers."
        },
        {
          "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."
        }
      ],
      "name": "completeness",
      "score": 28.0,
      "status": "measured",
      "summary": "0% of stops state wheelchair accessibility (0% marked accessible, 0% marked not accessible). This measures what the feed publishes, not whether a stop is physically usable. Fare data is not published.",
      "weight": 0.25
    },
    "correctness": {
      "details": {
        "distinct_codes": 17,
        "instances_by_severity": {
          "ERROR": 42,
          "INFO": 10932,
          "WARNING": 555505
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 42,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
          "owner": "Likely your export tool",
          "points": 18.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show buses jumping backwards or mis-order stops."
        },
        {
          "code": "equal_shape_distance_same_coordinates",
          "count": 427886,
          "effort": "Usually one export setting.",
          "fix": "Turn on shape cleanup in your export tool, or drop the repeated points from shapes.txt.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route lines list the same point twice in a row.",
          "why": "Repeated points don't hurt riders, but they can skew distance math and hint at a shaky export."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 120017,
          "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": "service_has_no_active_day_of_the_week",
          "count": 6896,
          "effort": "A few minutes in your scheduling software.",
          "fix": "Delete the empty calendars or set their service days.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some service calendars have no days of the week switched on.",
          "why": "Trips tied to these calendars never run; they are dead data that can mask real schedule problems."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 465,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the flagged stop times for transposed minutes.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some scheduled trips move faster between stops than a bus can.",
          "why": "Usually a typo'd stop time; riders get arrival times no bus can meet."
        },
        {
          "code": "leading_or_trailing_whitespaces",
          "count": 167,
          "effort": "Usually one export setting.",
          "fix": "Trim leading and trailing spaces on export. The scorecard's auto-fixed copy already does this.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some values have extra spaces at the start or end.",
          "why": "A stray space can break a match, so a stop or route may fail to link across files."
        },
        {
          "code": "equal_shape_distance_diff_coordinates_distance_below_threshold",
          "count": 47,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'equal_shape_distance_diff_coordinates_distance_below_threshold' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Equal shape distance diff coordinates distance below threshold (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 13,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'fast_travel_between_far_stops' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_has_too_many_matches_for_shape",
          "count": 10,
          "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": 6.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": "feed_expiration_date30_days",
          "count": 1,
          "effort": "Usually a re-export from your scheduling software.",
          "fix": "Schedule a feed re-export now so the new calendar is live well before the current one ends.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "This feed's service calendar runs out within the next 30 days.",
          "why": "If a new feed isn't published before it ends, trip planners will drop your agency and riders will see no service."
        },
        {
          "code": "missing_feed_contact_email_and_url",
          "count": 1,
          "effort": "One field, set once in export settings.",
          "fix": "Add feed_contact_email or feed_contact_url to feed_info.txt.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "feed_info.txt lists no contact email and no contact URL.",
          "why": "Without a contact, apps like Google Maps can't reach you when they find a problem in the feed."
        },
        {
          "code": "missing_recommended_field",
          "count": 1,
          "effort": "A field at a time; not urgent.",
          "fix": "Review the flagged fields and fill in the ones your riders would use.",
          "owner": "",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some files leave out fields that GTFS asks for but does not require.",
          "why": "Recommended fields like agency_phone or stop descriptions make the feed more useful to riders and trip planners."
        },
        {
          "code": "trip_coverage_not_active_for_next7_days",
          "count": 1,
          "effort": "One setting in most export tools.",
          "fix": "Trim past service periods the next time you export.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Many of the feed's trips don't run at all in the next 7 days.",
          "why": "It usually means old service periods are still in the export, making the feed bigger and harder to check."
        },
        {
          "code": "trip_headsign_matches_intermediate_stop",
          "count": 9803,
          "effort": "Usually a bulk edit in your scheduling software.",
          "fix": "Set trip_headsign to the trip's last stop or its overall destination.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some trip headsigns name a stop along the way, not the final destination.",
          "why": "The sign should tell riders where the bus ends up, so a midpoint name can send them the wrong way."
        },
        {
          "code": "unsorted_stop_times",
          "count": 1125,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'unsorted_stop_times' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 1.0,
          "severity": "INFO",
          "what": "Unsorted stop times (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 3,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        },
        {
          "code": "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": 5.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 17 kinds of issue across 566479 instances (42 error, 555505 warning, 10932 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 20,
        "effective_expiry_date": "2026-08-08",
        "feed_end_date": "2026-08-08",
        "feed_start_date": "2026-07-19",
        "feed_version": null,
        "has_feed_info": true,
        "last_service_date": "2026-08-08",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [
        {
          "code": "scorecard_feed_expiring_soon",
          "count": 1,
          "effort": "One export setting.",
          "fix": "Re-export with a validity window that reaches at least 60 days out.",
          "owner": "Likely your export tool",
          "points": 60.0,
          "severity": "WARNING",
          "what": "Service data runs out in 20 day(s).",
          "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
        }
      ],
      "name": "freshness",
      "score": 33.3,
      "status": "measured",
      "summary": "Service data runs out in 20 day(s). Publish an updated feed soon or riders will lose trip planning.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "1 validator error to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data runs out in 20 days; renew to qualify.",
        "key": "current",
        "met": false
      },
      {
        "detail": "States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 1 validator error to resolve. Service data runs out in 20 days; renew to qualify. States wheelchair access on 0% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "Creative Commons Attribution through Regione Toscana's open data catalog; credit Regione Toscana as the source.",
    "reachable": true,
    "sha256": "2189095b60687112dac3501851de4cb25eac3e541c0291ea68de4b9dbdaf0c3e",
    "size_bytes": 125612347,
    "static_url": "https://regionetoscana.smartregion.toscana.it/mobility/artifacts/gtfs"
  },
  "fetch": {
    "final_url": "https://regionetoscana.smartregion.toscana.it/mobility/artifacts/gtfs",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-07-19T00:00:00+00:00",
  "geo": {
    "bbox": [
      9.75688,
      42.35874,
      12.37472,
      44.4294
    ],
    "lat": 43.69886,
    "lon": 11.04966,
    "stop_count": 28805
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": false,
    "is_multimodal": false,
    "measured": true,
    "modes": [
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 765,
        "trip_count": 209930,
        "trip_share_pct": 100.0
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 765,
    "trip_count": 209930
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 19.3,
    "margin_to_next_band": 40.7,
    "score": 19.3
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 374,
      "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": "374 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (1, 2, 3, 5, 6, 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": 776,
      "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": "776 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"MONTALE/AGLIANA Stazione FS\", \"SERRAVALLE P.SE Scuola G. Morosi\", \"SERRAVALLE P.SE Scuola G. Morosi\", 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."
    }
  ],
  "routability": {
    "boardable_stops": 28805,
    "findings": [],
    "orphan_stops": 0,
    "single_stop_trips": 0,
    "trips_total": 209930
  },
  "route_map": {
    "drawn_route_count": 765,
    "has_shapes": true,
    "path": "data/artifacts/autolinee-toscane/geometry.geojson",
    "route_count": 765,
    "routes": [
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1",
        "label": "15",
        "long": "Badia a Settimo - T1 De Andr\u00e8",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "10",
        "label": "20",
        "long": "FUCECCHIO-GALLENO-ALTOPASCIO",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "100",
        "label": "110",
        "long": "CECINA - CALIFORNIA - BIBBONA - CASALE - CECINA",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "101",
        "label": "111",
        "long": "CASTELLINA - RIPARBELLA - S. PIETRO IN PALAZZI - CECINA",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1023",
        "label": "587",
        "long": "V.LE CAVOUR-PALAZZO DIAVOLI-V.LE SCLAVO-FS",
        "short": "587",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "103",
        "label": "12",
        "long": "GRANDE - OSPEDALE - SALVIANO - VALLE BENEDETTA - COLOGNOLE",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "104",
        "label": "15",
        "long": "STAZIONE C.LE - ARTIGIANATO - V. MASI PARK FS - P.TA A TERRA - LECCIA",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "105",
        "label": "16",
        "long": "LECCIA - COLLINAIA - ARDENZA TERRA",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "106",
        "label": "18",
        "long": "ARDENZA TERRA - GIAMBRUNI - CURIEL - COLLINET - ARDENZA TERRA",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "107",
        "label": "2",
        "long": "PORTOFERRAIO - S. GIOVANNI",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "108",
        "label": "3",
        "long": "ROSIGNANO SOLVAY - LE MORELLINE - ROSIGNANO MARITTIMO",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1095",
        "label": "34",
        "long": "Il Girone - Compiobbi - Ellera",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1097",
        "label": "0g4",
        "long": "NAVETTA STAZIONE FS - CENTRO",
        "short": "0g4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "11",
        "label": "3",
        "long": "EMPOLI URBANO LINEA 3",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "110",
        "label": "4",
        "long": "PORTOFERRAIO - ALBERETO - ANTICHE SALINE",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "111",
        "label": "4",
        "long": "ROSIGNANO M.MO - CASTELNUOVO - GABBRO",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "114",
        "label": "6",
        "long": "ROSIGNANO SOLVAY - CASTIGLIONCELLO - CHIOMA - NIBBIAIA - GABBRO",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1142",
        "label": "39P",
        "long": "Impruneta-La Presura",
        "short": "39P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1149",
        "label": "CERTALDO",
        "long": "Funicolare - CERTALDO",
        "short": "CERTALDO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "115",
        "label": "8N",
        "long": "STAZIONE - OSPEDALE - MAMELI - ITALIA - COGORANO - BORRA - XI MAGGIO - CIMITERI - STAZIONE",
        "short": "8N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1150",
        "label": "MONTENERO",
        "long": "Funicolare - MONTENERO",
        "short": "MONTENERO",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3AB54A",
        "color_name": "green",
        "has_shape": true,
        "id": "1153",
        "label": "114",
        "long": "CASTIGLIONCELLO - ROSIGNANO SOLVAY - MAZZANTA - CECINA",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1155",
        "label": "1+",
        "long": "CENTRO PECCI - MALISETI/OSPEDALE",
        "short": "1+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1156",
        "label": "10",
        "long": "CASALE/IOLO - MALISETI",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1157",
        "label": "11",
        "long": "PIZZIDIMONTE - CHIESANUOVA",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1158",
        "label": "12",
        "long": "FIGLINE - CASALE",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1159",
        "label": "2+",
        "long": "S.LUCIA/GALCETI - S.GIORGIO/PAPERINO",
        "short": "2+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "116",
        "label": "8R",
        "long": "STAZIONE - CIMITERI - XI MAGGIO - STAZIONE M.MA - COGORANO - ITALIA - MAMELI - OSPEDALE - STAZIONE",
        "short": "8R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1162",
        "label": "206",
        "long": "INDICATORE - PRATO",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1163",
        "label": "207",
        "long": "PRATO - MONTEMURLO/MONTALE/AGLIANA",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1164",
        "label": "208",
        "long": "MONTEMURLO - MONTALE AGLIANA FS - MONTALE",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1165",
        "label": "209",
        "long": "SERVIZIO CIMITERO DI MONTEMURLO",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1166",
        "label": "210",
        "long": "PRATO - MONTALBANO",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1168",
        "label": "212",
        "long": "PRATO - CAMPI BISENZIO - FIRENZE",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1169",
        "label": "213",
        "long": "FIRENZE - MONTALBANO",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "117",
        "label": "9",
        "long": "SHANGAI - CIMITERI - STAZIONE - OSPEDALE - COTETO - ARDENZA MARE",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1170",
        "label": "214",
        "long": "PRATO - VAL DI BISENZIO",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1171",
        "label": "3+",
        "long": "STAZIONE - GALCIANA",
        "short": "3+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1172",
        "label": "4",
        "long": "MEZZANA - CALENZANO",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1173",
        "label": "9",
        "long": "STAZIONE - IOLO",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1174",
        "label": "R1",
        "long": "PRATO - FIRENZE",
        "short": "R1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1175",
        "label": "SC",
        "long": "SERVIZIO SCOLASTICO CITT\u00c0 DI PRATO",
        "short": "SC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3AB54A",
        "color_name": "green",
        "has_shape": true,
        "id": "1176",
        "label": "20",
        "long": "LA ROSA - ARDENZA TERRA - CHIOMA",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1197",
        "label": "U",
        "long": "AREZZO-PALAZZO DEL PERO-SALCETA",
        "short": "U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1199",
        "label": "N/2",
        "long": "PRATANTICO-OSPEDALE-STAZIONE",
        "short": "N/2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "12",
        "label": "33",
        "long": "EMPOLI-MONTAIONE",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1203",
        "label": "51PQF",
        "long": "Quarrata - Poggio a Caiano - Firenze T2 Guidoni",
        "short": "51PQF",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1208",
        "label": "0S2",
        "long": "P.ZA DEL SALE - CORONCINA - TRESSA - MONTERONI",
        "short": "0S2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1217",
        "label": "23",
        "long": "Pistoia FS - Gello - Sarripoli - Grati - Fagno",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1226",
        "label": "77",
        "long": "Pistoia P.za San Francesco - Villa di Cireglio - Selvapiana - Castello di Cireglio",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1227",
        "label": "855",
        "long": "Montecatini T.me - Marliana - Panicagliora - Avaglio - Serra",
        "short": "855",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1229",
        "label": "SvP",
        "long": "Pescia - Medicina - Castelvecchio - Casa di Monte - Lanciole - Sorana",
        "short": "SvP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1234",
        "label": "13V",
        "long": "Pistoia FS - Bottegone - Barba - Valenzatico - Quarrata",
        "short": "13V",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1235",
        "label": "14",
        "long": "Pistoia FS - Bonelle - Ponte Stella - Cantagrillo - Casalguidi",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1238",
        "label": "25U",
        "long": "Pistoia P.za San Francesco - Capostrada - San Felice - Piteccio",
        "short": "25U",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1241",
        "label": "4",
        "long": "PalaCarrara - Pistoia FS - Via A. Mantegna - Pistoia FS - PalaCarrara",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1244",
        "label": "52",
        "long": "Pistoia FS - San Baronto - Lamporecchio / Fornello - Vinci",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1245",
        "label": "54",
        "long": "Pistoia FS - Campotizzoro - San Marcello - Casotti - Abetone",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1246",
        "label": "56",
        "long": "Pistoia FS - Signorino - Sammomm\u00e8 / Collina - Taviano - Porretta Terme / Treppio",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1248",
        "label": "58",
        "long": "Pistoia FS - Bonelle - Piuvica - Santonuovo - Quarrata",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1249",
        "label": "59",
        "long": "Pistoia FS - Montagnana - Femminamorta - Panicagliora - Avaglio - Serra",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1250",
        "label": "61",
        "long": "Quarrata - Agliana - Montale",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1251",
        "label": "65",
        "long": "Casotti - Cutigliano Funivia",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1252",
        "label": "66",
        "long": "Pistoia FS - Le Piastre - Pracchia - Molino del Pallone - Porretta T.me",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1253",
        "label": "67",
        "long": "San Marcello - Gavinana - Maresca - Pracchia - Molino del Pallone - Porretta T.me",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1254",
        "label": "70",
        "long": "San Marcello - Piteglio / Popiglio - Prunetta - Le Piastre",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1255",
        "label": "8",
        "long": "Villaggio Fornaci - Pistoia FS - Ospedale San Jacopo - Pistoia FS - Villaggio Fornaci",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1256",
        "label": "801",
        "long": "Massa - Vangile - Montecatini T.me - Pieve a Nievole - Grotta Giusti - Montevettolini",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1258",
        "label": "808",
        "long": "Montecatini T.me - Montecatini A. - Nievole - Ponte Serravalle - Monsummano T.me - Montecatini T.me",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1259",
        "label": "851",
        "long": "Montecatini T.me - Traversagna - Altopascio - Lucca",
        "short": "851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1263",
        "label": "PIT",
        "long": "Prunetta - San Marcello - Piteglio - Popiglio - Crespole - Lanciole",
        "short": "PIT",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1264",
        "label": "SER",
        "long": "Pistoia FS - Masotti - Castellina - Serravalle P.se",
        "short": "SER",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1265",
        "label": "SMC",
        "long": "Case Alte - Maresca - San Marcello - Ponte Lima - Lizzano - Spignana - San Marcello",
        "short": "SMC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1266",
        "label": "CP",
        "long": "Circolare Urbana di Pescia",
        "short": "CP",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "127",
        "label": "024",
        "long": "SERVIZIO COOP (SAN VINCENZO - COOP VIGNALE)",
        "short": "024",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3AB54A",
        "color_name": "green",
        "has_shape": true,
        "id": "128",
        "label": "15E",
        "long": "NAVETTA ECOBARATTIBUS",
        "short": "15E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1290",
        "label": "1",
        "long": "STAZIONE-STADIO-LA ROTTA-MONTECASTELLO",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1291",
        "label": "140",
        "long": "VICOPISANO-CALCINAIA-PONTEDERA",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1292",
        "label": "2",
        "long": "STAZIONE-AFRICA-SANTA LUCIA-GELLO-LE MELORIE",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1293",
        "label": "1+",
        "long": "OSPEDALE S.LUCA-V.LE CADORNA-STAZIONE FS-V DEL PESO-P.ZA NAPOLEONE-SARZANESE-S.ANGELO/NAVE",
        "short": "1+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1294",
        "label": "2+",
        "long": "SAN VITO-VIA GIANNI-P.ZA S.MARIA-STELLARIO-PESO-STAZIONE  FS-CHIASSO/S.CONCORDIO",
        "short": "2+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1295",
        "label": "3+",
        "long": "STAZIONE FS-VIA DEL PESO-NAPOLEONE-S.SALVATORE-TAGLIATE-PALATUCCI",
        "short": "3+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1296",
        "label": "4",
        "long": "STAZIONE FS-CADORNA-ROMANA-TIGLIO-INGRILLINI- MUGNANO",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1297",
        "label": "54",
        "long": "VERDI-S.CONCORDIO-S.MARIA G.",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1298",
        "label": "58",
        "long": "VERDI-NOZZANO-BALBANO",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "13",
        "label": "4",
        "long": "EMPOLI URBANO LINEA 4",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1300",
        "label": "19",
        "long": "VERDI-SOLFERINO-FIBBIALLA-PIAZZANO",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1304",
        "label": "1",
        "long": "OSPEDALE-PIAZZA XX SETTEMBRE-SAN GIUSTO-CIMITERO",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1305",
        "label": "1+",
        "long": "OSPEDALE CISANELLO-STAZIONE-TORRE-PARK PIETRASANTINA",
        "short": "1+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1306",
        "label": "10",
        "long": "PISA-LA VETTOLA-S.PIERO A GRADO-TIRRENIA-CALAMBRONE",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1308",
        "label": "12",
        "long": "STAZIONE-OSPEDALETTO-DEPOSITO",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1309",
        "label": "13",
        "long": "STAZIONE-PISANOVA-OSPEDALE CISANELLO-PIAGGE",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1310",
        "label": "130",
        "long": "PISA-VICOPISANO",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1311",
        "label": "14",
        "long": "STAZIONE-PIAGGE-OSPEDALE CISANELLO-PISANOVA",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1312",
        "label": "16",
        "long": "STAZIONE-OSPEDALETTO-ZONA INDUSTRIALE-MONTACCHIELLO",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1314",
        "label": "180",
        "long": "CASCINA-PONTEDERA",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1315",
        "label": "2",
        "long": "OSPEDALE-STADIO-CAPPUCCINI-COLOMBAIE",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1316",
        "label": "2",
        "long": "STAZIONE-PORTA A LUCCA-LE MAGGIOLA",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1317",
        "label": "20",
        "long": "PISA-LA VETTOLA-S.PIERO A GRADO-TIRRENIA-CALAMBRONE",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1318",
        "label": "21",
        "long": "S.GIUSTO-STAZIONE-CEP-TORRE-I PASSI",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1319",
        "label": "22",
        "long": "STAZIONE-PIAGGE-PISANOVA-CISANELLO-PRATALE",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1320",
        "label": "26",
        "long": "SESTA PORTA-SAN ROSSORE",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1321",
        "label": "3+",
        "long": "S.GIUSTO-STAZIONE-PRATALE",
        "short": "3+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1322",
        "label": "30",
        "long": "CALAMBRONE-LIVORNO",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1323",
        "label": "4",
        "long": "STAZIONE-I PASSI",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1324",
        "label": "5",
        "long": "PUTIGNANO-STAZIONE-CEP",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1325",
        "label": "50",
        "long": "PISA-COLLESALVETTI-FAUGLIA-CRESPINA",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1326",
        "label": "51",
        "long": "COLLESALVETTI-LORENZANA-ORCIANO",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1327",
        "label": "6",
        "long": "STAZIONE-BARBARICINA",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1328",
        "label": "60",
        "long": "PISA-S.GIULIANO TERME-RIPAFRATTA",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1329",
        "label": "70",
        "long": "PISA-GELLO-PONTASSERCHIO",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1331",
        "label": "8",
        "long": "COLTANO-PIAZZA V.EMANUELE II",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1332",
        "label": "80",
        "long": "PISA-MIGLIARINO-VECCHIANO-FILETTOLE",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1334",
        "label": "85",
        "long": "PISA-ARENA METATO",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1335",
        "label": "S11",
        "long": "P.ZA GRAMSCI - FONTEBECCI - SAN MARTINO - FORNACELLE",
        "short": "S11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1337",
        "label": "S14",
        "long": "SANT'ANDREA A MONTECCHIO - STRADA GROSSETANA - COLONNA SAN MARCO - MASSETANA - PIAN DEI MANTELLINI",
        "short": "S14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1338",
        "label": "161",
        "long": "TRE COLLI-MONTEMAGNO-CALCI-NAVACCHIO",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1339",
        "label": "1+",
        "long": "STAZIONE C.LE - CARDUCCI - GRANDE - ITALIA - ARDENZA MARE - MIRAMARE",
        "short": "1+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "134",
        "label": "0g1",
        "long": "MAREMA' - OSPEDALE - STAZIONE FS - AURELIA ANTICA",
        "short": "0g1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1340",
        "label": "2+",
        "long": "STAZIONE C.LE  - GARIBALDI - GRANDE - LIBERT\u00c0 - LA ROSA - LECCIA/MONTENERO/MIRAMARE",
        "short": "2+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1341",
        "label": "200",
        "long": "ELBA LINK (PIOMBINO PORTO - CAMPIGLIA FS)",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1342",
        "label": "21",
        "long": "STAZIONE - CARDUCCI - ARDENZA MARE - ANTIGNANO - ARDENZA TERRA - GARIBALDI - STAZIONE",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1343",
        "label": "22",
        "long": "STAZIONE - GARIBALDI - ARDENZA TERRA - ARDENZA MARE - CARDUCCI - STAZIONE",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1344",
        "label": "4+",
        "long": "CIMITERI COMUNALI - GRANDE - MARCONI - OSPEDALE - MAGRIGNANO - SALVIANO COSTANZA",
        "short": "4+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "135",
        "label": "0g2",
        "long": "STAZIONE FS - OSPEDALE - ROSELLE - BARBANELLA - STAZIONE FS",
        "short": "0g2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "136",
        "label": "0g3",
        "long": "STAZIONE FS - PIZZETTI - OSPEDALE - STAZIONE FS",
        "short": "0g3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "137",
        "label": "0g5",
        "long": "STAZIONE FS - CIMITERO STERPETO",
        "short": "0g5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1379",
        "label": "Navetta C",
        "long": "CHIESINO-GARIBALDI",
        "short": "Navetta C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "138",
        "label": "0g6",
        "long": "GIUSTI-CIMITERO STERPETO",
        "short": "0g6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1380",
        "label": "25",
        "long": "PARK PIETRASANTINA-MUSEI DEI LUNGARNI",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1381",
        "label": "3",
        "long": "STAZIONE-NENNI-ROMITO-TREGGIAIA",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1382",
        "label": "Navetta D",
        "long": "PARDOSSI-FORNACETTE",
        "short": "Navetta D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1383",
        "label": "ig1",
        "long": "GIGLIO PORTO-GIGLIO CASTELLO-GIGLIO CAMPESE",
        "short": "ig1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F16158",
        "color_name": "pink",
        "has_shape": true,
        "id": "1389",
        "label": "LBN1",
        "long": "LUNGOMARE BY NIGHT",
        "short": "LBN1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "139",
        "label": "0g7",
        "long": "ORCAGNA-ALFIERI-STAZIONE FS",
        "short": "0g7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1391",
        "label": "016",
        "long": "SAN VINCENZO-SAN SILVESTRO-CALDANELLE-PIOMBINO",
        "short": "016",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1392",
        "label": "018",
        "long": "SAN VINCENZO-MORTELLICCIO",
        "short": "018",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1393",
        "label": "019",
        "long": "SAN VINCENZO-SP. PRINCIPESSA-PIOMBINO",
        "short": "019",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1394",
        "label": "115",
        "long": "CECINA - CALIFORNIA - MARINA DI BIBBONA",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1395",
        "label": "120",
        "long": "PORTOFERRAIO - MARINA DI CAMPO - POMONTE",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1396",
        "label": "121",
        "long": "PORTOFERRAIO - MARCIANA MARINA - MARCIANA - POMONTE",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1397",
        "label": "222",
        "long": "PORTOFERRAIO - LACONA",
        "short": "222",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F16158",
        "color_name": "pink",
        "has_shape": true,
        "id": "1398",
        "label": "LBN2",
        "long": "LUNGOMARE BY NIGHT",
        "short": "LBN2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "14",
        "label": "6",
        "long": "EMPOLI-BOTINACCIO-PULICA",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "140",
        "label": "11G",
        "long": "GROSSETO-TIRLI",
        "short": "11G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "141",
        "label": "11P",
        "long": "PITIGLIANO-ALBINIA-ORBETELLO",
        "short": "11P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "142",
        "label": "17P",
        "long": "MANCIANO-SATURNIA",
        "short": "17P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1422",
        "label": "301",
        "long": "PIOMBINO-PORTINERIE-CAMPIGLIA FS-SAN VINCENZO-DONORATICO-CECINA-ROSIGNANO",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1423",
        "label": "MON_P",
        "long": "Monsummano T.me - Montevettolini",
        "short": "MON_P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1424",
        "label": "015",
        "long": "PIOMBINO-POPULONIA STAZIONE-CALDANELLE",
        "short": "015",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1425",
        "label": "029",
        "long": "SAN VINCENZO giro paese",
        "short": "029",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1426",
        "label": "85Pit",
        "long": "Piteccio - Villa di Piteccio - Bertocci - Castagno - Fabbiana",
        "short": "85Pit",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "1427",
        "label": "9",
        "long": "PORTOFERRAIO - BAGNAIA",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1429",
        "label": "8",
        "long": "ROSIGNANO SOLVAY - POLVERONI - VADA",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "143",
        "label": "18P",
        "long": "SEMPRONIANO-CASTELL'AZZARA-PITIGLIANO",
        "short": "18P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "144",
        "label": "19A",
        "long": "ARCIDOSSO-MONTELATERONE",
        "short": "19A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1443",
        "label": "373",
        "long": "FIRENZE-SCANDICCI_MONTESPERTOLI-CASTELFIORENTINO",
        "short": "373",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1445",
        "label": "15",
        "long": "SESTA PORTA-KINDU-NAVICELLI",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1446",
        "label": "NAV",
        "long": "NAVETTA ORBETELLO",
        "short": "NAV",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3AB54A",
        "color_name": "green",
        "has_shape": true,
        "id": "1448",
        "label": "VBN",
        "long": "Viareggio by Night",
        "short": "VBN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3AB54A",
        "color_name": "green",
        "has_shape": true,
        "id": "1449",
        "label": "125",
        "long": "MARINA DI CECINA - CALIFORNIA - MARINA DI BIBBONA",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "145",
        "label": "25R",
        "long": "ROCCASTRADA-GROSSETO",
        "short": "25R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1451",
        "label": "23",
        "long": "STAZIONE-SANTA MARIA",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1452",
        "label": "10",
        "long": "CALATA MATTEOTTI - VIALE ELBA - VIALE ZAMBELLI - VIA MANGANARO - VIALE CARDUCCI",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1454",
        "label": "L19",
        "long": "PONTREMOLI-AULLA-AUTOSTRADA-NOA",
        "short": "L19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1455",
        "label": "L52",
        "long": "CARRARA-AVENZA FS-PARADISO-FOSSA MAESTRA",
        "short": "L52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1456",
        "label": "L51",
        "long": "CARRARA-NUOVO OSPEDALE APUANO",
        "short": "L51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1457",
        "label": "911",
        "long": "Sostitutivo: Firenze-Arezzo-(Terontola)",
        "short": "911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1458",
        "label": "910",
        "long": "Sostitutivo: Arezzo-Stia",
        "short": "910",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "146",
        "label": "26R",
        "long": "PARI-PAGANICO-GROSSETO",
        "short": "26R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1461",
        "label": "901",
        "long": "Sostitutivo: Firenze-Pisa",
        "short": "901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1462",
        "label": "930",
        "long": "Sostitutivo: Pistoia-Firenze",
        "short": "930",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1463",
        "label": "900",
        "long": "Sostitutivo: Firenze-Borgo San Lorenzo",
        "short": "900",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1464",
        "label": "940",
        "long": "Sostitutivo: Siena-Chiusi",
        "short": "940",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1465",
        "label": "941",
        "long": "Sostitutivo: Siena-Poggibonsi-Empoli",
        "short": "941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "1466",
        "label": "920",
        "long": "Sostitutivo: Grosseto-Siena",
        "short": "920",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "147",
        "label": "27R",
        "long": "GIUNCARICO-RIBOLLA",
        "short": "27R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1477",
        "label": "ARANCIONE",
        "long": "SANSEPOLCRO-LA MONTAGNA",
        "short": "ARANCIONE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1478",
        "label": "BLU",
        "long": "SANSEPOLCRO-GRAGNANO",
        "short": "BLU",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1479",
        "label": "ROSSA",
        "long": "SANSEPOLCRO-FONDACCIO",
        "short": "ROSSA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "148",
        "label": "3/G",
        "long": "GROSSETO-GIUNCARICO-GAVORRANO",
        "short": "3/G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1480",
        "label": "VERDE",
        "long": "SANSEPOLCRO-GRICIGNANO",
        "short": "VERDE",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1481",
        "label": "1",
        "long": "VINCI-CIMITERO-PORTO-OSPEDALE-GHIACCIONI",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1482",
        "label": "11",
        "long": "PORTOFERRAIO - BIODOLA",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1483",
        "label": "2",
        "long": "VINCI-VIA PETRARCA-LUNGOMARE-GHIACCIONI",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1484",
        "label": "23",
        "long": "SCOPAIA - SALVIANO - GRAMSCI - COGORANO - CINTA ESTERNA - ITALIA - LEVANTE - SCOPAIA",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1485",
        "label": "3N",
        "long": "VINCI-LUNGOMARE-GHIACCIONI-OSPEDALE",
        "short": "3N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1486",
        "label": "3R",
        "long": "VINCI-MONTEMAZZANO-OSPEDALE-SALIVOLI",
        "short": "3R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1487",
        "label": "4",
        "long": "VINCI-COTONE-COLMATA-FIORENTINA",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1488",
        "label": "18",
        "long": "Il Girone - Tavarnuzze",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1489",
        "label": "22",
        "long": "largo Caruso - Settignano",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "149",
        "label": "30F",
        "long": "SCARLINO-FOLLONICA",
        "short": "30F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "1490",
        "label": "60",
        "long": "piazzale Montelungo - Grassina - Antella",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "150",
        "label": "31F",
        "long": "GAVORRANO-FOLLONICA",
        "short": "31F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "151",
        "label": "34F",
        "long": "GAVORRANO-MASSA MARITTIMA",
        "short": "34F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "152",
        "label": "36F",
        "long": "MASSA MARITTIMA-MONTEROTONDO-LARDERELLO",
        "short": "36F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "153",
        "label": "39O",
        "long": "ORBETELLO-ALBINIA-GROSSETO",
        "short": "39O",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "154",
        "label": "41P",
        "long": "PITIGLIANO-ALBINIA-GROSSETO",
        "short": "41P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "155",
        "label": "42A",
        "long": "ARCIDOSSO-PAGANICO-GROSSETO",
        "short": "42A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "156",
        "label": "44C",
        "long": "GROSSETO-CALDANA-GAVORRANO",
        "short": "44C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "157",
        "label": "44M",
        "long": "MASSA MARITTIMA-SCARLINO SCALO-CASONE",
        "short": "44M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "158",
        "label": "46M",
        "long": "SCARLINO SCALO-GAVORRANO-BAGNO-CALDANA BIVIO",
        "short": "46M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "159",
        "label": "49D",
        "long": "GROSSETO-ROCCASTRADA-CASTIGLIONE d. PESCAIA-FOLLONICA",
        "short": "49D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "160",
        "label": "49M",
        "long": "MASSA MARITTIMA-FOLLONICA-PIOMBINO",
        "short": "49M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "161",
        "label": "5/G",
        "long": "CAMPAGNATICO-GROSSETO",
        "short": "5/G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7B187C",
        "color_name": "purple",
        "has_shape": true,
        "id": "162",
        "label": "50G",
        "long": "GROSSETO - FIRENZE",
        "short": "50G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "163",
        "label": "51F",
        "long": "FOLLONICA-SIENA",
        "short": "51F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7B187C",
        "color_name": "purple",
        "has_shape": true,
        "id": "164",
        "label": "51G",
        "long": "GROSSETO - SIENA",
        "short": "51G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "166",
        "label": "54A",
        "long": "ABBADIA S.S. - SIENA",
        "short": "54A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "168",
        "label": "57P",
        "long": "PITIGLIANO-SIENA",
        "short": "57P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "169",
        "label": "8/G",
        "long": "GROSSETO-SCANSANO-MONTEMERANO",
        "short": "8/G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "170",
        "label": "9/G",
        "long": "GROSSETO-MAGLIANO-SCANSANO",
        "short": "9/G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "171",
        "label": "g10",
        "long": "GROSSETO - MARINA",
        "short": "g10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "172",
        "label": "g12",
        "long": "GROSSETO - PRINCIPINA MARE - MARINA",
        "short": "g12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "173",
        "label": "g13",
        "long": "GROSSETO - MARINA VIA POLLINO",
        "short": "g13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "174",
        "label": "g15",
        "long": "GROSSETO - RISPESCIA - ALBERESE",
        "short": "g15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "175",
        "label": "g20",
        "long": "GROSSETO - ROSELLE - BATIGNANO",
        "short": "g20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "176",
        "label": "g21",
        "long": "STAZIONE FS - MONTEPESCALI",
        "short": "g21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "177",
        "label": "g30",
        "long": "GROSSETO FS - ISTIA",
        "short": "g30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "178",
        "label": "LAP109",
        "long": "AREZZO-LORO CIUFFENNA",
        "short": "LAP109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "179",
        "label": "LAP112",
        "long": "S.GIUSTINO-TERRANUOVA",
        "short": "LAP112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "180",
        "label": "MIV02",
        "long": "TERRANUOVA-OSPEDALE-VIA DELLA FARNIA-MONTEVARCHI",
        "short": "MIV02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "181",
        "label": "MIV04",
        "long": "LEVANE-PONTE LEONARDO-TERRANUOVA-PONTE LEONARDO-MONTEVARCHI",
        "short": "MIV04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "184",
        "label": "0S3",
        "long": "MASSETANA-V.TOZZI-FERROVIA-POLICLINICO-DUE PONTI",
        "short": "0S3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "185",
        "label": "0S4",
        "long": "P.ZA DEL .SALE - F.S. - SAN MARTINO - FORNACELLE",
        "short": "0S4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "186",
        "label": "0S9",
        "long": "V.TOZZI-CAMOLLIA-STAZIONE-PETRICCIO-V.GABRIELLI",
        "short": "0S9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "187",
        "label": "102",
        "long": "SIENA-PIEVASCIATA-PONTE DI PIANELLA",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "188",
        "label": "104",
        "long": "SIENA-ANCAIANO-PIEVESCOLA",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "189",
        "label": "105",
        "long": "SERRE ASCIANO MONTERONI SIENA",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "190",
        "label": "107",
        "long": "SINALUNGA-RAPOLANO TERME-SIENA",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "191",
        "label": "109",
        "long": "SIENA-ASCIANO-S.G.D'ASSO-CASTELMUZIO",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "192",
        "label": "110",
        "long": "SIENA-VILLE DI CORSANO-CASCIANO-VESCOVADO-MURLO",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "193",
        "label": "112",
        "long": "SIENA-BUONCONVENTO-MONTEPULCIANO",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "194",
        "label": "114",
        "long": "SIENA-BUONCONVENTO-TORRENIERI-MONTALCINO",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "195",
        "label": "120",
        "long": "COLLE VAL D'ELSA-PIEVISCOLA-RADICONDOLI-BELFORTE",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "196",
        "label": "124",
        "long": "COLLE V.ELSA-CAMPIGLIA-CASTEL S.GIMIGNANO",
        "short": "124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "197",
        "label": "125",
        "long": "SIENA-CASTELLINA-RADDA-LUCARELLI",
        "short": "125",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "198",
        "label": "126",
        "long": "COLLE-CASOLE-MONTEGUIDI-MENSANO",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "199",
        "label": "127",
        "long": "SIENA -PIANELLA-GAIOLE",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "2",
        "label": "24",
        "long": "Bagno a Ripoli - Grassina",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "200",
        "label": "128",
        "long": "S.GIMIGNANO - PANCOLE - CERTALDO",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "201",
        "label": "130",
        "long": "SIENA-POGGIBONSI-S.GIMIGNANO- STRADA",
        "short": "130",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "202",
        "label": "131",
        "long": "SIENA-COLLE-POGGIBONSI-FIRENZE",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "203",
        "label": "133",
        "long": "POGGIBONSI - ULIGNANO - S.GIMIGNANO",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "204",
        "label": "134",
        "long": "SIENA -CASTELNUOVO B.GA-VILLA NUOVA-S.FELICE",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "205",
        "label": "134R",
        "long": "SIENA -CASTELNUOVO B.GA-VILLA NUOVA-S.FELICE",
        "short": "134R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "206",
        "label": "135",
        "long": "POGGIBONSI - COLLE",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "207",
        "label": "136",
        "long": "SIENA -  STAGGIA - POGGIBONSI",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "208",
        "label": "139",
        "long": "CHIANCIANO-MONTEPULCIANO-SINALUNGA-SIENA",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "209",
        "label": "202",
        "long": "P.CANONICA-P.ARNOLFO- ABBADIA-P.ARNOLFO-AGRESTONE- P.ARNOLFO-P.CANONICA",
        "short": "202",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "210",
        "label": "302",
        "long": "VIA GIOTTO-VIA SENESE-ROMITUZZO-SALCETO-VIA GIOTTO",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "211",
        "label": "305",
        "long": "POGGIBONSI - CALCINAIA - BELLAVISTA - STAGGIA",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "212",
        "label": "501",
        "long": "P.ZA DEL SALE-FS-LE SCOTTE-CORONCINA",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "213",
        "label": "503",
        "long": "POLICLINICO-FERROVIA-VIA TOZZI",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "214",
        "label": "507",
        "long": "P.TA PISPINI - POLICLINICO LE SCOTTE",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "215",
        "label": "50N",
        "long": "TAVERNE - LOGGE DEL PAPA - ISOLA D'ARBIA",
        "short": "50N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "216",
        "label": "510",
        "long": "FERROVIA-ACQUA CALDA-FORNACELLE",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "217",
        "label": "511",
        "long": "P.ZA GRAMSCI - ACQUACALDA - MONTARIOSO",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "218",
        "label": "513",
        "long": "FORNACELLE-ACQUACALDA-CENTRO",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "219",
        "label": "514",
        "long": "CORONCINA-MASSETANA-P.ZA GRAMSCI",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "220",
        "label": "516",
        "long": "POLICLINICO LE SCOTTE - FERROVIA",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "221",
        "label": "518",
        "long": "FERROVIA -  VICO ALTO",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "222",
        "label": "519",
        "long": "FERROVIA-PETRICCIO-PISACANE-CENTRO",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "223",
        "label": "524",
        "long": "CENTRO-VICO ALTO-S.MINIATO-DUE PONTI",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "224",
        "label": "530",
        "long": "FERROVIA - CENTRO",
        "short": "530",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "225",
        "label": "546",
        "long": "DUE PONTI- CORONCINA",
        "short": "546",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "226",
        "label": "590",
        "long": "TAVERNE-P.TA ROMANA-LOGGE-P.TA TUFI-DUE PONTI",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "227",
        "label": "594",
        "long": "MONTARIOSO - VICO ALTO - PIAZZA DEL SALE",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "228",
        "label": "601",
        "long": "CAPPUCCINI-GRAMSCI-MASSETANA",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "229",
        "label": "602",
        "long": "MASSETANA-GRAMSCI",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "23",
        "label": "20A",
        "long": "ARCIDOSSO-SANTA FIORA-CASTELL'AZZARA",
        "short": "20A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "230",
        "label": "609",
        "long": "SCACCIAPENSIERI-S.MINIATO-CENTRO",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "231",
        "label": "60N",
        "long": "P.ZA GRAMSCI - SIENA PERIFERIA",
        "short": "60N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "232",
        "label": "616",
        "long": "SCACCIAPENSIERI-S.MINATO-P.ZA GRAMSCI-TUFI",
        "short": "616",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "233",
        "label": "629",
        "long": "VIA TOZZI-POLICLINICO",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "234",
        "label": "637",
        "long": "CIRCOLARE COLONNA-INDIPENDENZA",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "235",
        "label": "713",
        "long": "FERROVIA - DUE PONTI - RUFFOLO",
        "short": "713",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "236",
        "label": "714",
        "long": "VIA TOZZI-FERROVIA-DUE PONTI",
        "short": "714",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "239",
        "label": "S10",
        "long": "FORNACELLE-BELVERDE-TOZZI-FS-OSPEDALE-S.MINIATO",
        "short": "S10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "240",
        "label": "S17",
        "long": "P.ZA DEL SALE-STAZIONE-POLICLINICO S.MINIATO",
        "short": "S17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "241",
        "label": "S19",
        "long": "RAVACCIANO-STUFA SECCA",
        "short": "S19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "242",
        "label": "S30",
        "long": "P.GRAMSCI-S.ROCCO-CASTELLO",
        "short": "S30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "243",
        "label": "S31",
        "long": "P.GRAMSCI-GINESTRETO-CARPINETO-VOLTE BASSE",
        "short": "S31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "244",
        "label": "S33",
        "long": "P.GRAMSCI-VOLTE BASSE-SOVICILLE-ROSIA-BRENNA",
        "short": "S33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "245",
        "label": "S34",
        "long": "P.GRAMSCI-P.A BOZZONE-PONTIGNANO-VAGLIAGLI",
        "short": "S34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "246",
        "label": "S35",
        "long": "P.GRAMSCI-COLOMBAIO-QUERCEGROSSA",
        "short": "S35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "247",
        "label": "S37",
        "long": "CELSA-SANTA COLOMBA-BELRIGUARDO-P.ZA GRAMSCI",
        "short": "S37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "248",
        "label": "S38",
        "long": "PIANELLA-PONTE A BOZZONE-BOTTEGA NUOVA-PIAZZA GRAM SCI",
        "short": "S38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "249",
        "label": "S51",
        "long": "CORONCINA-P.ZA DEL MERCATO",
        "short": "S51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "250",
        "label": "S52",
        "long": "AGROALIMENTARE-LOGGE DEL PAPA",
        "short": "S52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "251",
        "label": "SG1",
        "long": "CITY BUS",
        "short": "SG1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "252",
        "label": "SG2",
        "long": "URBANO SAN GIMIGNANO",
        "short": "SG2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "253",
        "label": "SG3",
        "long": "SAN GIMIGNANO - CASTELLO",
        "short": "SG3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "254",
        "label": "L01",
        "long": "ROSSANO-COLORETTA-PONTREMOLI",
        "short": "L01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "258",
        "label": "L09",
        "long": "PONTREMOLI-CERETOLI",
        "short": "L09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "259",
        "label": "L10",
        "long": "PONTREMOLI-ARZELATO",
        "short": "L10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "261",
        "label": "L106",
        "long": "AULLA-LA SPEZIA MUGGIANO",
        "short": "L106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "262",
        "label": "L107",
        "long": "NAVETTA SAN MARTINO",
        "short": "L107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "265",
        "label": "L12",
        "long": "PONTREMOLI-BORGO CASTEVOLI-VILLAFRANCA FS",
        "short": "L12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "268",
        "label": "L15",
        "long": "BAGNONE-VILLAFRANCA FS-PONTREMOLI",
        "short": "L15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "269",
        "label": "L16",
        "long": "AULLA-VILLAFRANCA-PONTREMOLI",
        "short": "L16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "270",
        "label": "L17",
        "long": "AULLA-SARZANA-CARRARA-MASSA",
        "short": "L17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "271",
        "label": "L18",
        "long": "AULLA-CAPRIGLIOLA-CEPARANA ZONA INDUSTRIALE",
        "short": "L18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "273",
        "label": "L22",
        "long": "BAGNONE-VILLAFRANCA-AULLA",
        "short": "L22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "274",
        "label": "L23",
        "long": "AULLA-CERRETO LAGHI",
        "short": "L23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "276",
        "label": "L26",
        "long": "AULLA-CASTELLO DI COMANO",
        "short": "L26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "277",
        "label": "L27",
        "long": "AULLA-BARBARASCO-VILLECCHIA",
        "short": "L27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "278",
        "label": "L28",
        "long": "AULLA-BARBARASCO-NOVEGIGOLA-AULLA",
        "short": "L28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "279",
        "label": "L29",
        "long": "AULLA-METTI-LOPPIEDO",
        "short": "L29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "280",
        "label": "L30",
        "long": "AULLA-MONCIGOLI-FIVIZZANO-SASSALBO",
        "short": "L30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "281",
        "label": "L31",
        "long": "AULLA-SERRICCIOLO-AGNINO-FIVIZZANO",
        "short": "L31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "282",
        "label": "L32",
        "long": "AULLA-PASSO DEI CARPINELLI",
        "short": "L32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "283",
        "label": "L33",
        "long": "AULLA-FIVIZZANO-EQUI TERME",
        "short": "L33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "284",
        "label": "L34",
        "long": "AULLA-QUERCIA-OLIVOLA-AULLA",
        "short": "L34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "285",
        "label": "L36",
        "long": "AULLA-VECCHIETTO",
        "short": "L36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "286",
        "label": "L37",
        "long": "AULLA-GORASCO",
        "short": "L37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "287",
        "label": "L38",
        "long": "FOSDINOVO-CESERANO-CANOVA-AULLA",
        "short": "L38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "288",
        "label": "L39",
        "long": "CARRARA-CASTELPOGGIO-FOSDINOVO-FIVIZZANO",
        "short": "L39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "290",
        "label": "L44",
        "long": "MONZONE-FOSDINOVO-SARZANA",
        "short": "L44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "291",
        "label": "L45",
        "long": "CESERANO-FOSDINOVO-SARZANA",
        "short": "L45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "292",
        "label": "L46",
        "long": "PONZANELLO-CANEPARI-SARZANA",
        "short": "L46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "293",
        "label": "L47",
        "long": "CARRARA-SORGNANO",
        "short": "L47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "294",
        "label": "L48",
        "long": "CARRARA-TORANO",
        "short": "L48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "295",
        "label": "L49",
        "long": "CARRARA-MISEGLIA",
        "short": "L49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "296",
        "label": "L50",
        "long": "CARRARA-COLONNATA",
        "short": "L50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "299",
        "label": "L53",
        "long": "CARRARA-AVENZA FS-VIALE ZACCAGNA-PARADISO",
        "short": "L53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "3",
        "label": "310",
        "long": "SAN MINIATO STAZIONE-FUCECCHIO",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "30",
        "label": "Navetta B",
        "long": "PARK CIMITERO-GARIBALDI",
        "short": "Navetta B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "300",
        "label": "L60",
        "long": "MASSA FS-MASSA-VIALE ROMA-MARINA DI MASSA",
        "short": "L60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "301",
        "label": "L601",
        "long": "MARINA DI CARRARA-SARZANA",
        "short": "L601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "302",
        "label": "L61",
        "long": "MASSA FS-MASSA-NUOVO OSPEDALE-MARINA DI MASSA",
        "short": "L61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "303",
        "label": "L62",
        "long": "MASSA FS-MASSA-RONCHI-MARINA DI MASSA",
        "short": "L62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "304",
        "label": "L63",
        "long": "MARINA DI MASSA-MARINA DI CARRARA",
        "short": "L63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "306",
        "label": "L65",
        "long": "MASSA-FORNO-BIFORCO",
        "short": "L65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "307",
        "label": "L66",
        "long": "MASSA-ANTONA",
        "short": "L66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "308",
        "label": "L67",
        "long": "MASSA-BERGIOLA MAGGIORE",
        "short": "L67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "309",
        "label": "L68",
        "long": "MASSA-MONTIGNOSO-CROCELLO",
        "short": "L68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "31",
        "label": "22",
        "long": "Pistoia P.za San Francesco - Piestro - Saturnana - Le Grazie - Pitornecca",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "310",
        "label": "L72",
        "long": "AVENZA FS-FOSSONE-CARRARA",
        "short": "L72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "311",
        "label": "L73",
        "long": "CARRARA-BONASCOLA-PARADISO",
        "short": "L73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "312",
        "label": "L74",
        "long": "MASSA-FOCE-CARRARA",
        "short": "L74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "313",
        "label": "L75",
        "long": "CARRARA-NAZZANO-MASSA",
        "short": "L75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "314",
        "label": "L76",
        "long": "MASSA-ZONA INDUSTRIALE-MARINA DI CARRARA",
        "short": "L76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "315",
        "label": "L78",
        "long": "MASSA-RESCETO",
        "short": "L78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "316",
        "label": "L79",
        "long": "MASSA-CASETTE",
        "short": "L79",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "317",
        "label": "L82",
        "long": "CARRARA-FOSSONE-CASANO",
        "short": "L82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "318",
        "label": "L83",
        "long": "CARRARA-FOSSOLA-FONTIA-ORTONOVO",
        "short": "L83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "32",
        "label": "30",
        "long": "Pistoia FS - San Biagio - Arcigliano - Torbecchia - San Vito",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "325",
        "label": "FT1",
        "long": "SERVIZIO URBANO DI MONTEPULCIANO",
        "short": "FT1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "326",
        "label": "FT4",
        "long": "MONTEPULCIANO-S.ALBINO-CHIANCIANO-CHIUSI",
        "short": "FT4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "327",
        "label": "H11",
        "long": "CORSALONE-BIBBIENA-CHIUSI DELLA V.-PIEVE S.STEFANO",
        "short": "H11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "328",
        "label": "H12",
        "long": "BIBBIENA-RASSINA-CHITIGNANO-CHIUSI DELLA VERNA",
        "short": "H12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "340",
        "label": "LS3",
        "long": "M.S.SAVINO STAZ.-M.S.SAVINO PAESE-PALAZZUOLO",
        "short": "LS3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "341",
        "label": "LS5",
        "long": "BETTOLLE-FOIANO-CESA-PIEVE AL TOPPO-AREZZO",
        "short": "LS5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "342",
        "label": "LS6",
        "long": "AREZZO-CASTIGLION FIORENTINO-CAMUCIA-CORTONA",
        "short": "LS6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "343",
        "label": "ST1",
        "long": "SINALUNGA-TREQUANDA-CASTELM.-MONTEFOLL.-M.PULCIANO",
        "short": "ST1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "351",
        "label": "110",
        "long": "PISA-ASCIANO-AGNANO",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "352",
        "label": "120",
        "long": "PISA-CALCI-MONTEMAGNO",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "354",
        "label": "141",
        "long": "CASCINA-VICOPISANO-BUTI",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "355",
        "label": "142",
        "long": "BUTI-BIENTINA-CALCINAIA-PONTEDERA",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "356",
        "label": "150",
        "long": "PISA-MUSIGLIANO-PETTORI",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "358",
        "label": "190",
        "long": "PISA-CASCINA",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "359",
        "label": "210",
        "long": "PONTEDERA-MONTOPOLI-SAN MINIATO",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "36",
        "label": "85Ger",
        "long": "Pistoia P.za San Francesco - Corsini Bianchi e Neri - Germinaia",
        "short": "85Ger",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "360",
        "label": "230",
        "long": "PONTEDERA-PALAIA-MONTEFOSCOLI-LEGOLI-GHIZZANO",
        "short": "230",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "361",
        "label": "240",
        "long": "PONTEDERA-SANTA MARIA MONTE-GALLENO",
        "short": "240",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "362",
        "label": "250",
        "long": "PONTEDERA-S.MARIA A MONTE-S.CROCE SULL'ARNO-FUCECCHIO",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "363",
        "label": "290",
        "long": "GALLENO-STAFFOLI-FUCECCHIO-LA SCALA-EMPOLI",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "364",
        "label": "320",
        "long": "SAN MINIATO STAZIONE-SAN MINIATO P.ZA DANTE-SAN MINIATO P.ZA EUFEMI",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "365",
        "label": "330",
        "long": "SAN MINIATO-PONTE A EGOLA-CASASTRADA",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "366",
        "label": "380",
        "long": "PONTEDERA-CENAIA-VICARELLO",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "367",
        "label": "400",
        "long": "PONTEDERA-LARI-USIGLIANO-CASCIANA ALTA",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "368",
        "label": "410",
        "long": "PONTEDERA-CASCIANA TERME-CHIANNI",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "369",
        "label": "420",
        "long": "CASCIANA TERME-FRAZIONI",
        "short": "420",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "370",
        "label": "450",
        "long": "PONTEDERA-SANTO PIETRO BELVEDERE-TERRICCIOLA-LA ROSA",
        "short": "450",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "371",
        "label": "460",
        "long": "PONTEDERA-PECCIOLI-MONTELOPIO",
        "short": "460",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "372",
        "label": "470",
        "long": "ORCIATICO-SAN GIOVANNI-LAJATICO-LA STERZA",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "373",
        "label": "500",
        "long": "VOLTERRA-PONTEDERA",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "374",
        "label": "501",
        "long": "VOLTERRA-PIAN DEI GELSI-VILLAMAGNA",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "375",
        "label": "710",
        "long": "LARDERELLO-CANNETO-CECINA",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "376",
        "label": "730",
        "long": "LARDERELLO-LUSTIGNANO-MONTEVERDI",
        "short": "730",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "377",
        "label": "750",
        "long": "POMARANCE-MONTECERBOLI-LARDERELLO-CASTELNUOVO VAL DI CECINA",
        "short": "750",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "378",
        "label": "760",
        "long": "POMARANCE-MONTECASTELLI",
        "short": "760",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "379",
        "label": "770",
        "long": "VOLTERRA-COLLE VAL D'ELSA",
        "short": "770",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "380",
        "label": "780",
        "long": "VOLTERRA-SALINE-POMARANCE-LARDERELLO-CASTELNUOVO VDC-MONTEROTONDO",
        "short": "780",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "381",
        "label": "781",
        "long": "POMARANCE-LIBBIANO-MICCIANO",
        "short": "781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "382",
        "label": "790",
        "long": "VOLTERRA-SALINE-CECINA STAZIONE",
        "short": "790",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "383",
        "label": "800",
        "long": "VOLTERRA-MONTECATINI VAL DI CECINA",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "384",
        "label": "820",
        "long": "LA SASSA-MONTECATINI  VAL DI CECINA-SALINE",
        "short": "820",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "385",
        "label": "862",
        "long": "CASTELNUOVO VAL DI CECINA-COLLE VAL D'ELSA",
        "short": "862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "399",
        "label": "Navetta A",
        "long": "PARK CINEPLEX-INDIPENDENZA-MARTIRI-GRONCHI",
        "short": "Navetta A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "4",
        "label": "876",
        "long": "SAN ROMANO-PONTE A EGOLA-SAN MINIATO",
        "short": "876",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "408",
        "label": "351 A",
        "long": "MONTEVARCHI-FIGLINE VALDARNO-INCISA VALDARNO-FIRENZE",
        "short": "351 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "409",
        "label": "361 A",
        "long": "LEVANELLA-TERRANUOVA-INCISA-FIRENZE",
        "short": "361 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "410",
        "label": "MIV05",
        "long": "MONTEVARCHI-V.CHIANTIGIANA-CAVRIGLIA-NERI-CAST.VO DEI SABBIONI-MELETO-S.BARBARA-S.GIOVANNI VALDARNO",
        "short": "MIV05",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "413",
        "label": "FAMLA",
        "long": "LATERINA-CASTIGLION FIBOCCHI-AREZZO",
        "short": "FAMLA",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "414",
        "label": "MIV11",
        "long": "LATERINA-MONTALTO-LEVANE-MONTEVARCHI",
        "short": "MIV11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "415",
        "label": "E02",
        "long": "MANCIANO-SATURNIA",
        "short": "E02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "416",
        "label": "E03",
        "long": "SAN MARTINO SUL FIORA-MANCIANO",
        "short": "E03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "417",
        "label": "E04",
        "long": "SATURNIA-MANCIANO",
        "short": "E04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "420",
        "label": "301 A",
        "long": "MONGHIDORO-BRUSCOLI-BARBERINO DI MUGELLO-FIRENZE",
        "short": "301 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "421",
        "label": "305 B",
        "long": "BARBERINO DI MUGELLO-SAN PIERO A SIEVE-BORGO SAN LORENZO",
        "short": "305 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "422",
        "label": "307 A",
        "long": "RAZZUOLO-BORGO SAN LORENZO-SAN PIERO A SIEVE-FIRENZE",
        "short": "307 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "423",
        "label": "307 C",
        "long": "RAZZUOLO-BORGO SAN LORENZO-SAN PIERO A SIEVE-FIRENZE",
        "short": "307 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "424",
        "label": "319 A",
        "long": "GREZZANO-BORGO SAN LORENZO-POLCANTO-FIRENZE",
        "short": "319 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "425",
        "label": "322 A",
        "long": "PASSO DEL MURAGLIONE-SAN GODENZO-RUFINA-PONTASSIEVE-FIRENZE",
        "short": "322 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "426",
        "label": "322 B",
        "long": "PASSO DEL MURAGLIONE-SAN GODENZO-RUFINA-PONTASSIEVE-FIRENZE",
        "short": "322 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "427",
        "label": "345 A",
        "long": "FIRENZE-PONTASSIEVE",
        "short": "345 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "428",
        "label": "12O",
        "long": "CAPALBIO-ORBETELLO",
        "short": "12O",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "43",
        "label": "FT5",
        "long": "CHIUSI-CETONA-SARTEANO-CHIANCIANO-MONTEPULCIANO",
        "short": "FT5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "430",
        "label": "20",
        "long": "CIRCOLARE SOLVAY",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "431",
        "label": "21",
        "long": "piazza della Libert\u00e0 - La Querciola",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "432",
        "label": "26",
        "long": "San Colombano/Badia a Settimo - Torregalli",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "433",
        "label": "27",
        "long": "Pontignale Pace Mondiale - Vingone",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "434",
        "label": "303",
        "long": "Le Piagge FS - Calenzano centro",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "435",
        "label": "38",
        "long": "Porta Romana - Poggio Imperiale/Pian dei Giullari",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "436",
        "label": "40",
        "long": "Rifredi FS Vasco de Gama - Careggi - La Lastra/via Incontri",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "437",
        "label": "41",
        "long": "via dei Baldovini - Cascine del Riccio/via Pietriboni Galluzzo",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "438",
        "label": "42",
        "long": "Porta Romana - Marignolle",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "439",
        "label": "44",
        "long": "piazza Pier della Francesca - Piovano Arlotto",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "44",
        "label": "H02",
        "long": "BADIA PRATAGLIA-PARTINA-BIBBIENA-POPPI",
        "short": "H02",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "440",
        "label": "45",
        "long": "Fiesole piazza Mino - La Querciola",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "441",
        "label": "46",
        "long": "via Pietriboni Galluzzo - San Lorenzo a Greve/Starnina",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "442",
        "label": "47",
        "long": "Fiesole piazza Mino - Il Girone",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "443",
        "label": "48",
        "long": "Bagno a Ripoli - Villamagna",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "444",
        "label": "49",
        "long": "Bagno a Ripoli - Grassina/San Polo",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "445",
        "label": "50",
        "long": "piazza Pier della Francesca - Cimitero di Soffiano",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "446",
        "label": "51",
        "long": "Grassina - Pian di Grassina/slargo Lippi",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "447",
        "label": "59",
        "long": "T1 Morgagni - Polo Scientifico CNR",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "448",
        "label": "61",
        "long": "Settantottesimo Reggimento - Artigiani/San Vincenzo a Torri",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "449",
        "label": "62",
        "long": "Settantottesimo Reggimento - Pian dei Cerri/Artigiani",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "45",
        "label": "H10",
        "long": "CORSALONE-BIBBIENA-SOCI-POPPI",
        "short": "H10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "450",
        "label": "63",
        "long": "Settantottesimo Reggimento - Artigiani/San Vincenzo a Torri",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "451",
        "label": "64",
        "long": "Sesto Fiorentino Vittorio Veneto - Colonnata",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "452",
        "label": "66",
        "long": "T2 Guidoni - Polo Scientifico - Sesto FS",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "453",
        "label": "72",
        "long": "T1 Nenni - Lastra a Signa FS/Signa/Montelupo",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "454",
        "label": "73",
        "long": "Lastra a Signa - Spazzavento/San Vincenzo a Torri",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "455",
        "label": "75",
        "long": "Sant'Angelo a Lecore - Il Rosi",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "456",
        "label": "76",
        "long": "Sesto Fiorentino Vittorio Veneto - Sesto Fiorentino Volpaia",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "457",
        "label": "83",
        "long": "Torregalli - Signa/Porto di Mezzo",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "458",
        "label": "90",
        "long": "Pratignone FS - Officine Galileo/Maestri del Lavoro/GKN",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "459",
        "label": "91",
        "long": "Campi Bisenzio via Buozzi - M&R",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "46",
        "label": "H42",
        "long": "MONTEMIGNAIO-STRADA-BORGO ALLA COLLINA-POPPI",
        "short": "H42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "460",
        "label": "93",
        "long": "T1 Batoni - GKN",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "461",
        "label": "94",
        "long": "Le Bagnese/Lastra a Signa FS - Officine Galileo/M&R",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "462",
        "label": "SF",
        "long": "piazza Edison - Maiano",
        "short": "SF",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "463",
        "label": "1",
        "long": "via Faentina Salviati/Cure via Boccaccio - T1 Strozzi Fallaci",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "464",
        "label": "10",
        "long": "Libert\u00e0 - Settignano",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "465",
        "label": "11",
        "long": "Salviatino - Galluzzo La Gora",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "466",
        "label": "12",
        "long": "Piazzale Michelangiolo - Stazione FS SMN - Rotonda Barbetti",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "467",
        "label": "13",
        "long": "Piazzale Michelangiolo - Rotonda Barbetti/Stazione FS SMN",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "468",
        "label": "14",
        "long": "Santa Maria Maggiore - Il Girone/via Rocca Tedalda",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "470",
        "label": "17",
        "long": "viale Verga - via Boito/Cascine",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "471",
        "label": "2",
        "long": "T1 piazza Dalmazia - Calenzano centro",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "472",
        "label": "20",
        "long": "largo Caruso - via Calasso Gignoro",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "473",
        "label": "23",
        "long": "T2 Guidoni - Sorgane/Bagno a Ripoli",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "474",
        "label": "25",
        "long": "Libert\u00e0 - Pian di San Bartolo/Pratolino",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "475",
        "label": "28",
        "long": "T1 piazza Dalmazia - Sesto Fiorentino Volpaia",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "476",
        "label": "29",
        "long": "Rifredi FS Vasco de Gama - via Pratese/Ingromarket/Motorizzazione",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "477",
        "label": "3",
        "long": "Cure via Boccaccio - Nave a Rovezzano",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "478",
        "label": "30",
        "long": "Stazione Leopolda - Campi Bisenzio piazza Togliatti/via Galilei",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "479",
        "label": "31",
        "long": "piazzale Montelungo - Grassina",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "48",
        "label": "LH3",
        "long": "CAMALDOLI-SERRAVALLE-SOCI-BIBBIENA",
        "short": "LH3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "480",
        "label": "33",
        "long": "Rifredi FS Vasco de Gama - Careggi - Meyer - piazza Meyer",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "481",
        "label": "35",
        "long": "Stazione Leopolda - Campi Bisenzio Indicatore/via Magenta/piazza Togliatti",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "482",
        "label": "36",
        "long": "Stazione FS SMN - Cascine del Riccio",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "483",
        "label": "37",
        "long": "Stazione FS SMN - Tavarnuzze",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "484",
        "label": "5",
        "long": "Filarete Soffiano - Fanfani Tre Pietre",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "485",
        "label": "55",
        "long": "Poggetto Ingegneria - T1 Cascine Carlo Monni",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "486",
        "label": "56",
        "long": "Le Piagge FS - via Niccol\u00f2 da Tolentino",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "487",
        "label": "57",
        "long": "T2 Belfiore - Calenzano Universit\u00e0",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "488",
        "label": "6",
        "long": "Torregalli - Novelli/Gignoro",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "489",
        "label": "68",
        "long": "Brozzi - T2 Guidoni",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "490",
        "label": "7",
        "long": "Libert\u00e0 - Fiesole",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "491",
        "label": "77",
        "long": "Foggini T1 Federiga - La Casella",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "492",
        "label": "78",
        "long": "Foggini T1 Federiga - La Casella",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "493",
        "label": "8",
        "long": "T1 Strozzi Fallaci - Nave a Rovezzano",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "494",
        "label": "9",
        "long": "T1 Batoni/T1 Leopolda - T1 Federiga",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "495",
        "label": "92",
        "long": "Sesto FS - zona industriale Capalle",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "496",
        "label": "C3",
        "long": "piazza Beccaria - Leopolda",
        "short": "C3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "497",
        "label": "C4",
        "long": "Santa Maria Maggiore - P.O.Palagi",
        "short": "C4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "498",
        "label": "C1",
        "long": "Parterre - Santa Maria Soprarno/Porta Romana",
        "short": "C1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "499",
        "label": "355",
        "long": "FIGLINE - INCISA - SAN CASCIANO - SAMBUCA ZI",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "5",
        "label": "877",
        "long": "EMPOLI-SANTA CROCE SULL'ARNO",
        "short": "877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "500",
        "label": "C2",
        "long": "piazza Beccaria - Leopolda",
        "short": "C2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "501",
        "label": "353 A",
        "long": "REGGELLO-FIGLINE VALDARNO-INCISA VALDARNO-FIRENZE",
        "short": "353 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "502",
        "label": "360 A",
        "long": "MONTEVARCHI-INCISA VALDARNO-PONTASSIEVE-FIRENZE",
        "short": "360 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "503",
        "label": "322 C",
        "long": "PASSO DEL MURAGLIONE-SAN GODENZO-RUFINA-PONTASSIEVE-FIRENZE",
        "short": "322 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "506",
        "label": "80",
        "long": "CASTELFIORENTINO-MONTAIONE",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "507",
        "label": "365 D",
        "long": "GAIOLE-PANZANO-GREVE (VIA FERRONE/VIA STRADA)-FIRENZE",
        "short": "365 D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "508",
        "label": "E01",
        "long": "MANCIANO-SAN MARTINO SUL FIORA",
        "short": "E01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "51",
        "label": "LH6",
        "long": "BIBBIENA-ORTIGNANO COMUNE",
        "short": "LH6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "510",
        "label": "20S",
        "long": "CORTONA/CASTIGLION FIORENTINO/FOIANO-OSPEDALE FRATTA",
        "short": "20S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "511",
        "label": "LH2",
        "long": "RASSINA-TALLA",
        "short": "LH2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "513",
        "label": "SI393",
        "long": "SESTINO-BADIA TEDALDA-SANSEPOLCRO",
        "short": "SI393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "515",
        "label": "SU4",
        "long": "CORTONA-CAMUCIA-TERONTOLA-CASTIGLIONE DEL LAGO",
        "short": "SU4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "517",
        "label": "T61",
        "long": "LINEA 1 SERVIZIO URBANO DI CHIUSI",
        "short": "T61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "518",
        "label": "303 C",
        "long": "GIUGNOLA-FIRENZUOLA-SCARPERIA-SAN PIERO A SIEVE-FIRENZE",
        "short": "303 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "519",
        "label": "12",
        "long": "Pistoia FS - Nespolo - Chiazzano - Spedalino - Agliana San Michele",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "52",
        "label": "LS1",
        "long": "MONTE S.S.-CIGGIANO-B.PINO-CIVITELLA-MONTAGNANO",
        "short": "LS1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "520",
        "label": "13",
        "long": "Pistoia FS - Bottegone - Barba - Olmi - Quarrata",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "523",
        "label": "48",
        "long": "EMPOLI-MONTELUPO F.NO",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "524",
        "label": "49",
        "long": "EMPOLI-SOVIGLIANA-CROCIFISSO-VINCI",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "525",
        "label": "5",
        "long": "Villaggio Scornio - Stadio - Pistoia FS - Via Erbosa - Pistoia FS - Stadio - Villaggio Scornio",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "526",
        "label": "63",
        "long": "Pistoia FS - Masotti - Serravalle P.se - Monsummano T.me",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "527",
        "label": "73",
        "long": "Lamporecchio - Larciano - Monsummano T.me - Montecatini T.me - Pescia",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "529",
        "label": "1",
        "long": "OSPEDALE - LIBERT\u00c0 - CECINA MARE",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "53",
        "label": "LS9",
        "long": "MONTE S.SAVINO-LUCIGNANO-MARCIANO-FOIANO",
        "short": "LS9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "530",
        "label": "10",
        "long": "STAGNO-AURELIA-GARIBALDI-COGORANO",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "531",
        "label": "103",
        "long": "S. LUCE-PIEVE S. LUCE-ROSIGNANO M.MO-CECINA",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "532",
        "label": "104",
        "long": "COLLESALVETTI-VICARELLO-GUASTICCE-STAGNO-LIVORNO",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "533",
        "label": "105",
        "long": "COLOGNOLE-PARRANE-NUGOLA-LIVORNO",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "534",
        "label": "106",
        "long": "CASTELNUOVO MISERICORDIA-GABBRO-LIVORNO",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "537",
        "label": "117",
        "long": "PORTOFERRAIO-PORTO AZZURRO-RIO ELBA-RIO MARINA-CAVO-CAPOLIVERI",
        "short": "117",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "539",
        "label": "3",
        "long": "GRANDE - COTETO - SALVIANO - LECCIA - SCOPAIA",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "54",
        "label": "MIV06",
        "long": "CAVRIGLIA-VACCHERECCHIA-SAN GIOVANNI",
        "short": "MIV06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "540",
        "label": "3",
        "long": "LIBERT\u00c0 - PALAZZI - COLLEMEZZANO - STAZIONE FS - LIBERT\u00c0",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "541",
        "label": "3",
        "long": "PORTOFERRAIO - ALBERETO - CARPANI",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "542",
        "label": "4",
        "long": "LIBERT\u00c0 - PALAZZI - GORETTE - CECINA MARE",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "543",
        "label": "5",
        "long": "LA ROSA - STADIO - MATTEOTTI - GRANDE - VARCO FORTEZZA",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "544",
        "label": "6",
        "long": "LIBERT\u00c0 - PALAZZACCIO - OSPEDALE - LIBERT\u00c0",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "547",
        "label": "21",
        "long": "GORETTI-AURELIA CIMITERO-FS-GARIBALDI POSTE-S.FRANCESCO-AZEGLIO-FATTORE-COPPINO-VIRGILIO-FILZI",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "548",
        "label": "25",
        "long": "OSPEDALE-TRIESTE-ZONA 167-FRATTI-STAZIONE-D'AZEGLIO-VARIGNANO-TERMINETTO",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "549",
        "label": "27",
        "long": "BRENTINO-TERMINETTO-MIGLIARINA-MARCOPOLO-VIA FRATTI-P.ZA MAZZINI-D'AZEGLIO",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "550",
        "label": "31",
        "long": "TORRE DEL LAGO-LECCI-BURLAMACCHI-GARIBALDI-P.ZA D'AZEGLIO",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "551",
        "label": "51",
        "long": "VERDI-STAZIONE-P.ZA S.MARIA-FREDDANA-S.MORIANO",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "552",
        "label": "53",
        "long": "VERDI-STAZIONE-CARLO DEL PRETE-S.ALESSIO-CARIGNANO",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "553",
        "label": "55",
        "long": "VERDI-S.ANNA-SOLFERINO-MAGGIANO",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "554",
        "label": "57",
        "long": "VERDI-STAZIONE-MUTIGLIANO-PONTE MADDALENA",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "555",
        "label": "59",
        "long": "VERDI-STAZIONE-S.P.VICO-MARLIA",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "556",
        "label": "6",
        "long": "VERDI-STAZIONE FS LUCCA-CASTRACANI-ROMANA-ANTRACCOLI-CAPANNORI",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "557",
        "label": "61",
        "long": "VERDI-CARLO DEL PRETE-OSPEDALE V.-S.CASSIANO V-LAMMARI",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "558",
        "label": "63",
        "long": "VERDI-S.DONATO-GATTAIOLA-MEATI",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "559",
        "label": "67",
        "long": "VERDI-VIA PISANA-MONTUOLO-CERASOMMA-RIPAFRATTA FS",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "560",
        "label": "DD",
        "long": "FIRENZE-A11-LUCCA",
        "short": "DD",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "561",
        "label": "E1",
        "long": "LUCCA-A11-VIAREGGIO-FORTE DEI MARMI-MARINA DI MASSA NOA",
        "short": "E1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "562",
        "label": "E10",
        "long": "LUCCA-P.MORIANO-PIAGGIONE-B.MOZZANO-FORNOLI-BAGNI DI LUCCA",
        "short": "E10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "563",
        "label": "E12",
        "long": "PASCOSO-PESCAGLIA-PIEGAIO-DIECIMO-VALDOTTAVO-P.MORIANO-LUCCA",
        "short": "E12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "564",
        "label": "E13",
        "long": "LUCCA-STAZIONE FS-P.TE MORIANO-MASTIANO-GUGLIANO",
        "short": "E13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "565",
        "label": "E14",
        "long": "LUCCA-STAZIONE FS-P.TE MORIANO-VINCHIANA-GIGNANO-PIAZZA DI BRANCOLI",
        "short": "E14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "566",
        "label": "E15",
        "long": "LUCCA-S.MARTINO F-VALPROMARO-P.TE NOCCHI-CAMAIORE",
        "short": "E15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "567",
        "label": "E16",
        "long": "LUCCA-P.TE FREDDANA-S.MARTINO F-FIANO-BIVIO ORBICCIANO-FIBBIANO",
        "short": "E16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "568",
        "label": "E18",
        "long": "CAPANNORI-TEMPAGNANO-C.PRETE-TAGLIATE-VERDI-POLO FIERE-VERCIANO-VORNO",
        "short": "E18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "569",
        "label": "E2",
        "long": "CAMAIORE-OSPEDALE-VIAREGGIO-QUIESA-LUCCA",
        "short": "E2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "57",
        "label": "ST2",
        "long": "SINALUNGA-TORRITA-MONTEFOLLONICO-MONTEPULCIANO",
        "short": "ST2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "570",
        "label": "E21",
        "long": "LA TORRE-BOVEGLIO-PARIANA-VILLA BASILICA- COLLODI-PESCIA",
        "short": "E21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "571",
        "label": "E25",
        "long": "PIETRASANTA-VIAREGGIO",
        "short": "E25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "572",
        "label": "E26",
        "long": "PIETRASANTA-VIAREGGIO-MASSAROSA",
        "short": "E26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "573",
        "label": "E27",
        "long": "CAMAIORE-CAPEZZANO PIANORE-LIDO DI CAMAIORE-VIAREGGIO",
        "short": "E27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "574",
        "label": "E29",
        "long": "VIAREGGIO-MONTRAMITO-STIAVA-P.MOMMIO-CAPEZZANO PIANORE",
        "short": "E29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "575",
        "label": "E3",
        "long": "PISA-S.GIULIANO TERME-S.M.GIUDICE-LUCCA",
        "short": "E3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "576",
        "label": "E31",
        "long": "VIAREGGIO-MONTRAMITO-PIAN DI CONCA-CORSANICO-MOMMIO-PEDONA",
        "short": "E31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "578",
        "label": "E35",
        "long": "SERAVEZZA-QUERCETA-V.APUANA-FORTE DEI MARMI-PIETRASANTA",
        "short": "E35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "579",
        "label": "E36",
        "long": "CASTELNUOVO-ARNI-P.TE STAZZEMESE-SERAVEZZA-PIETRASANTA",
        "short": "E36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "581",
        "label": "E38",
        "long": "AZZANO-SERAVEZZA-VALLECCHIA-PIETRASANTA",
        "short": "E38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "582",
        "label": "E4",
        "long": "LUCCA-P.MORIANO-DIECIMO-B.MOZZANO-GALLICANO-BARGA-CASTELNUOVO",
        "short": "E4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "583",
        "label": "E41",
        "long": "MASSA-QUERCETA-PIETRASANTA",
        "short": "E41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "587",
        "label": "E47",
        "long": "BAGNI DI LUCCA-FABBRICHE-POPIGLIO-LA LIMA-SAN MARCELLO",
        "short": "E47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "589",
        "label": "E49",
        "long": "CASTELNUOVO-MONTEPERPOLI-GALLICANO-MOLOGNO-CALAVORNO-BAGNI DI LUCCA",
        "short": "E49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "59",
        "label": "BAAS",
        "long": "AREZZO-ANGHIARI-SANSEPOLCRO",
        "short": "BAAS",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "590",
        "label": "E5",
        "long": "LUCCA-P.MORIANO-DIECIMO-B.MOZZANO-FORNACI-MOLOGNO FS-BARGA",
        "short": "E5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "594",
        "label": "E54",
        "long": "CARPINELLI-P.SERCHIO-S.DONNINO-S.ROMANO-VILLETTA-P.FOSCIANA-CASTELNUOVO",
        "short": "E54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "596",
        "label": "E56",
        "long": "PASSO RADICI-MASSASASSOROSSO-CERAGETO-CASTIGLIONE-P.FOSCIANA-CASTELNUOVO",
        "short": "E56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "6",
        "label": "879",
        "long": "MONTOPOLI-FUCECCHIO",
        "short": "879",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "600",
        "label": "E6",
        "long": "LUCCA-PICCIORANA-LUNATA-ZONE-LAPPATO-P.TE ABATE-PESCIA",
        "short": "E6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "601",
        "label": "E61",
        "long": "CASTELNUOVO-P.TE DI CAMPIA-BARGA",
        "short": "E61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "603",
        "label": "E63",
        "long": "PIEVE FOSCIANA-STAZIONE FS-OSPEDALE-P.ZA UMBERTO-TORRITE",
        "short": "E63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "604",
        "label": "E64",
        "long": "P.SERCHIO-NICCIANO-GRAMOLAZZO-GORFIGLIANO-GRAMOLAZZO-MINUCCIANO",
        "short": "E64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "605",
        "label": "E65",
        "long": "P.ZA SERCHIO-SILLANO-DALLI-PONTECCIO-VILLA SORAGGIO-METELLO",
        "short": "E65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "607",
        "label": "E7",
        "long": "LUCCA-COLLE DI COMPITO-BUTI-BIENTINA-PONTEDERA",
        "short": "E7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "61",
        "label": "15",
        "long": "Gello - Pistoia FS - Candeglia - Pistoia FS - Gello",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "610",
        "label": "E73",
        "long": "COREGLIA-PIAN DI COREGLIA-GHIVIZZANO-CALAVORNO",
        "short": "E73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "613",
        "label": "E78",
        "long": "FORNACI DI BARGA-CALAVORNO-VITIANA-TEREGLIO",
        "short": "E78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "614",
        "label": "E8",
        "long": "LUCCA-CAPANNORI-PORCARI-ALTOPASCIO",
        "short": "E8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "616",
        "label": "R03",
        "long": "Firenze T2 Guidoni - Autostrada A11 - Montecatini Terme",
        "short": "R03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "617",
        "label": "357 A",
        "long": "REGGELLO-RIGNANO SULL'ARNO-PONTASSIEVE-FIRENZE",
        "short": "357 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "618",
        "label": "BAVPSSCC",
        "long": "VALSAVIGNONE-PIEVE S.STEFANO-CITT\u00c0 DI CASTELLO",
        "short": "BAVPSSCC",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7B187C",
        "color_name": "purple",
        "has_shape": true,
        "id": "619",
        "label": "131R",
        "long": "SIENA-/POGGIBONSI SALCETO/-FIRENZE",
        "short": "131R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "62",
        "label": "21",
        "long": "Pistoia FS - Gello - Stazzana - Campiglio - Statigliana - Villa di Cireglio",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "620",
        "label": "301 B",
        "long": "MONGHIDORO-BRUSCOLI-BARBERINO DI MUGELLO-FIRENZE",
        "short": "301 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "621",
        "label": "301 C",
        "long": "MONGHIDORO-BRUSCOLI-BARBERINO DI MUGELLO-FIRENZE",
        "short": "301 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "622",
        "label": "302 A",
        "long": "MONGHIDORO-BARBERINO DI MUGELLO-SAN PIERO A SIEVE-VAGLIA-FIRENZE",
        "short": "302 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "623",
        "label": "303 A",
        "long": "GIUGNOLA-FIRENZUOLA-SCARPERIA-SAN PIERO A SIEVE-FIRENZE",
        "short": "303 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "624",
        "label": "303 B",
        "long": "GIUGNOLA-FIRENZUOLA-SCARPERIA-SAN PIERO A SIEVE-FIRENZE",
        "short": "303 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "625",
        "label": "304 B",
        "long": "MONGHIDORO-BRUSCOLI-FIRENZUOLA-SAN PIERO A SIEVE-BORGO SAN LORENZO",
        "short": "304 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "627",
        "label": "305 C",
        "long": "BARBERINO DI MUGELLO-SAN PIERO A SIEVE-BORGO SAN LORENZO",
        "short": "305 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "628",
        "label": "307 B",
        "long": "RAZZUOLO-BORGO SAN LORENZO-SAN PIERO A SIEVE-FIRENZE",
        "short": "307 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "629",
        "label": "319 C",
        "long": "GREZZANO-BORGO SAN LORENZO-POLCANTO-FIRENZE",
        "short": "319 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "63",
        "label": "24",
        "long": "Pistoia FS - Valdibrana - Fiano",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "630",
        "label": "330 A",
        "long": "FORNELLO-SANTA BRIGIDA-MOLINO DEL PIANO-FIRENZE",
        "short": "330 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "631",
        "label": "330 C",
        "long": "FORNELLO-SANTA BRIGIDA-MOLINO DEL PIANO-FIRENZE",
        "short": "330 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "632",
        "label": "331 B",
        "long": "FORNELLO-SANTA BRIGIDA-MOLINO DEL PIANO-PONTASSIEVE",
        "short": "331 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "633",
        "label": "331 C",
        "long": "FORNELLO-SANTA BRIGIDA-MOLINO DEL PIANO-PONTASSIEVE",
        "short": "331 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "634",
        "label": "336 B",
        "long": "MONTERIFRASSINE-MOLINO DEL PIANO-PONTASSIEVE",
        "short": "336 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "635",
        "label": "336 C",
        "long": "MONTERIFRASSINE-MOLINO DEL PIANO-PONTASSIEVE",
        "short": "336 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "636",
        "label": "343 A",
        "long": "SALTINO-VALLOMBROSA-PONTASSIEVE-FIRENZE",
        "short": "343 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "637",
        "label": "343 B",
        "long": "SALTINO-VALLOMBROSA-PONTASSIEVE-FIRENZE",
        "short": "343 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "638",
        "label": "350 A",
        "long": "RIGNANO SULL'ARNO-PONTASSIEVE-FIRENZE",
        "short": "350 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "639",
        "label": "353 B",
        "long": "REGGELLO-FIGLINE VALDARNO-INCISA VALDARNO-FIRENZE",
        "short": "353 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "64",
        "label": "25",
        "long": "Pistoia P.za San Francesco - Santomato - Montale - Tobbiana / Montale FS",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "640",
        "label": "354 A",
        "long": "FIGLINE VALDARNO-LUCOLENA-SAN POLO-FIRENZE",
        "short": "354 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "641",
        "label": "354 B",
        "long": "FIGLINE VALDARNO-LUCOLENA-SAN POLO-FIRENZE",
        "short": "354 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "642",
        "label": "365 A",
        "long": "GAIOLE-RADDA-GREVE-FIRENZE",
        "short": "365 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "643",
        "label": "365 B",
        "long": "GAIOLE-RADDA-GREVE-FIRENZE",
        "short": "365 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "645",
        "label": "368 A",
        "long": "MONTEFIRIDOLFI-MERCATALE-SAN CASCIANO-FIRENZE",
        "short": "368 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "647",
        "label": "370 A",
        "long": "POGGIBONSI-BARBERINO VAL D'ELSA-SAN DONATO-TAVARNELLE-SAN CASCIANO-FIRENZE",
        "short": "370 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "648",
        "label": "370 B",
        "long": "POGGIBONSI-BARBERINO VAL D'ELSA-SAN DONATO-TAVARNELLE-SAN CASCIANO-FIRENZE",
        "short": "370 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "649",
        "label": "371 A",
        "long": "SAN CASCIANO-SCANDICCI-FIRENZE",
        "short": "371 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "65",
        "label": "26",
        "long": "Pistoia P.za San Francesco - Candeglia - Iano - Baggio - La Rena",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "650",
        "label": "371 C",
        "long": "SAN CASCIANO-SCANDICCI-FIRENZE",
        "short": "371 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "651",
        "label": "372 A",
        "long": "MARCIALLA-TAVARNELLE-CERBAIA-FIRENZE",
        "short": "372 A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "652",
        "label": "372 B",
        "long": "MARCIALLA-TAVARNELLE-CERBAIA-FIRENZE",
        "short": "372 B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "653",
        "label": "372 C",
        "long": "MARCIALLA-TAVARNELLE-CERBAIA-FIRENZE",
        "short": "372 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "654",
        "label": "MIV03",
        "long": "MONTEVARCHI-TERRANUOVA-S.GIOVANNI VALDARNO",
        "short": "MIV03",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "655",
        "label": "MIV10",
        "long": "LORO-TERRANUOVA-V.POGGILUPI/V.VILLE-S.GIOVANNI VALDARNO",
        "short": "MIV10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "656",
        "label": "S101",
        "long": "GAIOLE-RADDA-LUCARELLI",
        "short": "S101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "657",
        "label": "SI330",
        "long": "AREZZO-MONTEVARCHI-S.GIOVANNI VALDARNO-FIGLINE VALDARNO-FIRENZE",
        "short": "SI330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "658",
        "label": "SI381",
        "long": "AREZZO-ANGHIARI-SANSEPOLCRO-CITT\u00c0 DI CASTELLO",
        "short": "SI381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "659",
        "label": "SI386",
        "long": "SANSEPOLCRO-GRICIGNANO-FIGHILLE-PISTRINO",
        "short": "SI386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "66",
        "label": "27-28",
        "long": "Pistoia P.za San Francesco - Candeglia - Santomoro - Lupicciano",
        "short": "27-28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "661",
        "label": "SI392",
        "long": "CAPRESE MICHELANGELO-MOTINA-ANGHIARI",
        "short": "SI392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "662",
        "label": "SI90",
        "long": "BIBBIENA-CONSUMA-FIRENZE",
        "short": "SI90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "663",
        "label": "SI91",
        "long": "SIENA-AMBRA-MONTEVARCHI-S.GIOVANNI VALDARNO",
        "short": "SI91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "665",
        "label": "26",
        "long": "EMPOLI-AVANE-FUCECCHIO",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "667",
        "label": "5",
        "long": "EMPOLI-MONTERAPPOLI",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "679",
        "label": "5",
        "long": "DON STURZO-S.ANNA CHIESA-VERDI-STAZIONE FS-S.CONCORDIO-PONTETETTO",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "68",
        "label": "35",
        "long": "Pistoia P.za San Francesco - Zona Industriale - Chiesina Montalese - Villa di Celle",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "684",
        "label": "E28",
        "long": "VIAREGGIO-OSPEDALE-VIA DEL PADULETTO-CAPEZZANO P-S. LUCIA-LA CULLA",
        "short": "E28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "685",
        "label": "E30",
        "long": "VALPROMARO-MASSAROSA-MONTRAMITO-VIAREGGIO",
        "short": "E30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "686",
        "label": "E34",
        "long": "NOCCHI-P.TE NOCCHI-MALBORGHETTO-CAMAIORE",
        "short": "E34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "693",
        "label": "E81",
        "long": "SERVIZI CIMITERIALI PORCARI",
        "short": "E81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "697",
        "label": "L70",
        "long": "CIRCOLARE CARRARA-MARINA DI CARRARA",
        "short": "L70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "7",
        "label": "880",
        "long": "SANTA CROCE SULL'ARNO-MONTOPOLI",
        "short": "880",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "703",
        "label": "138",
        "long": "SIENA-AMBRA-MONTE S.SAVINO-AREZZO",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "710",
        "label": "ST6",
        "long": "BETTOLLE-AUTOSTRADA A1-FIRENZE",
        "short": "ST6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "711",
        "label": "T31",
        "long": "LINEA 1 SERVIZIO URBANO DI CHIANCIANO TERME",
        "short": "T31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "712",
        "label": "T62",
        "long": "LINEA 2 SERVIZIO URBANO DI CHIUSI",
        "short": "T62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "713",
        "label": "0o1",
        "long": "ORBETELLO-PORTO SANTO STEFANO",
        "short": "0o1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "714",
        "label": "0o2",
        "long": "ORBETELLO-PORTO ERCOLE",
        "short": "0o2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "715",
        "label": "43",
        "long": "Rifredi FS Vasco de Gama - Cereggi - Meyer - Serpiolle/Cercina/Pian di San Bartolo",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "716",
        "label": "10G",
        "long": "GROSSETO-BURIANO-VETULONIA",
        "short": "10G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "717",
        "label": "g18",
        "long": "STAZIONE FS-VIA GIORDANIA-DEPOSITO AT TOPAZIO",
        "short": "g18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "718",
        "label": "0S1",
        "long": "V. TOZZI-V. GALLORI-V. TOZZI",
        "short": "0S1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDAA10",
        "color_name": "yellow",
        "has_shape": true,
        "id": "719",
        "label": "0S5",
        "long": "PETRICCIO-P. SALE-PISPINI-ARBIA-/S.PIERO/",
        "short": "0S5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "720",
        "label": "0S6",
        "long": "V. TOZZI-POGGIARELLO-V. TOZZI",
        "short": "0S6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "721",
        "label": "0S7",
        "long": "STUFA SECCA-FS.-VICO ALTO-MONTARIOSO-/ FICARETO/M.CELSO/",
        "short": "0S7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "722",
        "label": "0S8",
        "long": "P.ZA SALE-SCACCIAPENSIERI-FS-P.ZA SALE",
        "short": "0S8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "723",
        "label": "1/G",
        "long": "GROSSETO-CASTIGLIONE DELLA PESCAIA",
        "short": "1/G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "724",
        "label": "111",
        "long": "SIENA-MONTERONI-SUVIGNANO-VESCOVADO-MURLO",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "725",
        "label": "116",
        "long": "MONTICIANO-/IESA-S.LORENZO/-PONTE FECCIA-ROSIA-VOLTE BASSE-SIENA",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "727",
        "label": "121",
        "long": "COLLE-STROVE-MONTERIGGIONI-CASTELLINA SCALO-STAGGIA",
        "short": "121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "728",
        "label": "122",
        "long": "CICIANO-CHIUSDINO-PONTE FECCIA-SIENA",
        "short": "122",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "729",
        "label": "201",
        "long": "CAMPIGLIA-LE GRAZIE-P.ZZA ARNOLFO-GRACCIANO-LE CALDANE",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "730",
        "label": "301",
        "long": "STAZIONE-LARGO GRAMSCI-VIA PISANA-ZAMBRA-VICO D'ELSA",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "731",
        "label": "308",
        "long": "STAZIONE-SALCETO-PAPAIANO-BORGACCIO-SENESE-CIMITERO",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "732",
        "label": "310",
        "long": "STAZIONE-SALCETO-BORGACCIO-FORNACELLE-BIVIO SAN GIORGIO",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "734",
        "label": "409",
        "long": "CANONICA-MATTEOTTI-V.MINZONI-V.MORO-V.FIORENTINA-P.ZZA BOCCACCIO-CANONICA",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "735",
        "label": "504",
        "long": "ABBADIA RUFFOLO-CORONCINA-OSPEDALE-DUE PONTI",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "736",
        "label": "506",
        "long": "LE SCOTTE-ABBADIA RUFFOLO-CORONCINA-SCUOLE-CENTRO",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "737",
        "label": "700",
        "long": "V.DON MINZONI-FERROVIA",
        "short": "700",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "738",
        "label": "703",
        "long": "WHIRLPOOL-P.ZZA GRAMSCI",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "739",
        "label": "705",
        "long": "VIALE TOSELLI WHIRPOOL - V.TOZZI",
        "short": "705",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "740",
        "label": "706",
        "long": "V.TOSELLI-FERROVIA-P.ZZA GRAMSCI",
        "short": "706",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "741",
        "label": "710",
        "long": "VIALE TOSELLI WHIRPOOL - FS",
        "short": "710",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "742",
        "label": "712",
        "long": "DON MINZONI-V.TOSELLI-DUE PONTI",
        "short": "712",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "743",
        "label": "715",
        "long": "FERROVIA-DUE PONTI",
        "short": "715",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "744",
        "label": "716",
        "long": "V. DON MINZONI-FERROVIA",
        "short": "716",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "745",
        "label": "S18",
        "long": "V. DEL COLLE-V.MARTIRI DI SCALVAIA-V.LE VENETO-V.TOZZI",
        "short": "S18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "746",
        "label": "S21",
        "long": "P.ZZA INDIPENDENZA-COLONNA S.MARCO-MONTALBUCCIO-COLONNA S.MARCO-P.ZZA INDIPENDENZA",
        "short": "S21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "747",
        "label": "S26",
        "long": "P.ZZA DEL MERCATO-VALLI-V. DELLE LUGLIE-ISTIETO",
        "short": "S26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "748",
        "label": "S27",
        "long": "ABBADIA DI RUFFOLO-S. PIETRINO-CERTOSA-P.ZZA DEL MERCATO",
        "short": "S27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "749",
        "label": "S29",
        "long": "P.ZZA DEL MERCATO-PISPINI-V. COZZARELLI-P.ZZA DEL MERCATO",
        "short": "S29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "750",
        "label": "S32",
        "long": "P.ZZA SALE-TAVERNE-CASETTA-MONTEAPERTI-SAN PIERO",
        "short": "S32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "751",
        "label": "S36",
        "long": "P.ZA GRAMSCI-BADESSE-LORNANO-QUATTRO STRADE",
        "short": "S36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "752",
        "label": "S54",
        "long": "CORONCINA-P.ZA DEL DUOMO-P.ZZA INDIPENDENZA",
        "short": "S54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "753",
        "label": "S77",
        "long": "P.ZA DEL SALE-POLICLINICO-VICO ALTO-V. DELLE PROVINCE-PETRICCIO",
        "short": "S77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "754",
        "label": "SGN",
        "long": "URBANO SAN GIMIGNANO (NOTTURNO)",
        "short": "SGN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "755",
        "label": "001",
        "long": "CECINA-DONORATICO-VENTURINA-PIOMBINO",
        "short": "001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "756",
        "label": "002",
        "long": "PIOMBINO-CAMPIGLIA FS-VENTURINA-CAMPIGLIA M.MA",
        "short": "002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "757",
        "label": "003",
        "long": "CAMPIGLIA FS-SUVERETO-CANNETO- MONTEROTONDO",
        "short": "003",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "759",
        "label": "006",
        "long": "SASSETTA-CASTAGNETO-DONORATICO-MARINA CASTAGNETO",
        "short": "006",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "762",
        "label": "012",
        "long": "FOLLONICA-RIOTORTO-PIOMBINO",
        "short": "012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "763",
        "label": "014",
        "long": "CECINA-SASSETTA-MONTEVERDI-CANNETO",
        "short": "014",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "764",
        "label": "027",
        "long": "SAN CARLO-SAN VINCENZO",
        "short": "027",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "765",
        "label": "02A",
        "long": "PORTO-PIOMBINO-CAMPIGLIA FS",
        "short": "02A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "767",
        "label": "13S",
        "long": "SUVERETO-CAMPIGLIA FS-RIOTORTO-MORTELLICCIO-PIOMBINO",
        "short": "13S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "782",
        "label": "f1",
        "long": "FOLLONICA FS-VIA CARDUCCI-CASSARELLO-VIA PALERMO-FOLLONICA FS",
        "short": "f1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "783",
        "label": "f2",
        "long": "FOLLONICA FS-CASSE LOMBARDE-MATTEOTTI-VIA CARDUCCI-FOLLONICA FS",
        "short": "f2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "784",
        "label": "f3",
        "long": "FOLLONICA FS-VIA DEL TURISMO-CHIRICI CIMITERO-VIA CARDUCCI-VIA EUROPA-FOLLONICA FS",
        "short": "f3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "786",
        "label": "15O",
        "long": "ORBETELLO-ALBINIA-PORTO S.STEFANO",
        "short": "15O",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "787",
        "label": "21A",
        "long": "CASA DEL CORTO-CASTELL'AZZARA-SELVENA",
        "short": "21A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "788",
        "label": "26N",
        "long": "PARI CIMITERO-PARI BIVIO SUD",
        "short": "26N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "789",
        "label": "29F",
        "long": "FOLLONICA-PUNTA ALA-CASTIGLIONE d. PESCAIA",
        "short": "29F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "790",
        "label": "32F",
        "long": "FOLLONICA-MASSETANA-GAVORRANO",
        "short": "32F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "791",
        "label": "32T",
        "long": "FOLLONICA FS-FOLLONICA-SCARLINO SCALO-RIBOLLA-TATTI",
        "short": "32T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "792",
        "label": "33F",
        "long": "RIBOLLA-GAVORRANO-PUNTA ALA",
        "short": "33F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "793",
        "label": "37F",
        "long": "MASSA MARITTIMA-EX P.ZZA MERCATO/MASSA MARITTIMA",
        "short": "37F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "794",
        "label": "43F",
        "long": "MASSA MARITTIMA-GROSSETO FS",
        "short": "43F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "795",
        "label": "44R",
        "long": "TATTI-RIBOLLA",
        "short": "44R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "796",
        "label": "59F",
        "long": "MASSA MARITTIMA-SIENA",
        "short": "59F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "797",
        "label": "6/G",
        "long": "SEMPRONIANO-GROSSETO",
        "short": "6/G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "798",
        "label": "g11",
        "long": "GROSSETO - MARINA VIA TRAPPOLA",
        "short": "g11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "8",
        "label": "1",
        "long": "EMPOLI URBANO LINEA 1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "809",
        "label": "14",
        "long": "ARDENZA TERRA - MONTENERO - CASTELLACCIO",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "81",
        "label": "31",
        "long": "MONTESPERTOLI-FIANO-CERTALDO",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "810",
        "label": "19",
        "long": "CECINA - CECINA MARE - MAZZANTA",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "811",
        "label": "7",
        "long": "PORTOFERRAIO SPIAGGE BIANCHE",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "3AB54A",
        "color_name": "green",
        "has_shape": true,
        "id": "813",
        "label": "MBVerde",
        "long": "MARE BUS VERDE",
        "short": "MBVerde",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "814",
        "label": "29",
        "long": "TORRE DEL LAGO-MARINA DI TORRE DEL LAGO",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "815",
        "label": "35",
        "long": "P.ZA D'AZEGLIO-VIA MAZZINI-STAZIONE FS-VIA COPPINO-DARSENA",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "818",
        "label": "R04",
        "long": "Firenze T2 Guidoni - Autostrada A11 - Pistoia",
        "short": "R04",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "82",
        "label": "32",
        "long": "MONTESPERTOLI-EMPOLI",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "826",
        "label": "21",
        "long": "EMPOLI-CERRETO GUIDI",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "83",
        "label": "34",
        "long": "CASTELFIORENTINO-MONTAIONE",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "835",
        "label": "67Ors",
        "long": "Pracchia - Orsigna",
        "short": "67Ors",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "837",
        "label": "701",
        "long": "Montecatini T.me - Borgo a Buggiano - Chiesina Uzzanese - Pescia",
        "short": "701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "838",
        "label": "703",
        "long": "Montecatini T.me - Borgo a Buggiano - Santa Lucia - Pescia",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "84",
        "label": "345BIS A",
        "long": "PONTASSIEVE - FIRENZE (MASCAGNI/ROSANO)",
        "short": "345BIS A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "843",
        "label": "U803",
        "long": "Pescia - Collodi",
        "short": "U803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "844",
        "label": "U804",
        "long": "LINEA 1 - Circolare Nord",
        "short": "U804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "845",
        "label": "U805",
        "long": "LINEA 2 - Circolare Sud",
        "short": "U805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "846",
        "label": "67",
        "long": "Signa FS - Campi Bisenzio San Donnino",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "849",
        "label": "368 C",
        "long": "SAN CASCIANO-BARDELLA-SAN CASCIANO",
        "short": "368 C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "85",
        "label": "36",
        "long": "MONTELUPO-SAN CASCIANO",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "852",
        "label": "39",
        "long": "Impruneta-Bagnolo/Pozzolatico-Galluzzo-Firenze",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "853",
        "label": "65",
        "long": "Impruneta - Galluzzo/Tavarnuzze",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "854",
        "label": "85",
        "long": "Impruneta - Ospedale Annunziata - Istituto Volta",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "86",
        "label": "MIV01",
        "long": "LEVANE-MONTEVARCHI-OSPEDALE-SAN GIOVANNI",
        "short": "MIV01",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "861",
        "label": "430",
        "long": "PONTEDERA-PECCIOLI-GHIZZANO",
        "short": "430",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "862",
        "label": "840",
        "long": "CASTELNUOVO VAL DI CECINA-POMARANCE-PISA (PIAZZA MANIN)",
        "short": "840",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "87",
        "label": "MIV12",
        "long": "POGGIO BAGNOLI-PERGINE-PIEVE A PRESCIANO-BADIA AGNANO-CAPANNOLE-BUCINE-LEVANE-MONTEVARCHI",
        "short": "MIV12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "88",
        "label": "MIV13",
        "long": "MONTEVARCHI-MERCATALE-BUCINE",
        "short": "MIV13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "89",
        "label": "MIV07",
        "long": "PIANDISC\u00d2-VAGGIO-FIGLINE-SAN GIOVANNI-MONTEVARCHI",
        "short": "MIV07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "897",
        "label": "H/1",
        "long": "FRASSINETO-RIGUTINO-OLMO-VIA DANTE-VIA MASACCIO-STAZIONE",
        "short": "H/1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "898",
        "label": "A+",
        "long": "VIA CONCINI-CENTRO-VIA TARLATI-CENTRO-OSPEDALE-VIA CONCINI",
        "short": "A+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "899",
        "label": "B+",
        "long": "OSPEDALE-CENTRO-VIA TARLATI-VIA V.VENETO-OSPEDALE",
        "short": "B+",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "9",
        "label": "2",
        "long": "EMPOLI URBANO LINEA 2",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "90",
        "label": "MIV08",
        "long": "PIANDISC\u00d2-CASTELFRANCO-FAELLA-FIGLINE-SAN GIOVANNI-MONTEVARCHI",
        "short": "MIV08",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "900",
        "label": "C",
        "long": "BALDACCIO-G.MONACO-CENTRO STORICO-BALDACCIO",
        "short": "C",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "901",
        "label": "D",
        "long": "VIA SALMI-LA PACE-VIA ANCONETANA-G.MONACO-VIA REDI-VIA SALMI",
        "short": "D",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "902",
        "label": "E",
        "long": "STAGGIANO-VIA REDI-G.MONACO-VIA ANCONETANA-LA PACE-STAGGIANO",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "904",
        "label": "F",
        "long": "VICIOMAGGIO-CHIANI-OSPEDALE-STAZIONE-OSPEDALE-CHIANI-VALLE DEL VINGONE-RUSCELLO-VICIOMAGGIO",
        "short": "F",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "905",
        "label": "G",
        "long": "GAVILLE-S.FIRMINA-PARK MECENATE-G.MONACO",
        "short": "G",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "906",
        "label": "H",
        "long": "RIGUTINO-OLMO-VIA DANTE-VIA MASACCIO-STAZIONE",
        "short": "H",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "907",
        "label": "I",
        "long": "SAN ZENO-RIPA DELL'OLMO-VIA DANTE-VIA MASACCIO-STAZIONE",
        "short": "I",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "908",
        "label": "L",
        "long": "IL POGGIOLO-AGAZZI-VIA DANTE-VIA MASACCIO-STAZIONE",
        "short": "L",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "909",
        "label": "LS1N",
        "long": "NAVETTA BADIA AL PINO-VICIOMAGGIO-BATTIFOLLE-PIEVE AL TOPPO-TEGOLETO-BADIA AL PINO",
        "short": "LS1N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "91",
        "label": "MIV09",
        "long": "PIANDISC\u00d2-CASTELFRANCO-VIA BOTRIOLO-SAN GIOVANNI-MONTEVARCHI",
        "short": "MIV09",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "910",
        "label": "M",
        "long": "INDICATORE-PONTE A CHIANI-VIA CALAMANDREI-OSPEDALE-VIA MASACCIO-STAZIONE",
        "short": "M",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "911",
        "label": "N",
        "long": "PRATANTICO-S.LEO-VIA FLEMING-VIA FIORENTINA-STAZIONE",
        "short": "N",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "913",
        "label": "O",
        "long": "MONTIONE-S.LEO-VIA FIORENTINA-STAZIONE",
        "short": "O",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "914",
        "label": "P",
        "long": "CASTELLUCCIO-CAMPOLUCI-QUARATA-IPERCOOP-S.LORENTINO-STAZIONE",
        "short": "P",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "915",
        "label": "P/1",
        "long": "MELICIANO-RONDINE-PONTE A BURIANO-QUARATA-S.LORENTINO-STAZIONE",
        "short": "P/1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "916",
        "label": "Q",
        "long": "GRAGNONE-LE PIETRE-VIA ROMA-PATRIGNONE-STROPPIELLO-CECILIANO-VLE S.MARGHERITA-G.MONACO-GRAGNONE",
        "short": "Q",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "917",
        "label": "R",
        "long": "CASTELNUOVO DI SUBBIANO-CHIASSA-VIA S.GALLO-STAZIONE-VIA EMILIA-V.LE S.MARGHERITA-CASTELNUOVO",
        "short": "R",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "918",
        "label": "S",
        "long": "BORGO A GIOVI-CASE NUOVE DI CECILIANO-V. S.MARGHERITA-G.MONACO-PUGLIA-CA' DI BUFFA-BORGO A GIOVI",
        "short": "S",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "919",
        "label": "T",
        "long": "ANTRIA-S.POLO-VIA EMILIA-BALDACCIO-VIA ARNO-STAZIONE-VIA EMILIA-ANTRIA",
        "short": "T",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "92",
        "label": "32",
        "long": "piazzale Montelungo - Antella",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "93",
        "label": "1",
        "long": "PORTOFERRAIO - S. MARTINO VILLA NAPOLEONICA",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "94",
        "label": "1",
        "long": "ROSIGNANO SOLVAY - V. DELLA REPUBBLICA - ROSIGNANO MARITTIMO",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "95",
        "label": "102",
        "long": "LIVORNO - ROSIGNANO SOLVAY - CECINA",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "96",
        "label": "107",
        "long": "CASTELLINA - POMAIA - PASTINA - S. LUCE - LORENZANA - COLLESALVETTI",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "97",
        "label": "108",
        "long": "CASTELLINA - ROSIGNANO SOLVAY - CECINA",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "294285",
        "color_name": "teal",
        "has_shape": true,
        "id": "973",
        "label": "L06",
        "long": "PONTREMOLI-GRONDOLA-BRATTO-CERVARA",
        "short": "L06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15AC96",
        "color_name": "teal",
        "has_shape": true,
        "id": "99",
        "label": "11",
        "long": "STAZIONE - OSPEDALE -PELAGHI - SALVIANO - LECCIA - SCOPAIA - ROSA - ATERRA - AMARE",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      }
    ],
    "stop_count": 28805,
    "stop_points_capped": true
  },
  "rubric_version": "1.2",
  "schema_version": "1.15",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.2",
    "provenance": "GTFS Scorecard's project-authored weights, deductions, thresholds, grade bands, and fix ranking, informed by the California Transit Data Guidelines and the MobilityData gtfs-validator. It is not a worldwide standard or a compliance determination.",
    "rubric_version": "1.2"
  },
  "snapshot_date": "2026-07-19",
  "top_fixes": [
    {
      "code": "scorecard_feed_expiring_soon",
      "count": 1,
      "effort": "One export setting.",
      "fix": "Re-export with a validity window that reaches at least 60 days out.",
      "owner": "Likely your export tool",
      "points": 60.0,
      "rank": 1,
      "severity": "WARNING",
      "what": "Service data runs out in 20 day(s).",
      "why": "When the calendar runs out, trip planners stop showing this agency. Fixing it now is calmer than after riders notice."
    },
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 42,
      "effort": "Usually an export-tool fix, not hand editing.",
      "fix": "Re-generate shape distances in your export; flag to your vendor if it persists.",
      "owner": "Likely your export tool",
      "points": 18.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show buses jumping backwards or mis-order stops."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 28805,
      "effort": "A column in stops.txt; your scheduling software likely has it.",
      "fix": "Set wheelchair_boarding to 1 (accessible) or 2 (not accessible) for every stop. A field survey can start with the busiest stops.",
      "owner": "Likely your team",
      "points": 25.0,
      "rank": 3,
      "severity": "WARNING",
      "what": "28805 of 28805 stops don't say whether a wheelchair user can board there.",
      "why": "Riders who use wheelchairs can't plan a trip when accessibility is marked 'unknown'; apps show no information at all."
    }
  ],
  "validator_version": "8.0.1"
}
