{
  "agency": {
    "country": "NL",
    "id": "ovapi-netherlands",
    "name": "OVapi Netherlands national aggregate",
    "operating_note": "National multimodal aggregate of Dutch operators built from NDOV source data. Counted as one feed record."
  },
  "categories": {
    "completeness": {
      "details": {
        "accessibility": {
          "measures": "presence_not_usability",
          "score": 23.3,
          "stops_marked_accessible_pct": 37.2,
          "stops_marked_not_accessible_pct": 0.0,
          "stops_stated_pct": 37.2,
          "trips_stated_pct": 0.0
        },
        "accessibility_measures": "presence_not_usability",
        "cemv": {
          "declared": false,
          "supported": false
        },
        "components": {
          "contact": 7.5,
          "fares": 0.0,
          "headsigns": 15.0,
          "stop_names": 15.0,
          "wheelchair_stops": 9.3,
          "wheelchair_trips": 0.0
        },
        "fare_free": false,
        "fares": {
          "applied": false,
          "has_leg_rules": false,
          "has_products": false,
          "has_transfer_rules": false,
          "model": "none",
          "product_count": 0
        },
        "flex": {
          "booking_reachable": false,
          "booking_rule_count": 0,
          "has_booking_rules": false,
          "has_flex": false
        },
        "has_fares": false,
        "headsign_applicable_trips": 1110683,
        "headsign_loop_exempt_trips": 0,
        "headsign_pct": 100.0,
        "headsign_scored_pct": 100.0,
        "mixed_case_stop_name_pct": 100.0,
        "pathways": {
          "has_entrances": false,
          "has_levels": false,
          "has_pathways": false,
          "has_stations": true,
          "has_step_free": false,
          "pathway_count": 0
        },
        "stops": 79105,
        "translations": {
          "feed_lang": "nl",
          "has_translations": false,
          "languages": [],
          "translated_tables": [],
          "translation_count": 0
        },
        "trips": 1110683,
        "wheelchair_accessible_pct": 0.0,
        "wheelchair_boarding_pct": 37.2,
        "wheelchair_marked_accessible_pct": 37.2,
        "wheelchair_marked_not_accessible_pct": 0.0
      },
      "findings": [
        {
          "code": "scorecard_wheelchair_boarding_unknown",
          "count": 49659,
          "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": 15.7,
          "severity": "WARNING",
          "what": "49659 of 79105 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": 1110683,
          "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": "1110683 of 1110683 trips don't say whether the vehicle is wheelchair accessible.",
          "why": "Even with accessible stops, riders need to know the transit vehicle itself can take them."
        },
        {
          "code": "scorecard_no_fare_data",
          "count": 1,
          "effort": "A small file for most flat-fare systems.",
          "fix": "Add fare_attributes.txt (or Fares v2 files) with your fare structure. If your service is fare-free, ask to have it marked fare-free instead.",
          "owner": "",
          "points": 15.0,
          "severity": "WARNING",
          "what": "The feed contains no fare information.",
          "why": "Riders see 'fare unknown' in trip planners and can't budget their trip; visitors are most affected."
        },
        {
          "code": "scorecard_no_feed_contact",
          "count": 1,
          "effort": "One field.",
          "fix": "Add feed_contact_email to feed_info.txt.",
          "owner": "",
          "points": 7.5,
          "severity": "INFO",
          "what": "feed_info.txt has no technical contact (feed_contact_email or feed_contact_url).",
          "why": "Trip-planning apps and regional data coordinators have nobody to email when they spot a problem with your feed, so problems linger."
        },
        {
          "code": "scorecard_station_no_pathways",
          "count": 1,
          "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
          "fix": "Add pathways.txt connecting entrances, platforms, and any elevators, with a level for each.",
          "owner": "",
          "points": 0.0,
          "severity": "WARNING",
          "what": "This feed models stations or entrances but has no pathways.txt.",
          "why": "Trip planners can't guide riders through the station, and there is no step-free route information for wheelchair users."
        }
      ],
      "name": "completeness",
      "score": 46.8,
      "status": "measured",
      "summary": "37% of stops state wheelchair accessibility (37% 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": 20,
        "instances_by_severity": {
          "ERROR": 18080,
          "INFO": 1358,
          "WARNING": 15121
        },
        "validator_version": "8.0.1"
      },
      "findings": [
        {
          "code": "decreasing_or_equal_stop_time_distance",
          "count": 17989,
          "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": 24.0,
          "severity": "ERROR",
          "what": "Some trips have stop times whose distances along the route go backwards.",
          "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
        },
        {
          "code": "point_near_origin",
          "count": 91,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 24.0,
          "severity": "ERROR",
          "what": "Point near origin (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "fast_travel_between_consecutive_stops",
          "count": 7004,
          "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 transit vehicle can.",
          "why": "Usually a typo'd stop time; riders get arrival times no transit vehicle can meet."
        },
        {
          "code": "stop_without_stop_time",
          "count": 2016,
          "effort": "A review pass in your scheduling software.",
          "fix": "Remove retired stops from the export, or add them back to the trips that should serve them.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops exist in the feed but no trip ever stops at them.",
          "why": "Riders may walk to a stop where no transit vehicle is scheduled to arrive."
        },
        {
          "code": "missing_bike_allowance",
          "count": 1783,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'missing_bike_allowance' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Missing bike allowance (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "stop_too_far_from_shape_using_user_distance",
          "count": 1729,
          "effort": "Usually an export-tool fix, not hand editing.",
          "fix": "Check the flagged stops' shape_dist_traveled against the route shape, and re-generate it on export if they disagree.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line, going by the feed's own distance values.",
          "why": "Trip planners may draw the route down the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "fast_travel_between_far_stops",
          "count": 1351,
          "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": 8.0,
          "severity": "WARNING",
          "what": "Fast travel between far stops (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "mixed_case_recommended_field",
          "count": 526,
          "effort": "Often a bulk fix in your scheduling software.",
          "fix": "Use mixed case for stop names and headsigns (e.g. 'Main St & 2nd Ave', not 'MAIN ST & 2ND AVE').",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some rider-facing names are in ALL CAPS or all lowercase.",
          "why": "ALL-CAPS stop and headsign names are harder to read in apps and are read awkwardly by screen readers."
        },
        {
          "code": "stop_too_far_from_shape",
          "count": 410,
          "effort": "A few minutes per flagged stop.",
          "fix": "Check the flagged stops' coordinates and the route shape in your scheduling software; re-snap whichever is misplaced.",
          "owner": "Likely your export tool",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some stops sit far from the route line they belong to.",
          "why": "Trip planners may draw the transit vehicle route through the wrong path or point riders to the wrong boarding location."
        },
        {
          "code": "route_short_name_too_long",
          "count": 132,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'route_short_name_too_long' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Route short name too long (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "route_long_name_contains_short_name",
          "count": 87,
          "effort": "One field per flagged route.",
          "fix": "Drop the short name from route_long_name and keep the long name descriptive, like 'Downtown via 5th Ave'.",
          "owner": "",
          "points": 8.0,
          "severity": "WARNING",
          "what": "Some route long names repeat the route's short name inside them.",
          "why": "Apps show both names together, so riders see the number twice, like '5 5 Downtown'."
        },
        {
          "code": "duplicate_route_name",
          "count": 35,
          "effort": "One field per route.",
          "fix": "Give each route a distinct short or long name.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Two or more routes share the same name.",
          "why": "Riders can't tell the routes apart in apps."
        },
        {
          "code": "stop_has_too_many_matches_for_shape",
          "count": 28,
          "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": "route_color_contrast",
          "count": 10,
          "effort": "One field per route.",
          "fix": "Pick a darker/lighter route_text_color for the flagged routes.",
          "owner": "",
          "points": 6.0,
          "severity": "WARNING",
          "what": "Some route colors don't contrast with their text color.",
          "why": "Route badges get hard to read, most of all for riders with low vision."
        },
        {
          "code": "stops_match_shape_out_of_order",
          "count": 8,
          "effort": "A few minutes per flagged trip.",
          "fix": "Check the stop order and the shape direction in your scheduling software; the shape is often drawn backwards.",
          "owner": "Likely your export tool",
          "points": 6.0,
          "severity": "WARNING",
          "what": "On some trips the stops fall along the route line in a different order than the schedule lists.",
          "why": "Trip planners can draw the transit vehicle doubling back or skipping ahead, which confuses riders reading the map."
        },
        {
          "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": "unusable_trip",
          "count": 1,
          "effort": "Worth a vendor question if it appears often.",
          "fix": "Check the flagged trips in your scheduling software; remove them or restore their missing stops.",
          "owner": "Likely your export tool",
          "points": 4.0,
          "severity": "WARNING",
          "what": "Some trips serve fewer than two stops.",
          "why": "A trip with one stop can't be ridden; planners ignore it and it may signal an export problem."
        },
        {
          "code": "service_window_outside_feed_period",
          "count": 1321,
          "effort": "Two fields in feed_info.txt, or one export setting.",
          "fix": "Widen feed_start_date and feed_end_date to cover all service dates, or fix the dates that fall outside.",
          "owner": "Likely your export tool",
          "points": 1.0,
          "severity": "INFO",
          "what": "Some service dates fall outside the date window set in feed_info.txt.",
          "why": "feed_info.txt should span every day your service runs, so apps know when the data applies."
        },
        {
          "code": "platform_without_parent_station",
          "count": 33,
          "effort": "Varies.",
          "fix": "Review the rule documentation for 'platform_without_parent_station' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
          "owner": "",
          "points": 0.8,
          "severity": "INFO",
          "what": "Platform without parent station (flagged by the MobilityData validator).",
          "why": "See the linked rule for what this affects."
        },
        {
          "code": "unknown_column",
          "count": 4,
          "effort": "A quick look at the flagged files.",
          "fix": "Check the flagged column names for misspellings of standard GTFS fields; remove them if they are vendor extras.",
          "owner": "",
          "points": 0.5,
          "severity": "INFO",
          "what": "Some files contain columns that are not part of the GTFS spec.",
          "why": "Harmless to riders, but apps ignore these columns and they can hide typos in real column names."
        }
      ],
      "name": "correctness",
      "score": 0.0,
      "status": "measured",
      "summary": "The MobilityData validator flagged 20 kinds of issue across 34559 instances (18080 error, 15121 warning, 1358 informational).",
      "weight": 0.35
    },
    "freshness": {
      "details": {
        "days_until_expiry": 132,
        "effective_expiry_date": "2026-12-12",
        "feed_end_date": "2026-12-12",
        "feed_start_date": "2026-08-01",
        "feed_version": "9470",
        "has_feed_info": true,
        "last_service_date": "2026-12-12",
        "seasonal_boundary": false,
        "service_horizon_review_years": 10,
        "service_horizon_status": "within_review_threshold",
        "service_type": "fixed"
      },
      "findings": [],
      "name": "freshness",
      "score": 100.0,
      "status": "measured",
      "summary": "Service data covers the next 132 days.",
      "weight": 0.2
    },
    "realtime": {
      "name": "realtime",
      "status": "not_yet_measured",
      "summary": "Not scored yet. Nothing here counts against the grade.",
      "weight": 0.2
    }
  },
  "confidence": {
    "feed_age_days": 0,
    "fetch_source": "origin",
    "level": "medium",
    "measured_categories": 3,
    "notes": [
      "Realtime quality was not measured this run. It does not count against the grade.",
      "The feed was downloaded from the agency's own URL."
    ],
    "rt_windows": 0,
    "total_categories": 4
  },
  "conformance": {
    "awarded": false,
    "criteria": [
      {
        "detail": "2 validator errors to resolve.",
        "key": "valid",
        "met": false
      },
      {
        "detail": "Service data covers the next 132 days.",
        "key": "current",
        "met": true
      },
      {
        "detail": "States wheelchair access on 37% of stops and 0% of trips; the mark needs 90% of each.",
        "key": "accessible",
        "met": false
      }
    ],
    "status": "not_yet",
    "summary": "This feed is close to the conformance mark. 2 validator errors to resolve. States wheelchair access on 37% of stops and 0% of trips; the mark needs 90% of each."
  },
  "feed": {
    "license_note": "No formal licence is named. OVapi (Stichting OpenGeo) converts Dutch operators' NDOV open data to GTFS and its README states the data is free to use on a best-effort basis; identify your client in the User-Agent header and credit OVapi and the source operators.",
    "reachable": true,
    "sha256": "03dcd2e0f085970bca93753e7b1be00967639aa771ceb5cbeb550fb70ff9c513",
    "size_bytes": 257610249,
    "static_url": "http://gtfs.ovapi.nl/gtfs-nl.zip"
  },
  "fetch": {
    "final_url": "http://gtfs.ovapi.nl/gtfs-nl.zip",
    "max_attempts": 4,
    "reader_archive_profile": "raw-v1",
    "source": "origin",
    "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
  },
  "generated_at": "2026-08-02T00:00:00+00:00",
  "geo": {
    "bbox": [
      -0.12515,
      13.34883,
      21.05204,
      55.67276
    ],
    "lat": 52.09143,
    "lon": 5.43769,
    "stop_count": 79014
  },
  "mode_profile": {
    "ferry_only": false,
    "graded": false,
    "has_ferry": true,
    "is_multimodal": true,
    "measured": true,
    "modes": [
      {
        "key": "tram",
        "label": "Tram / light rail",
        "route_count": 52,
        "trip_count": 73397,
        "trip_share_pct": 6.6
      },
      {
        "key": "subway",
        "label": "Subway / metro",
        "route_count": 10,
        "trip_count": 31131,
        "trip_share_pct": 2.8
      },
      {
        "key": "rail",
        "label": "Rail",
        "route_count": 188,
        "trip_count": 42703,
        "trip_share_pct": 3.8
      },
      {
        "key": "bus",
        "label": "Bus",
        "route_count": 2849,
        "trip_count": 947698,
        "trip_share_pct": 85.3
      },
      {
        "key": "ferry",
        "label": "Ferry",
        "route_count": 26,
        "trip_count": 15754,
        "trip_share_pct": 1.4
      }
    ],
    "primary_mode": "bus",
    "primary_mode_label": "Bus",
    "route_count": 3125,
    "trip_count": 1110683
  },
  "overall": {
    "grade": "F",
    "margin_to_lower_band": 39.6,
    "margin_to_next_band": 20.4,
    "score": 39.6
  },
  "recommendations": [
    {
      "category": "accessibility",
      "code": "scorecard_route_color_low_contrast",
      "count": 645,
      "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": "645 route badge(s) pair a color and text color below the WCAG 4.5:1 contrast bar (M2, 22, 24, 34, 804, 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": 2830,
      "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": "2830 stop name(s) use abbreviations or symbols a screen reader may mispronounce, with no spoken form set (\"[Amersfoort Centraal] P+R Piet Mondriaanplein\", \"[Deventer Colmschate] P&R zijde, Piet van Donkplein 1\", \"[Veenendaal-De Klomp] P&R terrein\", and more).",
      "why": "Riders who use a screen reader hear the raw name, so 'Main St & 2nd Ave' can come out as 'Main saint' or drop the ampersand."
    },
    {
      "category": "accessibility",
      "code": "scorecard_station_missing_step_free_data",
      "count": 2,
      "effort": "Worth it for multi-level or large stations; flat stops don't need it.",
      "fix": "Add pathways.txt connecting entrances, platforms, and elevators, and levels.txt for each floor, so the step-free route is described.",
      "owner": "",
      "points": 0.0,
      "severity": "WARNING",
      "what": "This feed models stations or entrances but has no pathways.txt and levels.txt.",
      "why": "Without pathways and levels, a wheelchair user can't tell whether a step-free route exists inside the station, and trip planners can't route anyone through it."
    }
  ],
  "routability": {
    "findings": [],
    "measured": false,
    "reason": "table_too_large"
  },
  "route_map": {
    "drawn_route_count": 2520,
    "has_shapes": true,
    "path": "data/artifacts/ovapi-netherlands/geometry.geojson",
    "route_count": 3125,
    "routes": [
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114870",
        "label": "Intercity",
        "long": "Enkhuizen <-> Amsterdam Centraal IC12900",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114871",
        "label": "Intercity",
        "long": "Rotterdam Centraal <-> Utrecht Centraal IC2000",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114873",
        "label": "Intercity",
        "long": "Alkmaar <-> Maastricht IC2700",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114874",
        "label": "Intercity",
        "long": "Den Haag Centraal <-> Nijmegen IC3100",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114875",
        "label": "Intercity",
        "long": "Alkmaar <-> Haarlem IC3400",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114876",
        "label": "Intercity",
        "long": "Dordrecht <-> Venlo IC3500",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114877",
        "label": "Intercity",
        "long": "Den Haag Centraal <-> Groningen IC500",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114878",
        "label": "Intercity",
        "long": "Den Haag Centraal <-> Leeuwarden IC600",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114879",
        "label": "Intercity",
        "long": "Schiphol Airport <-> Groningen IC700",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114880",
        "label": "Intercity",
        "long": "Schiphol Airport <-> Leeuwarden IC800",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114899",
        "label": "Sprinter",
        "long": "Hoorn Kersenboogerd <-> Hoofddorp SPR4100",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114900",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> Lelystad Centrum SPR4300",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114901",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Almere Oostvaarders SPR4600",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114903",
        "label": "Sprinter",
        "long": "Leiden Centraal <-> Utrecht Centraal SPR5700",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114904",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Amersfoort Vathorst SPR5800",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114906",
        "label": "Sprinter",
        "long": "Zwolle <-> Groningen SPR6100",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114908",
        "label": "Sprinter",
        "long": "Arnhem Centraal <-> Dordrecht SPR6600",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114909",
        "label": "Sprinter",
        "long": "Leiden Centraal <-> Tiel SPR6700",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114910",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> Tiel SPR6900",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114911",
        "label": "Sprinter",
        "long": "Uitgeest <-> Driebergen-Zeist SPR7400",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114912",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Hoofddorp SPR8100",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114913",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Hoofddorp SPR8200",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114914",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Hoofddorp SPR8300",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "114915",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Hoofddorp SPR8400",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "119684",
        "label": "Stoptrein RS2",
        "long": "Leeuwarden <-> Harlingen Haven ST37200",
        "short": "Stoptrein RS2",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "120390",
        "label": "Intercity",
        "long": "Enkhuizen <-> Amsterdam Centraal IC3700",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124366",
        "label": "Sneltrein RE18",
        "long": "Li\u00e8ge-Guillemins <-> Maastricht S16900",
        "short": "Sneltrein RE18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124367",
        "label": "Sneltrein RE18",
        "long": "Li\u00e8ge-Guillemins <-> Aachen Hbf S18900",
        "short": "Sneltrein RE18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124368",
        "label": "Sneltrein RE3",
        "long": "Leeuwarden <-> Sneek S38000",
        "short": "Sneltrein RE3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124450",
        "label": "Intercity direct",
        "long": "Rotterdam Centraal <-> Amsterdam Zuid ICD11800",
        "short": "Intercity direct",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124451",
        "label": "Intercity direct",
        "long": "Rotterdam Centraal <-> Amsterdam Zuid ICD12400",
        "short": "Intercity direct",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124452",
        "label": "Intercity direct",
        "long": "Breda <-> Amersfoort Schothorst ICD1800",
        "short": "Intercity direct",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124453",
        "label": "Intercity direct",
        "long": "Rotterdam Centraal <-> Lelystad Centrum ICD2400",
        "short": "Intercity direct",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124474",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> 's-Hertogenbosch SPR6000",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "124475",
        "label": "Sprinter",
        "long": "Leiden Centraal <-> 's-Hertogenbosch SPR8800",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "124677",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Arnhem Centraal <-> Nijmegen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "125904",
        "label": "Sprinter",
        "long": "Amersfoort Centraal <-> Harderwijk SPR5300",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "126872",
        "label": "404",
        "long": "Rockanje via Hellevoetsluis - Spijkenisse",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "126873",
        "label": "403",
        "long": "Rockanje via Brielle - Spijkenisse",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126874",
        "label": "285",
        "long": "Vriesland via De Hoek - Metro Centrum",
        "short": "285",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126875",
        "label": "205",
        "long": "Rozenburg via Botlek Distripark - Spijkenisse",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126876",
        "label": "105",
        "long": "Schiedam via Rozenburg - Spijkenisse",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126877",
        "label": "84",
        "long": "Maaswijk - Metro Centrum",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126878",
        "label": "102",
        "long": "Rockanje via Brielle - Schiedam Centrum",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126879",
        "label": "204",
        "long": "Hellevoetsluis - Spijkenisse",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126881",
        "label": "116",
        "long": "Zuidland - Spijkenisse",
        "short": "116",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126882",
        "label": "115",
        "long": "Rozenburg - Spijkenisse",
        "short": "115",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126883",
        "label": "281",
        "long": "Metro Centrum via De Elementen - Metro Centrum",
        "short": "281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126884",
        "label": "825",
        "long": "Spijkenisse via Schiedam - Honselersdijk",
        "short": "825",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126885",
        "label": "87",
        "long": "Halfweg via Metro Centrum - De Gaard",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95C11F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "126887",
        "label": "192",
        "long": "Rugge via Vierpolders - Rugge",
        "short": "192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126890",
        "label": "902",
        "long": "Spijkhopper",
        "short": "902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126933",
        "label": "64",
        "long": "Station Delft - Tanthof",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126934",
        "label": "60",
        "long": "Station Delft - Nootdorp Metro",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126935",
        "label": "61",
        "long": "Station Delft - Rijswijk",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126936",
        "label": "63",
        "long": "Station Delft via IKEA - Delftsehout",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126937",
        "label": "62",
        "long": "Station Delft - Delfgauw",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "126938",
        "label": "455",
        "long": "'s-Gravenzande via Naaldwijk en Delft - Zoetermeer",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126939",
        "label": "51",
        "long": "Rijswijk - Den Haag Grote markt",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126940",
        "label": "69",
        "long": "Station Delft - TU Campus",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "126941",
        "label": "456",
        "long": "Den Haag Leyenburg via Naaldwijk - Schiedam",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126942",
        "label": "71",
        "long": "Centrum West via Rokkeveen - Station Lansingerland",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "126943",
        "label": "70",
        "long": "Centrum West - Noordhove",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126945",
        "label": "53",
        "long": "Rijswijk - Delft",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95C11F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "126946",
        "label": "284",
        "long": "Delfgauw via Pijnacker - Den Haag Ypenburg",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126947",
        "label": "45",
        "long": "Den Haag Centraal via Leidschendam - Leiden",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126948",
        "label": "44",
        "long": "Den Haag Centraal - Wassenaar",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126949",
        "label": "46",
        "long": "Den Haag Centraal via Voorschoten - Wassenaar",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126950",
        "label": "43",
        "long": "Den Haag Centraal via Wassenaar - Leiden Centraal",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126951",
        "label": "826",
        "long": "Schiedam via Maassluis - Honselersdijk",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126952",
        "label": "31",
        "long": "Den Haag Leyenburg - Hoek van Holland",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126953",
        "label": "37",
        "long": "Den Haag Leyenburg - Delft",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126954",
        "label": "30",
        "long": "Zoetermeer via Rijswijk - Naaldwijk",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126956",
        "label": "34",
        "long": "Monster via Naaldwijk - Maassluis",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126957",
        "label": "33",
        "long": "Delft - Maassluis",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "126958",
        "label": "827",
        "long": "Den Haag - Honselersdijk",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127600",
        "label": "1",
        "long": "Station - Frankrijk",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127601",
        "label": "111",
        "long": "Nunspeet - Harderwijk",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127602",
        "label": "170",
        "long": "'t Harde - Twello",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127603",
        "label": "76",
        "long": "Marknesse - Oldemarkt",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127605",
        "label": "16",
        "long": "Station - Woudhuis",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127607",
        "label": "112",
        "long": "Nunspeet - Apeldoorn",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127608",
        "label": "102",
        "long": "Amersfoort - Apeldoorn",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127613",
        "label": "30",
        "long": "Hoogeveen - Hardenberg",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127614",
        "label": "129",
        "long": "Dedemsvaart - Coevorden",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127617",
        "label": "8",
        "long": "Station - Ittersumerbroek",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127618",
        "label": "13",
        "long": "Station - Aa-landen",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127619",
        "label": "10",
        "long": "Station - Holtenbroek",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127620",
        "label": "143",
        "long": "Lelystad - Kampen",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127624",
        "label": "8",
        "long": "Station - Zuidbroek",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127625",
        "label": "2",
        "long": "Station - Zuidbroek",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127627",
        "label": "1",
        "long": "Station Centrum - Lelystad-Haven",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127628",
        "label": "4",
        "long": "Station Centrum - Lelycentre",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127629",
        "label": "6",
        "long": "Station Centrum - Duinbeek",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127630",
        "label": "3",
        "long": "Station Centrum - Batavia Stad",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127631",
        "label": "11",
        "long": "Station Centrum - Lelystad-Haven",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127632",
        "label": "16",
        "long": "Station Centrum - Duinbeek",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127633",
        "label": "2",
        "long": "Station Centrum - Kustwijk",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127634",
        "label": "7",
        "long": "Station Centrum - Airport/Aviodrome",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127635",
        "label": "8",
        "long": "Station Centrum - Hollandse Hout",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127638",
        "label": "4",
        "long": "Schalkhaar - Station",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127640",
        "label": "165",
        "long": "Deventer - Raalte",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127641",
        "label": "2",
        "long": "Platvoet - Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127642",
        "label": "3",
        "long": "Platvoet - Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127643",
        "label": "160",
        "long": "Bathmen - Deventer",
        "short": "160",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127644",
        "label": "5",
        "long": "De Vijfhoek - Station",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127645",
        "label": "1",
        "long": "De Vijfhoek - Station",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127647",
        "label": "11",
        "long": "Station via Hagenbroek - Station",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127650",
        "label": "101",
        "long": "Harderwijk - Amersfoort",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127651",
        "label": "3",
        "long": "Hessenpoort - Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127655",
        "label": "166",
        "long": "Raalte - Zwolle Hessenpoort",
        "short": "166",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127656",
        "label": "167",
        "long": "Lemelerveld - Zwolle Hessenpoort",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127658",
        "label": "4",
        "long": "Aa-landen - Station",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127659",
        "label": "1",
        "long": "Stadshagen - Station",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127660",
        "label": "146",
        "long": "Kuinre - Dronten",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127661",
        "label": "11",
        "long": "Station - Gelre Ziekenhuis",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127664",
        "label": "114",
        "long": "Harderwijk - Barneveld",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127665",
        "label": "142",
        "long": "Harderwijk - Amersfoort Vathorst",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127668",
        "label": "71",
        "long": "Emmeloord - Zwolle",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127669",
        "label": "77",
        "long": "Lemmer - Emmeloord",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127673",
        "label": "15",
        "long": "Twello - Apeldoorn",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127674",
        "label": "40",
        "long": "Meppel - Zwolle",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127678",
        "label": "150",
        "long": "Zeewolde - Almere Stad",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127679",
        "label": "8",
        "long": "Station - Bedrijvenpark A1",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127682",
        "label": "6",
        "long": "Station - Ittersumerbroek",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127684",
        "label": "147",
        "long": "Dronten - Harderwijk",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127685",
        "label": "104",
        "long": "Harderwijk - Barneveld",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127690",
        "label": "144",
        "long": "Harderwijk - Zeewolde",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127691",
        "label": "509",
        "long": "Barneveld - Nijkerk",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127692",
        "label": "507",
        "long": "Twello - Voorst",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127693",
        "label": "508",
        "long": "Twello - Apeldoorn",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127694",
        "label": "506",
        "long": "Twello - Apeldoorn",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127696",
        "label": "502",
        "long": "Vorchten - Wezep",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127697",
        "label": "597",
        "long": "Hardenberg - Beerzerveld",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127698",
        "label": "515",
        "long": "Leuvenheim - Zutphen",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127700",
        "label": "592",
        "long": "IJhorst - Meppel",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127703",
        "label": "563",
        "long": "Wijhe - Raalte",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127704",
        "label": "590",
        "long": "Nieuw-Heeten - Deventer",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127705",
        "label": "591",
        "long": "Nieuwleusen - Dalfsen",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127706",
        "label": "501",
        "long": "Garderen - Horst",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127707",
        "label": "504",
        "long": "Eerbeek - Zutphen",
        "short": "504",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127710",
        "label": "521",
        "long": "De Gilden - Golfresidentie",
        "short": "521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127711",
        "label": "513",
        "long": "Harderwijk - Ermelo",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127731",
        "label": "599",
        "long": "Hardenberg - De Krim",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127732",
        "label": "514",
        "long": "'t Harde - Wezep",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127733",
        "label": "516",
        "long": "Olst - Raalte",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127734",
        "label": "517",
        "long": "Deventer - Heeten",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127735",
        "label": "526",
        "long": "Wilsum - Hattem",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127736",
        "label": "503",
        "long": "Eerbeek - Brummen",
        "short": "503",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127737",
        "label": "568",
        "long": "Dalfsen - Ommen",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127738",
        "label": "569",
        "long": "Lemelerveld - Ommen",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127739",
        "label": "522",
        "long": "De Gilden - Golfresidentie",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127741",
        "label": "518",
        "long": "Lemelerveld - Raalte",
        "short": "518",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127742",
        "label": "510",
        "long": "Loenen - Apeldoorn",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "127745",
        "label": "598",
        "long": "Langeveen - Hardenberg",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95C11F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "127798",
        "label": "903",
        "long": "Maasvlaktehopper",
        "short": "903",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "128476",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Delft <-> Den Haag HS",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "128477",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Delft <-> Rotterdam Centraal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "128526",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Lelystad Centrum <-> Weesp",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "129445",
        "label": "Sneltrein RE1",
        "long": "Groningen Europapark <-> Leeuwarden S37300",
        "short": "Sneltrein RE1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "133677",
        "label": "Stoptrein RS11",
        "long": "Venlo <-> Roermond ST2200",
        "short": "Stoptrein RS11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "134120",
        "label": "Stoptrein",
        "long": "Puurs <-> Roosendaal ST2550",
        "short": "Stoptrein",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134135",
        "label": "9",
        "long": "Station - Deltion Campus",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134136",
        "label": "7",
        "long": "Station - Stadion",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134140",
        "label": "601",
        "long": "Apeldoorn - Zwolle Deltion Campus",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134142",
        "label": "612",
        "long": "Lelystad-Haven - H. Bekiusschool-De Rede",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134144",
        "label": "646",
        "long": "Station - Aeres Hogeschool",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134145",
        "label": "640",
        "long": "Staphorst - Zwolle",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134146",
        "label": "641",
        "long": "Urk - Zwolle Campus",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134148",
        "label": "669",
        "long": "Balkbrug - Guido de Bresschool",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134153",
        "label": "679",
        "long": "Vollenhove - Meppel",
        "short": "679",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134157",
        "label": "629",
        "long": "Dedemsvaart - Hardenberg",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134158",
        "label": "658",
        "long": "Nunspeet - Apeldoorn SG J. Fruytier",
        "short": "658",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134159",
        "label": "652",
        "long": "Wekerom - Apeldoorn SG J. Fruytier",
        "short": "652",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134160",
        "label": "654",
        "long": "Ermelo - Apeldoorn SG J. Fruytier",
        "short": "654",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134161",
        "label": "659",
        "long": "Lunteren - Apeldoorn SG J. Fruytier",
        "short": "659",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134162",
        "label": "653",
        "long": "Renkum - Apeldoorn SG J. Fruytier",
        "short": "653",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134163",
        "label": "619",
        "long": "Apeldoorn De Maten - Eerbeek",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134164",
        "label": "687",
        "long": "Nijkerk - Barneveld",
        "short": "687",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134167",
        "label": "604",
        "long": "Eerbeek - Zutphen",
        "short": "604",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134168",
        "label": "651",
        "long": "Ede - Apeldoorn SG J. Fruytier",
        "short": "651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134169",
        "label": "657",
        "long": "Barneveld - Apeldoorn SG J. Fruytier",
        "short": "657",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134170",
        "label": "650",
        "long": "Wekerom - Apeldoorn SG J. Fruytier",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "134171",
        "label": "676",
        "long": "Elspeet - Hoornbeeck/Van Lodenstein",
        "short": "676",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134174",
        "label": "TESO",
        "long": "TESO",
        "short": "TESO",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134297",
        "label": "HV",
        "long": "Harlingen - Vlieland",
        "short": "HV",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134298",
        "label": "TV",
        "long": "Terschelling - Vlieland",
        "short": "TV",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134299",
        "label": "HT",
        "long": "Harlingen - Terschelling",
        "short": "HT",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134302",
        "label": "HT-S",
        "long": "Sneldienst Harlingen - Terschelling",
        "short": "HT-S",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134303",
        "label": "WSF",
        "long": "WSF",
        "short": "WSF",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "134337",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Aachen Hbf <-> Heerlen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "134338",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Heerlen <-> Herzogenrath",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134755",
        "label": "Veerdienst",
        "long": "Holwerd - Ameland",
        "short": "Veerdienst",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134756",
        "label": "Sneldienst",
        "long": "Holwerd - Ameland (Sneldienst)",
        "short": "Sneldienst",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134757",
        "label": "Veerdienst",
        "long": "Lauwersoog - Schiermonnikoog",
        "short": "Veerdienst",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "134758",
        "label": "Sneldienst",
        "long": "Lauwersoog - Schiermonnikoog (Sneldienst)",
        "short": "Sneldienst",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "E00713",
        "color_name": "red",
        "has_shape": true,
        "id": "134842",
        "label": "326",
        "long": "Lijn 326 (R-net) Almere Stad - Blaricum P+R",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E00713",
        "color_name": "red",
        "has_shape": true,
        "id": "134844",
        "label": "330",
        "long": "Lijn 330 (R-net) Almere Buiten - A'dam Bijlmer",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F59C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "134845",
        "label": "N22",
        "long": "Lijn N22 (NightGo) A'dam Leidsepl.- Almere Buiten",
        "short": "N22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E00713",
        "color_name": "red",
        "has_shape": true,
        "id": "134846",
        "label": "N23",
        "long": "Lijn N23 (NightGo) A'dam Centraal - Almere Centrum",
        "short": "N23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0067A7",
        "color_name": "teal",
        "has_shape": true,
        "id": "134847",
        "label": "M1",
        "long": "Lijn M1 (Havenmetro) Stat. Centrum - Haven Centrum",
        "short": "M1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0BA13B",
        "color_name": "green",
        "has_shape": true,
        "id": "134848",
        "label": "M2",
        "long": "Lijn M2 (Buitenmetro) Stat. Centrum - Striphelden",
        "short": "M2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E00713",
        "color_name": "red",
        "has_shape": true,
        "id": "134849",
        "label": "M3",
        "long": "Lijn M3 (Muziekmetro) Stat. Centrum - Muziekwijk",
        "short": "M3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FDC300",
        "color_name": "yellow",
        "has_shape": true,
        "id": "134850",
        "label": "M4",
        "long": "Lijn M4 (Poortmetro) Stat. Centrum - Stat. Poort",
        "short": "M4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F59C00",
        "color_name": "orange",
        "has_shape": true,
        "id": "134851",
        "label": "M5",
        "long": "Lijn M5 (Dansmetro) Stat. Centrum  - Parkwijk",
        "short": "M5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "007A86",
        "color_name": "teal",
        "has_shape": true,
        "id": "134852",
        "label": "M6",
        "long": "Lijn M6 (Noorderplassenmetro) Stat. Cen. - Nrdpl.",
        "short": "M6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "912E7B",
        "color_name": "purple",
        "has_shape": true,
        "id": "134853",
        "label": "M7",
        "long": "Lijn M7 (Parkmetro) Stat. Centrum - Oostvaarders",
        "short": "M7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "858C96",
        "color_name": "gray",
        "has_shape": true,
        "id": "134855",
        "label": "22",
        "long": "Lijn 22 (FlexiGo) Station Buiten - De Vaart",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "858C96",
        "color_name": "gray",
        "has_shape": true,
        "id": "134856",
        "label": "24",
        "long": "Lijn 24 (DuinGo) Station Poort - Duin",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "138444",
        "label": "Sprinter",
        "long": "Spoorwegmuseum Utrecht Centraal <-> Utrecht Maliebaan",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "138956",
        "label": "Eurostar",
        "long": "Amsterdam Centraal <-> London St. Pancras Int. EST9100",
        "short": "Eurostar",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "138958",
        "label": "Eurostar",
        "long": "Marne-la-Vall\u00e9e-Chessy <-> Amsterdam Centraal EST9900",
        "short": "Eurostar",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "138965",
        "label": "Nightjet",
        "long": "Amsterdam Centraal <-> Z\u00fcrich HB NJ400",
        "short": "Nightjet",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139813",
        "label": "510",
        "long": "Station Zuid via Flevowijk - Station Zuid",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139814",
        "label": "625",
        "long": "Zeewolde - Amersfoort GSG Guido",
        "short": "625",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139815",
        "label": "660",
        "long": "Deventer Colmschate - Holten De Waerdenborch",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139816",
        "label": "668",
        "long": "Ittersumerbroek - Herfte De Ambelt",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139817",
        "label": "663",
        "long": "Lelystad - Kampen Pieter Zandt",
        "short": "663",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139818",
        "label": "673",
        "long": "Staphorst - Kampen Pieter Zandt",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139819",
        "label": "672",
        "long": "Hoogeveen - Kampen Pieter Zandt",
        "short": "672",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139820",
        "label": "682",
        "long": "Urk - Kampen Pieter Zandt",
        "short": "682",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139821",
        "label": "681",
        "long": "Urk - Kampen Pieter Zandt",
        "short": "681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139822",
        "label": "685",
        "long": "Nunspeet - Kampen Pieter Zandt",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139823",
        "label": "686",
        "long": "Elburg - Kampen Pieter Zandt",
        "short": "686",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139824",
        "label": "17",
        "long": "Woudhuis - Stadhoudersmolen",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139825",
        "label": "11",
        "long": "Breecamp via Oosterenk - Station",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139826",
        "label": "13",
        "long": "Station - Kerschoten",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139827",
        "label": "199",
        "long": "Elburg - Zwolle Oosterenk",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139828",
        "label": "74",
        "long": "Kampen Zuid - Zwolle",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139829",
        "label": "140",
        "long": "Meppel - Zwolle",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139830",
        "label": "171",
        "long": "Vollenhove - Zwolle",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139831",
        "label": "41",
        "long": "Zwartsluis - Zwolle",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139832",
        "label": "14",
        "long": "Station - Kerschoten",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139834",
        "label": "6",
        "long": "Colmschate - Station",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139835",
        "label": "2",
        "long": "Aa-landen - Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139836",
        "label": "12",
        "long": "Station - Cibap",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139837",
        "label": "13",
        "long": "Station Centrum - Batavia Stad",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139839",
        "label": "141",
        "long": "Urk - Kampen",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139840",
        "label": "675",
        "long": "Kuinre - Emmeloord",
        "short": "675",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "139841",
        "label": "671",
        "long": "Zwartsluis - Zwolle Deltion Campus",
        "short": "671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139843",
        "label": "Sneltrein RE8",
        "long": "Zwolle <-> Groningen S31500",
        "short": "Sneltrein RE8",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139844",
        "label": "Sneltrein RE6",
        "long": "Bad Nieuweschans <-> Groningen S37900",
        "short": "Sneltrein RE6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139847",
        "label": "Stoptrein RS1",
        "long": "Groningen <-> Leeuwarden ST37400",
        "short": "Stoptrein RS1",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139849",
        "label": "Stoptrein RS4",
        "long": "Winschoten <-> Eemshaven ST37600",
        "short": "Stoptrein RS4",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139852",
        "label": "Sneltrein RE20",
        "long": "Zwolle <-> Coevorden S13800",
        "short": "Sneltrein RE20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139853",
        "label": "Sneltrein RE20",
        "long": "Zwolle <-> Emmen S3800",
        "short": "Sneltrein RE20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139854",
        "label": "Stoptrein RS21",
        "long": "Almelo <-> Hardenberg ST31000",
        "short": "Stoptrein RS21",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139855",
        "label": "Stoptrein RS24",
        "long": "Zutphen <-> Oldenzaal ST31200",
        "short": "Stoptrein RS24",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139856",
        "label": "Stoptrein RS20",
        "long": "Zwolle <-> Emmen ST8000",
        "short": "Stoptrein RS20",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139857",
        "label": "Intercity IC23",
        "long": "Zwolle <-> Enschede IC17900",
        "short": "Intercity IC23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139858",
        "label": "Sprinter RS23",
        "long": "Zwolle <-> Enschede SPR7900",
        "short": "Sprinter RS23",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139859",
        "label": "Sprinter RS22",
        "long": "Zwolle <-> Kampen SPR8500",
        "short": "Sprinter RS22",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139861",
        "label": "Sneltrein RE13",
        "long": "Venlo <-> Hamm (Westf.) S20000",
        "short": "Sneltrein RE13",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139862",
        "label": "Stoptrein RB61",
        "long": "Hengelo <-> Bielefeld Hbf ST20300",
        "short": "Stoptrein RB61",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139863",
        "label": "European Sleeper",
        "long": "Brussel-Zuid <-> Praha hl.n. ES400",
        "short": "European Sleeper",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139874",
        "label": "Intercity",
        "long": "Eindhoven Centraal <-> Heerlen IC13900",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139876",
        "label": "Intercity",
        "long": "Amsterdam Centraal <-> Vlissingen IC2300",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139877",
        "label": "Intercity",
        "long": "Schiphol Airport <-> Amersfoort Schothorst IC900",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139884",
        "label": "Sprinter",
        "long": "Amersfoort Vathorst <-> Amsterdam Centraal SPR15800",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139885",
        "label": "Sprinter",
        "long": "Assen <-> Groningen SPR16100",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139889",
        "label": "Sprinter",
        "long": "Haarlem <-> Den Haag Centraal SPR4200",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139890",
        "label": "Sprinter",
        "long": "'s-Hertogenbosch <-> Deurne SPR6500",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139893",
        "label": "Intercity direct",
        "long": "Rotterdam Centraal <-> Lelystad Centrum ICD9700",
        "short": "Intercity direct",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139894",
        "label": "ICE",
        "long": "Amsterdam Centraal <-> Frankfurt (M) Hbf ICE1200",
        "short": "ICE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139897",
        "label": "Nightjet",
        "long": "Oberhausen Hbf <-> Wien Hbf NJ40400",
        "short": "Nightjet",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139898",
        "label": "Sprinter",
        "long": "Alphen a/d Rijn <-> Gouda SPR8600",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139899",
        "label": "Sprinter",
        "long": "Alphen a/d Rijn <-> Gouda SPR8700",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "139900",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Dordrecht <-> Geldermalsen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "139901",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Dordrecht <-> Gorinchem",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "139902",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Geldermalsen <-> Gorinchem",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139903",
        "label": "Stoptrein",
        "long": "Dordrecht <-> Gorinchem ST7100",
        "short": "Stoptrein",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139904",
        "label": "Stoptrein",
        "long": "Dordrecht <-> Geldermalsen ST7200",
        "short": "Stoptrein",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139905",
        "label": "Stoptrein RS30",
        "long": "Apeldoorn <-> Zutphen ST17800",
        "short": "Stoptrein RS30",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139906",
        "label": "Stoptrein RS31",
        "long": "Zutphen <-> Winterswijk ST30800",
        "short": "Stoptrein RS31",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139907",
        "label": "Stoptrein RS32",
        "long": "Arnhem Centraal <-> Winterswijk ST30900",
        "short": "Stoptrein RS32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139908",
        "label": "Stoptrein RS33",
        "long": "Tiel <-> Arnhem Centraal ST31100",
        "short": "Stoptrein RS33",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139909",
        "label": "Sprinter RS34",
        "long": "Amersfoort Centraal <-> Ede-Wageningen SPR31300",
        "short": "Sprinter RS34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139910",
        "label": "Sprinter RS34",
        "long": "Amersfoort Centraal <-> Barneveld Zuid SPR31400",
        "short": "Sprinter RS34",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "139911",
        "label": "Stoptrein RE19",
        "long": "Arnhem Centraal <-> D\u00fcsseldorf Hbf ST20000",
        "short": "Stoptrein RE19",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "140445",
        "label": "Intercity",
        "long": "Amsterdam Centraal <-> Deventer IC1500",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "858C96",
        "color_name": "gray",
        "has_shape": true,
        "id": "140855",
        "label": "28",
        "long": "Lijn 28 Buurtbus Almere Hout",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141105",
        "label": "512",
        "long": "Station via Berg en Bos - Station",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141106",
        "label": "519",
        "long": "Station - Ugchelen",
        "short": "519",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141107",
        "label": "523",
        "long": "Zwolle Zuid - Heino",
        "short": "523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141108",
        "label": "9",
        "long": "Station Centrum - Parkhaven",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141109",
        "label": "10",
        "long": "Station Centrum - Bio Science Center",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141110",
        "label": "512",
        "long": "Station - Haatland",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141111",
        "label": "674",
        "long": "Harderwijk - Hoornbeeck/Van Lodenstein",
        "short": "674",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141113",
        "label": "5",
        "long": "Station Centrum - Atolwijk",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141114",
        "label": "1",
        "long": "Station - Apenheul",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141115",
        "label": "3",
        "long": "Station - Matenhoeve",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141116",
        "label": "4",
        "long": "Station - Matenveld",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141117",
        "label": "12",
        "long": "Station - Mandala",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141118",
        "label": "10",
        "long": "Station - Malkenschoten",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141119",
        "label": "21",
        "long": "Station - Apenheul",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141120",
        "label": "174",
        "long": "Genemuiden - Zwolle",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141121",
        "label": "5",
        "long": "Westenholte - Station",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "141122",
        "label": "70",
        "long": "Oldemarkt - Zwartsluis",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "141293",
        "label": "Stoptrein RS5",
        "long": "Veendam <-> Delfzijl ST37800",
        "short": "Stoptrein RS5",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "141793",
        "label": "Sprinter",
        "long": "Eindhoven Centraal <-> Deurne SPR16500",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141806",
        "label": "56",
        "long": "U-bus Amersfoort - Wijk bij Duurstede",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141807",
        "label": "58",
        "long": "U-bus Hilversum - Zeist via Maartensdijk",
        "short": "58",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141808",
        "label": "59",
        "long": "U-bus Hilversum - Zeist via Lage Vuursche",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00B3FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "141809",
        "label": "70",
        "long": "U-link Hilversum - Amersfoort CS",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141810",
        "label": "71",
        "long": "U-bus Soest Zuid - Soestdijk Noord",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141811",
        "label": "80",
        "long": "U-bus Amersfoort - Veenendaal-De Klomp",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141812",
        "label": "82",
        "long": "U-bus Amersfoort - Doorn",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141813",
        "label": "83",
        "long": "U-bus Veenendaal Station Centrum - V'daal-De Klomp",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141815",
        "label": "87",
        "long": "U-bus Veenendaal-De Klomp - Rhenen",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141816",
        "label": "102",
        "long": "U-bus Utrecht - Woerden",
        "short": "102",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141817",
        "label": "106",
        "long": "U-bus IJsselstein - Gouda",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141818",
        "label": "117",
        "long": "U-bus Amersfoort - Leusden",
        "short": "117",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141819",
        "label": "120",
        "long": "U-bus Utrecht - Amsterdam Bijlmer",
        "short": "120",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141820",
        "label": "121",
        "long": "U-bus Mijdrecht - Hilversum",
        "short": "121",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141821",
        "label": "123",
        "long": "U-bus Uithoorn - Oudewater",
        "short": "123",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141822",
        "label": "195",
        "long": "U-bus Utrecht - Benschop",
        "short": "195",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141823",
        "label": "203",
        "long": "U-bus Amersfoort Schothorst - Utrecht Science Park",
        "short": "203",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141824",
        "label": "207",
        "long": "U-bus Utrecht Science Park - Oudewater",
        "short": "207",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141825",
        "label": "272",
        "long": "U-bus Baarn - Utrecht Science Park",
        "short": "272",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141826",
        "label": "298",
        "long": "U-bus Woudenberg - Utrecht Science Park",
        "short": "298",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141827",
        "label": "299",
        "long": "U-bus Leusden - Utrecht Science Park",
        "short": "299",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141849",
        "label": "501",
        "long": "Wijkbus Soesterkwartier",
        "short": "501",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141850",
        "label": "503",
        "long": "Eemdijk - Nijkerk",
        "short": "503",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141852",
        "label": "522",
        "long": "Weesp - Vreeland",
        "short": "522",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141853",
        "label": "523",
        "long": "Breukelen - Woerden",
        "short": "523",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141854",
        "label": "524",
        "long": "Noorden - Breukelen",
        "short": "524",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141855",
        "label": "526",
        "long": "Uithoorn - Breukelen",
        "short": "526",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141856",
        "label": "572",
        "long": "Amersfoort Vathorst - Soest Noord",
        "short": "572",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141857",
        "label": "573",
        "long": "Eemnes - Amersfoort Meander MC",
        "short": "573",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141858",
        "label": "575",
        "long": "Soest - Driebergen",
        "short": "575",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141860",
        "label": "680",
        "long": "Rhenen - Amersfoort",
        "short": "680",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141861",
        "label": "682",
        "long": "Houten - Hoevelaken",
        "short": "682",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141862",
        "label": "683",
        "long": "Veenendaal-De Klomp - Hoevelaken",
        "short": "683",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141864",
        "label": "1",
        "long": "U-bus Soesterkwartier - Amersfoort CS",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "213A8F",
        "color_name": "blue",
        "has_shape": true,
        "id": "141865",
        "label": "2",
        "long": "U-link Amersfoort CS - Nieuwland",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E98300",
        "color_name": "orange",
        "has_shape": true,
        "id": "141866",
        "label": "3",
        "long": "U-link Amersfoort CS - Vathorst",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141867",
        "label": "4",
        "long": "U-bus Amersfoort CS - Schothorst",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141868",
        "label": "5",
        "long": "U-bus Amersfoort CS - Vathorst",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141869",
        "label": "6",
        "long": "U-bus Amersfoort CS - Rustenburg/Liendert",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141870",
        "label": "7",
        "long": "U-bus Amersfoort CS - Schothorst",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141871",
        "label": "8",
        "long": "U-bus Amersfoort CS - Schuilenburg",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141872",
        "label": "9",
        "long": "U-bus Amersfoort CS - Leusderkwartier",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141873",
        "label": "10",
        "long": "U-bus Amersfoort CS - Hoornbeeck/Lodenstein",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00AF98",
        "color_name": "teal",
        "has_shape": true,
        "id": "141874",
        "label": "15",
        "long": "U-link Amersfoort CS - Vathorst",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "09D700",
        "color_name": "green",
        "has_shape": true,
        "id": "141875",
        "label": "17",
        "long": "U-link Amersfoort CS - Leusden",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141876",
        "label": "19",
        "long": "U-bus Amersfoort CS - Rusthof",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141877",
        "label": "3",
        "long": "U- bus Station - Molenvliet via Middelland",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141878",
        "label": "4",
        "long": "U-bus Station-Molenvliet via Schilderskwartier",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141879",
        "label": "5",
        "long": "U-bus Woerden - Montfoort",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141880",
        "label": "A",
        "long": "U-Flex Woerden A",
        "short": "A",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141881",
        "label": "B",
        "long": "U-Flex Woerden B",
        "short": "B",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "141882",
        "label": "M",
        "long": "U-Flex De Ronde Venen",
        "short": "M",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E00713",
        "color_name": "red",
        "has_shape": true,
        "id": "141883",
        "label": "329",
        "long": "Lijn 329 (R-net) Almere Haven - Amsterdam Amstel",
        "short": "329",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "142821",
        "label": "144",
        "long": "Den Haag Centraal - Duinrell",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "142910",
        "label": "107",
        "long": "Hellevoetsluis via Abbenbroek - Spijkenisse",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "142911",
        "label": "106",
        "long": "Rozenburg via Hellevoetsluis - Zuidland",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "143083",
        "label": "Intercity",
        "long": "Amsterdam Centraal <-> Vlissingen IC2200",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "143258",
        "label": "EuroCity",
        "long": "Brussel-Zuid <-> Rotterdam Centraal ECC9200",
        "short": "EuroCity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "143259",
        "label": "Eurocity Direct",
        "long": "Brussel-Zuid <-> Lelystad Centrum ECD9500",
        "short": "Eurocity Direct",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "143532",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> Dordrecht SPR5100",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "143533",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> Dordrecht SPR5200",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "143542",
        "label": "Sneltrein RE30",
        "long": "Apeldoorn <-> Winterswijk S30400",
        "short": "Sneltrein RE30",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "143543",
        "label": "Stoptrein RS32",
        "long": "Arnhem Centraal <-> Doetinchem ST30700",
        "short": "Stoptrein RS32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "143544",
        "label": "Stoptrein RS32",
        "long": "Zevenaar <-> Arnhem Centraal ST36900",
        "short": "Stoptrein RS32",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143762",
        "label": "302",
        "long": "U-liner Amersfoort - Vianen",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143763",
        "label": "307",
        "long": "U-liner Utrecht - Gouda",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143764",
        "label": "315",
        "long": "U-liner Amersfoort Vathorst - Utrecht Science Park",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143765",
        "label": "326",
        "long": "U-liner Mijdrecht - Amsterdam Bijlmer",
        "short": "326",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143766",
        "label": "330",
        "long": "U-liner Breukelen - Uithoorn",
        "short": "330",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143767",
        "label": "341",
        "long": "U-liner Utrecht - Wijk bij Duurstede",
        "short": "341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143768",
        "label": "350",
        "long": "U-liner Utrecht - Veenendaal-De Klomp/Wageningen",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143769",
        "label": "376",
        "long": "U-liner Science Park - Bunschoten-Spakenburg",
        "short": "376",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143770",
        "label": "380",
        "long": "U-liner Amersfoort - Veenendaal",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "74A0B6",
        "color_name": "gray",
        "has_shape": true,
        "id": "143771",
        "label": "395",
        "long": "U-liner Rotterdam - Utrecht CS",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "145158",
        "label": "HV-S",
        "long": "Sneldienst Harlingen - Vlieland",
        "short": "HV-S",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "145173",
        "label": "Stoptrein RS3",
        "long": "Leeuwarden <-> Sneek ST37000",
        "short": "Stoptrein RS3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "145174",
        "label": "Stoptrein RS7",
        "long": "Veendam <-> Eemshaven ST37500",
        "short": "Stoptrein RS7",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "145175",
        "label": "Stoptrein RS6",
        "long": "Winschoten <-> Delfzijl ST37700",
        "short": "Stoptrein RS6",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "B8FF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "145343",
        "label": "M8",
        "long": "Lijn M8 (Nobelhorstmetro) Stat. Centr - Nobelhorst",
        "short": "M8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "146790",
        "label": "Nachttrein",
        "long": "Maastricht <-> Schiphol Airport NT32700",
        "short": "Nachttrein",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "146848",
        "label": "500",
        "long": "Rotterdam Kralingse Zoom - Rivium",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "146849",
        "label": "7",
        "long": "Cityline Assen",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "146850",
        "label": "8",
        "long": "Cityline Assen",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146869",
        "label": "1",
        "long": "Overvecht - Utrecht CS - Hoograven",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146870",
        "label": "2",
        "long": "Utrecht CS - Museumkwartier - Utrecht CS",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00AF98",
        "color_name": "teal",
        "has_shape": true,
        "id": "146871",
        "label": "3",
        "long": "Utrecht CS - Overvecht / Zuilen - Utrecht CS",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146872",
        "label": "5",
        "long": "Maarssen - Utrecht CS - Voordorp",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146873",
        "label": "6",
        "long": "Terwijde - Utrecht CS - Overvecht",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146874",
        "label": "7",
        "long": "Zuilen - Utrecht CS - Westraven",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146875",
        "label": "8",
        "long": "Wilhelminapark - Utrecht CS - Lunetten",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146876",
        "label": "9",
        "long": "Galgenwaard - Utrecht CS",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146877",
        "label": "10",
        "long": "Lunetten - Leidsche Rijn",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146878",
        "label": "11",
        "long": "Vleuten - Overvecht",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146879",
        "label": "12",
        "long": "Utrecht CS - Maarssen",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146880",
        "label": "13",
        "long": "Utrecht CS - Lage Weide - Maarssen",
        "short": "13",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146881",
        "label": "16",
        "long": "De Meern - Utrecht CS",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146882",
        "label": "18",
        "long": "Utrecht CS - Rijnsweerd",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146883",
        "label": "19",
        "long": "Utrecht CS - De Meern",
        "short": "19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0010",
        "color_name": "red",
        "has_shape": true,
        "id": "146884",
        "label": "20",
        "long": "Science Park - Utrecht CS - Nieuwegein",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FF0010",
        "color_name": "red",
        "has_shape": true,
        "id": "146885",
        "label": "21",
        "long": "Science Park - Utrecht CS - IJsselstein",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146887",
        "label": "27",
        "long": "Zuilen - Science Park",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4CAC48",
        "color_name": "green",
        "has_shape": true,
        "id": "146888",
        "label": "28",
        "long": "Vleuterweide - Utrecht CS - Science Park",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E98300",
        "color_name": "orange",
        "has_shape": true,
        "id": "146889",
        "label": "29",
        "long": "Vleuterweide - Science Park - Bilthoven",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146890",
        "label": "30",
        "long": "Overvecht - Science Park",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146891",
        "label": "31",
        "long": "IJsselstein - Science Park",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146892",
        "label": "32",
        "long": "Houten - Science Park",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8F3F98",
        "color_name": "purple",
        "has_shape": true,
        "id": "146893",
        "label": "34",
        "long": "Amersfoort - Science Park - Westraven",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146894",
        "label": "43",
        "long": "Houten - Driebergen",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146895",
        "label": "44",
        "long": "Houten - Vianen",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146896",
        "label": "47",
        "long": "Utrecht - Houten",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146897",
        "label": "48",
        "long": "Houten - Nieuwegein - Maarssen",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146898",
        "label": "55",
        "long": "Utrecht - Maartensdijk",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146899",
        "label": "57",
        "long": "Zeist - Austerlitz - Driebergen",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146900",
        "label": "64",
        "long": "Hoef en Haag - Vianen",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146901",
        "label": "65",
        "long": "Vianen - Utrecht CS",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146902",
        "label": "66",
        "long": "Nieuwegein Het Klooster - Utrecht CS",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF5597",
        "color_name": "pink",
        "has_shape": true,
        "id": "146903",
        "label": "73",
        "long": "Maarssenbroek - Utrecht CS - Zeist",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146904",
        "label": "74",
        "long": "Hoef en Haag - Utrecht CS - Zeist",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00B3FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "146905",
        "label": "77",
        "long": "Nieuwegein - Utrecht CS - Bilthoven",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146906",
        "label": "81",
        "long": "Vianen - Meerkerk",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146907",
        "label": "84",
        "long": "Utrecht - Hoef en Haag",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146908",
        "label": "85",
        "long": "Utrecht - Leerdam",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146909",
        "label": "90",
        "long": "Vianen - Ameide",
        "short": "90",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00AF98",
        "color_name": "teal",
        "has_shape": true,
        "id": "146910",
        "label": "3",
        "long": "Utrecht CS - Zuilen / Overvecht - Utrecht CS",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146911",
        "label": "111",
        "long": "Vleuten - Breukelen",
        "short": "111",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146912",
        "label": "122",
        "long": "Utrecht - Nieuw Loosdrecht",
        "short": "122",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146913",
        "label": "128",
        "long": "Maarssen - Vleuten",
        "short": "128",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146914",
        "label": "158",
        "long": "Bilthoven - Berg en Bosch",
        "short": "158",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146915",
        "label": "184",
        "long": "Utrecht - Vianen",
        "short": "184",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "146917",
        "label": "N4",
        "long": "Utrecht - Houten",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "146918",
        "label": "N5",
        "long": "Utrecht - Nieuwegein - Vianen",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "146919",
        "label": "N6",
        "long": "Utrecht - Nieuwegein - IJsselstein",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "146920",
        "label": "N9",
        "long": "Utrecht - Zeist - Soest",
        "short": "N9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146921",
        "label": "565",
        "long": "Nieuwegein City - Vreeswijk",
        "short": "565",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "146932",
        "label": "2",
        "long": "Alkmaar De Helling - Alkmaar Station",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146933",
        "label": "4",
        "long": "Alkmaar Station - Rietschoot via Vroonermeer",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "146934",
        "label": "5",
        "long": "Alkmaar Station - Daalmeer - De Mare - Station",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9B3214",
        "color_name": "brown",
        "has_shape": true,
        "id": "146935",
        "label": "6",
        "long": "Alkmaar Station - De Mare - Daalmeer - Station",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "146936",
        "label": "8",
        "long": "Alkmaar Station - Oud Overdie - Alkmaar Station",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "146937",
        "label": "9",
        "long": "Alkmaar Station - Overdie - Alkmaar Station",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "146938",
        "label": "10",
        "long": "St. Pancras Kerkplein - Alkmaar Station",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "146939",
        "label": "14",
        "long": "Hoorn Station - Kersenboogerd - Hoorn Station",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "146941",
        "label": "30",
        "long": "Den Helder Station - Schagen Station",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146942",
        "label": "31",
        "long": "Den Helder Station Zuid - Den Helder Station",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "146944",
        "label": "33",
        "long": "Den Helder Station - Den Helder Veerhaven",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "146945",
        "label": "34",
        "long": "Den Helder Station - Station Zuid Oostzijde",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146946",
        "label": "N50",
        "long": "Alkmaar Station - Den Oever Busstation",
        "short": "N50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146947",
        "label": "N60",
        "long": "Alkmaar Station - Heerhugowaard Centrumwaard",
        "short": "N60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "146948",
        "label": "123",
        "long": "Alkmaar Station - De Rijp - Alkmaar Station",
        "short": "123",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "146949",
        "label": "128",
        "long": "Hoorn Station - Noordbeemster Oosthuizerweg",
        "short": "128",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C34141",
        "color_name": "red",
        "has_shape": true,
        "id": "146950",
        "label": "129",
        "long": "Alkmaar Station - Purmerend Tramplein",
        "short": "129",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C34141",
        "color_name": "red",
        "has_shape": true,
        "id": "146951",
        "label": "131",
        "long": "Hoorn Station - Andijk Gedeputeerde Laanweg",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146952",
        "label": "132",
        "long": "Hoorn Station - Andijk Sorghvliet",
        "short": "132",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146953",
        "label": "133",
        "long": "Hoorn Station - Hoogwoud Raadhuisstraat",
        "short": "133",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "146954",
        "label": "134",
        "long": "Hoorn Station - Wieringerwerf Badweg",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146955",
        "label": "135",
        "long": "Hoorn Station - Den Helder Station via Den Oever",
        "short": "135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "146956",
        "label": "136",
        "long": "Midwoud Oostwouder Dorpsstraat - Hoorn Station",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "146957",
        "label": "138",
        "long": "Andijk Middenweg - Bovenkarspel Station",
        "short": "138",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9B3214",
        "color_name": "brown",
        "has_shape": true,
        "id": "146958",
        "label": "139",
        "long": "Hoorn Station - Medemblik Busstation",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "146959",
        "label": "141",
        "long": "Aartswoud Zuiderzeestraat - Abbekerk Busstation",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "146960",
        "label": "142",
        "long": "Abbekerk Busstation - Benningbroek Molenbuurt",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146961",
        "label": "143",
        "long": "Abbekerk Busstation - Twisk Noorderweg",
        "short": "143",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C34141",
        "color_name": "red",
        "has_shape": true,
        "id": "146962",
        "label": "151",
        "long": "Alkmaar Station - Petten",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146963",
        "label": "152",
        "long": "Schagen Station - Callantsoog Stuyvezandeweg",
        "short": "152",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "146965",
        "label": "157",
        "long": "Alkmaar Station - Schagen Station",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "146966",
        "label": "158",
        "long": "Den Helder Station - Den Oever Busstation",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146967",
        "label": "160",
        "long": "Alkmaar Station - Heerhugowaard De Draai",
        "short": "160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "146968",
        "label": "162",
        "long": "Alkmaar Station - Heerhugowaard Icaruslaan",
        "short": "162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146969",
        "label": "163",
        "long": "Alkmaar Station - Uitgeest Station",
        "short": "163",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "146970",
        "label": "164",
        "long": "Castricum Station - Egmond aan Zee Busstation",
        "short": "164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9B3214",
        "color_name": "brown",
        "has_shape": true,
        "id": "146971",
        "label": "165",
        "long": "Alkmaar Station -  Egmond aan Zee Busstation",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146972",
        "label": "166",
        "long": "Bergen Plein - Alkmaar Station",
        "short": "166",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "146973",
        "label": "167",
        "long": "Castricum Station - Alkmaar Station",
        "short": "167",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146974",
        "label": "169",
        "long": "Alkmaar Station - Oudkarspel Haagwinde",
        "short": "169",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146975",
        "label": "235",
        "long": "Den Oever Busstation - Hoorn Station",
        "short": "235",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "146976",
        "label": "239",
        "long": "Hoorn Station - Medemblik Busstation [Sneldienst]",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146977",
        "label": "251",
        "long": "Alkmaar Station - Petten [Sneldienst]",
        "short": "251",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146978",
        "label": "260",
        "long": "Alkmaar Station - Heerhugowaard Stadshart",
        "short": "260",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "146979",
        "label": "269",
        "long": "Alkmaar Station - Oudkarspel [Sneldienst]",
        "short": "269",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146980",
        "label": "406",
        "long": "Buurtbus Schagen Station - Waarland",
        "short": "406",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146981",
        "label": "407",
        "long": "Buurtbus Heerhugowaard - Langedijk",
        "short": "407",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146982",
        "label": "408",
        "long": "Buurtbus Heiloo 't Loo - Egmond aan Zee Busstation",
        "short": "408",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146983",
        "label": "409",
        "long": "Buurtbus Obdam - Heerhugowaard",
        "short": "409",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146984",
        "label": "410",
        "long": "Buurtbus Egmond aan Zee - Schoorl",
        "short": "410",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146985",
        "label": "411",
        "long": "Buurtbus Tuitjenhorn - Schagen Station",
        "short": "411",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146986",
        "label": "412",
        "long": "Buurtbus Hoorn Station - Bovenkarspel",
        "short": "412",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146987",
        "label": "415",
        "long": "Buurtbus Medemblik - Hoorn Station",
        "short": "415",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146988",
        "label": "416",
        "long": "Buurtbus Kreileroord - Schagen Station",
        "short": "416",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146989",
        "label": "417",
        "long": "Buurtbus Schagen Station - Obdam Station",
        "short": "417",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146990",
        "label": "438",
        "long": "Buurtbus Enkhuizen - Andijk",
        "short": "438",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "146991",
        "label": "606",
        "long": "Alkmaar Station - Bergen Europese School",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "146992",
        "label": "612",
        "long": "Hoogkarspel - Venhuizen - Hoogkarspel",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146993",
        "label": "617",
        "long": "Hoogwoud - Obdam Station",
        "short": "617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "146994",
        "label": "650",
        "long": "Lelystad - Enkhuizen - Wervershoof",
        "short": "650",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146995",
        "label": "866",
        "long": "Kustbus Bergen aan Zee - Bergen Plein",
        "short": "866",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "146996",
        "label": "868",
        "long": "Kustbus Castricum - Bakkum - Castricum aan Zee",
        "short": "868",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147000",
        "label": "1",
        "long": "Hilversum Station - Hilversum Kerkelanden",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "147001",
        "label": "2",
        "long": "Hilversum Station - Hilversum Erfgooierskwartier",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9B3214",
        "color_name": "brown",
        "has_shape": true,
        "id": "147002",
        "label": "3",
        "long": "Hilversum Station - Hilversum Tergooi Ziekenhuis",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147003",
        "label": "5",
        "long": "Bussum Station - Hilversum Station",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147004",
        "label": "6",
        "long": "Kortenhoef Veenstaete - Hilversum Station",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "66CC33",
        "color_name": "gray",
        "has_shape": true,
        "id": "147005",
        "label": "9",
        "long": "Hilversum Station - Baarn Oude A'damsestraatweg",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147007",
        "label": "100",
        "long": "Bussum - Huizen - Hilversum Station Sportpark",
        "short": "100",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "147008",
        "label": "104",
        "long": "Hilversum Station - Nieuw Loosdrecht",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147009",
        "label": "106",
        "long": "Weesp - Hilversum via Nederhorst den Berg",
        "short": "106",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "9B3214",
        "color_name": "brown",
        "has_shape": true,
        "id": "147010",
        "label": "107",
        "long": "Bussum Station - Bussum Huizerweg",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "147011",
        "label": "108",
        "long": "Huizen Busstation - Hilversum Station",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66CC33",
        "color_name": "gray",
        "has_shape": true,
        "id": "147012",
        "label": "109",
        "long": "Bussum Station - Eemnes Braadkamp",
        "short": "109",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "147013",
        "label": "110",
        "long": "Bussum Station - Weesp Station",
        "short": "110",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "147014",
        "label": "200",
        "long": "Huizen Busstation - Utrecht WKZ",
        "short": "200",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "147015",
        "label": "221",
        "long": "Huizen Busstation - Amsterdam Station Zuid",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "147016",
        "label": "320",
        "long": "Amsterdam Amstelstation - Hilversum Station",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147017",
        "label": "321",
        "long": "Eemnes/Laren P+R (Tak) - Amsterdam Station Zuid",
        "short": "321",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147018",
        "label": "OVoM",
        "long": "OV-op-Maat Hilversum Nederhorst den Berg/Ankeveen",
        "short": "OVoM",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "147019",
        "label": "2",
        "long": "Spaarnwoude Station - Delftplein/Spaarne Gasthuis",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "147020",
        "label": "3",
        "long": "Haarlem Schalkwijk - IJmuiden Rotonde Stadspark",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66CC33",
        "color_name": "gray",
        "has_shape": true,
        "id": "147021",
        "label": "4",
        "long": "Haarlem Schalkwijk - Vogelenzang Henk Lensenlaan",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147022",
        "label": "7",
        "long": "Haarlem Station - NOVA College - Spaarne College",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147023",
        "label": "8",
        "long": "Haarlem Station - NOVA College - Hogeschool",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147024",
        "label": "9",
        "long": "Vogelenzang Henk Lensenlaan - Huis te Bennebroek",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147025",
        "label": "12",
        "long": "Delftplein/Spaarne Gasthuis - Spaarndam",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147026",
        "label": "14",
        "long": "Heemstede Station - Delftplein/Spaarne Gasthuis",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147027",
        "label": "15",
        "long": "Haarlem Station - Haarlem Waarderweg",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "147028",
        "label": "71",
        "long": "Beverwijk Station - Uitgeest Station",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF99FF",
        "color_name": "white",
        "has_shape": true,
        "id": "147029",
        "label": "72",
        "long": "Beverwijk Station - Heemskerk Centrum",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9B3214",
        "color_name": "brown",
        "has_shape": true,
        "id": "147030",
        "label": "73",
        "long": "Haarlem Schalkwijk - Castricum Station",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147031",
        "label": "74",
        "long": "IJmuiden Dennekoplaan - Heemskerk Centrum",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "66CC33",
        "color_name": "gray",
        "has_shape": true,
        "id": "147032",
        "label": "75",
        "long": "Beverwijk Station - Wijk aan Zee Julianaplein",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147033",
        "label": "76",
        "long": "Beverwijk Station - Beverwijk Bazaar",
        "short": "76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147034",
        "label": "78",
        "long": "Beverwijk Station - Wijk aan Zee Julianaplein",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147035",
        "label": "80",
        "long": "Zandvoort Centrum - Amsterdam Elandsgracht",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147036",
        "label": "81",
        "long": "Haarlem Station - Zandvoort Centrum",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147037",
        "label": "84",
        "long": "Haarlem Station - Zandvoort Station",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147038",
        "label": "N80",
        "long": "Amsterdam Leidseplein - Beverwijk via Haarlem",
        "short": "N80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "147039",
        "label": "382",
        "long": "IJmuiden aan Zee - Amsterdam Sloterdijk",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "147040",
        "label": "385",
        "long": "Haarlem Station - IJmuiden Dennekoplaan",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147041",
        "label": "481",
        "long": "Buurtbus: Vijver - Delftplein/Spaarne Gasthuis",
        "short": "481",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147042",
        "label": "567",
        "long": "Haarlem Wim van Eststraat - Cruquius Spaarne Werkt",
        "short": "567",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147043",
        "label": "568",
        "long": "Delftplein/Spaarne Gasth - Cruquius Spaarne Werkt",
        "short": "568",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147044",
        "label": "569",
        "long": "Cruquius Spaarne Werkt - Haarlem Delftplein",
        "short": "569",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147045",
        "label": "572",
        "long": "Wijk aan Zee - Heemskerk Centrum",
        "short": "572",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147046",
        "label": "680",
        "long": "Zwanenburg Kinheim - Aerdenhout Boekenroodeweg",
        "short": "680",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147048",
        "label": "104",
        "long": "Renesse - Spijkenisse Metro Centrum",
        "short": "104",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147049",
        "label": "135",
        "long": "Herkingen - Ooltgensplaat",
        "short": "135",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147050",
        "label": "134",
        "long": "Middelharnis Gemeentehuis - Middelharnis Binnenhof",
        "short": "134",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147051",
        "label": "163",
        "long": "Heinenoord Busstation - Rotterdam Lombardijen",
        "short": "163",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147052",
        "label": "164",
        "long": "Zuid-Beijerland - Heinenoord Busstation",
        "short": "164",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147053",
        "label": "166",
        "long": "Dordrecht Centraal Station - Heinenoord Busstation",
        "short": "166",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147054",
        "label": "167",
        "long": "Strijen - Heinenoord Busstation",
        "short": "167",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "147055",
        "label": "436",
        "long": "Stellendam Busstation - Rotterdam Zuidplein",
        "short": "436",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "147056",
        "label": "461",
        "long": "Oud-Beijerland Zinkweg - Rotterdam Zuidplein",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "147057",
        "label": "462",
        "long": "Goudswaard - Rotterdam Zuidplein",
        "short": "462",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "147058",
        "label": "471",
        "long": "Oud-Beijerland Zinkweg - Rotterdam Zuidplein",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147059",
        "label": "501",
        "long": "Goidschalxoord - Heinenoord Busstation",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147060",
        "label": "508",
        "long": "Zwartsluisje - Piershil",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147061",
        "label": "509",
        "long": "Schuring - De Klem - Strijen",
        "short": "509",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147062",
        "label": "510",
        "long": "Numansdorp A29 - Nieuwendijk Tiengemeten",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147063",
        "label": "512",
        "long": "Zuidzijde - Oud-Beijerland Zinkweg",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E51B20",
        "color_name": "red",
        "has_shape": true,
        "id": "147064",
        "label": "514",
        "long": "Schenkeldijk - 's-Gravendeel",
        "short": "514",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147065",
        "label": "516",
        "long": "Barendrecht Station - Heinenoord Witte Boerderij",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147066",
        "label": "517",
        "long": "Oud-Beijerland, J. vd Heijdenstr. - LJ Costerstr.",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147067",
        "label": "511",
        "long": "Zuid-Beijerland - Goudswaard",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147068",
        "label": "515",
        "long": "Strijen - s'-Gravendeel",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147069",
        "label": "532",
        "long": "Zuidzijde Bommelsedijk - Langstraat Beatrixstraat",
        "short": "532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147070",
        "label": "533",
        "long": "Oostdijk - Stellendam",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147071",
        "label": "538",
        "long": "Battenoord - Nieuwe Tonge N215",
        "short": "538",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147072",
        "label": "569",
        "long": "Willemstad - Numansdorp A29",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147082",
        "label": "604",
        "long": "Ouddorp - Hellevoetsluis",
        "short": "604",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147083",
        "label": "630",
        "long": "Hellevoetsluis - Middelharnis",
        "short": "630",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147084",
        "label": "639",
        "long": "Ouddorp - Middelharnis",
        "short": "639",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147085",
        "label": "662",
        "long": "Numansdorp Viaduct A29 - Oud-Beijerland Zinkweg",
        "short": "662",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147086",
        "label": "664",
        "long": "Oud-Beijerland Zinkweg - Numansdorp Viaduct A29",
        "short": "664",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147087",
        "label": "666",
        "long": "Maasdam - Oud-Beijerland Scholengemeenschap",
        "short": "666",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147088",
        "label": "667",
        "long": "Strijen - Oud-Beijerland Scholengemeenschap",
        "short": "667",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147089",
        "label": "668",
        "long": "'s-Gravendeel - Oud-Beijerland Scholengemeenschap",
        "short": "668",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "61993B",
        "color_name": "green",
        "has_shape": true,
        "id": "147090",
        "label": "669",
        "long": "Willemstad - Oud-Beijerland Scholengemeenschap",
        "short": "669",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FACA30",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147091",
        "label": "711",
        "long": "Oud-Beijerland - Zuid-Beijerland",
        "short": "711",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FACA30",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147092",
        "label": "712",
        "long": "Zuid-Beijerland - Oud-Beijerland Debussyring",
        "short": "712",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FACA30",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147093",
        "label": "715",
        "long": "Strijensas - s'Gravendeel",
        "short": "715",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FACA30",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147094",
        "label": "716",
        "long": "Heinenoord Witte Boerderij - Barendrecht Station",
        "short": "716",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FACA30",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147095",
        "label": "735",
        "long": "Middelharnis-Ooltgensplaat",
        "short": "735",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FACA30",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147096",
        "label": "738",
        "long": "Dirksland - Middelharnis",
        "short": "738",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147097",
        "label": "N60",
        "long": "Rotterdam Centraal - Goudswaard",
        "short": "N60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147098",
        "label": "N67",
        "long": "Rotterdam Centraal - Numansdorp",
        "short": "N67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147244",
        "label": "102",
        "long": "Bergen op Zoom - Oude Tonge",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147245",
        "label": "107",
        "long": "St. Annaland - Bergen op Zoom",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147246",
        "label": "108",
        "long": "Stavenisse - Bergen op Zoom",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147247",
        "label": "209",
        "long": "Bergen op Zoom - St.Annaland",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147248",
        "label": "602",
        "long": "St.Maartensdijk - Sommelsdijk",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147249",
        "label": "603",
        "long": "St.Maartensdijk - Bergen op Zoom",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147250",
        "label": "618",
        "long": "St. Maartensdijk - Halsteren",
        "short": "618",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147251",
        "label": "619",
        "long": "St.Maartensdijk - Steenspil",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147252",
        "label": "622",
        "long": "St.Maartensdijk - Sommelsdijk",
        "short": "622",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147253",
        "label": "1",
        "long": "Oostburg - Schoondijke - Terneuzen",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147254",
        "label": "5",
        "long": "Oostburg - Waterlandkerkje - Terneuzen",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147257",
        "label": "19",
        "long": "Hulst - Roosendaal",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147258",
        "label": "20",
        "long": "Hulst - Goes",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147259",
        "label": "23",
        "long": "'s-Heerenhoek - Goes",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147260",
        "label": "27",
        "long": "Yerseke - Goes",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147261",
        "label": "31",
        "long": "Kamperland - Goes",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147262",
        "label": "42",
        "long": "Brugge - Breskens",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147263",
        "label": "50",
        "long": "Middelburg - Terneuzen - Gent",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147264",
        "label": "52",
        "long": "Domburg - Middelburg",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147265",
        "label": "53",
        "long": "Middelburg - Domburg",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147266",
        "label": "56",
        "long": "Middelburg - Koudekerke - Vlissingen",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147268",
        "label": "58",
        "long": "Middelburg - West-Souburg - Vlissingen",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147269",
        "label": "65",
        "long": "Middelburg Station - Middelburg Podium/Scalda",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147270",
        "label": "132",
        "long": "Goes - Zierikzee",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147271",
        "label": "133",
        "long": "Middelburg - Oude Tonge",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147272",
        "label": "184",
        "long": "Goes Station - Goes Ziekenhuis",
        "short": "184",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147273",
        "label": "185",
        "long": "Goes Station - Goes Ziekenhuis",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147275",
        "label": "395",
        "long": "Zierikzee - Rotterdam Zuidplein",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147276",
        "label": "507",
        "long": "Axel - St.Jansteen",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147278",
        "label": "513",
        "long": "Sas Van Gent - Axel",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147281",
        "label": "580",
        "long": "Goes - Kattendijke",
        "short": "580",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147282",
        "label": "581",
        "long": "Vlissingen Oost - Middelburg",
        "short": "581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147283",
        "label": "582",
        "long": "Oud Sabbinge - Goes",
        "short": "582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147284",
        "label": "583",
        "long": "Westkapelle - Veere",
        "short": "583",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147285",
        "label": "584",
        "long": "Middelburg - Veere",
        "short": "584",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147286",
        "label": "589",
        "long": "Ossenisse - Clinge",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147287",
        "label": "594",
        "long": "Rilland - Kruiningen",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147288",
        "label": "595",
        "long": "Goes - Hoedekenskerke",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147289",
        "label": "596",
        "long": "'s Heerenhoek - Ellewoutsdijk",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147290",
        "label": "597",
        "long": "'s Heerenhoek - Hoedekenskerke",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147291",
        "label": "598",
        "long": "'s-Heerenhoek - Heinkenszand",
        "short": "598",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147292",
        "label": "599",
        "long": "Wemeldinge - Yerseke",
        "short": "599",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147293",
        "label": "601",
        "long": "Oostburg - Terneuzen",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147294",
        "label": "606",
        "long": "Sas van Gent - Terneuzen",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147295",
        "label": "607",
        "long": "Hoek - Axel",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147298",
        "label": "623",
        "long": "Borssele - 's-Heerenhoek",
        "short": "623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147299",
        "label": "628",
        "long": "Westenschouwen - Goes",
        "short": "628",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147300",
        "label": "629",
        "long": "Bruinisse - Goes",
        "short": "629",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147301",
        "label": "631",
        "long": "Zierikzee - Middelharnis",
        "short": "631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147302",
        "label": "632",
        "long": "Middelharnis - Zierikzee",
        "short": "632",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147303",
        "label": "633",
        "long": "Zierikzee - Vlissingen",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147304",
        "label": "634",
        "long": "Zierikzee Busstation - Zierikzee Busstation",
        "short": "634",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147305",
        "label": "638",
        "long": "Goes Station - Goes Omnium",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147306",
        "label": "639",
        "long": "Krabbendijke - Goes",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147308",
        "label": "643",
        "long": "St. Annaland - Goes",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147309",
        "label": "644",
        "long": "Stavenisse - Goes",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147310",
        "label": "645",
        "long": "Terneuzen - Krabbendijke",
        "short": "645",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147311",
        "label": "646",
        "long": "Middelburg - Goes",
        "short": "646",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147312",
        "label": "647",
        "long": "Domburg - Krabbendijke",
        "short": "647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147313",
        "label": "660",
        "long": "Hulst - Vlissingen",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "147314",
        "label": "N30",
        "long": "IJmuiden Dennekoplaan - Amsterdam Bijlmer ArenA",
        "short": "N30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147315",
        "label": "N47",
        "long": "Uithoorn Busstation - Amsterdam CS",
        "short": "N47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147316",
        "label": "N57",
        "long": "Aalsmeer Busstation - Amsterdam CS",
        "short": "N57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147317",
        "label": "N90",
        "long": "Knooppunt Schiphol Noord - Schiphol P30",
        "short": "N90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147318",
        "label": "N97",
        "long": "Nieuw-Vennep P+R Getsewoud Zuid - Amsterdam CS",
        "short": "N97",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147320",
        "label": "160",
        "long": "Hoofddorp Centrum - Hoofddorp Station",
        "short": "160",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147321",
        "label": "161",
        "long": "Zwanenburg Kinheim - Hoofddorp Station",
        "short": "161",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147322",
        "label": "162",
        "long": "Lisse Centrum - Hoofddorp Station",
        "short": "162",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147323",
        "label": "OVoM",
        "long": "Rijsenhout - Hoofddorp/Schiphol Rijk",
        "short": "OVoM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147325",
        "label": "169",
        "long": "Hoofddorp Station - Spaarne Gasthuis",
        "short": "169",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147326",
        "label": "171",
        "long": "Aalsmeer Busstation - Amsterdam Bijlmer ArenA",
        "short": "171",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147327",
        "label": "174",
        "long": "Uithoorn - Amstelveen KLM Hoofdkantoor",
        "short": "174",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147328",
        "label": "178",
        "long": "Amstelveen Poortwachter - Amsterdam Station Zuid",
        "short": "178",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147329",
        "label": "180",
        "long": "Cirkellijn Schiphol P30 Parkeerterrein",
        "short": "180",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147330",
        "label": "181",
        "long": "Cirkellijn Schiphol Knooppunt Schiphol Noord",
        "short": "181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147331",
        "label": "185",
        "long": "Justitieel Complex - Schiphol Airport",
        "short": "185",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147332",
        "label": "186",
        "long": "Amstelveen Busstation - Schiphol P30",
        "short": "186",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147333",
        "label": "190",
        "long": "Schiphol Knooppunt Noord - Schiphol P30",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147334",
        "label": "191",
        "long": "(Knooppunt Noord) - P30 - Schiphol Anchoragelaan",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147335",
        "label": "194",
        "long": "AMS Matterhorn - Knooppunt Noord - (P30)",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147336",
        "label": "195",
        "long": "AMS Lelylaan - Knooppunt Noord - (P30)",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147337",
        "label": "198",
        "long": "Schiphol Airport - Amsterdam Station Zuid",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147338",
        "label": "199",
        "long": "Amstelveen Busstation - Knooppunt Noord - (P30)",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "147339",
        "label": "200",
        "long": "Amsterdam Gaasperplas - Schiphol Airport",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147340",
        "label": "244",
        "long": "Beverwijk Station - Amsterdam Station Zuid",
        "short": "244",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "147341",
        "label": "255",
        "long": "Haarlem Station - Amsterdam Bijlmer ArenA",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147342",
        "label": "257",
        "long": "Amsterdam Elandsgracht - Aalsmeer Busstation",
        "short": "257",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147343",
        "label": "271",
        "long": "Amsterdam Gaasperplas - Aalsmeer Floraholland",
        "short": "271",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147344",
        "label": "274",
        "long": "Uithoorn Amstelplein - Uithoorn Willem Klooslaan",
        "short": "274",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "147345",
        "label": "287",
        "long": "Schiphol Airport - Schiphol-Rijk Douglassingel",
        "short": "287",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "147346",
        "label": "300",
        "long": "Haarlem Station - Amsterdam Bijlmer ArenA",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "147347",
        "label": "340",
        "long": "Haarlem Station - Uithoorn Busstation",
        "short": "340",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147348",
        "label": "341",
        "long": "Hoofddorp Spaarne Gasthuis - Schiphol Airport",
        "short": "341",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147349",
        "label": "343",
        "long": "Hoofddorp Station - Hoofddorp Floriande Zuidoost",
        "short": "343",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147350",
        "label": "346",
        "long": "Haarlem Station - Amsterdam Station Zuid",
        "short": "346",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "147351",
        "label": "356",
        "long": "Haarlem Station - Amsterdam Bijlmer ArenA",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147352",
        "label": "357",
        "long": "Kudelstaart/Aalsmeer - Amsterdam Elandsgracht",
        "short": "357",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "147353",
        "label": "397",
        "long": "Nieuw-Vennep P+R Getsew - Amsterdam Elandsgracht",
        "short": "397",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147357",
        "label": "645",
        "long": "Badhoevedorp Oost - Hoofddorp Kaj Munkweg",
        "short": "645",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147358",
        "label": "149",
        "long": "Amstelveen Busstation - Uithoorn Busstation",
        "short": "149",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147359",
        "label": "163",
        "long": "Rijsenhout Kleine Poellaan - Hoofddorp Station",
        "short": "163",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "147360",
        "label": "164",
        "long": "Buitenkaag Kaagpont - Nieuw Vennep Station",
        "short": "164",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "66CC33",
        "color_name": "gray",
        "has_shape": true,
        "id": "147361",
        "label": "TXL",
        "long": "Texelhopper",
        "short": "TXL",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "147910",
        "label": "247",
        "long": "Harderwijk - Walibi Holland",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147911",
        "label": "216",
        "long": "Harderwijk - Almere Stad",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147912",
        "label": "214",
        "long": "Steenwijk - Lelystad",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147913",
        "label": "206",
        "long": "Harderwijk - Apeldoorn",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "147914",
        "label": "305",
        "long": "Zwolle - Nunspeet",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "147915",
        "label": "301",
        "long": "Dedemsvaart - Zwolle",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147916",
        "label": "218",
        "long": "Urk - Lelystad",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "147917",
        "label": "304",
        "long": "Apeldoorn - Zwolle",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147918",
        "label": "207",
        "long": "Harderwijk - Lelystad",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147919",
        "label": "217",
        "long": "Dedemsvaart - Zwolle",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147920",
        "label": "210",
        "long": "Apeldoorn via Epe en Heerde - Zwolle",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147921",
        "label": "201",
        "long": "Apeldoorn - Zwolle",
        "short": "201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "147922",
        "label": "270",
        "long": "Steenwijk - Blauwe Hand",
        "short": "270",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0086D6",
        "color_name": "teal",
        "has_shape": true,
        "id": "147923",
        "label": "215",
        "long": "Urk - Kampen Zuid",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "147949",
        "label": "Intercity",
        "long": "Utrecht Centraal <-> Rotterdam Centraal IC11400",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "147950",
        "label": "Intercity",
        "long": "Utrecht Centraal <-> Rotterdam Centraal IC1400",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "147970",
        "label": "641",
        "long": "Middelburg - Kamperland",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "66CC33",
        "color_name": "gray",
        "has_shape": true,
        "id": "148120",
        "label": "153",
        "long": "Nieuwe Niedorp Transferium - Schagen Muggenburg",
        "short": "153",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148375",
        "label": "2",
        "long": "Eindhoven Blixembosch Oost - Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148376",
        "label": "3",
        "long": "Eindhoven Blixembosch West - Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148377",
        "label": "4",
        "long": "Eindhoven Heesterakker - Station",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148378",
        "label": "5",
        "long": "Eindhoven 't Hofke - Station",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148379",
        "label": "6",
        "long": "Nuenen - Eindhoven Station",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148380",
        "label": "7",
        "long": "Veldhoven MMC - Eindhoven Station",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148381",
        "label": "8",
        "long": "Acht - Station",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148382",
        "label": "9",
        "long": "Best Station - Eindhoven Station",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148383",
        "label": "10",
        "long": "Oirschot Kazerne - Eindhoven Station",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148384",
        "label": "11",
        "long": "Weert Station - Maarheeze - Eindhoven Station",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148385",
        "label": "12",
        "long": "Eindhoven Gijzenrooi - Eindhoven Station",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148386",
        "label": "14",
        "long": "Veldhoven Zilverackers - Eindhoven Station",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148387",
        "label": "15",
        "long": "Veldhoven Abdijlaan - Eindhoven Station",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148388",
        "label": "16",
        "long": "Veldhoven MMC - Eindhoven Station",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148389",
        "label": "17",
        "long": "Eindhoven Kortonjolaan - Station",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148390",
        "label": "18",
        "long": "Bergeijk - Veldhoven - Eindhoven Station",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148391",
        "label": "19",
        "long": "Bladel - Eersel - Eindhoven Station",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148392",
        "label": "20",
        "long": "Veldhoven MMC - Airport - Best Station",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148393",
        "label": "21",
        "long": "Son en Breugel - Ekkersrijt",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148394",
        "label": "23",
        "long": "Helmond Station - Boxmeer Station",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148395",
        "label": "24",
        "long": "Helmond Station - Mierlo - Eindhoven Station",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148396",
        "label": "25",
        "long": "Helmond Station - Donk - Gemert",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148397",
        "label": "26",
        "long": "Helmond Station - Gemert",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148398",
        "label": "28",
        "long": "Meijel - Deurne",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148399",
        "label": "51",
        "long": "Eeuwsels - Helmond Station",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148400",
        "label": "52",
        "long": "Helmond Station - Rijpelberg",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148401",
        "label": "53",
        "long": "Helmond Station - Helmond Straakven",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148402",
        "label": "54",
        "long": "Helmond Station - Brouwhuis",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148403",
        "label": "55",
        "long": "Helmond - Stiphout",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148404",
        "label": "114",
        "long": "Eindhoven Station - De Hurk",
        "short": "114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148405",
        "label": "119",
        "long": "Eindhoven Station - Veldhoven ASML",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148406",
        "label": "120",
        "long": "Veldhoven ASML - Best Station",
        "short": "120",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148407",
        "label": "123",
        "long": "Boxmeer - Gemert",
        "short": "123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148409",
        "label": "255",
        "long": "Budel - Soerendonk - Maarheeze",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148410",
        "label": "256",
        "long": "Maarheeze station - Valkenswaard",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148411",
        "label": "257",
        "long": "Geldrop - Heeze - Valkenswaard",
        "short": "257",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148412",
        "label": "258",
        "long": "Weert - Maarheeze - Heeze",
        "short": "258",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148413",
        "label": "259",
        "long": "Nuenen - Beek en Donk",
        "short": "259",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148414",
        "label": "260",
        "long": "Geldrop - Son en Breugel - Best",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148415",
        "label": "261",
        "long": "Beek en Donk - Mariahout - Helmond",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148416",
        "label": "262",
        "long": "Helenaveen - Deurne",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148417",
        "label": "266",
        "long": "Deurne - Someren - Geldrop",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148418",
        "label": "268",
        "long": "Deurne - Bakel - Elsendorp",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148419",
        "label": "271",
        "long": "Aalst - Waalre - Veldhoven",
        "short": "271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148420",
        "label": "272",
        "long": "Eersel - Weebosch - Lommel",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148421",
        "label": "276",
        "long": "Valkenswaard - Achel",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148422",
        "label": "277",
        "long": "Veldhoven - Valkenswaard",
        "short": "277",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148423",
        "label": "291",
        "long": "Middelbeers - Hoogeloon - Hapert - Bladel",
        "short": "291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148424",
        "label": "292",
        "long": "Veldhoven - Hoogeloon",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148425",
        "label": "294",
        "long": "Veldhoven - Eersel - Vessem",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148426",
        "label": "317",
        "long": "Dommelen - Valkenswaard - Eindhoven Station",
        "short": "317",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148427",
        "label": "318",
        "long": "Luyksgestel - Valkenswaard - Eindhoven Station",
        "short": "318",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148428",
        "label": "319",
        "long": "Reusel - Eersel - Eindhoven Station",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148429",
        "label": "320",
        "long": "Helmond Station - Asten - Eindhoven Station",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148430",
        "label": "321",
        "long": "Gemert - Eindhoven Station",
        "short": "321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148431",
        "label": "322",
        "long": "Uden - Gerwen - Eindhoven Station",
        "short": "322",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148432",
        "label": "323",
        "long": "Gemert - Eindhoven Station",
        "short": "323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148433",
        "label": "324",
        "long": "Geldrop Coevering - Eindhoven Station",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148434",
        "label": "400",
        "long": "Eindhoven Airport - Eindhoven Station",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148435",
        "label": "401",
        "long": "Eindhoven Airport - Eindhoven Station",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148436",
        "label": "402",
        "long": "Veldhoven Zonderwijk - Eindhoven Station",
        "short": "402",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148437",
        "label": "403",
        "long": "Veldhoven de Dom/Berg - Eindhoven Station",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148438",
        "label": "404",
        "long": "Nuenen - Summa College - Eindhoven Station",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148439",
        "label": "405",
        "long": "Eindhoven Achtse Barrier - Station",
        "short": "405",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148440",
        "label": "406",
        "long": "Son - Ekkersrijt - Eindhoven Station",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148441",
        "label": "407",
        "long": "High Tech Campus - Eindhoven Station",
        "short": "407",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148442",
        "label": "408",
        "long": "High Tech Campus - Eindhoven Station",
        "short": "408",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148443",
        "label": "610",
        "long": "Eindhoven Internationale school - Station",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148444",
        "label": "614",
        "long": "Eindhoven Station - J.Eliasweg",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148445",
        "label": "619",
        "long": "Bladel - Eersel - Eindhoven Station",
        "short": "619",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "148446",
        "label": "656",
        "long": "Budel-Maarheeze-Valkenswaard",
        "short": "656",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "9B3214",
        "color_name": "brown",
        "has_shape": true,
        "id": "148597",
        "label": "510",
        "long": "MuiderslotExpress: Muiden P+R - Vestingplein",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "D1EA32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149043",
        "label": "341",
        "long": "Strandbus Zandvoort - Hoofddorp - Schiphol",
        "short": "341",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "149393",
        "label": "150",
        "long": "Helmond Station - Station 't Hout",
        "short": "150",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149401",
        "label": "Flex",
        "long": "U-flex Vijfheerenlanden-West",
        "short": "Flex",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149402",
        "label": "Flex",
        "long": "U-flex Maarssen/Utrecht-Noordwest",
        "short": "Flex",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149403",
        "label": "Flex",
        "long": "U-flex Westbroek-Tienhoven",
        "short": "Flex",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149405",
        "label": "Flex",
        "long": "U-flex Vijfheerenlanden-Oost",
        "short": "Flex",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149406",
        "label": "Flex",
        "long": "U-flex Houten-Schalkwijk",
        "short": "Flex",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149407",
        "label": "Flex",
        "long": "U-flex Austerlitz",
        "short": "Flex",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149408",
        "label": "Flex",
        "long": "U-flex Maartensdijk-Lage Vuursche",
        "short": "Flex",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "149409",
        "label": "Flex",
        "long": "U-flex Soesterberg-Huis ter Heide",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "149410",
        "label": "Flex",
        "long": "U-flex Bilthoven-Groenekan",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "149414",
        "label": "GoVolta",
        "long": "Amsterdam Centraal <-> Hamburg-Harburg GV300",
        "short": "GoVolta",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149468",
        "label": "N2",
        "long": "Nachtlijn Utrecht - Woerden",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149469",
        "label": "N3",
        "long": "Nachtlijn Station - Hooglanderveen (Amersfoort)",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149470",
        "label": "N7",
        "long": "Nachtlijn Utrecht - Oudewater",
        "short": "N7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149471",
        "label": "N8",
        "long": "Nachtlijn Utrecht - Wageningen",
        "short": "N8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149472",
        "label": "N17",
        "long": "Nachtlijn Amersfoort - Leusden",
        "short": "N17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149473",
        "label": "N20",
        "long": "Nachtlijn Utrecht - Loenen a/d Vecht",
        "short": "N20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149474",
        "label": "N26",
        "long": "Nachtlijn Amsterdam - Woerden",
        "short": "N26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149475",
        "label": "N41",
        "long": "Nachtlijn Utrecht - Wijk bij Duurstede",
        "short": "N41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149476",
        "label": "N50",
        "long": "Nachtlijn Utrecht - Amerongen",
        "short": "N50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149478",
        "label": "N70",
        "long": "Nachtlijn Baarn - Amersfoort",
        "short": "N70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "149479",
        "label": "N76",
        "long": "Nachtlijn Amersfoort - Bunschoten-Spakenburg",
        "short": "N76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "149576",
        "label": "7",
        "long": "Station - Kloosterlanden",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149609",
        "label": "32",
        "long": "Rooseveltplaats  - Berchem Station - Edegem",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149610",
        "label": "32",
        "long": "Edegem - Berchem Station - Rooseveltplaats",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149611",
        "label": "11",
        "long": "Geel station - Geel Thomas More",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149612",
        "label": "111",
        "long": "Geel - Larum - Onze-Lieve-Vrouw-Olen - Tielen - Vo",
        "short": "111",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149613",
        "label": "209",
        "long": "Lidwina - Mol station",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149614",
        "label": "21",
        "long": "Turnhout - Gierle - Lille - Vorselaar",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149615",
        "label": "21",
        "long": "Vorselaar - Lille - Gierle - Turnhout",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149616",
        "label": "212",
        "long": "Turnhout- Vosselaar - Tielen - Sint-Jozef Olen -He",
        "short": "212",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149617",
        "label": "379",
        "long": "Zandvliet - Stabroek - Kapellen - scholen Brasscha",
        "short": "379",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149618",
        "label": "379",
        "long": "scholen Brasschaat - Kapellen - Stabroek - Zandvli",
        "short": "379",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149619",
        "label": "380",
        "long": "Geel - Dessel - Witgoor - Retie - Arendonk",
        "short": "380",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149620",
        "label": "380",
        "long": "Arendonk - Retie - Witgoor - Dessel - Geel",
        "short": "380",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149621",
        "label": "383",
        "long": "Europese school - Geel",
        "short": "383",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149623",
        "label": "391",
        "long": "Arendonk - Retie - Witgoor - Dessel - Mol",
        "short": "391",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149624",
        "label": "408",
        "long": "Hoogstraten scholen - Malle - Zandhoven",
        "short": "408",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149625",
        "label": "413",
        "long": "Westmalle - Beerse - Vosselaar - Turnhout",
        "short": "413",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149626",
        "label": "413",
        "long": "Turnhout - Vosselaar - Beerse - Westmalle",
        "short": "413",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149627",
        "label": "416",
        "long": "Snelbus Antwerpen - Wechelderzande - Turnhout",
        "short": "416",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149628",
        "label": "416",
        "long": "Snelbus Turnhout - Wechelderzande - Antwerpen",
        "short": "416",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": false,
        "id": "149629",
        "label": "X41",
        "long": "Snelbus Antwerpen - Zoersel - Malle - Turnhout",
        "short": "X41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": true,
        "id": "149630",
        "label": "X41",
        "long": "Snelbus Turnhout - Malle - Zoersel - Antwerpen",
        "short": "X41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149631",
        "label": "43a",
        "long": "Reusel - Arendonk - Turnhout - Merksplas - Hoogstr",
        "short": "43a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149632",
        "label": "43a",
        "long": "Hoogstraten - Merksplas - Turnhout - Arendonk - Re",
        "short": "43a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149633",
        "label": "43b",
        "long": "Arendonk - Turnhout - Merksplas - Rijkevorsel - Br",
        "short": "43b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "149634",
        "label": "43b",
        "long": "Brecht - Rijkevorsel - Merksplas - Turnhout - Aren",
        "short": "43b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149635",
        "label": "433",
        "long": "Turnhout - Beerse - Rijkevorsel - Hoogstraten",
        "short": "433",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149636",
        "label": "433",
        "long": "Hoogstraten - Rijkevorsel - Beerse - Turnhout",
        "short": "433",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149637",
        "label": "434",
        "long": "Turnhout - Beerse - Merksplas - Hoogstraten",
        "short": "434",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149638",
        "label": "434",
        "long": "Hoogstraten - Merksplas - Beerse - Turnhout",
        "short": "434",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149639",
        "label": "435",
        "long": "Turnhout Markt - Industrie",
        "short": "435",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149640",
        "label": "435",
        "long": "Turnhout industrie - Markt",
        "short": "435",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149641",
        "label": "437",
        "long": "Turnhout - Merksplas Kolonie - Hoogstraten",
        "short": "437",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149642",
        "label": "437",
        "long": "Hoogstraten - Merksplas Kolonie - Turnhout",
        "short": "437",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149643",
        "label": "438",
        "long": "Turnhout industrie - Vosselaar - Hoogstraten",
        "short": "438",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149644",
        "label": "438",
        "long": "Hoogstraten - Vosselaar - Turnhout industrie",
        "short": "438",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149645",
        "label": "439",
        "long": "Handelsschool - Turnhout - Hoogstraten - Meersel-D",
        "short": "439",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149646",
        "label": "439",
        "long": "Meersel-Dreef - Hoogstraten - Turnhout - Handelssc",
        "short": "439",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149647",
        "label": "441",
        "long": "scholen Wuustwezel - Nieuwmoer - Wildert",
        "short": "441",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149648",
        "label": "443",
        "long": "Sint-Job - scholen Kalmthout",
        "short": "443",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149650",
        "label": "446",
        "long": "Nieuwmoer - Brecht - Oostmalle",
        "short": "446",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149651",
        "label": "446",
        "long": "Oostmalle - Brecht - Nieuwmoer",
        "short": "446",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149652",
        "label": "447",
        "long": "scholen Wuustwezel - Horendonk - Essen Hoek",
        "short": "447",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149654",
        "label": "45",
        "long": "Turnhout - Oud-Turnhout - Ravels - Poppel - Tilbur",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149655",
        "label": "45",
        "long": "Tilburg - Poppel - Ravels - Oud-Turnhout - Turnhou",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149656",
        "label": "454",
        "long": "Turnhout - Ravels - Weelde Singel",
        "short": "454",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149657",
        "label": "454",
        "long": "Weelde Singel - Ravels - Turnhout",
        "short": "454",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149658",
        "label": "455",
        "long": "Arendonk - Ravels - Weelde - Zondereigen",
        "short": "455",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149659",
        "label": "455",
        "long": "Zondereigen - Weelde - Ravels - Arendonk",
        "short": "455",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149660",
        "label": "456",
        "long": "Arendonk - Oud-Turnhout - Ravels - Eel - Poppel",
        "short": "456",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149661",
        "label": "456",
        "long": "Poppel - Eel - Ravels - Oud-Turnhout - Arendonk",
        "short": "456",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149662",
        "label": "457",
        "long": "Weelde - Baarle - Hoogstraten",
        "short": "457",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149663",
        "label": "457",
        "long": "Hoogstraten - Baarle - Weelde",
        "short": "457",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149664",
        "label": "458",
        "long": "Poppel - Weelde - Merksplas - Hoogstraten",
        "short": "458",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149665",
        "label": "458",
        "long": "Hoogstraten - Merksplas - Weelde - Poppel",
        "short": "458",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149666",
        "label": "459",
        "long": "Ravels - Weelde - Merksplas - Hoogstraten",
        "short": "459",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149668",
        "label": "46",
        "long": "Turnhout - Baarle",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149669",
        "label": "46",
        "long": "Baarle - Turnhout",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149670",
        "label": "461",
        "long": "Turnhout - Zondereigen - Baarle",
        "short": "461",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149671",
        "label": "461",
        "long": "Baarle - Zondereigen - Turnhout",
        "short": "461",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "149672",
        "label": "47",
        "long": "Mol - Dessel - Retie - Oud-Turnhout - Turnhout",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "149673",
        "label": "47",
        "long": "Turnhout - Oud-Turnhout - Retie - Dessel - Mol",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "149675",
        "label": "48",
        "long": "Malle - Sint-Jozef - Rijkevorsel - Hoogstraten",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "149676",
        "label": "48",
        "long": "Hoogstraten - Rijkevorsel - Sint-Jozef - Malle",
        "short": "48",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149677",
        "label": "49",
        "long": "Turnhout - Kasterlee - Geel",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149678",
        "label": "49",
        "long": "Geel - Kasterlee - Turnhout",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149679",
        "label": "60",
        "long": "Brecht - Antwerpen",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149680",
        "label": "60",
        "long": "Antwerpen - Brecht",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149681",
        "label": "601",
        "long": "Sint-Job Kristus Koning - Antwerpen",
        "short": "601",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149682",
        "label": "601",
        "long": "Antwerpen - Sint-Job Kristus Koning",
        "short": "601",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149683",
        "label": "604",
        "long": "Hoogstraten - Meersel-Dreef",
        "short": "604",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149684",
        "label": "604",
        "long": "Meersel-Dreef - Hoogstraten",
        "short": "604",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149685",
        "label": "608",
        "long": "Hoogstraten - St. Job",
        "short": "608",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149686",
        "label": "608",
        "long": "St. Job - Hoogstraten",
        "short": "608",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149687",
        "label": "609",
        "long": "scholen Hoogstraten - Rijkevorsel - Brecht - Sint-",
        "short": "609",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149688",
        "label": "609",
        "long": "Sint-Job - Brecht - Rijkevorsel - Hoogstraten scho",
        "short": "609",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "149689",
        "label": "62",
        "long": "Sint-Job - Schoten - Antwerpen",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "149690",
        "label": "62",
        "long": "Antwerpen - Schoten - Sint-Job",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149692",
        "label": "64",
        "long": "Loenhout - Wuustwezel - Brasschaat - Antwerpen",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149693",
        "label": "64",
        "long": "Antwerpen - Brasschaat - Wuustwezel - Loenhout",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": false,
        "id": "149694",
        "label": "X64",
        "long": "Snelbus Wuustwezel - Antwerpen via E19",
        "short": "X64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": false,
        "id": "149695",
        "label": "X64",
        "long": "Snelbus Antwerpen - Wuustwezel via E19",
        "short": "X64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149698",
        "label": "645",
        "long": "scholen Brasschaat - Wuustwezel - Loenhout",
        "short": "645",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149699",
        "label": "649",
        "long": "Hoogstraten - Wuustwezel - Brasschaat",
        "short": "649",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149700",
        "label": "649",
        "long": "Brasschaat - Wuustwezel - Hoogstraten",
        "short": "649",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149701",
        "label": "65",
        "long": "Kapellen - Merksem Zwaantjeslei",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149702",
        "label": "65",
        "long": "Merksem Zwaantjeslei - Kapellen",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149703",
        "label": "659",
        "long": "Hoogstraten - Ekeren-Donk",
        "short": "659",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "149704",
        "label": "66",
        "long": "P+R Luchtbal - Ekeren - Schoten",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "149705",
        "label": "66",
        "long": "Schoten - Ekeren - P+R Luchtbal",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "149706",
        "label": "67",
        "long": "Essen - Kapellen - (Merksem)",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "149707",
        "label": "67",
        "long": "(Merksem) - Kapellen - Essen",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149708",
        "label": "671",
        "long": "Zandvliet - Stabroek - scholen Kalmthout",
        "short": "671",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149709",
        "label": "671",
        "long": "scholen Kalmthout - Stabroek - Zandvliet",
        "short": "671",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149710",
        "label": "674",
        "long": "Stabroek - Kalmthout - scholen Essen",
        "short": "674",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149711",
        "label": "674",
        "long": "scholen Essen - Kalmthout - Stabroek",
        "short": "674",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149712",
        "label": "675",
        "long": "Stabroek - Kalmthout - scholen Wuustwezel",
        "short": "675",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149713",
        "label": "675",
        "long": "scholen Wuustwezel - Kalmthout - Stabroek",
        "short": "675",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149714",
        "label": "679",
        "long": "Hoogstraten - Essen",
        "short": "679",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149715",
        "label": "679",
        "long": "Essen - Hoogstraten",
        "short": "679",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "149716",
        "label": "69",
        "long": "Meersel-Dreef - Hoogstraten - Brecht Station Noord",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "149717",
        "label": "69",
        "long": "Brecht Station Noorderkempen - Hoogstraten - Meers",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149718",
        "label": "70",
        "long": "Zandvliet - Stabroek - Hoevenen - Antwerpen",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": true,
        "id": "149719",
        "label": "70",
        "long": "Antwerpen - Hoevenen - Stabroek - Zandvliet",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149720",
        "label": "X70",
        "long": "Sneldienst Zandvliet - Antwerpen via A12",
        "short": "X70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149721",
        "label": "X70",
        "long": "Sneldienst Antwerpen - Zandvliet via A12",
        "short": "X70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149722",
        "label": "707",
        "long": "Zandvliet - Stabroek - scholen Merksem",
        "short": "707",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149723",
        "label": "707",
        "long": "scholen Merksem - Stabroek - Zandvliet",
        "short": "707",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149724",
        "label": "708",
        "long": "Zandvliet - Stabroek - scholen Ekeren",
        "short": "708",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149725",
        "label": "708",
        "long": "scholen Ekeren - Stabroek - Zandvliet",
        "short": "708",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149726",
        "label": "709",
        "long": "Zandvliet - scholen Stabroek",
        "short": "709",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149727",
        "label": "709",
        "long": "scholen Stabroek - Zandvliet",
        "short": "709",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "149728",
        "label": "X71",
        "long": "Snelbus Putte - Stabroek - Antwerpen",
        "short": "X71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "149729",
        "label": "X71",
        "long": "Snelbus Antwerpen - Stabroek - Putte",
        "short": "X71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149730",
        "label": "718",
        "long": "Antwerpen P+R Luchtbal - scholen Stabroek",
        "short": "718",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149731",
        "label": "718",
        "long": "scholen Stabroek - Antwerpen P+R Luchtbal",
        "short": "718",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149732",
        "label": "719",
        "long": "Antwerpen Rooseveltplaats - scholen Stabroek via A",
        "short": "719",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149733",
        "label": "719",
        "long": "scholen Stabroek - Antwerpen Rooseveltplaats via A",
        "short": "719",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "149734",
        "label": "72",
        "long": "Putte - Kapellen - Ekeren - Antwerpen",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "149735",
        "label": "72",
        "long": "Antwerpen - Ekeren - Kapellen - Putte",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149736",
        "label": "73",
        "long": "Brasschaat - Ekeren - P+R Luchtbal",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149737",
        "label": "73",
        "long": "P+R Luchtbal - Ekeren - Brasschaat",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149739",
        "label": "76",
        "long": "(- AOR) Kaai 210 CMB - P+R Luchtbal",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149741",
        "label": "764",
        "long": "P+R Luchtbal - Van Cauwelaertsluis",
        "short": "764",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149742",
        "label": "764",
        "long": "Van Cauwelaertsluis - P+R Luchtbal",
        "short": "764",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "149743",
        "label": "21",
        "long": "Sinaai - Sint-Niklaas - De Klinge - Meerdonk",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "149744",
        "label": "21",
        "long": "Meerdonk - De Klinge - Sint-Niklaas - Sinaai",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149747",
        "label": "271",
        "long": "Sint-Niklaas - Sinaai - Eksaarde - Lokeren",
        "short": "271",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149749",
        "label": "31",
        "long": "Sint-Niklaas - Vrasene - Kieldrecht - Doel",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149750",
        "label": "31",
        "long": "Doel - Kieldrecht - Vrasene - Sint-Niklaas",
        "short": "31",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149751",
        "label": "36",
        "long": "Station Linkeroever - Vuylstekelaan - IGLO",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149752",
        "label": "36",
        "long": "IGLO - Vuylstekelaan - Station Linkeroever",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "149755",
        "label": "43",
        "long": "Sint-Niklaas - Stekene - Moerbeke Waas",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "149756",
        "label": "43",
        "long": "Moerbeke Waas - Stekene - Sint-Niklaas",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149757",
        "label": "431",
        "long": "Sint-Niklaas - Stekene - Koewacht",
        "short": "431",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149758",
        "label": "431",
        "long": "Koewacht - Stekene - Sint-Niklaas",
        "short": "431",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149759",
        "label": "432",
        "long": "Sint-Niklaas - Stekene - Hellestraat",
        "short": "432",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149760",
        "label": "432",
        "long": "Hellestraat - Stekene - Sint-Niklaas",
        "short": "432",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149761",
        "label": "433",
        "long": "Sint-Niklaas - Kemzeke Paal - Hulst",
        "short": "433",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149762",
        "label": "433",
        "long": "Hulst - Kemzeke Paal - Sint-Niklaas",
        "short": "433",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149763",
        "label": "49",
        "long": "Zelzate - Moerbeke Waas - Lokeren - Zele",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149764",
        "label": "49",
        "long": "Zele - Lokeren - Moerbeke Waas - Zelzate",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149765",
        "label": "82",
        "long": "Antwerpen L.O. - Beveren - Haasdonk - Sint-Niklaas",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149766",
        "label": "82",
        "long": "Lokeren - Sint-Niklaas - Haasdonk - Beveren - Antw",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149767",
        "label": "821",
        "long": "Antwerpen L.O.- Beveren- Westakkers- Sint-Niklaas",
        "short": "821",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149768",
        "label": "821",
        "long": "Sint-Niklaas -Westakkers - Beveren- Antwerpen L.O.",
        "short": "821",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149769",
        "label": "822",
        "long": "WeTech/VTS3 - Sint-Niklaas",
        "short": "822",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149770",
        "label": "822",
        "long": "Sint-Niklaas - WeTech/VTS3",
        "short": "822",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "149771",
        "label": "83",
        "long": "Beveren - Kallo",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "149772",
        "label": "83",
        "long": "Kallo - Beveren",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149773",
        "label": "84",
        "long": "Antwerpen L.O. - Beveren - Vrasene - Kieldrecht",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149774",
        "label": "84",
        "long": "Kieldrecht - Vrasene - Beveren - Antwerpen L.O.",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "149775",
        "label": "85",
        "long": "Antw. L.O. - Beveren - Vrasene - Stekene",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "149776",
        "label": "85",
        "long": "Stekene- Vrasene - Beveren - Antw. L.O.",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": false,
        "id": "149777",
        "label": "87",
        "long": "Antwerpen L.O. - Burcht - P+R Melsele",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": false,
        "id": "149778",
        "label": "87",
        "long": "P+R Melsele - Burcht - Antwerpen L.O.",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149779",
        "label": "931",
        "long": "Sint-Niklaas - Temse Eigenlo - Rupelmonde - Antwer",
        "short": "931",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149780",
        "label": "931",
        "long": "Antwerpen L.O. - Rupelmonde - Temse Eigenlo - Sint",
        "short": "931",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149783",
        "label": "93",
        "long": "Sint-Niklaas - Hoogkameren -Temse - Antwerpen L.O.",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149784",
        "label": "93",
        "long": "Antwerpen L.O. - Temse - Hoogkameren - Sint-Niklaa",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "149786",
        "label": "10",
        "long": "Genk - Tongeren",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "149787",
        "label": "10",
        "long": "Tongeren - Genk",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149788",
        "label": "102",
        "long": "Bilzen - Tongeren",
        "short": "102",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149789",
        "label": "102",
        "long": "Tongeren - Bilzen",
        "short": "102",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149790",
        "label": "103",
        "long": "Bilzen - Tongeren",
        "short": "103",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149791",
        "label": "103",
        "long": "Tongeren - Bilzen",
        "short": "103",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149793",
        "label": "106",
        "long": "Bilzen - Tongeren",
        "short": "106",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149794",
        "label": "107",
        "long": "Tongeren - Genk",
        "short": "107",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "149795",
        "label": "107",
        "long": "Genk - Tongeren",
        "short": "107",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149796",
        "label": "108",
        "long": "Wiemesmeer - Hoeselt",
        "short": "108",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149797",
        "label": "108",
        "long": "Hoeselt - Wiemesmeer",
        "short": "108",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149798",
        "label": "109",
        "long": "Genk - Tongeren",
        "short": "109",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149799",
        "label": "109",
        "long": "Tongeren - Genk",
        "short": "109",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149800",
        "label": "105",
        "long": "Tongeren - Bilzen",
        "short": "105",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149801",
        "label": "105",
        "long": "Bilzen - Tongeren",
        "short": "105",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "149802",
        "label": "12",
        "long": "Hasselt - Genk",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "149803",
        "label": "12",
        "long": "Genk - Hasselt",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149805",
        "label": "128",
        "long": "Hasselt - Kiewit Bewel",
        "short": "128",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149806",
        "label": "128",
        "long": "Kiewit Bewel - Hasselt",
        "short": "128",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149807",
        "label": "129",
        "long": "Genk - Kiewit BEWEL",
        "short": "129",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149808",
        "label": "129",
        "long": "Kiewit BEWEL - Genk",
        "short": "129",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "149809",
        "label": "15",
        "long": "Diest - Leopoldsburg",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "149810",
        "label": "15",
        "long": "Leopoldsburg - Diest",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149811",
        "label": "154",
        "long": "Leopoldsburg - Tessenderlo",
        "short": "154",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149812",
        "label": "154",
        "long": "Tessenderlo - Leopoldsburg",
        "short": "154",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "149813",
        "label": "157",
        "long": "Diest - Mol",
        "short": "157",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149815",
        "label": "159",
        "long": "Schoot - Tessenderlo",
        "short": "159",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149816",
        "label": "159",
        "long": "Tessenderlo - Schoot",
        "short": "159",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "149817",
        "label": "16",
        "long": "Maaseik - Neerpelt",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "149818",
        "label": "16",
        "long": "Neerpelt - Maaseik",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149819",
        "label": "167",
        "long": "Maaseik - Bree",
        "short": "167",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149820",
        "label": "168",
        "long": "Bree - Bocholt",
        "short": "168",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149821",
        "label": "168",
        "long": "Bocholt - Bree",
        "short": "168",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149822",
        "label": "X18",
        "long": "Hasselt - Lommel",
        "short": "X18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149823",
        "label": "X18",
        "long": "Lommel - Hasselt",
        "short": "X18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149824",
        "label": "X19",
        "long": "Hasselt - Neerpelt",
        "short": "X19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149825",
        "label": "X19",
        "long": "Neerpelt - Hasselt",
        "short": "X19",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149826",
        "label": "192",
        "long": "Bree - Houthalen-Helchteren",
        "short": "192",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149829",
        "label": "196",
        "long": "Bocholt - Hasselt",
        "short": "196",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149830",
        "label": "196",
        "long": "Hasselt - Bocholt",
        "short": "196",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "149831",
        "label": "20a",
        "long": "Hasselt - Maastricht",
        "short": "20a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "149832",
        "label": "20a",
        "long": "Maastricht - Hasselt",
        "short": "20a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": true,
        "id": "149833",
        "label": "20b",
        "long": "Hasselt - Lanaken",
        "short": "20b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "149834",
        "label": "20b",
        "long": "Lanaken - Hasselt",
        "short": "20b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149836",
        "label": "203",
        "long": "Bilzen - Hasselt",
        "short": "203",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149837",
        "label": "206",
        "long": "Beverst - Maastricht",
        "short": "206",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149838",
        "label": "206",
        "long": "Maastricht - Beverst",
        "short": "206",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149840",
        "label": "208",
        "long": "Vroenhoven - Bilzen",
        "short": "208",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149841",
        "label": "208",
        "long": "Bilzen - Vroenhoven",
        "short": "208",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149842",
        "label": "21",
        "long": "Hasselt - Landen",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149843",
        "label": "21",
        "long": "Landen - Hasselt",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "149844",
        "label": "22",
        "long": "Sint-Truiden - Landen",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149846",
        "label": "23",
        "long": "Sint-Truiden - Tongeren",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149847",
        "label": "23",
        "long": "Tongeren - Sint-Truiden",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149848",
        "label": "232",
        "long": "Sint-Truiden - Tongeren",
        "short": "232",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149849",
        "label": "232",
        "long": "Tongeren - Sint-Truiden",
        "short": "232",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149850",
        "label": "235",
        "long": "Wellen - Tongeren",
        "short": "235",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149851",
        "label": "237",
        "long": "Sint-Truiden - Tongeren",
        "short": "237",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149852",
        "label": "239",
        "long": "Tongeren Station - PIBO",
        "short": "239",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149853",
        "label": "239",
        "long": "Tongeren PIBO - Station",
        "short": "239",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149854",
        "label": "26",
        "long": "Maaseik - Leopoldsburg",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149855",
        "label": "26",
        "long": "Leopoldsburg - Maaseik",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149856",
        "label": "262",
        "long": "Leopoldsburg - Bree",
        "short": "262",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149859",
        "label": "265",
        "long": "Gruitrode - Maaseik",
        "short": "265",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149860",
        "label": "265",
        "long": "Maaseik - Gruitrode",
        "short": "265",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149861",
        "label": "266",
        "long": "Bree - Maaseik BEWEL",
        "short": "266",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "149862",
        "label": "266",
        "long": "Maaseik BEWEL - Bree",
        "short": "266",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149863",
        "label": "267",
        "long": "Molenbeersel - Bree",
        "short": "267",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149864",
        "label": "267",
        "long": "Bree - Molenbeersel",
        "short": "267",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149865",
        "label": "268",
        "long": "Molenbeersel - Maaseik",
        "short": "268",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149866",
        "label": "268",
        "long": "Maaseik - Molenbeersel",
        "short": "268",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149867",
        "label": "269",
        "long": "Maaseik - Leopoldsburg",
        "short": "269",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149868",
        "label": "269",
        "long": "Leopoldsburg - Maaseik",
        "short": "269",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149869",
        "label": "27",
        "long": "Genk - Maaseik",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149870",
        "label": "27",
        "long": "Maaseik - Genk",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "149871",
        "label": "X27",
        "long": "Maaseik - Genk",
        "short": "X27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "149872",
        "label": "X27",
        "long": "Genk - Maaseik",
        "short": "X27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149873",
        "label": "273",
        "long": "As - Maaseik",
        "short": "273",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149874",
        "label": "273",
        "long": "Maaseik - As",
        "short": "273",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "149875",
        "label": "274",
        "long": "Grote-Brogel - Maaseik",
        "short": "274",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149876",
        "label": "274",
        "long": "Maaseik - Grote-Brogel",
        "short": "274",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149877",
        "label": "275",
        "long": "Opoeteren-Genk",
        "short": "275",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149878",
        "label": "276",
        "long": "Opglabbeek - Maaseik",
        "short": "276",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149879",
        "label": "276",
        "long": "Maaseik - Opglabbeek",
        "short": "276",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149880",
        "label": "277",
        "long": "Stokkem - Genk",
        "short": "277",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149881",
        "label": "277",
        "long": "Genk - Stokkem",
        "short": "277",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149882",
        "label": "278",
        "long": "Maaseik - Kinrooi",
        "short": "278",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149883",
        "label": "279",
        "long": "Kinrooi - Genk",
        "short": "279",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149884",
        "label": "279",
        "long": "Genk - Kinrooi",
        "short": "279",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149885",
        "label": "28",
        "long": "Beringen - Mol",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "149886",
        "label": "28",
        "long": "Mol - Beringen",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149887",
        "label": "29",
        "long": "Hasselt - Lommel",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "149888",
        "label": "29",
        "long": "Lommel - Hasselt",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149889",
        "label": "296",
        "long": "Lummen - Hasselt",
        "short": "296",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149890",
        "label": "296",
        "long": "Hasselt - Lummen",
        "short": "296",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149892",
        "label": "31",
        "long": "Genk - Beringen",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "149893",
        "label": "31",
        "long": "Beringen - Genk",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149895",
        "label": "312",
        "long": "Zwartberg - Genk",
        "short": "312",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149897",
        "label": "315",
        "long": "Genk - Houthalen",
        "short": "315",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149898",
        "label": "316",
        "long": "Zwartberg - Zonhoven",
        "short": "316",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149899",
        "label": "316",
        "long": "Zonhoven - Zwartberg",
        "short": "316",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "149900",
        "label": "32",
        "long": "Beringen - Tessenderlo",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "149901",
        "label": "32",
        "long": "Tessenderlo - Beringen",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": false,
        "id": "149902",
        "label": "33",
        "long": "Genk - Neerpelt",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": false,
        "id": "149903",
        "label": "33",
        "long": "Neerpelt - Genk",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149904",
        "label": "335",
        "long": "Gruitrode - Hechtel",
        "short": "335",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149905",
        "label": "335",
        "long": "Hechtel - Gruitrode",
        "short": "335",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149906",
        "label": "336",
        "long": "Neerpelt - Peer",
        "short": "336",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149907",
        "label": "337",
        "long": "Peer - Genk",
        "short": "337",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149908",
        "label": "338",
        "long": "Peer - Holheide",
        "short": "338",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": false,
        "id": "149909",
        "label": "34",
        "long": "Hasselt - Beringen",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": false,
        "id": "149910",
        "label": "34",
        "long": "Beringen - Hasselt",
        "short": "34",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "149911",
        "label": "349",
        "long": "Hulst - Hasselt",
        "short": "349",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "149912",
        "label": "35",
        "long": "Diest - Houthalen",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": true,
        "id": "149913",
        "label": "35",
        "long": "Houthalen - Diest",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149914",
        "label": "355",
        "long": "Herk-de-Stad - Lummen",
        "short": "355",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "149915",
        "label": "36a",
        "long": "Genk - Hasselt",
        "short": "36a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "149916",
        "label": "36a",
        "long": "Hasselt - Genk",
        "short": "36a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "149917",
        "label": "36b",
        "long": "Genk - Hasselt",
        "short": "36b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "149918",
        "label": "36b",
        "long": "Hasselt - Genk",
        "short": "36b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149919",
        "label": "363",
        "long": "KotHopper",
        "short": "363",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149920",
        "label": "364",
        "long": "Vliermaalroot - Diepenbeek",
        "short": "364",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": false,
        "id": "149921",
        "label": "38",
        "long": "Hasselt - Heers",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": false,
        "id": "149922",
        "label": "38",
        "long": "Heers - Hasselt",
        "short": "38",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149925",
        "label": "396",
        "long": "Voeren - Provinciale School",
        "short": "396",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149926",
        "label": "396",
        "long": "Provinciale School - Voeren",
        "short": "396",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149927",
        "label": "397",
        "long": "Tongeren - Voeren",
        "short": "397",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149928",
        "label": "397",
        "long": "Voeren - Tongeren",
        "short": "397",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149929",
        "label": "398",
        "long": "Tongeren - Voeren",
        "short": "398",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149930",
        "label": "398",
        "long": "Voeren - Tongeren",
        "short": "398",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149931",
        "label": "399",
        "long": "Voeren - Tongeren",
        "short": "399",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149932",
        "label": "399",
        "long": "Tongeren - Voeren",
        "short": "399",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": false,
        "id": "149933",
        "label": "44",
        "long": "Hasselt - Maasmechelen",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": false,
        "id": "149934",
        "label": "44",
        "long": "Maasmechelen - Hasselt",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "149935",
        "label": "45",
        "long": "Genk - Maastricht",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "149936",
        "label": "45",
        "long": "Maastricht - Genk",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149937",
        "label": "458",
        "long": "Lanaken - Genk",
        "short": "458",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149938",
        "label": "458",
        "long": "Genk - Lanaken",
        "short": "458",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149939",
        "label": "462",
        "long": "Genk - Zonhoven",
        "short": "462",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149940",
        "label": "465",
        "long": "Houthalen - Genk",
        "short": "465",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149941",
        "label": "465",
        "long": "Genk - Houthalen",
        "short": "465",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149942",
        "label": "47",
        "long": "Hasselt - Tongeren",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149943",
        "label": "47",
        "long": "Tongeren - Hasselt",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149944",
        "label": "472",
        "long": "Hasselt - Tongeren",
        "short": "472",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149945",
        "label": "473",
        "long": "Tongeren - Hasselt",
        "short": "473",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149947",
        "label": "475",
        "long": "Hasselt - Tongeren",
        "short": "475",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149948",
        "label": "476",
        "long": "Hasselt - Heers",
        "short": "476",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149949",
        "label": "477",
        "long": "Wellen - Hasselt",
        "short": "477",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149950",
        "label": "477",
        "long": "Hasselt - Wellen",
        "short": "477",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": false,
        "id": "149951",
        "label": "48",
        "long": "Hasselt - Peer",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": false,
        "id": "149952",
        "label": "48",
        "long": "Peer - Hasselt",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149953",
        "label": "484",
        "long": "Hamont - Peer",
        "short": "484",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149954",
        "label": "484",
        "long": "Peer - Hamont",
        "short": "484",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149955",
        "label": "485",
        "long": "Peer - Hamont",
        "short": "485",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149956",
        "label": "485",
        "long": "Hamont - Peer",
        "short": "485",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149957",
        "label": "486",
        "long": "Hamont - Peer",
        "short": "486",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149958",
        "label": "486",
        "long": "Peer - Hamont",
        "short": "486",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149960",
        "label": "489",
        "long": "Kiewit - Hasselt",
        "short": "489",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149961",
        "label": "49",
        "long": "Beringen - Paal - Diest",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "149962",
        "label": "50",
        "long": "Hasselt - Sint-Truiden",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "149963",
        "label": "50",
        "long": "Sint-Truiden - Hasselt",
        "short": "50",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149966",
        "label": "507",
        "long": "Herk-de-Stad - Sint-Lambrechts-Herk",
        "short": "507",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149967",
        "label": "509",
        "long": "Hasselt - Sint-Truiden",
        "short": "509",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149968",
        "label": "51",
        "long": "Hasselt - Heusden",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4A5321",
        "color_name": "brown",
        "has_shape": false,
        "id": "149969",
        "label": "51",
        "long": "Heusden - Hasselt",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149970",
        "label": "513",
        "long": "Zolder - Kiewit",
        "short": "513",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "149972",
        "label": "56",
        "long": "Hasselt - Diest",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": true,
        "id": "149973",
        "label": "56",
        "long": "Diest - Hasselt",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149974",
        "label": "569",
        "long": "Bolderberg - Herk-de-Stad",
        "short": "569",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149975",
        "label": "617",
        "long": "Riemst - Lanaken",
        "short": "617",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149976",
        "label": "617",
        "long": "Lanaken - Riemst",
        "short": "617",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149977",
        "label": "618",
        "long": "Riemst - Eisden",
        "short": "618",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149978",
        "label": "618",
        "long": "Eisden - Riemst",
        "short": "618",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149979",
        "label": "619",
        "long": "Lanaken - Tongeren",
        "short": "619",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149980",
        "label": "619",
        "long": "Tongeren - Lanaken",
        "short": "619",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": false,
        "id": "149981",
        "label": "62",
        "long": "Maastricht - Tongeren",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": false,
        "id": "149982",
        "label": "62",
        "long": "Tongeren - Maastricht",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149985",
        "label": "622",
        "long": "Kanne - Tongeren",
        "short": "622",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149986",
        "label": "622",
        "long": "Tongeren - Kanne",
        "short": "622",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149994",
        "label": "629",
        "long": "Tongeren Bewel - Tongeren Station",
        "short": "629",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149995",
        "label": "63",
        "long": "Maaseik - Maastricht",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "149996",
        "label": "63",
        "long": "Maastricht - Maaseik",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149997",
        "label": "633",
        "long": "Stokkem - Maaseik",
        "short": "633",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149998",
        "label": "634",
        "long": "Lanaken - Maasmechelen",
        "short": "634",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "149999",
        "label": "634",
        "long": "Maasmechelen - Lanaken",
        "short": "634",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150000",
        "label": "636",
        "long": "Maaseik - Lanaken",
        "short": "636",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150001",
        "label": "636",
        "long": "Lanaken - Maaseik",
        "short": "636",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150002",
        "label": "637",
        "long": "Lanaken - Maaseik",
        "short": "637",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150003",
        "label": "637",
        "long": "Maaseik - Lanaken",
        "short": "637",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150004",
        "label": "638",
        "long": "Lanaken - Maaseik BEWEL",
        "short": "638",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150005",
        "label": "638",
        "long": "Maaseik BEWEL - Lanaken",
        "short": "638",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150006",
        "label": "639",
        "long": "Maasmechelen - Lanaken",
        "short": "639",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150007",
        "label": "639",
        "long": "Lanaken - Maasmechelen",
        "short": "639",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "150008",
        "label": "2",
        "long": "Boulevardpendel",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "150009",
        "label": "3",
        "long": "Rapertingen - Hasselt Station",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "150010",
        "label": "3",
        "long": "Hasselt Station - Rapertingen",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "150011",
        "label": "4",
        "long": "Kiewit - Alken",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "150012",
        "label": "4",
        "long": "Alken - Kiewit",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "150013",
        "label": "5",
        "long": "Godsheide - Sint-Jansheide",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "150014",
        "label": "5",
        "long": "Sint-Jansheide - Godsheide",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "150016",
        "label": "7",
        "long": "Hasselt - Stevoort",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "150017",
        "label": "7",
        "long": "Stevoort - Hasselt",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "150018",
        "label": "1",
        "long": "Sledderlo - Zwartberg",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": true,
        "id": "150019",
        "label": "1",
        "long": "Zwartberg - Sledderlo",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "150020",
        "label": "2",
        "long": "Genk Station - Camerlo",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": false,
        "id": "150021",
        "label": "2",
        "long": "Camerlo - Genk Station",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "150022",
        "label": "3",
        "long": "Bokrijk - Genk Station",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "150023",
        "label": "3",
        "long": "Genk Station - Bokrijk",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "150024",
        "label": "4",
        "long": "Termien - Genk Station",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "150025",
        "label": "4",
        "long": "Genk Station - Termien",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": false,
        "id": "150026",
        "label": "5",
        "long": "Genk-Zuid - Zwartberg",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": false,
        "id": "150027",
        "label": "5",
        "long": "Zwartberg - Genk-Zuid",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "150028",
        "label": "6",
        "long": "Genk Station - Ziekenhuis",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": false,
        "id": "150029",
        "label": "6",
        "long": "Ziekenhuis - Genk Station",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "150030",
        "label": "7",
        "long": "Genk - Zutendaal",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "150031",
        "label": "7",
        "long": "Zutendaal - Genk",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "150032",
        "label": "79",
        "long": "Tongeren - Li\u00e8ge",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "150033",
        "label": "79",
        "long": "Li\u00e8ge - Tongeren",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150034",
        "label": "799",
        "long": "Nerem - Tongeren",
        "short": "799",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150035",
        "label": "799",
        "long": "Tongeren - Nerem",
        "short": "799",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "150036",
        "label": "80",
        "long": "Genk - Bree",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EF7D00",
        "color_name": "orange",
        "has_shape": true,
        "id": "150037",
        "label": "80",
        "long": "Bree - Genk",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150038",
        "label": "804",
        "long": "Genk - Overpelt",
        "short": "804",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150039",
        "label": "804",
        "long": "Overpelt - Genk",
        "short": "804",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150040",
        "label": "805",
        "long": "Genk - Neerpelt Sneldienst",
        "short": "805",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150041",
        "label": "805",
        "long": "Neerpelt - Genk Sneldienst",
        "short": "805",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150042",
        "label": "807",
        "long": "Overpelt - Bree",
        "short": "807",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "150044",
        "label": "82",
        "long": "Lommel - Hamont-Achel",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "150045",
        "label": "82",
        "long": "Hamont-Achel - Lommel",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150046",
        "label": "825",
        "long": "Overpelt - Hamont-Achel",
        "short": "825",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150047",
        "label": "825",
        "long": "Hamont-Achel - Overpelt",
        "short": "825",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150048",
        "label": "826",
        "long": "Achel - Hamont",
        "short": "826",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150049",
        "label": "826",
        "long": "Hamont - Achel",
        "short": "826",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150050",
        "label": "827",
        "long": "Mol - Neerpelt",
        "short": "827",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150051",
        "label": "827",
        "long": "Neerpelt - Mol",
        "short": "827",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150052",
        "label": "828",
        "long": "Hamont - Lommel",
        "short": "828",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150053",
        "label": "828",
        "long": "Lommel - Hamont",
        "short": "828",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150054",
        "label": "829",
        "long": "Lommel Kolonie - Lommel Provil",
        "short": "829",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150055",
        "label": "829",
        "long": "Lommel Provil - Lommel Kolonie",
        "short": "829",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150056",
        "label": "906",
        "long": "Millen - Bilzen",
        "short": "906",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150057",
        "label": "906",
        "long": "Bilzen - Millen",
        "short": "906",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150060",
        "label": "908",
        "long": "Kanne - Bilzen",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150061",
        "label": "908",
        "long": "Bilzen - Kanne",
        "short": "908",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150062",
        "label": "909",
        "long": "Val-Meer - Bilzen",
        "short": "909",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150063",
        "label": "909",
        "long": "Bilzen - Val-Meer",
        "short": "909",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "150064",
        "label": "92",
        "long": "Heers - Sint-Truiden",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "150065",
        "label": "92",
        "long": "Sint-Truiden - Heers",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150068",
        "label": "923",
        "long": "Tongeren - Heers",
        "short": "923",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "150069",
        "label": "20",
        "long": "Brugge - Oostkamp - Ruddervoorde - Zwevezele - Tie",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8C2B87",
        "color_name": "purple",
        "has_shape": false,
        "id": "150070",
        "label": "20",
        "long": "Tielt - Zwevezele - Ruddervoorde - Oostkamp - Brug",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150072",
        "label": "211",
        "long": "Brugge - Moerbrugge - Hertsberge - Ruddervoorde",
        "short": "211",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": true,
        "id": "150073",
        "label": "30",
        "long": "Brugge - Jabbeke - Westkerke - Oudenburg - Oostend",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6E2",
        "color_name": "teal",
        "has_shape": false,
        "id": "150074",
        "label": "30",
        "long": "Oostende - Oudenburg - Westkerke - Jabbeke - Brugg",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150075",
        "label": "311",
        "long": "Brugge - VIVES - Zerkegem - Bekegem - Westkerke -",
        "short": "311",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150076",
        "label": "311",
        "long": "Gistel - Westkerke - Bekegem - Zerkegem - VIVES -",
        "short": "311",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "150077",
        "label": "39",
        "long": "Brugge - AZ Sint-Jan - Stalhille - Klemskerke - De",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9C5B8",
        "color_name": "white",
        "has_shape": false,
        "id": "150078",
        "label": "39",
        "long": "De Haan - Klemskerke - Stalhille - AZ Sint-Jan - B",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": false,
        "id": "150079",
        "label": "40",
        "long": "Brugge - B-Park - Blankenberge Station",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "822A3A",
        "color_name": "brown",
        "has_shape": false,
        "id": "150080",
        "label": "40",
        "long": "Blankenberge Station - B-Park - Brugge",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "150081",
        "label": "41",
        "long": "Brugge - B-Park - Dudzele - Westkapelle - Knokke",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "150082",
        "label": "41",
        "long": "Knokke - Westkapelle - Dudzele - B-Park - Brugge",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "150083",
        "label": "42",
        "long": "Brugge - Dudzele - Westkapelle - Sluis - Oostburg",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "69C0AC",
        "color_name": "gray",
        "has_shape": true,
        "id": "150084",
        "label": "42",
        "long": "Breskens - Oostburg - Sluis - Westkapelle - Dudzel",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150085",
        "label": "421",
        "long": "Brugge - Dudzele - Westkapelle - Knokke",
        "short": "421",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150087",
        "label": "429",
        "long": "Brugge Station - Spermalie",
        "short": "429",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150088",
        "label": "429",
        "long": "Spermalie - Brugge Station",
        "short": "429",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "150089",
        "label": "49",
        "long": "Brugge - B-Park - Zuienkerke - Wenduine",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "150090",
        "label": "49",
        "long": "Wenduine - Zuienkerke - B-Park - Brugge",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "150091",
        "label": "51",
        "long": "Torhout - Eernegem - Westkerke - Gistel - Oostende",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "150092",
        "label": "59",
        "long": "Brugge - Sijsele - Moerkerke",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "150093",
        "label": "59",
        "long": "Moerkerke - Sijsele - Brugge",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150094",
        "label": "591",
        "long": "Brugge - Sint-Kruis - Moerkerke - Middelburg",
        "short": "591",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "150095",
        "label": "591",
        "long": "Middelburg - Moerkerke - Sint-Kruis - Brugge",
        "short": "591",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "150096",
        "label": "60",
        "long": "Brugge - Beernem - Knesselare (- Aalter)",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "A85E24",
        "color_name": "brown",
        "has_shape": false,
        "id": "150097",
        "label": "60",
        "long": "(Aalter -) Knesselare - Beernem - Brugge",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "150098",
        "label": "70a",
        "long": "Brugge - Loppem - Zedelgem - Aartrijke - Torhout",
        "short": "70a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "150099",
        "label": "70a",
        "long": "Torhout - Aartrijke - Zedelgem - Loppem - Brugge",
        "short": "70a",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": false,
        "id": "150100",
        "label": "80",
        "long": "Tielt - Pittem - Ardooie - Beveren - Roeselare",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E6007E",
        "color_name": "pink",
        "has_shape": false,
        "id": "150101",
        "label": "80",
        "long": "Roeselare - Beveren - Ardooie - Pittem - Tielt",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "150102",
        "label": "81",
        "long": "(Wingene -) Zwevezele - Ardooie - Beveren - Roesel",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "150103",
        "label": "81",
        "long": "Roeselare - Beveren - Ardooie - Zwevezele (- Winge",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "150224",
        "label": "610",
        "long": "Terneuzen - Kloosterzande",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "150225",
        "label": "N1",
        "long": "Utrecht - Vleuten - Maarssenbroek",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "150229",
        "label": "877",
        "long": "Creil - Emmeloord",
        "short": "877",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77216F",
        "color_name": "purple",
        "has_shape": true,
        "id": "150399",
        "label": "32",
        "long": "Den Helder Station - Den Helder Station Zuid",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "150485",
        "label": "46",
        "long": "Kevelaer Bahnhof - Nijmegen Centraal Station",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "150486",
        "label": "58",
        "long": "Emmerich - Kleve Bahnhof - Nijmegen CS - Heyendaal",
        "short": "58",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "150912",
        "label": "TV-S",
        "long": "Sneldienst Terschelling - Vlieland",
        "short": "TV-S",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151011",
        "label": "N36",
        "long": "Rotterdam CS - Dirksland",
        "short": "N36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "151013",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Heerlen <-> Maastricht",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "151020",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Maastricht Randwyck <-> Valkenburg",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "151057",
        "label": "803",
        "long": "Rockanje strand via Brielle - Spijkenisse",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151277",
        "label": "212",
        "long": "Herentals- Sint-Jozef Olen - Tielen - Vosselaar -T",
        "short": "212",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": false,
        "id": "151278",
        "label": "37a",
        "long": "Hoevenen - Kapellen - Brasschaat - Schoten - Wijne",
        "short": "37a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E40521",
        "color_name": "red",
        "has_shape": false,
        "id": "151279",
        "label": "37a",
        "long": "Wijnegem - Schoten - Brasschaat - Kapellen - Hoeve",
        "short": "37a",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151280",
        "label": "378",
        "long": "Schoten - Brasschaat - Kapellen - scholen Stabroek",
        "short": "378",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151284",
        "label": "211",
        "long": "Sint-Niklaas - Meerdonk - De Klinge",
        "short": "211",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "151286",
        "label": "99",
        "long": "Hamme - Tielrode - Temse",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0056A4",
        "color_name": "teal",
        "has_shape": false,
        "id": "151287",
        "label": "99",
        "long": "Temse - Tielrode - Hamme",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151288",
        "label": "167",
        "long": "Bree - Maaseik",
        "short": "167",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151289",
        "label": "197",
        "long": "Bree - Hasselt",
        "short": "197",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151290",
        "label": "197",
        "long": "Hasselt - Bree",
        "short": "197",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151293",
        "label": "207",
        "long": "Hasselt - Bilzen",
        "short": "207",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "70A3BD",
        "color_name": "gray",
        "has_shape": false,
        "id": "151296",
        "label": "22",
        "long": "Landen - Sint-Truiden",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151297",
        "label": "236",
        "long": "Tongeren - Sint-Truiden",
        "short": "236",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "151299",
        "label": "347",
        "long": "Hasselt - Hulst",
        "short": "347",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151301",
        "label": "364",
        "long": "Diepenbeek - Vliermaalroot",
        "short": "364",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151302",
        "label": "476",
        "long": "Heers - Hasselt",
        "short": "476",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151303",
        "label": "478",
        "long": "Hasselt - Kortessem",
        "short": "478",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151304",
        "label": "487",
        "long": "Bree - Helchteren",
        "short": "487",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151305",
        "label": "489",
        "long": "Hasselt - Kiewit",
        "short": "489",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "C8D300",
        "color_name": "yellow",
        "has_shape": false,
        "id": "151306",
        "label": "49",
        "long": "Diest - Paal - Beringen",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151308",
        "label": "513",
        "long": "Kiewit - Zolder",
        "short": "513",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151310",
        "label": "628",
        "long": "Zussen - Tongeren",
        "short": "628",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151311",
        "label": "628",
        "long": "Tongeren - Zussen",
        "short": "628",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "151312",
        "label": "629",
        "long": "Tongeren Station - Tongeren Bewel",
        "short": "629",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "151313",
        "label": "66",
        "long": "Lanaken CC - Rekem OPZ",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FC95C5",
        "color_name": "pink",
        "has_shape": false,
        "id": "151314",
        "label": "66",
        "long": "Rekem OPZ - Lanaken CC",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC11",
        "color_name": "yellow",
        "has_shape": false,
        "id": "151315",
        "label": "1",
        "long": "Rutten - Lauw - Tongeren - Mal - Nerem - Vreren",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC11",
        "color_name": "yellow",
        "has_shape": false,
        "id": "151316",
        "label": "1",
        "long": "Vreren - Nerem - Mal - Tongeren - Lauw - Rutten",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "151317",
        "label": "51",
        "long": "Oostende - Gistel - Westkerke - Eernegem - Torhout",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "151318",
        "label": "578",
        "long": "Pendel: AMS Kalfjeslaan - AMS Station Zuid",
        "short": "578",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151320",
        "label": "20",
        "long": "Noordwijk - Leiden",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151321",
        "label": "21",
        "long": "Noordwijk - Leiden",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151322",
        "label": "22",
        "long": "Nieuw-Vennep - Hillegom - Noordwijk - Leiden",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151323",
        "label": "23",
        "long": "Noordwijk - Leiden",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151324",
        "label": "30",
        "long": "Noordwijk - Katwijk - Leiden",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151325",
        "label": "31",
        "long": "Katwijk - Rijnsburg - Leiden",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151326",
        "label": "38",
        "long": "Unmanned Valley - Valkenburg - Leiden",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151327",
        "label": "50",
        "long": "Lisse - Warmond - Leiden",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151328",
        "label": "54",
        "long": "Voorhout - Leiden - De Vink",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151329",
        "label": "56",
        "long": "Sassenheim - Leiden- Roelofarendsveen",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151330",
        "label": "57",
        "long": "Sassenheim - Noordwijkerhout - Lisse",
        "short": "57",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151331",
        "label": "1",
        "long": "Ringlijn Alphen a/d Rijn",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151332",
        "label": "2",
        "long": "Ringlijn Alphen a/d Rijn",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151333",
        "label": "1",
        "long": "Gouda: Gildenburg - Mammoet - Station",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151334",
        "label": "2",
        "long": "Gouda: Griendakker - Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151335",
        "label": "3",
        "long": "Gouda: Goverwelle - Station- Gildenburg",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151336",
        "label": "90",
        "long": "Sassenheim - Noordwijkerhout - Wassenaar",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151337",
        "label": "1",
        "long": "Leiden: De Vink - Leyhof",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151338",
        "label": "2",
        "long": "Leiden: De Vink - Oranjewijk",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151339",
        "label": "3",
        "long": "Leiden: Merenwijk-  Leyhof",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151340",
        "label": "4",
        "long": "Leiden: Merenwijk - De Vink",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151341",
        "label": "5",
        "long": "Leiden: Leiden - Voorschoten",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151343",
        "label": "101",
        "long": "Alphen a/d Rijn- Woerden",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151344",
        "label": "147",
        "long": "Alphen a/d Rijn- Uithoorn",
        "short": "147",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151345",
        "label": "165",
        "long": "Zoetermeer - Alphen a/d Rijn",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151346",
        "label": "169",
        "long": "Alphen a/d Rijn - Leiden",
        "short": "169",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151347",
        "label": "175",
        "long": "Gouda - Waddinxveen - Rotterdam Nesselande",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151348",
        "label": "178",
        "long": "Bodegraven - Gouda",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151349",
        "label": "182",
        "long": "Alphen a/d Rijn - Leiden",
        "short": "182",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151350",
        "label": "183",
        "long": "Alphen a/d Rijn  - Oegstgeest Corpus",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151351",
        "label": "187",
        "long": "Boskoop - Leiden",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151352",
        "label": "190",
        "long": "Gouda - Rotterdam Alexander",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151353",
        "label": "194",
        "long": "Bergambacht - Lekkerkerk - Rotterdam Capelsebrug",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151354",
        "label": "196",
        "long": "Gouda - Ouderkerk a/d IJssel - R'dam Capelsebrug",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151355",
        "label": "250",
        "long": "Haarlem - Hillegom - Lisse - Leiden",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151356",
        "label": "275",
        "long": "Waddinxveen - Gouda",
        "short": "275",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151357",
        "label": "292",
        "long": "Lekkerkerk - Rotterdam Capelsebrug",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151358",
        "label": "395",
        "long": "Utrecht - Rotterdam Capelsebrug",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151359",
        "label": "361",
        "long": "Noordwijk - Sassenheim - Lisse - Schiphol",
        "short": "361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151360",
        "label": "365",
        "long": "Leiden - Schiphol",
        "short": "365",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151361",
        "label": "366",
        "long": "Leiden - Leimuiden",
        "short": "366",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151362",
        "label": "382",
        "long": "Waddinxveen - Den Haag",
        "short": "382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151363",
        "label": "383",
        "long": "Den Haag - Lansingerland - Rotterdam Capelsebrug",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151364",
        "label": "385",
        "long": "Noordwijk - Katwijk - Den Haag",
        "short": "385",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151365",
        "label": "386",
        "long": "Waddinxveen - Bleiswijk- Den Haag",
        "short": "386",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151366",
        "label": "400",
        "long": "Katwijk ESA/ESTEC - Zoetermeer",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151367",
        "label": "401",
        "long": "Katwijk-Centrum - Zoetermeer",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151368",
        "label": "410",
        "long": "Leiderdorp - Leiden",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151369",
        "label": "470",
        "long": "Alphen a/d Rijn - Schiphol",
        "short": "470",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151370",
        "label": "497",
        "long": "Schoonhoven - Gouda",
        "short": "497",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151372",
        "label": "722",
        "long": "Bodegraven - Alphen a/d Rijn",
        "short": "722",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151373",
        "label": "723",
        "long": "Lisse - Roelofarendsveen",
        "short": "723",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151374",
        "label": "724",
        "long": "Bodegraven - Woerden",
        "short": "724",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151375",
        "label": "725",
        "long": "Stolwijk - Lekkerkerk",
        "short": "725",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151376",
        "label": "726",
        "long": "Gouda - Reeuwijk- Gouda",
        "short": "726",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151377",
        "label": "727",
        "long": "Ter Aar- Woubrugge- Ter Aar",
        "short": "727",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151378",
        "label": "728",
        "long": "Boskoop - Boskoop Oost - Boskoop",
        "short": "728",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151379",
        "label": "729",
        "long": "Hazerswoude-Dorp - Boskoop",
        "short": "729",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151380",
        "label": "N40",
        "long": "Nachtlijn Leiden CS - Zoetermeer",
        "short": "N40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151381",
        "label": "N70",
        "long": "Nachtlijn Alpen a/d Rijn - Schiphol",
        "short": "N70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151383",
        "label": "996",
        "long": "Pendel Gouda - Gouderak",
        "short": "996",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151384",
        "label": "6011",
        "long": "Twijzelerheide - Buitenpost Station",
        "short": "6011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151385",
        "label": "6021",
        "long": "Twijzel - Buitenpost Station",
        "short": "6021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151386",
        "label": "6031",
        "long": "Jistrum - Drachten Transferium Oost",
        "short": "6031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151387",
        "label": "6032",
        "long": "Jistrum - Buitenpost Station",
        "short": "6032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151388",
        "label": "6041",
        "long": "Stroobos- Buitenpost Station",
        "short": "6041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151389",
        "label": "6051",
        "long": "Gerkesklooster - Buitenpost Station",
        "short": "6051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151390",
        "label": "6061",
        "long": "Garyp - Burgum Gemeenteh\u00fbs",
        "short": "6061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151391",
        "label": "6062",
        "long": "Garyp - Nijega Rijksweg",
        "short": "6062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151392",
        "label": "6071",
        "long": "Eastermar - Burgum Gemeenteh\u00fbs",
        "short": "6071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151393",
        "label": "6072",
        "long": "Eastermar- Drachten Transferium Oost",
        "short": "6072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151394",
        "label": "6081",
        "long": "It Heechs\u00e2n - Burgum Gemeenteh\u00fbs",
        "short": "6081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151395",
        "label": "6082",
        "long": "It Heechs\u00e2n - Drachten Transferium Oost",
        "short": "6082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151396",
        "label": "6092",
        "long": "Earnewald - Nijega Rijksweg",
        "short": "6092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151397",
        "label": "6093",
        "long": "Earnewald - Burgum Gemeenteh\u00fbs",
        "short": "6093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151398",
        "label": "6101",
        "long": "Suw\u00e2ld - Tytsjerk Swarteweisein",
        "short": "6101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151399",
        "label": "6111",
        "long": "DeTike - Drachten Transferium Oost",
        "short": "6111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151400",
        "label": "6112",
        "long": "De Tike - Nijega Rijksweg",
        "short": "6112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151401",
        "label": "6121",
        "long": "De Veenhoop - Drachten Transferium Oost",
        "short": "6121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151402",
        "label": "6123",
        "long": "De Veenhoop - Nijega Rijksweg",
        "short": "6123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151403",
        "label": "6131",
        "long": "Go\u00ebngahuizen - Akkrum Station",
        "short": "6131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151404",
        "label": "6141",
        "long": "Kortehemmen - Drachten Transferium Oost",
        "short": "6141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151405",
        "label": "6152",
        "long": "Oudega - Nijega Rijksweg",
        "short": "6152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151406",
        "label": "6153",
        "long": "Oudega - Burgum Gemeenteh\u00fbs",
        "short": "6153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151407",
        "label": "6161",
        "long": "Rottevalle - Drachten Carpool Noord",
        "short": "6161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151408",
        "label": "6171",
        "long": "Smalle Ee - Drachten Transferium Oost",
        "short": "6171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151409",
        "label": "6181",
        "long": "Hemrik - Drachten Transferium Oost",
        "short": "6181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151410",
        "label": "6191",
        "long": "Jonkersl\u00e2n - Gorredijk Busstation",
        "short": "6191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151411",
        "label": "6192",
        "long": "Jonkersl\u00e2n - Heerenveen Busstation",
        "short": "6192",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151412",
        "label": "6201",
        "long": "Lippenhuizen - Gorredijk Busstation",
        "short": "6201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151413",
        "label": "6211",
        "long": "Luxwoude - Heerenveen Busstation",
        "short": "6211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151414",
        "label": "6212",
        "long": "Luxwoude - Gorredijk Busstation",
        "short": "6212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151415",
        "label": "6221",
        "long": "Terwispel - Gorredijk Busstation",
        "short": "6221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151416",
        "label": "6231",
        "long": "Bontebok - Heerenveen Busstation",
        "short": "6231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151417",
        "label": "6232",
        "long": "Bontebok - Gorredijk Busstation",
        "short": "6232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151418",
        "label": "6241",
        "long": "Katlijk - Heerenveen Busstation",
        "short": "6241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151419",
        "label": "6251",
        "long": "Nieuweschoot - Heerenveen Busstation",
        "short": "6251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151420",
        "label": "6261",
        "long": "Oranjewoud - Heerenveen Busstation",
        "short": "6261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151421",
        "label": "6271",
        "long": "Terband - Heerenveen Busstation",
        "short": "6271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151422",
        "label": "6281",
        "long": "Fochteloo - Oosterwolde Busstation",
        "short": "6281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151423",
        "label": "6291",
        "long": "Haule - Oosterwolde Busstation",
        "short": "6291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151424",
        "label": "6301",
        "long": "Langedijke - Oosterwolde Busstation",
        "short": "6301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151425",
        "label": "6311",
        "long": "Langelille - Wolvega Station",
        "short": "6311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151426",
        "label": "6321",
        "long": "Ravenswoud - Oosterwolde Busstation",
        "short": "6321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151427",
        "label": "6331",
        "long": "De Hoeve - Wolvega Station",
        "short": "6331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151428",
        "label": "6341",
        "long": "Munnekeburen - Wolvega Station",
        "short": "6341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151429",
        "label": "6361",
        "long": "Nijeholdwolde- Wolvega Station",
        "short": "6361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151430",
        "label": "6371",
        "long": "Nijelamer - Wolvega Station",
        "short": "6371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151431",
        "label": "6381",
        "long": "Nijetrijne - Wolvega Station",
        "short": "6381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151432",
        "label": "6391",
        "long": "Oldeholtwolde - Wolvega Station",
        "short": "6391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151433",
        "label": "6401",
        "long": "Oldelamer - Wolvega Station",
        "short": "6401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151434",
        "label": "6411",
        "long": "Oldetrijne - Wolvega Station",
        "short": "6411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151435",
        "label": "6421",
        "long": "Scherpenzeel - Wolvega Station",
        "short": "6421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151436",
        "label": "6431",
        "long": "Slijkenburg - Wolvega Station",
        "short": "6431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151437",
        "label": "6441",
        "long": "Sonnega - Wolvega Station",
        "short": "6441",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151438",
        "label": "6451",
        "long": "Spanga - Wolvega Station",
        "short": "6451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151439",
        "label": "6461",
        "long": "Ter Idzard - Wolvega Station",
        "short": "6461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151440",
        "label": "6481",
        "long": "Zandhuizen - Wolvega Station",
        "short": "6481",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151441",
        "label": "6491",
        "long": "Augustinusga- Buitenpost Station",
        "short": "6491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151442",
        "label": "6492",
        "long": "Augustinusga - Drachten Transferium Oost",
        "short": "6492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151443",
        "label": "6501",
        "long": "Boelenslaan - Buitenpost Station",
        "short": "6501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151444",
        "label": "6502",
        "long": "Boelenslaan - Drachten Transferium Oost",
        "short": "6502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151445",
        "label": "6511",
        "long": "Drogeham - Buitenpost Station",
        "short": "6511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151446",
        "label": "6512",
        "long": "Drogeham - Drachten Carpool Noord",
        "short": "6512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151447",
        "label": "6521",
        "long": "Harkema - Buitenpost Station",
        "short": "6521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151448",
        "label": "6522",
        "long": "Harkema - Drachten Carpool Noord",
        "short": "6522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151449",
        "label": "6532",
        "long": "Kootstertille - Buitenpost Station",
        "short": "6532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151450",
        "label": "6533",
        "long": "Kootstertille - Feanw\u00e2lden Station",
        "short": "6533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151451",
        "label": "6541",
        "long": "Surhuisterveen - Buitenpost Station",
        "short": "6541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151452",
        "label": "6542",
        "long": "Surhuisterveen - Drachten Transferium Oost",
        "short": "6542",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151453",
        "label": "6551",
        "long": "Surhuizum- Buitenpost Station",
        "short": "6551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151454",
        "label": "6552",
        "long": "Surhuizum - Surhuisterveen",
        "short": "6552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151455",
        "label": "6561",
        "long": "Noardburgum - Feanw\u00e2lden Station",
        "short": "6561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151456",
        "label": "6563",
        "long": "Noardburgum - Buitenpost Station",
        "short": "6563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151457",
        "label": "6571",
        "long": "Boorngergum - Drachten Transferium Oost",
        "short": "6571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151458",
        "label": "6581",
        "long": "De Wilgen - Drachten Transferium Oost",
        "short": "6581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151459",
        "label": "6591",
        "long": "Drachtstercompagnie - Drachten Transferium Oost",
        "short": "6591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151460",
        "label": "6592",
        "long": "Drachtstercompagnie - Drachten Carpool Noord",
        "short": "6592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151461",
        "label": "6601",
        "long": "Houtigehage - Drachten Transferium Oost",
        "short": "6601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151462",
        "label": "6602",
        "long": "Houtigehage - Surhuisterveen Nije Jirden",
        "short": "6602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151463",
        "label": "6611",
        "long": "Frieschepalen - Drachten Transferium Oost",
        "short": "6611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151464",
        "label": "6623",
        "long": "Nij Beets - Akkrum Station",
        "short": "6623",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151465",
        "label": "6624",
        "long": "Nij Beets - Gorredijk Busstation",
        "short": "6624",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151466",
        "label": "6631",
        "long": "Siegerswoude - Drachten Transferium Oost",
        "short": "6631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151467",
        "label": "6642",
        "long": "Tijnje - Akkrum Station",
        "short": "6642",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151468",
        "label": "6651",
        "long": "Aldeboarn - Akkrum Station",
        "short": "6651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151469",
        "label": "6661",
        "long": "Gersloot - Heerenveen Busstation",
        "short": "6661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151470",
        "label": "6671",
        "long": "Luinjeberd - Heerenveen Busstation",
        "short": "6671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151471",
        "label": "6681",
        "long": "Tjalleberd - Heerenveen Busstation",
        "short": "6681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151472",
        "label": "6691",
        "long": "Elsloo - Oosterwolde Busstation",
        "short": "6691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151473",
        "label": "6692",
        "long": "Elsloo - Noordwolde Vlechtmuseum",
        "short": "6692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151474",
        "label": "6701",
        "long": "Wijnjewoude - Oosterwolde Busstation",
        "short": "6701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151475",
        "label": "6702",
        "long": "Wijnjewoude - Drachten Transferium Oost",
        "short": "6702",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151476",
        "label": "6711",
        "long": "Makkinga - Oosterwolde Busstation",
        "short": "6711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151477",
        "label": "6721",
        "long": "Nijeberkoop - Oosterwolde Busstation",
        "short": "6721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151478",
        "label": "6722",
        "long": "Nijeberkoop - Wolvega Station",
        "short": "6722",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151479",
        "label": "6732",
        "long": "Boijl - Oosterwolde Busstation",
        "short": "6732",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151480",
        "label": "6733",
        "long": "Boijl - Noordwolde Vlechtmuseum",
        "short": "6733",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151481",
        "label": "6741",
        "long": "Oosterstreek - Noordwolde Vlechtmuseum",
        "short": "6741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151482",
        "label": "6742",
        "long": "Oosterstreek - Oosterwolde Busstation",
        "short": "6742",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151483",
        "label": "6771",
        "long": "Oudeschoot - Heerenveen Busstation",
        "short": "6771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151484",
        "label": "6781",
        "long": "Mildam - Heerenveen Busstation",
        "short": "6781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151485",
        "label": "6791",
        "long": "Nieuwehorne - Heerenveen Busstation",
        "short": "6791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151486",
        "label": "6801",
        "long": "Oudehorne - Heerenveen Busstation",
        "short": "6801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151487",
        "label": "6811",
        "long": "Jubbega - Gorredijk Busstation",
        "short": "6811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151488",
        "label": "6821",
        "long": "Jubbega 3e Sluis - Gorredijk Busstation",
        "short": "6821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151489",
        "label": "6831",
        "long": "Hoornsterzwaag - Heerenveen Busstation",
        "short": "6831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151490",
        "label": "6861",
        "long": "Donkerbroek Centrum - Provincialeweg",
        "short": "6861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151491",
        "label": "6891",
        "long": "Heerenveen Thialf - Busstation",
        "short": "6891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151492",
        "label": "6901",
        "long": "Blesdijke - Wolvega Station",
        "short": "6901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151493",
        "label": "6921",
        "long": "Oldeberkoop - Noordwolde Vlechtmuseum",
        "short": "6921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151494",
        "label": "6991",
        "long": "Opeinde - Drachten Carpool Noord",
        "short": "6991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151495",
        "label": "7011",
        "long": "Aalsum - Dokkum Busstation",
        "short": "7011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151496",
        "label": "7021",
        "long": "Ezumazijl - Dokkum Busstation",
        "short": "7021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151497",
        "label": "7031",
        "long": "Eastrum - Dokkum Busstation",
        "short": "7031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151498",
        "label": "7041",
        "long": "Hantumhuzen - Dokkum Busstation",
        "short": "7041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151499",
        "label": "7043",
        "long": "Hantumhuzen - Holwert Provincialeweg",
        "short": "7043",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151500",
        "label": "7051",
        "long": "Hantumer\u00fatbuorren - Dokkum Busstation",
        "short": "7051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151501",
        "label": "7053",
        "long": "Hantumer\u00fatbuorren - Holwert Provincialeweg",
        "short": "7053",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151502",
        "label": "7061",
        "long": "Hiaure - Dokkum Busstation",
        "short": "7061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151503",
        "label": "7063",
        "long": "Hiaure - Holwert Provincialeweg",
        "short": "7063",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151504",
        "label": "7071",
        "long": "Holwert Veerdam - Dokkum Busstation",
        "short": "7071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151505",
        "label": "7075",
        "long": "Holwert Veerdam - Dokkum Sionsberg",
        "short": "7075",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151506",
        "label": "7081",
        "long": "Sibrandah\u00fbs - Dokkum Busstation",
        "short": "7081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151507",
        "label": "7083",
        "long": "Sibrandah\u00fbs - Oentsjerk Heemstrastate",
        "short": "7083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151508",
        "label": "7084",
        "long": "Sibrandah\u00fbs - Ferwert Provincialeweg",
        "short": "7084",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151509",
        "label": "7091",
        "long": "Raard - Dokkum Busstation",
        "short": "7091",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151510",
        "label": "7093",
        "long": "Raard - Oentsjerk Heemstrastate",
        "short": "7093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151511",
        "label": "7094",
        "long": "Raard - Ferwert Provincialeweg",
        "short": "7094",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151512",
        "label": "7101",
        "long": "Lichtaard - Dokkum Busstation",
        "short": "7101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151513",
        "label": "7103",
        "long": "Lichtaard - Oentsjerk Heemstrastate",
        "short": "7103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151514",
        "label": "7104",
        "long": "Lichtaard - Ferwert Provincialeweg",
        "short": "7104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151515",
        "label": "7111",
        "long": "Reitsum - Dokkum Busstation",
        "short": "7111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151516",
        "label": "7113",
        "long": "Reitsum - Oentsjerk Heemstrastate",
        "short": "7113",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151517",
        "label": "7114",
        "long": "Reitsum - Ferwert Provincialeweg",
        "short": "7114",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151518",
        "label": "7121",
        "long": "Jannum - Dokkum Busstation",
        "short": "7121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151519",
        "label": "7123",
        "long": "Jannum - Oentsjerk Heemstrastate",
        "short": "7123",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151520",
        "label": "7124",
        "long": "Jannum - Ferwert Provincialeweg",
        "short": "7124",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151521",
        "label": "7131",
        "long": "Jislum - Dokkum Busstation",
        "short": "7131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151522",
        "label": "7133",
        "long": "Jislum - Oentsjerk Heemstrastate",
        "short": "7133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151523",
        "label": "7134",
        "long": "Jislum - Ferwert Provincialeweg",
        "short": "7134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151524",
        "label": "7141",
        "long": "W\u00e2nswert - Dokkum Busstation",
        "short": "7141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151525",
        "label": "7143",
        "long": "W\u00e2nswert - Oentsjerk Heemstrastate",
        "short": "7143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151526",
        "label": "7144",
        "long": "W\u00e2nswert - Ferwert Provincialeweg",
        "short": "7144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151527",
        "label": "7151",
        "long": "Burdaard - Dokkum Busstation",
        "short": "7151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151528",
        "label": "7153",
        "long": "Burdaard - Oentsjerk Heemstrastate",
        "short": "7153",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151529",
        "label": "7154",
        "long": "Burdaard - Ferwert Provincialeweg",
        "short": "7154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151530",
        "label": "7161",
        "long": "Ginnum - Dokkum Busstation",
        "short": "7161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151531",
        "label": "7163",
        "long": "Ginnum - Oentsjerk Heemstrastate",
        "short": "7163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151532",
        "label": "7164",
        "long": "Ginnum - Ferwert Provincialeweg",
        "short": "7164",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151533",
        "label": "7171",
        "long": "Hegebeintum - Dokkum Busstation",
        "short": "7171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151534",
        "label": "7173",
        "long": "Hegebeintum - Oentsjerk Heemstrastate",
        "short": "7173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151535",
        "label": "7174",
        "long": "Hegebeintum - Ferwert Provincialeweg",
        "short": "7174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151536",
        "label": "7183",
        "long": "De Falom - Feanw\u00e2lden Station",
        "short": "7183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151537",
        "label": "7191",
        "long": "Boarnwert - Dokkum Busstation",
        "short": "7191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151538",
        "label": "7193",
        "long": "Boarnwert - Holwert Provincialeweg",
        "short": "7193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151539",
        "label": "7201",
        "long": "Foudgum - Dokkum Busstation",
        "short": "7201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151540",
        "label": "7203",
        "long": "Foudgum - Holwert Provincialeweg",
        "short": "7203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151541",
        "label": "7211",
        "long": "Brantgum - Dokkum Busstation",
        "short": "7211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151542",
        "label": "7213",
        "long": "Brantgum - Holwert Provincialeweg",
        "short": "7213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151543",
        "label": "7221",
        "long": "Waaxens - Dokkum Busstation",
        "short": "7221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151544",
        "label": "7223",
        "long": "Waaxens - Holwert Provincialeweg",
        "short": "7223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151545",
        "label": "7231",
        "long": "Nijewier - Dokkum Busstation",
        "short": "7231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151546",
        "label": "7241",
        "long": "Easternijtsjerk - Dokkum Busstation",
        "short": "7241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151547",
        "label": "7251",
        "long": "Wierum - Dokkum Busstation",
        "short": "7251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151548",
        "label": "7261",
        "long": "Nes - Dokkum Busstation",
        "short": "7261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151549",
        "label": "7271",
        "long": "Moddergat - Dokkum Busstation",
        "short": "7271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151550",
        "label": "7281",
        "long": "Peazens - Dokkum Busstation",
        "short": "7281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151551",
        "label": "7291",
        "long": "Ljussens - Dokkum Busstation",
        "short": "7291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151552",
        "label": "7301",
        "long": "Moarre - Dokkum Busstation",
        "short": "7301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151553",
        "label": "7311",
        "long": "De Sk\u00e2ns-Oostmahorn - Dokkum Busstation",
        "short": "7311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151554",
        "label": "7321",
        "long": "Driezum - Dokkum Busstation",
        "short": "7321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151555",
        "label": "7323",
        "long": "Driezum - Buitenpost Station",
        "short": "7323",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151556",
        "label": "7341",
        "long": "Westergeast - Dokkum Busstation",
        "short": "7341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151557",
        "label": "7343",
        "long": "Westergeast - Buitenpost Station",
        "short": "7343",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151558",
        "label": "7371",
        "long": "Wetsens - Dokkum Busstation",
        "short": "7371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151559",
        "label": "7381",
        "long": "Mitselwier - Dokkum Busstation",
        "short": "7381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151560",
        "label": "7391",
        "long": "Ingwierrum - Dokkum Busstation",
        "short": "7391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151561",
        "label": "7393",
        "long": "Ingwierrum - Buitenpost Station",
        "short": "7393",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151562",
        "label": "7401",
        "long": "Ie - Dokkum Busstation",
        "short": "7401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151563",
        "label": "7403",
        "long": "Ie - Buitenpost Station",
        "short": "7403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151564",
        "label": "7411",
        "long": "Jouswier - Dokkum Busstation",
        "short": "7411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151565",
        "label": "7413",
        "long": "Jouswier - Buitenpost Station",
        "short": "7413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151566",
        "label": "7421",
        "long": "Broeksterw\u00e2ld - Dokkum Busstation",
        "short": "7421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151567",
        "label": "7423",
        "long": "Broeksterw\u00e2ld - Feanw\u00e2lden Station",
        "short": "7423",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151568",
        "label": "7431",
        "long": "Eanjum - Dokkum Busstation",
        "short": "7431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151569",
        "label": "7501",
        "long": "M\u00fbnein - Oentsjerk Heemstrastate",
        "short": "7501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151570",
        "label": "7511",
        "long": "Readstjerk - Oentsjerk Heemstrastate",
        "short": "7511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151571",
        "label": "7521",
        "long": "Kollumerpomp - Grijpskerk Station",
        "short": "7521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151572",
        "label": "7522",
        "long": "Kollumerpomp - Buitenpost Station",
        "short": "7522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151573",
        "label": "7531",
        "long": "Warfstermolen - Grijpskerk Station",
        "short": "7531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151574",
        "label": "7532",
        "long": "Warfstermolen - Buitenpost Station",
        "short": "7532",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151575",
        "label": "7541",
        "long": "Munnekezijl - Grijpskerk Station",
        "short": "7541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151576",
        "label": "7551",
        "long": "Burum - Grijpskerk Station",
        "short": "7551",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151577",
        "label": "7552",
        "long": "Burum - Buitenpost Station",
        "short": "7552",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151578",
        "label": "7561",
        "long": "Augsbuert-Lytsew\u00e2ld - Buitenpost Station",
        "short": "7561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151579",
        "label": "7571",
        "long": "Feankleaster - Buitenpost Station",
        "short": "7571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151580",
        "label": "7581",
        "long": "Kollumersweach - Buitenpost Station",
        "short": "7581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151581",
        "label": "7582",
        "long": "Kollumersweach - Feanw\u00e2lden Station",
        "short": "7582",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151582",
        "label": "7591",
        "long": "De Trieme - Buitenpost Station",
        "short": "7591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151583",
        "label": "7601",
        "long": "Aldw\u00e2ld - Buitenpost Station",
        "short": "7601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151584",
        "label": "7602",
        "long": "Aldw\u00e2ld - Feanw\u00e2lden Station",
        "short": "7602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151585",
        "label": "7611",
        "long": "Kollum - Buitenpost Station",
        "short": "7611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151586",
        "label": "7711",
        "long": "Miedum - Leeuwarden Busstation",
        "short": "7711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151587",
        "label": "7721",
        "long": "Lekkum - Leeuwarden Busstation",
        "short": "7721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151588",
        "label": "7731",
        "long": "Bartlehiem - Leeuwarden Busstation",
        "short": "7731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151589",
        "label": "7741",
        "long": "Warstiens - Leeuwarden Busstation",
        "short": "7741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151590",
        "label": "7751",
        "long": "Wyns - Leeuwarden Busstation",
        "short": "7751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151591",
        "label": "7761",
        "long": "Swichum - Leeuwarden Busstation",
        "short": "7761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151592",
        "label": "7771",
        "long": "Goutum - Leeuwarden Busstation",
        "short": "7771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151593",
        "label": "7801",
        "long": "Wirdum - Leeuwarden Busstation",
        "short": "7801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151594",
        "label": "7811",
        "long": "Wytgaard - Leeuwarden Busstation",
        "short": "7811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151595",
        "label": "7831",
        "long": "Hempens - Leeuwarden Busstation",
        "short": "7831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151596",
        "label": "7841",
        "long": "Nijega - Drachten Carpool Noord",
        "short": "7841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151597",
        "label": "7861",
        "long": "Feanw\u00e2ldsterw\u00e2l - Feanw\u00e2lden Station",
        "short": "7861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151598",
        "label": "7871",
        "long": "Tytsjerk Dorpshuis - Swarteweisein",
        "short": "7871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151599",
        "label": "7881",
        "long": "Ritsumasyl - Deinum Station",
        "short": "7881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151600",
        "label": "7901",
        "long": "Oudebildtzijl - Stiens Wythusterwei",
        "short": "7901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151601",
        "label": "7902",
        "long": "Oudebildtzijl - Sint-Annaparochie Van Harenstraat",
        "short": "7902",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151602",
        "label": "7911",
        "long": "Alde Leie - Stiens Wythusterwei",
        "short": "7911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151603",
        "label": "7912",
        "long": "Alde Leie - Sint-Annaparochie Van Harenstraat",
        "short": "7912",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151604",
        "label": "7931",
        "long": "Sint-Jacobiparochie - Minnertsga Mooie Paal",
        "short": "7931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151605",
        "label": "7941",
        "long": "Firdgum - Minnertsga Mooie Paal",
        "short": "7941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151606",
        "label": "7943",
        "long": "Firdgum - Franeker Station",
        "short": "7943",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151607",
        "label": "7961",
        "long": "Peins - Dronryp Hoek",
        "short": "7961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151608",
        "label": "7963",
        "long": "Peins - Franeker Station",
        "short": "7963",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151609",
        "label": "7971",
        "long": "Ried - Dronryp Hoek",
        "short": "7971",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151610",
        "label": "7973",
        "long": "Ried - Franeker Station",
        "short": "7973",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151611",
        "label": "7981",
        "long": "Skingen - Dronryp Hoek",
        "short": "7981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151612",
        "label": "7983",
        "long": "Skingen - Franeker Station",
        "short": "7983",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151613",
        "label": "7991",
        "long": "Slappeterp - Dronryp Hoek",
        "short": "7991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151614",
        "label": "7993",
        "long": "Slappeterp - Franeker Station",
        "short": "7993",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151615",
        "label": "8001",
        "long": "Blessum - Dronryp Hoek",
        "short": "8001",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151616",
        "label": "8002",
        "long": "Blessum - Deinum Station",
        "short": "8002",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151617",
        "label": "8011",
        "long": "Hilaard - Dronryp Hoek",
        "short": "8011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151618",
        "label": "8012",
        "long": "Hilaard - Deinum Station",
        "short": "8012",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151619",
        "label": "8022",
        "long": "Baijum - Dronryp Station",
        "short": "8022",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151620",
        "label": "8023",
        "long": "Baijum - Winsum Busstation",
        "short": "8023",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151621",
        "label": "8032",
        "long": "Schalsum - Franeker Station",
        "short": "8032",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151622",
        "label": "8042",
        "long": "Boer - Franeker Station",
        "short": "8042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151623",
        "label": "8052",
        "long": "Dongjum - Franeker Station",
        "short": "8052",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151624",
        "label": "8061",
        "long": "Herbaijum - Franeker Voorstraat",
        "short": "8061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151625",
        "label": "8062",
        "long": "Herbaijum - Franeker Station",
        "short": "8062",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151626",
        "label": "8071",
        "long": "Hitzum - Franeker Voorstraat",
        "short": "8071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151627",
        "label": "8072",
        "long": "Hitzum - Franeker Station",
        "short": "8072",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151628",
        "label": "8082",
        "long": "Tzum - Franeker Station",
        "short": "8082",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151629",
        "label": "8083",
        "long": "Tzum - Winsum Busstation",
        "short": "8083",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151630",
        "label": "8092",
        "long": "Wjelsryp - Franeker Station",
        "short": "8092",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151631",
        "label": "8093",
        "long": "Wjelsryp - Winsum Busstation",
        "short": "8093",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151632",
        "label": "8102",
        "long": "Achlum - Franeker Station",
        "short": "8102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151633",
        "label": "8103",
        "long": "Achlum - Harlingen Station",
        "short": "8103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151634",
        "label": "8111",
        "long": "Pingjum - Harlingen Station",
        "short": "8111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151635",
        "label": "8112",
        "long": "Pingjum - Bolsward Busstation",
        "short": "8112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151636",
        "label": "8121",
        "long": "Wijnaldum - Harlingen Station",
        "short": "8121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151637",
        "label": "8131",
        "long": "Jellum - Deinum Station",
        "short": "8131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151638",
        "label": "8132",
        "long": "Jellum - Mantgum Station",
        "short": "8132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151639",
        "label": "8141",
        "long": "Bears - Deinum Station",
        "short": "8141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151640",
        "label": "8142",
        "long": "Bears - Mantgum Station",
        "short": "8142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151641",
        "label": "8151",
        "long": "Leons - Mantgum Station",
        "short": "8151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151642",
        "label": "8152",
        "long": "Leons - Winsum Busstation",
        "short": "8152",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151643",
        "label": "8161",
        "long": "Baard - Mantgum Station",
        "short": "8161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151644",
        "label": "8162",
        "long": "Baard - Winsum Busstation",
        "short": "8162",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151645",
        "label": "8171",
        "long": "Britswert - Mantgum Station",
        "short": "8171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151646",
        "label": "8172",
        "long": "Britswert - Winsum Busstation",
        "short": "8172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151647",
        "label": "8183",
        "long": "Raerd - Sneek Busstation",
        "short": "8183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151648",
        "label": "8191",
        "long": "Easterwierrum - Mantgum Station",
        "short": "8191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151649",
        "label": "8201",
        "long": "Jorwert - Mantgum Station",
        "short": "8201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151650",
        "label": "8211",
        "long": "Weidum - Mantgum Station",
        "short": "8211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151651",
        "label": "8221",
        "long": "Wiuwert - Mantgum Station",
        "short": "8221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151652",
        "label": "8231",
        "long": "Dearsum - Mantgum Station",
        "short": "8231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151653",
        "label": "8232",
        "long": "Dearsum - Sneek Busstation",
        "short": "8232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151654",
        "label": "8241",
        "long": "Boazum - Mantgum Station",
        "short": "8241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151655",
        "label": "8242",
        "long": "Boazum - Sneek Busstation",
        "short": "8242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151656",
        "label": "8251",
        "long": "Easterlittens - Winsum Busstation",
        "short": "8251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151657",
        "label": "8252",
        "long": "Easterlittens - Mantgum Station",
        "short": "8252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151658",
        "label": "8261",
        "long": "Spannum - Winsum Busstation",
        "short": "8261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151659",
        "label": "8271",
        "long": "Winsum-Dorp - Busstation",
        "short": "8271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151660",
        "label": "8281",
        "long": "Midlum - Harlingen Station",
        "short": "8281",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151661",
        "label": "8311",
        "long": "Idaerd - Grou-Jirnsum",
        "short": "8311",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151662",
        "label": "8321",
        "long": "Reduzum - Grou-Jirnsum",
        "short": "8321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151663",
        "label": "8331",
        "long": "Eagum - Grou-Jirnsum",
        "short": "8331",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151664",
        "label": "8341",
        "long": "Friens - Grou-Jirnsum",
        "short": "8341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151665",
        "label": "8352",
        "long": "Poppenwier - Sneek Busstation",
        "short": "8352",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151666",
        "label": "8362",
        "long": "Tersoal - Sneek Busstation",
        "short": "8362",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151667",
        "label": "8372",
        "long": "Sibrandabuorren - Sneek Busstation",
        "short": "8372",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151668",
        "label": "8381",
        "long": "Jirnsum-Dorp - Grou-Jirnsum",
        "short": "8381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151669",
        "label": "8382",
        "long": "Jirnsum-Dorp - Akkrum Station",
        "short": "8382",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151670",
        "label": "8391",
        "long": "Terherne - Akkrum Station",
        "short": "8391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151671",
        "label": "8392",
        "long": "Terherne - Joure Busstation",
        "short": "8392",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151672",
        "label": "8411",
        "long": "Vegelinsoord - Heerenveen Busstation",
        "short": "8411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151673",
        "label": "8421",
        "long": "Rotstergaast - Heerenveen Busstation",
        "short": "8421",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151674",
        "label": "8422",
        "long": "Rotstergaast - Joure Busstation",
        "short": "8422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151675",
        "label": "8431",
        "long": "Haskerdijken - Heerenveen Busstation",
        "short": "8431",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151676",
        "label": "8451",
        "long": "Rottum - Heerenveen Busstation",
        "short": "8451",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151677",
        "label": "8461",
        "long": "Rotsterhaule - Heerenveen Busstation",
        "short": "8461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151678",
        "label": "8471",
        "long": "Sintjohannesga - Heerenveen Busstation",
        "short": "8471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151679",
        "label": "8472",
        "long": "Sintjohannesga - Lemmer Busstation",
        "short": "8472",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151680",
        "label": "8482",
        "long": "Delfstrahuizen - Lemmer Busstation",
        "short": "8482",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151681",
        "label": "8492",
        "long": "Echten - Lemmer Busstation",
        "short": "8492",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151682",
        "label": "8502",
        "long": "Echtenerbrug - Lemmer Busstation",
        "short": "8502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151683",
        "label": "8601",
        "long": "Haskerhorne - Heerenveen Busstation",
        "short": "8601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151684",
        "label": "8602",
        "long": "Haskerhorne - Joure Busstation",
        "short": "8602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151685",
        "label": "8611",
        "long": "Boornzwaag - Joure Busstation",
        "short": "8611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151686",
        "label": "8621",
        "long": "Broek - Joure Busstation",
        "short": "8621",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151687",
        "label": "8631",
        "long": "Dijken - Joure Busstation",
        "short": "8631",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151688",
        "label": "8641",
        "long": "Doniaga - Joure Busstation",
        "short": "8641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151689",
        "label": "8651",
        "long": "Legemeer - Joure Busstation",
        "short": "8651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151690",
        "label": "8661",
        "long": "Oldeouwer - Joure Busstation",
        "short": "8661",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151691",
        "label": "8671",
        "long": "Ouwster-Nijega - Joure Busstation",
        "short": "8671",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151692",
        "label": "8681",
        "long": "Rohel - Joure Busstation",
        "short": "8681",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151693",
        "label": "8691",
        "long": "Teroele - Joure Busstation",
        "short": "8691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151694",
        "label": "8701",
        "long": "Idskenhuizen - Joure Busstation",
        "short": "8701",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151695",
        "label": "8711",
        "long": "Langweer - Joure Busstation",
        "short": "8711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151696",
        "label": "8721",
        "long": "Ouwsterhaule - Joure Busstation",
        "short": "8721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151697",
        "label": "8731",
        "long": "Akmarijp - Joure Busstation",
        "short": "8731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151698",
        "label": "8741",
        "long": "Goingarijp - Joure Busstation",
        "short": "8741",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151699",
        "label": "8751",
        "long": "Terkaple - Joure Busstation",
        "short": "8751",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151700",
        "label": "8761",
        "long": "Scharsterbrug - Joure Busstation",
        "short": "8761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151701",
        "label": "8771",
        "long": "Sint Nicolaasga - Joure Busstation",
        "short": "8771",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151702",
        "label": "8772",
        "long": "Sint Nicolaasga - Spannenburg",
        "short": "8772",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151703",
        "label": "8781",
        "long": "Oudehaske - Heerenveen Busstation",
        "short": "8781",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151704",
        "label": "8782",
        "long": "Oudehaske - Joure Busstation",
        "short": "8782",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151705",
        "label": "8791",
        "long": "Nijehaske - Heerenveen Busstation",
        "short": "8791",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151706",
        "label": "8792",
        "long": "Nijehaske - Joure Busstation",
        "short": "8792",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151707",
        "label": "8801",
        "long": "Wommels De Terp - Provincialeweg",
        "short": "8801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151708",
        "label": "8811",
        "long": "Tirns - Sneek Busstation",
        "short": "8811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151709",
        "label": "8821",
        "long": "Ysbrechtum - Sneek Busstation",
        "short": "8821",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151710",
        "label": "8831",
        "long": "Hidaard - Sneek Busstation",
        "short": "8831",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151711",
        "label": "8832",
        "long": "Hidaard - Wommels Provincialeweg",
        "short": "8832",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151712",
        "label": "8841",
        "long": "Hinnaard - Sneek Busstation",
        "short": "8841",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151713",
        "label": "8842",
        "long": "Hinnaard - Wommels Provincialeweg",
        "short": "8842",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151714",
        "label": "8851",
        "long": "Itens - Sneek Busstation",
        "short": "8851",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151715",
        "label": "8852",
        "long": "Itens - Wommels Provincialeweg",
        "short": "8852",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151716",
        "label": "8861",
        "long": "Lytsewierrum - Sneek Busstation",
        "short": "8861",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151717",
        "label": "8862",
        "long": "Lytsewierrum - Wommels Provincialeweg",
        "short": "8862",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151718",
        "label": "8871",
        "long": "Reah\u00fbs - Sneek Busstation",
        "short": "8871",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151719",
        "label": "8872",
        "long": "Reah\u00fbs - Wommels Provincialeweg",
        "short": "8872",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151720",
        "label": "8881",
        "long": "Rien - Sneek Busstation",
        "short": "8881",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151721",
        "label": "8882",
        "long": "Rien - Wommels Provincialeweg",
        "short": "8882",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151722",
        "label": "8891",
        "long": "Folsgare - Sneek Busstation",
        "short": "8891",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151723",
        "label": "8901",
        "long": "Lo\u00ebnga - Busstation Busstation",
        "short": "8901",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151724",
        "label": "8911",
        "long": "Tjalhuizum - Sneek Busstation",
        "short": "8911",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151725",
        "label": "8921",
        "long": "Easterein - Sneek Busstation",
        "short": "8921",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151726",
        "label": "8922",
        "long": "Easterein - Wommels Provincialeweg",
        "short": "8922",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151727",
        "label": "8931",
        "long": "Offingawier - Sneek Busstation",
        "short": "8931",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151728",
        "label": "8941",
        "long": "Gauw - Sneek Busstation",
        "short": "8941",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151729",
        "label": "8951",
        "long": "Go\u00ebnga - Sneek Busstation",
        "short": "8951",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151730",
        "label": "8961",
        "long": "Scharnegoutum - Sneek Busstation",
        "short": "8961",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151731",
        "label": "8981",
        "long": "Abbega - IJlst Station",
        "short": "8981",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151732",
        "label": "8991",
        "long": "Greonterp - IJlst Station",
        "short": "8991",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151733",
        "label": "9011",
        "long": "Sandfirden - IJlst Station",
        "short": "9011",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151734",
        "label": "9021",
        "long": "Wolsum - IJlst Station",
        "short": "9021",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151735",
        "label": "9031",
        "long": "Westhem - IJlst Station",
        "short": "9031",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151736",
        "label": "9041",
        "long": "Blauwhuis - IJlst Station",
        "short": "9041",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151737",
        "label": "9042",
        "long": "Blauwhuis - Bolsward Busstation",
        "short": "9042",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151738",
        "label": "9051",
        "long": "Gaastmeer - Heeg Industrieterrein",
        "short": "9051",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151739",
        "label": "9061",
        "long": "Heeg-Centrum - Industrieterrein",
        "short": "9061",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151740",
        "label": "9071",
        "long": "Idzega - IJlst Station",
        "short": "9071",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151741",
        "label": "9081",
        "long": "Oudega - Heeg Centrum",
        "short": "9081",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151742",
        "label": "9111",
        "long": "Iens - Wommels Provincialeweg",
        "short": "9111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151743",
        "label": "9121",
        "long": "K\u00fbbaard - Wommels Provincialeweg",
        "short": "9121",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151744",
        "label": "9131",
        "long": "Waaksens - Wommels Provincialeweg",
        "short": "9131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151745",
        "label": "9141",
        "long": "Lollum - Wommels Provincialeweg",
        "short": "9141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151746",
        "label": "9151",
        "long": "Schraard - Bolsward Busstation",
        "short": "9151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151747",
        "label": "9161",
        "long": "Longerhouw - Bolsward Busstation",
        "short": "9161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151748",
        "label": "9171",
        "long": "Schettens - Bolsward Busstation",
        "short": "9171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151749",
        "label": "9181",
        "long": "Hartwerd - Bolsward Busstation",
        "short": "9181",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151750",
        "label": "9191",
        "long": "Burgwerd - Bolsward Busstation",
        "short": "9191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151751",
        "label": "9201",
        "long": "Hichtum - Bolsward Busstation",
        "short": "9201",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151752",
        "label": "9211",
        "long": "Hieslum - Bolsward Busstation",
        "short": "9211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151753",
        "label": "9221",
        "long": "Dedgum - Bolsward Busstation",
        "short": "9221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151754",
        "label": "9231",
        "long": "Piaam - Bolsward Busstation",
        "short": "9231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151755",
        "label": "9241",
        "long": "Idsegahuizum - Bolsward Busstation",
        "short": "9241",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151756",
        "label": "9251",
        "long": "Exmorra - Bolsward Busstation",
        "short": "9251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151757",
        "label": "9252",
        "long": "Exmorra - Kop Afsluitdijk",
        "short": "9252",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151758",
        "label": "9261",
        "long": "Allingawier - Bolsward Busstation",
        "short": "9261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151759",
        "label": "9271",
        "long": "Makkum - Bolsward Busstation",
        "short": "9271",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151760",
        "label": "9272",
        "long": "Makkum - Kop Afsluitdijk",
        "short": "9272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151761",
        "label": "9291",
        "long": "Holle Poarte - Bolsward Busstation",
        "short": "9291",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151762",
        "label": "9292",
        "long": "Holle Poarte - Makkum Sporthal",
        "short": "9292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151763",
        "label": "9321",
        "long": "Wons - Bolsward Busstation",
        "short": "9321",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151764",
        "label": "9341",
        "long": "Cornwerd - Kop Afsluitdijk",
        "short": "9341",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151765",
        "label": "9351",
        "long": "Nijhuizum - Workum Station",
        "short": "9351",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151766",
        "label": "9361",
        "long": "Ferwoude - Workum Station",
        "short": "9361",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151767",
        "label": "9371",
        "long": "Gaast - Workum Station",
        "short": "9371",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151768",
        "label": "9381",
        "long": "It Heidenskip - Workum Station",
        "short": "9381",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151769",
        "label": "9401",
        "long": "Warns - Koudum-Molkwerum",
        "short": "9401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151770",
        "label": "9411",
        "long": "Hindeloopen Museum - Station",
        "short": "9411",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151771",
        "label": "9512",
        "long": "Kolderwolde - Hemelum Flinkeboskje",
        "short": "9512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151772",
        "label": "9513",
        "long": "Kolderwolde - Woudsend Centrum",
        "short": "9513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151773",
        "label": "9521",
        "long": "Elahuizen - Woudsend Centrum",
        "short": "9521",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151774",
        "label": "9523",
        "long": "Elahuizen - Hemelum Flinkeboskje",
        "short": "9523",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151775",
        "label": "9531",
        "long": "Oudega - Woudsend Centrum",
        "short": "9531",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151776",
        "label": "9533",
        "long": "Oudega - Hemelum Flinkeboskje",
        "short": "9533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151777",
        "label": "9541",
        "long": "Indijk - Woudsend Centrum",
        "short": "9541",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151778",
        "label": "9561",
        "long": "Smallebrugge - Woudsend Centrum",
        "short": "9561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151779",
        "label": "9571",
        "long": "Ruigahuizen - Harich Rotonde",
        "short": "9571",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151780",
        "label": "9581",
        "long": "Sloten - Spannenburg",
        "short": "9581",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151781",
        "label": "9602",
        "long": "Tjerkgaast - Spannenburg",
        "short": "9602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151782",
        "label": "9611",
        "long": "Bantega - Lemmer Busstation",
        "short": "9611",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151783",
        "label": "9651",
        "long": "Oosterzee - Lemmer Busstation",
        "short": "9651",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151784",
        "label": "9691",
        "long": "Vrouwenparochie - Stiens Wythusterwei",
        "short": "9691",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151785",
        "label": "9692",
        "long": "Vrouwenparochie - Sint-Annaparochie Van Harenstr.",
        "short": "9692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151786",
        "label": "9711",
        "long": "Britsum - Stiens Wythusterwei",
        "short": "9711",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151787",
        "label": "9721",
        "long": "Koarnjum - Stiens Wythusterwei",
        "short": "9721",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151788",
        "label": "9731",
        "long": "Snikzwaag - Joure Busstation",
        "short": "9731",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151789",
        "label": "1",
        "long": "Leeuwarden Busstation - Grou",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151790",
        "label": "2",
        "long": "Leeuwarden Busstation - Aldl\u00e2n",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151791",
        "label": "3",
        "long": "Leeuwarden Busstation - Camminghaburen",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151792",
        "label": "4",
        "long": "Leeuwarden Busstation - Nijl\u00e2n",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151793",
        "label": "5",
        "long": "Leeuwarden Busstation - Warten",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151794",
        "label": "6",
        "long": "Leeuwarden Busstation - Bilgaard",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151795",
        "label": "7",
        "long": "Leeuwarden Busstation - Zuiderburen",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151796",
        "label": "8",
        "long": "Leeuwarden Busstation - Vrijheidswijk",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151799",
        "label": "11",
        "long": "Leeuwarden Busstation - Caparis",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151800",
        "label": "12",
        "long": "Buitenpost - Surhuisterveen - Drachten",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151801",
        "label": "13",
        "long": "Leeuwarden - Surhuisterveen - Drachten",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151802",
        "label": "14",
        "long": "Drachten - Bakkeveen - Oosterwolde",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151803",
        "label": "15",
        "long": "Heerenveen - Oosterwolde",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151804",
        "label": "16",
        "long": "Wolvega - Oosterwolde",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151805",
        "label": "17",
        "long": "Heerenveen - Wolvega - Noordwolde",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151806",
        "label": "18",
        "long": "Steenwijk - Noordwolde - Oosterwolde",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151807",
        "label": "20",
        "long": "Leeuwarden - Drachten - Heerenveen",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151808",
        "label": "21",
        "long": "Leeuwarden - Burgum - Drachten",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151809",
        "label": "23",
        "long": "Heerenveen - Drachten Transferium",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151810",
        "label": "25",
        "long": "Leeuwarden Station - Warten",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151813",
        "label": "28",
        "long": "Heerenveen - Akkrum - Grou",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151814",
        "label": "35",
        "long": "Sneek - Franeker",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151817",
        "label": "41",
        "long": "Lemmer - Balk - Joure - Heerenveen",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151818",
        "label": "42",
        "long": "Sneek - Spannenburg - Lemmer",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151819",
        "label": "44",
        "long": "Bolsward - Workum - Balk - Sneek",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151820",
        "label": "45",
        "long": "Sneek - Hemelum",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151821",
        "label": "46",
        "long": "Sneek - Heeg - Gaastmeer",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151822",
        "label": "48",
        "long": "Lemmer - Sintjohannesga - Heerenveen",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151823",
        "label": "51",
        "long": "Lauwersoog - Dokkum - Leeuwarden",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151824",
        "label": "52",
        "long": "Dokkum - Peazens",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151825",
        "label": "55",
        "long": "Dokkum - Feanw\u00e2lden - Drachten",
        "short": "55",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151826",
        "label": "56",
        "long": "Dokkum - Holwert Veerdam",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151827",
        "label": "60",
        "long": "Dokkum - Holwert - Leeuwarden",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151829",
        "label": "62",
        "long": "Buitenpost - Kollum - Feanw\u00e2lden - Leeuwarden",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151830",
        "label": "63",
        "long": "Buitenpost - Kollum - Dokkum",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151831",
        "label": "66",
        "long": "Holwert Veerdam - Leeuwarden",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151832",
        "label": "70",
        "long": "Minnertsga - St-Annaparochie - Leeuwarden",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151833",
        "label": "71",
        "long": "Kop Afsluitdijk - Harlingen - Leeuwarden",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151834",
        "label": "72",
        "long": "St-Annaparochie - Stiens - Leeuwarden",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151835",
        "label": "73",
        "long": "St-Annaparochie - Stiens - Leeuwarden",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151836",
        "label": "75",
        "long": "Minnertsga - Franeker - Bolsward",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151837",
        "label": "84",
        "long": "Drachten - Haulerwijk - Assen",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151838",
        "label": "92",
        "long": "Leeuwarden - Bolsward - Kop Afsluitdijk",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151839",
        "label": "93",
        "long": "Sneek - Mantgum - Leeuwarden",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151840",
        "label": "94",
        "long": "Sneek - Reduzum",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151841",
        "label": "95",
        "long": "Heerenveen - Joure - Jirnsum - Leeuwarden",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151842",
        "label": "96",
        "long": "Kop Afsluitdijk - Makkum - Bolsward",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151843",
        "label": "97",
        "long": "Franeker - Leeuwarden",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151844",
        "label": "99",
        "long": "Heerenveen - Sneek - Bolsward - Harlingen",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151846",
        "label": "102",
        "long": "Makkum - Hindeloopen",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151847",
        "label": "103",
        "long": "Stavoren - Hemelum",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151848",
        "label": "104",
        "long": "Tijnje - Gorredijk - Haulerwijk - Een",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151849",
        "label": "108",
        "long": "Wolvega - Scherpenzeel",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151852",
        "label": "197",
        "long": "Harlingen - Franeker - Leeuwarden",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151854",
        "label": "217",
        "long": "Wolvega - Noordwolde - Steenwijk",
        "short": "217",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151855",
        "label": "284",
        "long": "Pendel Veenhuizen - Norg",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "151856",
        "label": "315",
        "long": "Emmeloord - Heerenveen - Groningen",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "151857",
        "label": "320",
        "long": "Leeuwarden - Drachten - Heerenveen",
        "short": "320",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "151858",
        "label": "324",
        "long": "Heerenveen - Drachten - Groningen",
        "short": "324",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "151859",
        "label": "350",
        "long": "Alkmaar - Afsluitdijk - Leeuwarden",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "151860",
        "label": "355",
        "long": "Lauwersoog - Dokkum - Leeuwarden - Bolsward",
        "short": "355",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "151861",
        "label": "356",
        "long": "Dokkum - Feanw\u00e2lden - Drachten",
        "short": "356",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "151862",
        "label": "380",
        "long": "Drachten - Oosterwolde - Assen",
        "short": "380",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "151863",
        "label": "390",
        "long": "Makkum - Bolsward - Sneek - Heerenveen",
        "short": "390",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151865",
        "label": "1",
        "long": "Veerdam - Strandhotel",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151866",
        "label": "2",
        "long": "Veerdam - Dorp",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151867",
        "label": "3",
        "long": "Veerdam - Klein Zwitserland",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151868",
        "label": "4",
        "long": "Veerdam - De Monnik",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151869",
        "label": "6",
        "long": "Veerdam - Strandhotel",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151870",
        "label": "1",
        "long": "Ameland: Veerhaven - Ballum - Hollum",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151871",
        "label": "2",
        "long": "Veerhaven - Nes - Buren v.v.",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151872",
        "label": "3",
        "long": "Ameland: Hollum - Ballum - Veerhaven",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151873",
        "label": "1",
        "long": "West-Terschelling - Midsland - Oosterend",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151874",
        "label": "2",
        "long": "West-Terschelling - Midsland - West aan Zee",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151875",
        "label": "9",
        "long": "West-Terschelling - Midsland - Oosterend",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151876",
        "label": "1",
        "long": "Vlieland-Dorp - Posthuys",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151878",
        "label": "2",
        "long": "Zwijndrecht - Dordrecht CS - Dubbeldam",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151879",
        "label": "3",
        "long": "Oudelandshoek - Dordrecht CS - Crabbehof",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151880",
        "label": "4",
        "long": "Staart/Papendrecht - Dordrecht CS - Amstelwijck",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151881",
        "label": "5",
        "long": "Sterrenburg - Dordrecht CS - Stadspolders",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151882",
        "label": "7",
        "long": "Sterrenburg - Dordrecht CS - Dordtse Kil",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151884",
        "label": "10",
        "long": "Dordrecht CS - Binnenstad",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151885",
        "label": "1",
        "long": "Station Gorinchem - Gildenwijk/Haarwijk",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151886",
        "label": "13",
        "long": "Oudelandshoek - Dordrecht CS - Centrum",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151887",
        "label": "14",
        "long": "Staart/Papendrecht - Dordrecht CS - Centrum",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151888",
        "label": "15",
        "long": "Papendrecht - Baanhoek",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151889",
        "label": "6",
        "long": "Gorinchem Station - Avelingen",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151890",
        "label": "21",
        "long": "Ridderkerk - Hendrik-Ido-Ambacht - Zwijndrecht",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151891",
        "label": "74",
        "long": "Gorinchem - Groot-Ammers - Nieuw-Lekkerland",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151893",
        "label": "80",
        "long": "Gorinchem - Arkel - Meerkerk - Lexmond - Vianen",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151894",
        "label": "90",
        "long": "Utrecht - Vianen - Ameide - Nieuwpoort - Gelkenes",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151895",
        "label": "92",
        "long": "Rotterdam Zuidplein - H.I. Ambacht - Dordrecht",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151896",
        "label": "93",
        "long": "Dordrecht - Oud-Alblas - Nieuw-Lekkerland",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151897",
        "label": "387",
        "long": "Gorinchem Dalem/Station - Vianen - Utrecht",
        "short": "387",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A7E1",
        "color_name": "teal",
        "has_shape": true,
        "id": "151898",
        "label": "388",
        "long": "R'dam Kralingse Zoom - Papendrecht - Utrecht",
        "short": "388",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151899",
        "label": "416",
        "long": "Dordrecht - Papendrecht - Alblasserdam",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151900",
        "label": "488",
        "long": "R'dam Kralingse Zoom - H.I. Ambacht - Dordrecht",
        "short": "488",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151901",
        "label": "489",
        "long": "R'dam Kral. Zoom - Alblasserdam - Nieuw-Lekkerland",
        "short": "489",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "151902",
        "label": "491",
        "long": "Rotterdam Zuidplein - Papendrecht - Sliedrecht",
        "short": "491",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151903",
        "label": "701",
        "long": "Sliedrecht - Ottoland - Gorinchem",
        "short": "701",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151904",
        "label": "702",
        "long": "Papendrecht - Oud-Alblas - Groot-Ammers",
        "short": "702",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151905",
        "label": "704",
        "long": "Leerdam - Kedichem - Arkel > 705",
        "short": "704",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151906",
        "label": "705",
        "long": "Gorinchem - Hoornaar - Arkel > 704",
        "short": "705",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151907",
        "label": "706",
        "long": "Gorinchem - Schelluinen - Giessenburg > 707",
        "short": "706",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151908",
        "label": "707",
        "long": "Boven-Hardinxveld - Giessendam - Giessenburg > 706",
        "short": "707",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151909",
        "label": "717",
        "long": "Zwijndrecht - Heerjansdam - Barendrecht",
        "short": "717",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "151910",
        "label": "804",
        "long": "Pendelbusje Rivierenplein - Haringvlietstraat",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151911",
        "label": "904",
        "long": "Pendelbusje Rivierenplein - Haringvlietstraat",
        "short": "904",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151912",
        "label": "bB",
        "long": "BestelBuzz Giessenburg/Giessen-Oudekerk",
        "short": "bB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151913",
        "label": "bB",
        "long": "BestelBuzz Streefkerk",
        "short": "bB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151914",
        "label": "bB",
        "long": "BestelBuzz Blesk.-/Molenaarsgrf/Ottoland/Goudriaan",
        "short": "bB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E1DC14",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151915",
        "label": "bB",
        "long": "BestelBuzz Hoornaar/Arkel/Hoogblokland",
        "short": "bB",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "344A9A",
        "color_name": "blue",
        "has_shape": true,
        "id": "151916",
        "label": "20",
        "long": "Dordrecht, Merwekade - Rotterdam, Erasmusbrug",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "EB589A",
        "color_name": "pink",
        "has_shape": true,
        "id": "151917",
        "label": "WS",
        "long": "Rotterdam, Erasmusbrug - Kinderdijk",
        "short": "WS",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "EDA82F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151918",
        "label": "22",
        "long": "Dordrecht Hooikade - Papendrecht",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151919",
        "label": "510",
        "long": "Buurtbus Veendam",
        "short": "510",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151920",
        "label": "512",
        "long": "Buurtbus Sellingen - Stadskanaal",
        "short": "512",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151921",
        "label": "515",
        "long": "Buurtbus Hoogezand - Sappemeer",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151922",
        "label": "516",
        "long": "Buurtbus Hoogezand - Harkstede",
        "short": "516",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151923",
        "label": "517",
        "long": "Buurtbus Hoogezand - Noordbroek",
        "short": "517",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151926",
        "label": "545",
        "long": "Buurtbus Delfzijl - Delfzijl",
        "short": "545",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151927",
        "label": "549",
        "long": "Buurtbus Appingedam - Scheemda",
        "short": "549",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151929",
        "label": "563",
        "long": "Buurtbus Winsum - Ten Boer",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151930",
        "label": "564",
        "long": "Buurtbus Appingedam - Ten Boer",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151932",
        "label": "589",
        "long": "Buurtbus P+R Hoogkerk - Leek - Marum",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8CDC32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "151933",
        "label": "1",
        "long": "Stadsdienst Assen",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "151934",
        "label": "3",
        "long": "Stadsdienst Emmen Rietlanden",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "151935",
        "label": "4",
        "long": "Stadsdienst Emmen Bargeres",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151937",
        "label": "21",
        "long": "Emmen - Assen",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151938",
        "label": "22",
        "long": "Zweeloo - Assen",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151940",
        "label": "26",
        "long": "Steenwijk - Meppel",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151941",
        "label": "27",
        "long": "Hoogeveen - Emmen",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151942",
        "label": "28",
        "long": "Meppel - Beilen",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151943",
        "label": "29",
        "long": "Emmen - Sleen (- De Kiel)",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151944",
        "label": "31",
        "long": "Hoogeveen - Dedemsvaart",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151945",
        "label": "32",
        "long": "Meppel - Hoogeveen",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151946",
        "label": "33",
        "long": "Hoogeveen - Coevorden",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151947",
        "label": "34",
        "long": "Hoogeveen - Meppel",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151948",
        "label": "42",
        "long": "Emmen - Ter Apel",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151949",
        "label": "44",
        "long": "Emmen - Schoonebeek",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151951",
        "label": "92",
        "long": "Emmen - Emmercompascuum - Zwartemeer",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151952",
        "label": "93",
        "long": "Emmen - Klazienaveen - Zwartemeer",
        "short": "93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151953",
        "label": "94",
        "long": "Emmen - Klazienaveen - Coevorden",
        "short": "94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151954",
        "label": "95",
        "long": "Emmen - Klazienaveen - Nw Schoonebeek Grens",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151956",
        "label": "134",
        "long": "Zuidwolde - Meppel",
        "short": "134",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151958",
        "label": "428",
        "long": "Nachtbus Meppel - Dwingeloo",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151959",
        "label": "432",
        "long": "Nachtbus Meppel - Ruinen",
        "short": "432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151960",
        "label": "434",
        "long": "Nachtbus Meppel - Zuidwolde - Hoogeveen",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151961",
        "label": "11",
        "long": "Zuidbroek - Muntendam",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151962",
        "label": "12",
        "long": "Winschoten - Bellingwolde (- Bad Nieuweschans)",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151963",
        "label": "13",
        "long": "Winschoten - Veendam",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151964",
        "label": "14",
        "long": "Stadskanaal - Winschoten",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151965",
        "label": "15",
        "long": "Winschoten - Stadskanaal",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151966",
        "label": "16",
        "long": "Winschoten - Veendam",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151967",
        "label": "17",
        "long": "Scheemda - Winschoten",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151970",
        "label": "35",
        "long": "Groningen - Oldehove",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151971",
        "label": "36",
        "long": "Winsum - Oldehove",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151973",
        "label": "39",
        "long": "Surhuisterveen - Groningen",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151974",
        "label": "41",
        "long": "Uithuizen - Appingedam",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151977",
        "label": "50",
        "long": "Assen - Groningen",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151978",
        "label": "51",
        "long": "Assen - Groningen",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151979",
        "label": "61",
        "long": "Groningen - Middelstum - Uithuizen",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151980",
        "label": "63",
        "long": "Lauwersoog - Groningen",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151981",
        "label": "65",
        "long": "Zoutkamp - Groningen",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151982",
        "label": "68",
        "long": "Winsum - Leens",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151983",
        "label": "71",
        "long": "Stadskanaal - Veendam",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151984",
        "label": "72",
        "long": "Emmen - Ter Apel - Winschoten",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151986",
        "label": "74",
        "long": "Stadskanaal - Emmen",
        "short": "74",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151987",
        "label": "75",
        "long": "Stadskanaal - Emmen",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151988",
        "label": "76",
        "long": "Groningen - Hoogezand",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151990",
        "label": "83",
        "long": "Assen - Leek",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151991",
        "label": "85",
        "long": "Oosterwolde - Groningen",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151992",
        "label": "89",
        "long": "Ureterp - Marum",
        "short": "89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151994",
        "label": "109",
        "long": "Assen - P+R Hoogkerk - Groningen Zernike",
        "short": "109",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151996",
        "label": "119",
        "long": "Delfzijl - Winschoten",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151997",
        "label": "133",
        "long": "Groningen - Surhuisterveen",
        "short": "133",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "151999",
        "label": "163",
        "long": "Lauwersoog - Groningen",
        "short": "163",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152001",
        "label": "171",
        "long": "(Stadskanaal-) Veendam - Groningen",
        "short": "171",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152004",
        "label": "178",
        "long": "Appingedam - Groningen",
        "short": "178",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152014",
        "label": "404",
        "long": "Nachtbus Groningen - Drachten",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152015",
        "label": "406",
        "long": "Nachtbus Groningen - Ten Boer - App'dam - Delfzijl",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152016",
        "label": "409",
        "long": "Nachtbus Groningen - Assen",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152017",
        "label": "410",
        "long": "Nachtbus Groningen - Assen via Vries",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152018",
        "label": "417",
        "long": "Nachtbus Groningen - Roden - Leek",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152019",
        "label": "418",
        "long": "Nachtbus Groningen - Haren - Zuidlaren - Gieten",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152020",
        "label": "471",
        "long": "Nachtbus Veendam",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BE46",
        "color_name": "green",
        "has_shape": true,
        "id": "152021",
        "label": "1",
        "long": "P+R Reitdiep - Zernike - Hoofdstation",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8CDC32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "152022",
        "label": "2",
        "long": "Zuidhorn - Reitdiep - Zernike - UMCG - Europapark",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1078BE",
        "color_name": "teal",
        "has_shape": true,
        "id": "152023",
        "label": "3",
        "long": "Lewenborg - Leek",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BCF2",
        "color_name": "teal",
        "has_shape": true,
        "id": "152024",
        "label": "4",
        "long": "Beijum - Roden",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B400BE",
        "color_name": "purple",
        "has_shape": true,
        "id": "152025",
        "label": "5",
        "long": "Annen - Haren - P+R Meerstad - Tersluis/Harkstede",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "804000",
        "color_name": "brown",
        "has_shape": true,
        "id": "152028",
        "label": "8",
        "long": "Hoogkerk - Hoendiep - HS - Europapark",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFF000",
        "color_name": "yellow",
        "has_shape": true,
        "id": "152030",
        "label": "10",
        "long": "Station Noord - HS - Korreweg - P+R Hoogkerk",
        "short": "10",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "152147",
        "label": "Flex",
        "long": "U-flex Haarzuilens-Vleuten",
        "short": "Flex",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "152167",
        "label": "F1",
        "long": "Zandvoort/Bloemendaal - Haarlem [Dutch GrandPrix]",
        "short": "F1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152170",
        "label": "73",
        "long": "Emmen - Ter Apel - Veendam",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152323",
        "label": "1",
        "long": "Lijn 1",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152324",
        "label": "17",
        "long": "Lijn 17",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152325",
        "label": "2",
        "long": "Lijn 2",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152326",
        "label": "4",
        "long": "Lijn 4",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152327",
        "label": "5",
        "long": "Lijn 5",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152328",
        "label": "7",
        "long": "Lijn 7",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152329",
        "label": "12",
        "long": "Lijn 12",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152330",
        "label": "13",
        "long": "Lijn 13",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152331",
        "label": "14",
        "long": "Lijn 14",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152332",
        "label": "15",
        "long": "Lijn 15",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152333",
        "label": "22",
        "long": "Lijn 22",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152334",
        "label": "27",
        "long": "Lijn 27",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152335",
        "label": "21",
        "long": "Lijn 21",
        "short": "21",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152336",
        "label": "18",
        "long": "Lijn 18",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152337",
        "label": "48",
        "long": "Lijn 48",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152338",
        "label": "245",
        "long": "Lijn 245",
        "short": "245",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152339",
        "label": "218",
        "long": "Lijn 218",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152340",
        "label": "19",
        "long": "Lijn 19",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152341",
        "label": "23",
        "long": "Lijn 23",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152342",
        "label": "24",
        "long": "Lijn 24",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152343",
        "label": "6",
        "long": "Lijn 6",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152344",
        "label": "25",
        "long": "Lijn 25",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152345",
        "label": "26",
        "long": "Lijn 26",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "152346",
        "label": "29",
        "long": "Lijn 29",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152347",
        "label": "37",
        "long": "Lijn 37",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152348",
        "label": "34",
        "long": "Lijn 34",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152349",
        "label": "36",
        "long": "Lijn 36",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152350",
        "label": "39",
        "long": "Lijn 39",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152351",
        "label": "38",
        "long": "Lijn 38",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152352",
        "label": "65",
        "long": "Lijn 65",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152353",
        "label": "40",
        "long": "Lijn 40",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152354",
        "label": "41",
        "long": "Lijn 41",
        "short": "41",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152355",
        "label": "43",
        "long": "Lijn 43",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152356",
        "label": "42",
        "long": "Lijn 42",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152357",
        "label": "47",
        "long": "Lijn 47",
        "short": "47",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152358",
        "label": "44",
        "long": "Lijn 44",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152359",
        "label": "49",
        "long": "Lijn 49",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152360",
        "label": "360",
        "long": "Lijn 360",
        "short": "360",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "187A36",
        "color_name": "green",
        "has_shape": true,
        "id": "152361",
        "label": "50",
        "long": "Lijn 50",
        "short": "50",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "FF6600",
        "color_name": "orange",
        "has_shape": true,
        "id": "152362",
        "label": "51",
        "long": "Lijn 51",
        "short": "51",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "00ADEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "152363",
        "label": "52",
        "long": "Lijn 52",
        "short": "52",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "FFF200",
        "color_name": "yellow",
        "has_shape": true,
        "id": "152364",
        "label": "54",
        "long": "Lijn 54",
        "short": "54",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "D81118",
        "color_name": "red",
        "has_shape": true,
        "id": "152365",
        "label": "53",
        "long": "Lijn 53",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152366",
        "label": "231",
        "long": "Lijn 231",
        "short": "231",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152367",
        "label": "61",
        "long": "Lijn 61",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152368",
        "label": "63",
        "long": "Lijn 63",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152369",
        "label": "62",
        "long": "Lijn 62",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152370",
        "label": "66",
        "long": "Lijn 66",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152371",
        "label": "233",
        "long": "Lijn 233",
        "short": "233",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152372",
        "label": "369",
        "long": "Lijn 369",
        "short": "369",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152373",
        "label": "247",
        "long": "Lijn 247",
        "short": "247",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C7332C",
        "color_name": "red",
        "has_shape": true,
        "id": "152374",
        "label": "463",
        "long": "Lijn 463",
        "short": "463",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "152375",
        "label": "461",
        "long": "Lijn 461",
        "short": "461",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8EBD77",
        "color_name": "gray",
        "has_shape": true,
        "id": "152376",
        "label": "464",
        "long": "Lijn 464",
        "short": "464",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152377",
        "label": "F6",
        "long": "Lijn F6",
        "short": "F6",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152378",
        "label": "F3",
        "long": "Lijn F3",
        "short": "F3",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152379",
        "label": "F2",
        "long": "Lijn F2",
        "short": "F2",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152380",
        "label": "F7",
        "long": "Lijn F7",
        "short": "F7",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152381",
        "label": "F4",
        "long": "Lijn F4",
        "short": "F4",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152382",
        "label": "F9",
        "long": "Lijn F9",
        "short": "F9",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152383",
        "label": "F20",
        "long": "Lijn F20",
        "short": "F20",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152384",
        "label": "F21",
        "long": "Lijn F21",
        "short": "F21",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152385",
        "label": "F22",
        "long": "Lijn F22",
        "short": "F22",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "152386",
        "label": "F1",
        "long": "Lijn F1",
        "short": "F1",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152387",
        "label": "N84",
        "long": "Lijn 284",
        "short": "N84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152388",
        "label": "N81",
        "long": "Lijn 281",
        "short": "N81",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152389",
        "label": "N89",
        "long": "Lijn 289",
        "short": "N89",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152390",
        "label": "N87",
        "long": "Lijn 287",
        "short": "N87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152391",
        "label": "N82",
        "long": "Lijn 282",
        "short": "N82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152392",
        "label": "N85",
        "long": "Lijn 285",
        "short": "N85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152393",
        "label": "N83",
        "long": "Lijn 283",
        "short": "N83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152394",
        "label": "N88",
        "long": "Lijn 288",
        "short": "N88",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152395",
        "label": "N93",
        "long": "Lijn 293",
        "short": "N93",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152396",
        "label": "N91",
        "long": "Lijn 291",
        "short": "N91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152554",
        "label": "OVoM",
        "long": "Castricum Station - Castricum Van Bergenlaan",
        "short": "OVoM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152555",
        "label": "OVoM",
        "long": "Egmond-Binnen Randweg - Heiloo WKC 't Loo",
        "short": "OVoM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152761",
        "label": "OVoM",
        "long": "Uithoorn - Nes ad Amstel - Amstelveen",
        "short": "OVoM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152762",
        "label": "OVoM",
        "long": "Abbenes/Buitenkaag - Nieuw-Vennep Getsewoud Stat.",
        "short": "OVoM",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152765",
        "label": "78",
        "long": "Lijn 78",
        "short": "78",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "152771",
        "label": "9",
        "long": "Niet gebruiken Dordrecht Stadspolders - Leerpark",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "152805",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Heerlen <-> Valkenburg",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "152807",
        "label": "Taxibus ipv trein",
        "long": "Taxibus ipv trein Valkenburg <-> Valkenburg",
        "short": "Taxibus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "152810",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Den Haag HS <-> Leiden Centraal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "152815",
        "label": "Intercity",
        "long": "Utrecht Centraal <-> Zwolle IC80600",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "152830",
        "label": "851",
        "long": "Kustbus Petten - Den Helder Station",
        "short": "851",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152831",
        "label": "1",
        "long": "Rotterdam Centraal - Nesselande",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152832",
        "label": "2",
        "long": "Rotterdam Centraal - Vlaardingen",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152833",
        "label": "3",
        "long": "Rotterdam Centraal - Schiedam Woudhoek",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152834",
        "label": "4",
        "long": "Rotterdam Centraal - Capelle aan den IJssel",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152835",
        "label": "5",
        "long": "Rotterdam Centraal - Schollevaar",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152836",
        "label": "7",
        "long": "Rotterdam Centraal - Hoogvliet",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152837",
        "label": "8",
        "long": "Rotterdam Centraal - Spijkenisse",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152838",
        "label": "9",
        "long": "Rotterdam Centraal - Maassluis",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152839",
        "label": "10",
        "long": "Rotterdam Centraal - Berkel Westpolder",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152840",
        "label": "11",
        "long": "Rotterdam Centraal - Barendrecht",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152841",
        "label": "13",
        "long": "Rotterdam Centraal - Overschie - Meijersplein",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152842",
        "label": "16",
        "long": "Rotterdam Centraal - Ridderkerk",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152843",
        "label": "19",
        "long": "Rotterdam Centraal - Hoek van Holland",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152844",
        "label": "30",
        "long": "Station Alexander -Schollevaar",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152845",
        "label": "31",
        "long": "Station Alexander - Oostgaarde",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152846",
        "label": "32",
        "long": "Overschie - Station Zuid",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152847",
        "label": "33",
        "long": "Centraal Station - Rotterdam Airport",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152848",
        "label": "35",
        "long": "Melanchthonweg Metro - Station Alexander",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152849",
        "label": "36",
        "long": "Station Alexander - Kralingse Zoom",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152850",
        "label": "38",
        "long": "Station Schiedam - Centraal Station - Crooswijk",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152851",
        "label": "40",
        "long": "Rotterdam Centraal - Station Delft C",
        "short": "40",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152852",
        "label": "42",
        "long": "Marconiplein - Bedrijvenpark Rotterdam Noord-West",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152853",
        "label": "44",
        "long": "Zuidplein - Centraal Station",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152854",
        "label": "51",
        "long": "Station Schiedam Centrum - Woudhoek",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152855",
        "label": "52",
        "long": "Hof van Spaland - Woudhoek",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152856",
        "label": "53",
        "long": "Woudhoek - Station Schiedam Centrum",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152858",
        "label": "56",
        "long": "Vlaardingen West  -  Holy Noord",
        "short": "56",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152859",
        "label": "61",
        "long": "Hoogvliet Metro - Oudeland",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152860",
        "label": "62",
        "long": "Hoogvliet Metro - Westpunt",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152861",
        "label": "63",
        "long": "Hoogvliet Metro - Zalmplaat",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152862",
        "label": "64",
        "long": "Hoogvliet - Poortugaal - Kijvelanden",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152863",
        "label": "66",
        "long": "Zuidplein - Feijenoord",
        "short": "66",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152864",
        "label": "67",
        "long": "Zuidplein - Pendrecht",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152865",
        "label": "68",
        "long": "Zuidplein - Heijplaat RDM",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152866",
        "label": "69",
        "long": "Zuidplein - Pernis",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152867",
        "label": "70",
        "long": "Charlois - Keizerswaard",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152868",
        "label": "71",
        "long": "Zuidplein - Sluisjesdijk",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152869",
        "label": "72",
        "long": "Zuidplein - Sluisjesdijk",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152870",
        "label": "75",
        "long": "Zuidplein - Kralingse Zoom",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152871",
        "label": "76",
        "long": "Zuidplein - Keizerswaard",
        "short": "76",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152872",
        "label": "77",
        "long": "ss Rotterdam - Zuidplein",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152873",
        "label": "82",
        "long": "Zuidplein - Portland",
        "short": "82",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152874",
        "label": "83",
        "long": "Keizerswaard - Kralingse Zoom",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152875",
        "label": "84",
        "long": "Station Barendrecht - Zuidplein",
        "short": "84",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152876",
        "label": "96",
        "long": "Capelsebrug - Stormpolder",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152879",
        "label": "126",
        "long": "Station Schiedam - Maassluis",
        "short": "126",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152880",
        "label": "140",
        "long": "Kralingse Zoom - Slikkerveer",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152881",
        "label": "142",
        "long": "Zuidplein - Slikkerveer",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152882",
        "label": "143",
        "long": "Zuidplein - Ridderkerk",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152883",
        "label": "144",
        "long": "Zuidplein - Ridderkerk Drievliet",
        "short": "144",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152884",
        "label": "145",
        "long": "Kralingse Zoom - Dordrecht",
        "short": "145",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152885",
        "label": "146",
        "long": "Zuidplein - Ridderkerk Drievliet",
        "short": "146",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152886",
        "label": "156",
        "long": "Vlaardingen West - Holy Noord",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152887",
        "label": "170",
        "long": "Zoetermeer Centrum West - Rodenrijs Metro",
        "short": "170",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152888",
        "label": "172",
        "long": "Delft - Rotterdam Alexander",
        "short": "172",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152889",
        "label": "173",
        "long": "Rodenrijs Metro - Station Lansingerland-Zoetermeer",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152890",
        "label": "174",
        "long": "Station Noord - Berkel Westpolder",
        "short": "174",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152891",
        "label": "183",
        "long": "Zuidplein - Barendrecht - Kralingse Zoom",
        "short": "183",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152892",
        "label": "187",
        "long": "Zuidplein - Nieuw Reijerwaard",
        "short": "187",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152893",
        "label": "283",
        "long": "Zuidplein - Barendrecht",
        "short": "283",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152894",
        "label": "290",
        "long": "Zuidplein - Ridderkerk Donkersloot",
        "short": "290",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "152895",
        "label": "533",
        "long": "Automatische bus Meijersplein - RTHA",
        "short": "533",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152896",
        "label": "547",
        "long": "Rondje Noordereiland",
        "short": "547",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152897",
        "label": "567",
        "long": "Buurtbus Charlois",
        "short": "567",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152898",
        "label": "569",
        "long": "Buurtbus Pernis",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152899",
        "label": "602",
        "long": "Poortugaal - Rhoon - Portland",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152900",
        "label": "603",
        "long": "Barendrecht - Heinenoord",
        "short": "603",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152901",
        "label": "606",
        "long": "IJsselland ziekenhuis - Schollevaar",
        "short": "606",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152902",
        "label": "607",
        "long": "Capelsebrug - Schollevaar",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152903",
        "label": "608",
        "long": "Station Barendrecht - Ridderkerk West",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152904",
        "label": "609",
        "long": "Station Barendrecht - Slikkerveer",
        "short": "609",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152905",
        "label": "610",
        "long": "Station Barendrecht - Keizerswaard",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152906",
        "label": "612",
        "long": "Buurtbus Antes",
        "short": "612",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "152908",
        "label": "703",
        "long": "Pendelbus voor lijn 3",
        "short": "703",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "152910",
        "label": "668",
        "long": "Zuidplein  Laag - Waalhaven S.T.C",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00983D",
        "color_name": "green",
        "has_shape": true,
        "id": "152911",
        "label": "A",
        "long": "lijn",
        "short": "A",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "FFDC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "152912",
        "label": "B",
        "long": "lijn",
        "short": "B",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "E52711",
        "color_name": "red",
        "has_shape": true,
        "id": "152913",
        "label": "C",
        "long": "lijn",
        "short": "C",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "00ACD9",
        "color_name": "teal",
        "has_shape": true,
        "id": "152914",
        "label": "D",
        "long": "lijn",
        "short": "D",
        "text_color": "000000",
        "type_label": "Subway / metro"
      },
      {
        "color": "0F3F94",
        "color_name": "blue",
        "has_shape": true,
        "id": "152915",
        "label": "E",
        "long": "lijn",
        "short": "E",
        "text_color": "FFFFFF",
        "type_label": "Subway / metro"
      },
      {
        "color": "F3AACB",
        "color_name": "white",
        "has_shape": true,
        "id": "152918",
        "label": "3",
        "long": "Beverwaard - Rotterdam Centraal",
        "short": "3",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "165D2F",
        "color_name": "green",
        "has_shape": true,
        "id": "152919",
        "label": "4",
        "long": "Molenlaan - Heemraadsplein",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "ED1944",
        "color_name": "red",
        "has_shape": true,
        "id": "152920",
        "label": "5",
        "long": "Carnisselande - Rotterdam Centraal",
        "short": "5",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00AEEF",
        "color_name": "teal",
        "has_shape": true,
        "id": "152922",
        "label": "7",
        "long": "Woudestein - Marconiplein",
        "short": "7",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "A1238F",
        "color_name": "purple",
        "has_shape": true,
        "id": "152923",
        "label": "8",
        "long": "Schiebroek - Spangen",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "153215",
        "label": "830",
        "long": "Rheeze - Slagharen",
        "short": "830",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "153340",
        "label": "28",
        "long": "Lijn 28",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153343",
        "label": "838",
        "long": "Sneek - Offingawier Pont",
        "short": "838",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "153433",
        "label": "300",
        "long": "Arnhem CS - Nijmegen CS - Heyendaal",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "153434",
        "label": "306",
        "long": "Elsweide/HAN - Arnhem CS - Nijmegen CS - Heyendaal",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153435",
        "label": "524",
        "long": "Spankeren - Dieren",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153436",
        "label": "525",
        "long": "Dieren - Dieren-West",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153437",
        "label": "526",
        "long": "Dieren - Dieren-Noord",
        "short": "526",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153438",
        "label": "555",
        "long": "Aerdt - Zevenaar",
        "short": "555",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153439",
        "label": "556",
        "long": "Heteren - Elst",
        "short": "556",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153440",
        "label": "560",
        "long": "Herwen - Zevenaar",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153441",
        "label": "566",
        "long": "Spijk - Zevenaar",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153442",
        "label": "589",
        "long": "Doorwerth - Oosterbeek - Wolfheze - Doorwerth",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153443",
        "label": "590",
        "long": "Doorwerth - Wolfheze - Oosterbeek - Doorwerth",
        "short": "590",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153444",
        "label": "560",
        "long": "Herwen - Zevenaar (VA)",
        "short": "560",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153445",
        "label": "566",
        "long": "Spijk - Zevenaar (VA)",
        "short": "566",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153446",
        "label": "67",
        "long": "Loo - Oud-Zevenaar (VA)",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "153447",
        "label": "302",
        "long": "Apeldoorn - Arnhem CS - Velp",
        "short": "302",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "153448",
        "label": "303",
        "long": "Ede - Wageningen - Arnhem CS - Velp",
        "short": "303",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153449",
        "label": "505",
        "long": "Wekerom - Ederveen - Overberg",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153450",
        "label": "511",
        "long": "Scherpenzeel - Barneveld",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153451",
        "label": "505",
        "long": "Wekerom - Ederveen - Overberg (VA)",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153452",
        "label": "511",
        "long": "Scherpenzeel - Barneveld (VA)",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153453",
        "label": "220",
        "long": "Wageningen Campus - Nijmegen CS - Heijendaal",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153454",
        "label": "221",
        "long": "Druten - Nijmegen CS - Heijendaal",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "153455",
        "label": "383",
        "long": "Nijmegen - Gennep - Venlo",
        "short": "383",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153456",
        "label": "561",
        "long": "Malden - Wijchen",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153457",
        "label": "562",
        "long": "Beek - Groesbeek - Malden",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153458",
        "label": "563",
        "long": "Wijchen - Batenburg",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153459",
        "label": "564",
        "long": "Groesbeek - Molenhoek",
        "short": "564",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153460",
        "label": "565",
        "long": "Wijchen - Beuningen",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153461",
        "label": "568",
        "long": "Wijchen - Escharen",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153462",
        "label": "569",
        "long": "Malden - Middelaar",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153463",
        "label": "561",
        "long": "Malden - Wijchen (VA)",
        "short": "561",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153464",
        "label": "563",
        "long": "Wijchen - Batenburg (VA)",
        "short": "563",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153465",
        "label": "568",
        "long": "Wijchen - Escharen (VA)",
        "short": "568",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153466",
        "label": "569",
        "long": "Malden - Middelaar (VA)",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153467",
        "label": "97",
        "long": "Capelsebrug - Krimpen a/d IJssel",
        "short": "97",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153468",
        "label": "98",
        "long": "Capelsebrug - Krimpen a/d IJssel",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153471",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Delfzijl <-> Groningen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153473",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Bad Nieuweschans <-> Groningen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153474",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Groningen <-> Roodeschool",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153475",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Groningen <-> Veendam",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "153478",
        "label": "Stoptrein RS18",
        "long": "Valkenburg <-> Maastricht Randwyck ST2000",
        "short": "Stoptrein RS18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153483",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Almere Centrum <-> Weesp",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153495",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Lelystad Centrum <-> Weesp",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153515",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Den Haag Centraal <-> Leiden Centraal",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153518",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Meppel <-> Zwolle",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153651",
        "label": "59",
        "long": "(Emmen -) Exloo - Gieten",
        "short": "59",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": false,
        "id": "153818",
        "label": "33",
        "long": "P+R Luchtbal - Merksem - Wilrijk - Hoboken",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "009CB4",
        "color_name": "teal",
        "has_shape": false,
        "id": "153819",
        "label": "33",
        "long": "Hoboken - Wilrijk - Merksem - P+R Luchtbal",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153821",
        "label": "218",
        "long": "Herentals - Lille - Gierle - Turnhout",
        "short": "218",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "153823",
        "label": "32b",
        "long": "Herentals - Herselt - Aarschot - Leuven",
        "short": "32b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005460",
        "color_name": "green",
        "has_shape": false,
        "id": "153824",
        "label": "32b",
        "long": "Leuven - Aarschot - Herselt - Herentals",
        "short": "32b",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "153825",
        "label": "33",
        "long": "Turnhout - Kasterlee - Herentals",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "153826",
        "label": "33",
        "long": "Herentals - Kasterlee - Turnhout",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153827",
        "label": "441",
        "long": "Wildert - Nieuwmoer - scholen Wuustwezel",
        "short": "441",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153828",
        "label": "444",
        "long": "scholen Essen - Maria-Ter-Heide - Gooreind - Wuust",
        "short": "444",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153829",
        "label": "659",
        "long": "Ekeren-Donk - Hoogstraten",
        "short": "659",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "153830",
        "label": "37",
        "long": "Wetteren - Zele - Waasmunster - Hamme",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "153831",
        "label": "37",
        "long": "Hamme - Waasmunster - Zele - Wetteren",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153832",
        "label": "880",
        "long": "Kruibeke - Beveren",
        "short": "880",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153833",
        "label": "880",
        "long": "Beveren - Kruibeke",
        "short": "880",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153835",
        "label": "932",
        "long": "Sint-Niklaas - Tielrode - Temse",
        "short": "932",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153837",
        "label": "121",
        "long": "Kiewit KIDS - Hasselt",
        "short": "121",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153841",
        "label": "156",
        "long": "Leopoldsburg - Tessenderlo - Diest",
        "short": "156",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "153842",
        "label": "157",
        "long": "Mol - Diest",
        "short": "157",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153843",
        "label": "191",
        "long": "Neerpelt - Wijchmaal",
        "short": "191",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153844",
        "label": "192",
        "long": "Houthalen-Helchteren - Bree",
        "short": "192",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153846",
        "label": "204",
        "long": "Bilzen - Hasselt",
        "short": "204",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153847",
        "label": "204",
        "long": "Hasselt - Bilzen",
        "short": "204",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153848",
        "label": "209",
        "long": "Hoelbeek - Hasselt",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153849",
        "label": "209",
        "long": "Hasselt - Hoelbeek",
        "short": "209",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153850",
        "label": "233",
        "long": "Zepperen - Sint-Truiden",
        "short": "233",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153851",
        "label": "234",
        "long": "Sint-Truiden - Tongeren",
        "short": "234",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153852",
        "label": "236",
        "long": "Sint-Truiden - Tongeren",
        "short": "236",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153853",
        "label": "237",
        "long": "Tongeren - Sint-Truiden",
        "short": "237",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153854",
        "label": "275",
        "long": "Genk-Opoeteren",
        "short": "275",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153855",
        "label": "278",
        "long": "Kinrooi - Maaseik",
        "short": "278",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153857",
        "label": "313",
        "long": "Houthalen-Helchteren - Genk",
        "short": "313",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153858",
        "label": "318",
        "long": "Bolderberg - Houthalen-Helchteren",
        "short": "318",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153859",
        "label": "319",
        "long": "Meulenberg - Beringen",
        "short": "319",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153860",
        "label": "336",
        "long": "Peer - Neerpelt",
        "short": "336",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153863",
        "label": "347",
        "long": "Hulst - Hasselt",
        "short": "347",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153864",
        "label": "349",
        "long": "Hasselt - Hulst",
        "short": "349",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153865",
        "label": "353",
        "long": "Lummen - Zolder",
        "short": "353",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153866",
        "label": "355",
        "long": "Lummen - Herk-de-Stad",
        "short": "355",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153867",
        "label": "357",
        "long": "Beringen - Herk-de-Stad",
        "short": "357",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153868",
        "label": "358",
        "long": "Herk-de-Stad - Beringen",
        "short": "358",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153869",
        "label": "359",
        "long": "Diest - Lummen",
        "short": "359",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153870",
        "label": "461",
        "long": "Genk Station - Boxberg",
        "short": "461",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153871",
        "label": "461",
        "long": "Boxberg - Genk Station",
        "short": "461",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153872",
        "label": "462",
        "long": "Zonhoven - Genk",
        "short": "462",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153873",
        "label": "463",
        "long": "Genk - Boxberg",
        "short": "463",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153874",
        "label": "464",
        "long": "Boxberg - Helchteren",
        "short": "464",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153875",
        "label": "464",
        "long": "Helchteren - Boxberg",
        "short": "464",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153876",
        "label": "473",
        "long": "Hasselt - Tongeren",
        "short": "473",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153877",
        "label": "474",
        "long": "Tongeren - Hasselt",
        "short": "474",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153878",
        "label": "475",
        "long": "Tongeren - Hasselt",
        "short": "475",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153879",
        "label": "479",
        "long": "Hasselt - Borgloon",
        "short": "479",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153881",
        "label": "504",
        "long": "Sint-Truiden - Hasp-O Stadsrand",
        "short": "504",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153882",
        "label": "504",
        "long": "Hasp-O Stadsrand - Sint-Truiden",
        "short": "504",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153883",
        "label": "505",
        "long": "Herk-de-Stad - Sint-Truiden",
        "short": "505",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153884",
        "label": "506",
        "long": "Hasselt - Kuringen - Kermt - Stevoort",
        "short": "506",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153885",
        "label": "508",
        "long": "Stevoort - Alken",
        "short": "508",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153886",
        "label": "509",
        "long": "Sint-Truiden - Hasselt",
        "short": "509",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153891",
        "label": "627",
        "long": "Val-Meer - Tongeren",
        "short": "627",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153892",
        "label": "627",
        "long": "Tongeren - Val-Meer",
        "short": "627",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153893",
        "label": "633",
        "long": "Maaseik - Stokkem",
        "short": "633",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153894",
        "label": "803",
        "long": "Genk - Opglabbeek Bewel",
        "short": "803",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153895",
        "label": "806",
        "long": "Opglabbeek - Genk",
        "short": "806",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153896",
        "label": "806",
        "long": "Genk - Opglabbeek",
        "short": "806",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153897",
        "label": "807",
        "long": "Bree - Overpelt",
        "short": "807",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153900",
        "label": "809",
        "long": "Opglabbeek - Bree",
        "short": "809",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153901",
        "label": "809",
        "long": "Bree - Opglabbeek",
        "short": "809",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153902",
        "label": "923",
        "long": "Heers - Tongeren",
        "short": "923",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "15882E",
        "color_name": "green",
        "has_shape": false,
        "id": "153903",
        "label": "1",
        "long": "AZ Sint-Jan - Station - Centrum - Sint-Kruis",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153904",
        "label": "213",
        "long": "Torhout - Zwevezele - Wingene",
        "short": "213",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153906",
        "label": "281",
        "long": "Tielt - Schuiferskapelle - Wingene - Beernem - Oed",
        "short": "281",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153907",
        "label": "282",
        "long": "Oedelem LTI - Beernem - Doomkerke - Wingene - Tiel",
        "short": "282",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153908",
        "label": "318",
        "long": "Sint-Willibrordus - VIVES - Brugge Station",
        "short": "318",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153909",
        "label": "319",
        "long": "Sint-Andries De Varens - Brugge Station",
        "short": "319",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153912",
        "label": "602",
        "long": "Ursel - Knesselare - Beernem - Oedelem - Sint-Krui",
        "short": "602",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "FFFFFF",
        "color_name": "white",
        "has_shape": false,
        "id": "153913",
        "label": "603",
        "long": "Brugge - Oedelem - De Hoorn - Knesselare - Ursel",
        "short": "603",
        "text_color": "B59E6A",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "153914",
        "label": "70b",
        "long": "Brugge - Loppem - Zedelgem - Veldegem - Torhout",
        "short": "70b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "83D0F5",
        "color_name": "white",
        "has_shape": false,
        "id": "153915",
        "label": "70b",
        "long": "Torhout - Veldegem - Zedelgem - Loppem - Brugge",
        "short": "70b",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "153917",
        "label": "4",
        "long": "U-bus Veenendaal - Ede",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153923",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Groningen <-> Leer(Ostfriesl)",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153925",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Groningen <-> Leeuwarden",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153926",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Bad Nieuweschans <-> Leer(Ostfriesl)",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153927",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Gouda <-> Rotterdam Centraal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153929",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Almere Centrum <-> Weesp",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "153930",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Gouda <-> Rotterdam Centraal",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "153935",
        "label": "Sprinter",
        "long": "Leiden Centraal <-> Weesp SPR84300",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "153936",
        "label": "Sprinter",
        "long": "Hilversum <-> Utrecht Centraal SPR84900",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "153937",
        "label": "Sprinter",
        "long": "Utrecht Centraal <-> Den Haag Centraal SPR86000",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153943",
        "label": "511",
        "long": "Terneuzen - Sas van Gent",
        "short": "511",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153944",
        "label": "515",
        "long": "Breskens - Biervliet",
        "short": "515",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "153945",
        "label": "569",
        "long": "Middelburg Station - Middelburg Station",
        "short": "569",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "153946",
        "label": "28",
        "long": "Texel Veerhaven - Den Burg - De Koog",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0059FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "154122",
        "label": "586",
        "long": "Pendel: Evenementen en festivals Amsterdamse Bos",
        "short": "586",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "154169",
        "label": "401",
        "long": "Bennebroek Anemonenplein - Hoofddorp Station",
        "short": "401",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154170",
        "label": "54",
        "long": "Station Schiedam - De Gorzen",
        "short": "54",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "55B948",
        "color_name": "green",
        "has_shape": true,
        "id": "154172",
        "label": "6",
        "long": "Kleiweg - Oostplein",
        "short": "6",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "154173",
        "label": "12",
        "long": "Rotterdam Centraal - Stadion Feijenoord",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "154174",
        "label": "14",
        "long": "Rotterdam Centraal - Heemraadsplein",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154178",
        "label": "505",
        "long": "Woerden - IJsselstein - Schoonhoven - Woerden",
        "short": "505",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154179",
        "label": "603",
        "long": "Eemdijk - Nijkerk",
        "short": "603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154180",
        "label": "695",
        "long": "Wijk bij Duurstede - Maarsbergen",
        "short": "695",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154181",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Harlingen Haven <-> Leeuwarden",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154188",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Elst <-> Nijmegen",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154189",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Leiden Centraal <-> Schiphol Airport",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154194",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Elst <-> Nijmegen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154207",
        "label": "Sprinter",
        "long": "Uitgeest <-> Amsterdam Centraal SPR14800",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154210",
        "label": "Sprinter",
        "long": "Rotterdam Centraal <-> Rotterdam Stadion",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154214",
        "label": "ICE",
        "long": "Int. reserveren verplicht Amsterdam Centraal <-> M\u00fcnchen Hbf",
        "short": "ICE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154215",
        "label": "ICE",
        "long": "Int. reserveren verplicht Amsterdam Centraal <-> Hannover Hbf",
        "short": "ICE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "00CCFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "154224",
        "label": "858",
        "long": "Anna Paulowna Station - Hoenderdaell - Petten",
        "short": "858",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4F267D",
        "color_name": "purple",
        "has_shape": true,
        "id": "154225",
        "label": "HOPN",
        "long": "HopOn Sliedrecht",
        "short": "HOPN",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154235",
        "label": "72",
        "long": "Lijn 72",
        "short": "72",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154238",
        "label": "20",
        "long": "Assen - Dieverbrug - Steenwijk",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154239",
        "label": "24",
        "long": "Stadskanaal - Borger - Assen",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "154240",
        "label": "300",
        "long": "Emmen - Groningen",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "154241",
        "label": "304",
        "long": "Drachten - Groningen",
        "short": "304",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "154242",
        "label": "309",
        "long": "Assen - Groningen",
        "short": "309",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "154243",
        "label": "310",
        "long": "Veendam - Gieten - Assen",
        "short": "310",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "154244",
        "label": "312",
        "long": "Stadskanaal - Gieten - Groningen",
        "short": "312",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "154245",
        "label": "314",
        "long": "Drachten - Groningen",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "154246",
        "label": "319",
        "long": "Assen - Groningen",
        "short": "319",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C85AFF",
        "color_name": "pink",
        "has_shape": true,
        "id": "154247",
        "label": "6",
        "long": "Delfzijl - Appingedam - Groningen - P+R Haren",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0000",
        "color_name": "red",
        "has_shape": true,
        "id": "154248",
        "label": "7",
        "long": "WKC Paddepoel - Vinkhuizen - Hoofdstation",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "154249",
        "label": "9",
        "long": "Zernike - HS - Martini - Eelde",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "154250",
        "label": "19",
        "long": "WKC Paddepoel - Oranjebuurt - Hoofdstation",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154251",
        "label": "132",
        "long": "Nacht-snelbus Mepel - Hoogeveen",
        "short": "132",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154259",
        "label": "N32",
        "long": "Hilversum - Blaricum - Huizen - Bussum - Hulversum",
        "short": "N32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154452",
        "label": "801",
        "long": "Arnhem - Doesburg",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154453",
        "label": "804",
        "long": "Arnhem - Zevenaar",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154454",
        "label": "805",
        "long": "Arnhem - Zetten",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154455",
        "label": "806",
        "long": "Arnhem - Nijmegen",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154456",
        "label": "807",
        "long": "Arnhem - Gendt - Bemmel",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154457",
        "label": "802",
        "long": "Arnhem - Apeldoorn",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154458",
        "label": "803",
        "long": "Arnhem - Wageningen",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154459",
        "label": "808",
        "long": "Ede - Wageningen",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154460",
        "label": "809",
        "long": "Ede - Barneveld",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154461",
        "label": "810",
        "long": "Nijmegen CS - Lindenholt",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154462",
        "label": "811",
        "long": "Nijmegen CS - Ooij - Millingen",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154463",
        "label": "812",
        "long": "Nijmegen CS - Gendt - Huissen",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154464",
        "label": "813",
        "long": "Nijmegen CS - Groesbeek",
        "short": "813",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154465",
        "label": "814",
        "long": "Nijmegen CS - Druten",
        "short": "814",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154466",
        "label": "815",
        "long": "Nijmegen CS - Grave",
        "short": "815",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "154467",
        "label": "573",
        "long": "Zwartsluis - Meppel",
        "short": "573",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "154468",
        "label": "161",
        "long": "Deventer - Zwolle Stadion",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F47B20",
        "color_name": "orange",
        "has_shape": true,
        "id": "154469",
        "label": "2",
        "long": "Charlois - Keizerswaard",
        "short": "2",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154470",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Boxmeer <-> Nijmegen",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154472",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Boxmeer <-> Nijmegen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154473",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Nijmegen <-> Venray",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154475",
        "label": "Taxibus ipv trein",
        "long": "Taxibus ipv trein Mook-Molenhoek <-> Nijmegen",
        "short": "Taxibus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154476",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Amersfoort Centraal <-> Utrecht Centraal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154477",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Amsterdam Centraal <-> Haarlem",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154478",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Breda <-> Tilburg",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154479",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Den Haag HS <-> Rotterdam Centraal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154480",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Den Haag HS <-> Schiedam Centrum",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154481",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Almere Centrum <-> Almere Poort",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154482",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Almere Oostvaarders <-> Weesp",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154483",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Almere Poort <-> Weesp",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154484",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein 's-Hertogenbosch <-> Breda",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154485",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Breda <-> Tilburg",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154486",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Den Haag HS <-> Schiedam Centrum",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154487",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Den Haag Centraal <-> Schiedam Centrum",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154489",
        "label": "Intercity",
        "long": "Rotterdam Centraal <-> Breda IC81100",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154490",
        "label": "Intercity",
        "long": "Utrecht Centraal <-> Rotterdam Centraal IC81400",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154491",
        "label": "Intercity",
        "long": "Rotterdam Centraal <-> Roosendaal IC82300",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154493",
        "label": "Intercity",
        "long": "Roosendaal <-> Vlissingen IC83600",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154494",
        "label": "Intercity",
        "long": "Tilburg <-> Eindhoven Centraal",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154496",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> Rotterdam Centraal SPR85100",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154497",
        "label": "Sprinter",
        "long": "Zwolle <-> Groningen SPR86100",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154498",
        "label": "Sprinter",
        "long": "Rotterdam Stadion <-> Dordrecht",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154503",
        "label": "73",
        "long": "Emmen - Ter Apel - Stadskanaal",
        "short": "73",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154625",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Leeuwarden <-> Stavoren",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154626",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Sneek <-> Stavoren",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154627",
        "label": "Stoptrein RS18",
        "long": "Heerlen <-> Kerkrade Centrum ST35000",
        "short": "Stoptrein RS18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154629",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Leiden Centraal <-> Voorschoten",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154630",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Arnhem Centraal <-> Nijmegen",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154631",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Alphen a/d Rijn <-> Leiden Centraal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154632",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Bodegraven <-> Leiden Centraal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154633",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Hoogeveen <-> Zwolle",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154634",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein 's-Hertogenbosch Oost <-> Utrecht Centraal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154635",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Steenwijk <-> Zwolle",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154636",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Assen <-> Groningen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154638",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Driehuis <-> Haarlem",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154639",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein 's-Hertogenbosch <-> Geldermalsen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154640",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Geldermalsen <-> Tiel",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154641",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Goes <-> Vlissingen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154642",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Den Haag Mariahoeve <-> Leiden Centraal",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154643",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein 's-Hertogenbosch <-> Houten",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154644",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein 's-Hertogenbosch <-> Utrecht Centraal",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154645",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Houten <-> Tiel",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154646",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Nijmegen <-> Wijchen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154647",
        "label": "Taxibus ipv trein",
        "long": "Taxibus ipv trein Arnemuiden <-> Middelburg",
        "short": "Taxibus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154648",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Hoogeveen <-> Zwolle",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154649",
        "label": "Intercity",
        "long": "Schiphol Airport <-> Utrecht Centraal IC1000",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154650",
        "label": "Intercity",
        "long": "Amsterdam Centraal <-> Groningen IC80700",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154651",
        "label": "Intercity",
        "long": "Den Haag Centraal <-> Enschede IC81700",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154652",
        "label": "Intercity",
        "long": "Den Haag Centraal <-> Roosendaal IC82200",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154653",
        "label": "Intercity",
        "long": "Utrecht Centraal <-> Enkhuizen IC82900",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154654",
        "label": "Intercity",
        "long": "Amsterdam Centraal <-> Nijmegen IC83000",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154655",
        "label": "Intercity",
        "long": "'s-Hertogenbosch <-> Venlo IC83500",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154656",
        "label": "Intercity",
        "long": "Den Haag Centraal <-> Heerlen IC83900",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154657",
        "label": "Intercity",
        "long": "Intercity Amersfoort Centraal <-> Schiphol Airport",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154658",
        "label": "Intercity",
        "long": "Schiphol Airport <-> Amersfoort Schothorst",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154659",
        "label": "Intercity",
        "long": "Haarlem <-> Den Haag Centraal",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154661",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> Den Haag Mariahoeve SPR14300",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154662",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Zandvoort aan Zee SPR15400",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154663",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Hoofddorp SPR18200",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154664",
        "label": "Sprinter",
        "long": "Haarlem <-> Zandvoort aan Zee SPR24200",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154665",
        "label": "Sprinter",
        "long": "Haarlem <-> Zandvoort aan Zee SPR24300",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154666",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Zandvoort aan Zee SPR25400",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154667",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Zandvoort aan Zee SPR25500",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154668",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Zandvoort aan Zee SPR25600",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154669",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Zandvoort aan Zee SPR25700",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154671",
        "label": "Sprinter",
        "long": "Zaandam <-> Hoorn SPR84100",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154672",
        "label": "Sprinter",
        "long": "Santpoort Noord <-> Haarlem SPR84200",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154673",
        "label": "Sprinter",
        "long": "Haarlem <-> Alkmaar SPR84800",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154674",
        "label": "Sprinter",
        "long": "Arnhem Centraal <-> 's-Hertogenbosch SPR86600",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154675",
        "label": "Sprinter",
        "long": "Breukelen <-> Rhenen SPR87300",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154676",
        "label": "Sprinter",
        "long": "Alphen a/d Rijn <-> 's-Hertogenbosch SPR88800",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154677",
        "label": "Sprinter",
        "long": "Tiel <-> Utrecht Centraal SPR88900",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154678",
        "label": "Sprinter",
        "long": "Zwolle <-> Almere Centrum SPR89000",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154679",
        "label": "Sprinter",
        "long": "Alkmaar <-> Zaandam",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154680",
        "label": "Sprinter",
        "long": "Utrecht Centraal <-> Houten Castellum",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "154681",
        "label": "Sprinter",
        "long": "Uitgeest <-> Zaandam",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "154683",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Didam <-> Zevenaar",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E42313",
        "color_name": "red",
        "has_shape": true,
        "id": "154684",
        "label": "1",
        "long": "Scheveningen Noord - Delft Tanthof",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "BF8E71",
        "color_name": "gray",
        "has_shape": true,
        "id": "154685",
        "label": "11",
        "long": "Scheveningen Haven - Rijswijkseplein",
        "short": "11",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "F1BFDA",
        "color_name": "white",
        "has_shape": true,
        "id": "154686",
        "label": "12",
        "long": "Den Haag Duindorp - Station Den Haag HS",
        "short": "12",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "8884BF",
        "color_name": "gray",
        "has_shape": true,
        "id": "154687",
        "label": "15",
        "long": "Nootdorp - Kalvermarkt",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "813318",
        "color_name": "brown",
        "has_shape": true,
        "id": "154688",
        "label": "16",
        "long": "Wateringen - CS",
        "short": "16",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "004B93",
        "color_name": "teal",
        "has_shape": true,
        "id": "154689",
        "label": "17",
        "long": "Statenkwartier - Wateringen",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "009984",
        "color_name": "teal",
        "has_shape": true,
        "id": "154690",
        "label": "19",
        "long": "Delft Noord - Leidschendam leidsenhage",
        "short": "19",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FDC600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154691",
        "label": "2",
        "long": "Kraaijenstein - Leidschendam Leidsenhage",
        "short": "2",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "AD1380",
        "color_name": "purple",
        "has_shape": true,
        "id": "154692",
        "label": "3",
        "long": "Lijn 3",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "F18F00",
        "color_name": "orange",
        "has_shape": true,
        "id": "154693",
        "label": "4",
        "long": "Lijn 4",
        "short": "4",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "154694",
        "label": "9S",
        "long": "Zwarte Pad - Centraal Station",
        "short": "9S",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "009FE3",
        "color_name": "teal",
        "has_shape": true,
        "id": "154695",
        "label": "6",
        "long": "Den Haag Leyenburg - Leidschendam Noord",
        "short": "6",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "AD1380",
        "color_name": "purple",
        "has_shape": true,
        "id": "154696",
        "label": "3",
        "long": "Lijn 3K",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "95C11F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154697",
        "label": "9",
        "long": "Vrederust -Scheveningen Noorderstrand",
        "short": "9",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "009440",
        "color_name": "green",
        "has_shape": true,
        "id": "154699",
        "label": "20",
        "long": "Lijn 20: Centraal Station - Duinzigt",
        "short": "20",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "154700",
        "label": "21",
        "long": "Lijn 21: Vrederust - Scheveningen Noorderstrand",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "154701",
        "label": "22",
        "long": "Lijn 22: Duindorp - Rijswijk De Schilp",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004B93",
        "color_name": "teal",
        "has_shape": true,
        "id": "154702",
        "label": "23",
        "long": "Lijn 23: Scheveningen Noorderstrand - Kijkduin",
        "short": "23",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AC167F",
        "color_name": "purple",
        "has_shape": true,
        "id": "154703",
        "label": "24",
        "long": "Lijn 24: Kijkduin - Station Mariahoeve",
        "short": "24",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "7E2F16",
        "color_name": "brown",
        "has_shape": true,
        "id": "154704",
        "label": "25",
        "long": "Lijn 25: Vrederust - Grote Markt",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8DBE2A",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154705",
        "label": "26",
        "long": "Lijn 26: Kijkduin - Voorburg Station",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "E51F20",
        "color_name": "red",
        "has_shape": true,
        "id": "154706",
        "label": "28",
        "long": "Lijn 28: Zuiderstrand - Voorburg Station",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B9DD9",
        "color_name": "teal",
        "has_shape": true,
        "id": "154707",
        "label": "29",
        "long": "Lijn 29: Station Rijswijk - Oude Waalsdorperweg",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154708",
        "label": "N1",
        "long": "Nachtlijn 1: CS - Mariahoeve - Scheveningen",
        "short": "N1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154709",
        "label": "N2",
        "long": "Nachtlijn 2: CS - Leidschendam - Wassenaar",
        "short": "N2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154710",
        "label": "N3",
        "long": "Nachtlijn 3: Kijkduin - Loosduinen",
        "short": "N3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154711",
        "label": "N4",
        "long": "Nachtlijn 4: Wateringen - Rijswijk",
        "short": "N4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154712",
        "label": "N5",
        "long": "Nachtlijn 5: Ypenburg - Delft",
        "short": "N5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154713",
        "label": "N6",
        "long": "Nachtlijn 6: Leidschenveen - Zoetermeer",
        "short": "N6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154714",
        "label": "22A",
        "long": "Lijn 56: HS - Rijswijk de Schilp",
        "short": "22A",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154715",
        "label": "22B",
        "long": "Lijn 84: Duindorp - CS",
        "short": "22B",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154727",
        "label": "9",
        "long": "Leeuwarden Busstation - Firda Wilaarderburen",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154728",
        "label": "10",
        "long": "Leeuwarden Busstation - NHL Stenden",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154729",
        "label": "26",
        "long": "Akkrum - Gorredijk - Noordwolde",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154730",
        "label": "27",
        "long": "Heerenveen - Akkrum - Drachten",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154731",
        "label": "38",
        "long": "Sneek - Wommels - Hidaard",
        "short": "38",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154732",
        "label": "39",
        "long": "Sneek - Ferwoude",
        "short": "39",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154733",
        "label": "61",
        "long": "Damw\u00e2ld - Buitenpost",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154734",
        "label": "101",
        "long": "Grootegast - Buitenpost - Kootstertille",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154735",
        "label": "151",
        "long": "Dokkum - Driezum - Leeuwarden",
        "short": "151",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154736",
        "label": "190",
        "long": "Harlingen - Bolsward - Sneek",
        "short": "190",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154737",
        "label": "5",
        "long": "Dorp - Badstrand",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154738",
        "label": "695",
        "long": "Lemmer - Leeuwarden NHL Stenden",
        "short": "695",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154741",
        "label": "104",
        "long": "Amsterdam Noord - Purmerend De Purmer",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154742",
        "label": "100",
        "long": "Amsterdam Noord via Purmerend - Edam",
        "short": "100",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154743",
        "label": "112",
        "long": "Amsterdam Noord via Volendam - Edam",
        "short": "112",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154744",
        "label": "111",
        "long": "Zaandam via Amsterdam Noord - Marken",
        "short": "111",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154745",
        "label": "65",
        "long": "Beverwijk - Zaandam De Vlinder",
        "short": "65",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154746",
        "label": "64",
        "long": "Zaandijk - Zaandam Kogerveld",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154747",
        "label": "63",
        "long": "Zaandam De Vlinder - Assendelft",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154748",
        "label": "69",
        "long": "Zaandam via Wormerveer - Krommenie",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154749",
        "label": "394",
        "long": "Amsterdam Noorderpark - Zaandam station",
        "short": "394",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154750",
        "label": "395",
        "long": "Amsterdam Sloterdijk - Zaandam ZMC",
        "short": "395",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154751",
        "label": "391",
        "long": "Amsterdam Centraal - Zaanse Schans",
        "short": "391",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154752",
        "label": "456",
        "long": "Assendelft - Zaandam",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154753",
        "label": "416",
        "long": "Purmerend via Middenbeemster - De Rijp",
        "short": "416",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154754",
        "label": "413",
        "long": "Purmerend via Oosthuizen - Beets",
        "short": "413",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154755",
        "label": "419",
        "long": "Ilpendam via Monnickendam - Broek in Waterland",
        "short": "419",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154756",
        "label": "414",
        "long": "Krommeniedijk via Wormerveer - Oostknollendam",
        "short": "414",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154757",
        "label": "103",
        "long": "Monnickendam via Purmerend - Amsterdam Sloterdijk",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154758",
        "label": "370",
        "long": "Amsterdam Zuidoost - Purmerend",
        "short": "370",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154759",
        "label": "305",
        "long": "Amsterdam Centraal via Purmerend - De Rijp",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154760",
        "label": "314",
        "long": "Amsterdam Centraal via Edam - Hoorn",
        "short": "314",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154761",
        "label": "306",
        "long": "Amsterdam Noord - Purmerend Overwhere",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154762",
        "label": "308",
        "long": "Amsterdam Noord - Purmerend Weidevenne",
        "short": "308",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154763",
        "label": "315",
        "long": "Amsterdam Noord - Monnickendam",
        "short": "315",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154764",
        "label": "119",
        "long": "Amsterdam Noord - Landsmeer",
        "short": "119",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154765",
        "label": "110",
        "long": "Amsterdam Noord via Edam - Purmerend",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "154766",
        "label": "801",
        "long": "Zaandam via Zaanse Schans - Volendam",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154767",
        "label": "101",
        "long": "Ringlijn Purmerend",
        "short": "101",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154768",
        "label": "102",
        "long": "Ringlijn Purmerend",
        "short": "102",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154769",
        "label": "307",
        "long": "Amsterdam Noord - Purmerend De Purmer",
        "short": "307",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154770",
        "label": "316",
        "long": "Amsterdam Centraal via Volendam - Edam",
        "short": "316",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154771",
        "label": "N06",
        "long": "Amsterdam Centraal - Purmerend",
        "short": "N06",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154772",
        "label": "N07",
        "long": "Amsterdam Centraal - Purmerend",
        "short": "N07",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154773",
        "label": "N14",
        "long": "Amsterdam Centraal via Edam - Hoorn",
        "short": "N14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154774",
        "label": "N11",
        "long": "Amsterdam Centraal - Marken",
        "short": "N11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154775",
        "label": "67",
        "long": "Zaandam via Wormerveer - Purmerend",
        "short": "67",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154776",
        "label": "N94",
        "long": "Amsterdam Centraal via Zaandam - Krommenie",
        "short": "N94",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "000000",
        "color_name": "black",
        "has_shape": true,
        "id": "154777",
        "label": "N19",
        "long": "Amsterdam Centraal via Oostzaan - Zaandam",
        "short": "N19",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154778",
        "label": "276",
        "long": "Amsterdam Zuidoost - Purmerend Overwhere",
        "short": "276",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154779",
        "label": "272",
        "long": "Amsterdam Sloterdijk - Purmerend",
        "short": "272",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154780",
        "label": "273",
        "long": "Amsterdam Sloterdijk via Edam - Volendam",
        "short": "273",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F39200",
        "color_name": "orange",
        "has_shape": true,
        "id": "154781",
        "label": "800",
        "long": "Amsterdam Centraal - Zaanse Schans",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154782",
        "label": "614",
        "long": "Volendam via Edam - Hoorn",
        "short": "614",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154783",
        "label": "610",
        "long": "Marken - Volendam",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "154784",
        "label": "60",
        "long": "Station Delft - Nootdorp Metro",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "154785",
        "label": "61",
        "long": "Station Delft - Rijswijk",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "154786",
        "label": "63",
        "long": "Station Delft via IKEA - Delftsehout",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "154787",
        "label": "62",
        "long": "Station Delft - Delfgauw",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "154788",
        "label": "64",
        "long": "Station Delft - Tanthof",
        "short": "64",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154789",
        "label": "46",
        "long": "Den Haag Centraal via Voorschoten - Wassenaar",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154790",
        "label": "45",
        "long": "Den Haag Centraal via Leidschendam - Leiden",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154791",
        "label": "44",
        "long": "Den Haag Centraal - Wassenaar",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154792",
        "label": "43",
        "long": "Den Haag Centraal via Wassenaar - Leiden Centraal",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154793",
        "label": "827",
        "long": "Den Haag - Honselersdijk",
        "short": "827",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154794",
        "label": "37",
        "long": "Den Haag Leyenburg - Delft",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "154795",
        "label": "70",
        "long": "Centrum West - Noordhove",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "154796",
        "label": "71",
        "long": "Centrum West via Rokkeveen - Station Lansingerland",
        "short": "71",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154797",
        "label": "30",
        "long": "Zoetermeer via Rijswijk - Naaldwijk",
        "short": "30",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154798",
        "label": "53",
        "long": "Rijswijk - Delft",
        "short": "53",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154799",
        "label": "33",
        "long": "Delft - Maassluis",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154801",
        "label": "456",
        "long": "Den Haag Leyenburg via Naaldwijk - Schiedam",
        "short": "456",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E1251B",
        "color_name": "red",
        "has_shape": true,
        "id": "154802",
        "label": "455",
        "long": "'s-Gravenzande via Naaldwijk en Delft - Zoetermeer",
        "short": "455",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "68257A",
        "color_name": "purple",
        "has_shape": true,
        "id": "154803",
        "label": "69",
        "long": "Station Delft - TU Campus",
        "short": "69",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154804",
        "label": "31",
        "long": "Den Haag Leyenburg - Hoek van Holland",
        "short": "31",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154805",
        "label": "34",
        "long": "Monster via Naaldwijk - Maassluis",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154806",
        "label": "826",
        "long": "Schiedam via Maassluis - Honselersdijk",
        "short": "826",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "95C11F",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154807",
        "label": "284",
        "long": "Delfgauw via Pijnacker - Den Haag Ypenburg",
        "short": "284",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154808",
        "label": "633",
        "long": "Delft - Maasland",
        "short": "633",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004899",
        "color_name": "teal",
        "has_shape": true,
        "id": "154809",
        "label": "51",
        "long": "Rijswijk - Den Haag Grote markt",
        "short": "51",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154875",
        "label": "82",
        "long": "Boxmeer - Venray Centrum",
        "short": "82",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154886",
        "label": "620",
        "long": "Weener - Leer",
        "short": "620",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "154887",
        "label": "401",
        "long": "Groningen - Leer",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "34A945",
        "color_name": "green",
        "has_shape": true,
        "id": "154914",
        "label": "1",
        "long": "Hoge Vucht via CS - Heusdenhout",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "97CB64",
        "color_name": "gray",
        "has_shape": true,
        "id": "154915",
        "label": "2",
        "long": "Hoge Vucht via CS - Kievitsloop",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "006FBA",
        "color_name": "teal",
        "has_shape": true,
        "id": "154916",
        "label": "3",
        "long": "Haagse Beemden via CS - Nieuw Wolfslaar",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F68A33",
        "color_name": "orange",
        "has_shape": true,
        "id": "154917",
        "label": "4",
        "long": "Princenhage via CS - Haagse Beemden",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB515",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154918",
        "label": "5",
        "long": "Nieuw Wolfslaar via CS - Heusdenhout",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EC008C",
        "color_name": "pink",
        "has_shape": true,
        "id": "154919",
        "label": "8",
        "long": "Centraal Station - BUas/Ignatiusstraat",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F173AC",
        "color_name": "pink",
        "has_shape": true,
        "id": "154920",
        "label": "9",
        "long": "Centraal Station - Avans/Amphia ziekenhuis",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9E63D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154921",
        "label": "11",
        "long": "Borchwerf via Station - Kortendijk",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "409599",
        "color_name": "teal",
        "has_shape": true,
        "id": "154922",
        "label": "12",
        "long": "Station via Kroeven - Langdonk",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154923",
        "label": "161",
        "long": "Bergen op Zoom via Wouw - Roosendaal Kortendijk",
        "short": "161",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77C043",
        "color_name": "gray",
        "has_shape": true,
        "id": "154924",
        "label": "162",
        "long": "Roosendaal Tolberg via Rucphen - Etten-Leur",
        "short": "162",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "EE4A9A",
        "color_name": "pink",
        "has_shape": true,
        "id": "154925",
        "label": "163",
        "long": "Willemstad via Oud Gastel - Roosendaal Tolberg",
        "short": "163",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FDB515",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154926",
        "label": "164",
        "long": "Roosendaal via Hoogerheide - Ossendrecht Postbaan",
        "short": "164",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9E63D",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154927",
        "label": "170",
        "long": "Breda via Rijen - Gilze AZC",
        "short": "170",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "409599",
        "color_name": "teal",
        "has_shape": true,
        "id": "154928",
        "label": "171",
        "long": "Breda - Bavel",
        "short": "171",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F15B67",
        "color_name": "pink",
        "has_shape": true,
        "id": "154929",
        "label": "172",
        "long": "Breda - Lage Zwaluwe",
        "short": "172",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00757A",
        "color_name": "teal",
        "has_shape": true,
        "id": "154930",
        "label": "173",
        "long": "Breda via Zevenbergen - Fijnaart",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00757A",
        "color_name": "teal",
        "has_shape": true,
        "id": "154932",
        "label": "175",
        "long": "Chaam - Ulicoten",
        "short": "175",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154933",
        "label": "176",
        "long": "Breda via Galder - Meersel Dreef",
        "short": "176",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "77C043",
        "color_name": "gray",
        "has_shape": true,
        "id": "154934",
        "label": "177",
        "long": "Lage Zwaluwe - Port of Moerdijk",
        "short": "177",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F9ED32",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154935",
        "label": "180",
        "long": "Werkendam - Sleeuwijk Tol",
        "short": "180",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154937",
        "label": "200",
        "long": "Dinteloord - Fijnaart",
        "short": "200",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154938",
        "label": "205",
        "long": "Rijen via Oosterhout - 's Gravenmoer",
        "short": "205",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154939",
        "label": "206",
        "long": "Waalwijk via 's-Gravenmoer - Rijen",
        "short": "206",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154940",
        "label": "208",
        "long": "Waalwijk - Wijk en Aalburg Kromme Nol",
        "short": "208",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154941",
        "label": "210",
        "long": "Klundert - Oudenbosch",
        "short": "210",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154942",
        "label": "211",
        "long": "Nispen via Roosendaal - Oudenbosch",
        "short": "211",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154943",
        "label": "212",
        "long": "Steenbergen via Moerstraten - Wouw",
        "short": "212",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154944",
        "label": "213",
        "long": "Oud Gastel via Kruisland - Steenbergen",
        "short": "213",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154945",
        "label": "214",
        "long": "Anna Jacobapolder - Steenbergen",
        "short": "214",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154946",
        "label": "215",
        "long": "Grauwe Polder via Centrum - Leur",
        "short": "215",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154947",
        "label": "216",
        "long": "Prinsenbeek - Etten-Leur",
        "short": "216",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154948",
        "label": "218",
        "long": "Zevenbergschen Hoek - Zevenbergen",
        "short": "218",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154949",
        "label": "219",
        "long": "Zevenbergen - Etten-Leur",
        "short": "219",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154950",
        "label": "220",
        "long": "Klein Zundert - Roosendaal",
        "short": "220",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154951",
        "label": "221",
        "long": "Almkerk via Giessen en Sleeuwijk - Almkerk",
        "short": "221",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154952",
        "label": "223",
        "long": "Almkerk - Waalwijk",
        "short": "223",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154953",
        "label": "224",
        "long": "Drimmelen via Made - Oosterhout",
        "short": "224",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154954",
        "label": "225",
        "long": "Zundert - Etten-Leur",
        "short": "225",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154955",
        "label": "226",
        "long": "Buurstede/Den Hout - Oosterhout",
        "short": "226",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154956",
        "label": "227",
        "long": "Hank via Wijk en Aalburg - Waalwijk",
        "short": "227",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154957",
        "label": "228",
        "long": "Almkerk - Wijk en Aalburg Kromme Nol",
        "short": "228",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "953192",
        "color_name": "purple",
        "has_shape": true,
        "id": "154958",
        "label": "229",
        "long": "Almkerk - Raamsdonksveer",
        "short": "229",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154965",
        "label": "32",
        "long": "Sittard via Stein / Beek en Geleen - Sittard.",
        "short": "32",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "5C2D91",
        "color_name": "purple",
        "has_shape": true,
        "id": "154969",
        "label": "500",
        "long": "Oosterhout - Utrecht",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5C2D91",
        "color_name": "purple",
        "has_shape": true,
        "id": "154970",
        "label": "502",
        "long": "Breda - Gorinchem",
        "short": "502",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "5C2D91",
        "color_name": "purple",
        "has_shape": true,
        "id": "154971",
        "label": "500",
        "long": "Oosterhout - Geldermalsen",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154976",
        "label": "70",
        "long": "Venlo via Meijel - Weert",
        "short": "70",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154977",
        "label": "71",
        "long": "Weert via Roggel - Meijel",
        "short": "71",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154978",
        "label": "72",
        "long": "Roermond via Panningen - Venlo",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154979",
        "label": "73",
        "long": "Roermond - Weert",
        "short": "73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154980",
        "label": "74",
        "long": "Nederweert via Weert - Stramproy",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154981",
        "label": "75",
        "long": "Meijel - Roermond",
        "short": "75",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154982",
        "label": "76",
        "long": "Maasbracht - Ell",
        "short": "76",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154983",
        "label": "77",
        "long": "Venlo via Kessel - Roermond",
        "short": "77",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154984",
        "label": "78",
        "long": "Baarlo - Grashoek",
        "short": "78",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154985",
        "label": "79",
        "long": "Horst/Sevenum - Panningen",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154986",
        "label": "80",
        "long": "Venray Station via Venray Centrum - Deurne",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154987",
        "label": "81",
        "long": "Venray via Wanssum - Well",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154988",
        "label": "83",
        "long": "Nijmegen - Venlo",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154989",
        "label": "84",
        "long": "Boxmeer - Gennep",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154990",
        "label": "85",
        "long": "Siebengewald - Boxmeer",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154991",
        "label": "794",
        "long": "Boukoul - Roermond Leeuwen",
        "short": "794",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154992",
        "label": "796",
        "long": "Heythuysen - Nederweert",
        "short": "796",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154993",
        "label": "811",
        "long": "Vlinder Venlo",
        "short": "811",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154994",
        "label": "881",
        "long": "Vlinder Venray",
        "short": "881",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154995",
        "label": "7",
        "long": "Forum MECC via Sibemaweg - Caberg/Pottenberg",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7570B3",
        "color_name": "purple",
        "has_shape": true,
        "id": "154996",
        "label": "8",
        "long": "Maastricht via Bemelen - Valkenburg",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "154997",
        "label": "9",
        "long": "Maastricht via Borgharen - Bunde",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "154998",
        "label": "340",
        "long": "Hoensbroek via Sportzone - Chemelot",
        "short": "340",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "154999",
        "label": "350",
        "long": "Maastricht via Gulpen - Aachen",
        "short": "350",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C6A572",
        "color_name": "gray",
        "has_shape": true,
        "id": "155001",
        "label": "11",
        "long": "Maastricht Station via Scharn - Forum MECC",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155002",
        "label": "16",
        "long": "Sittard via Born - Obbicht",
        "short": "16",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155003",
        "label": "18",
        "long": "Sittard via Born en Holtum/NedCar - Sittard.",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155004",
        "label": "27",
        "long": "Kerkrade Parkstad Stadion - Herzogenrath",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155005",
        "label": "30",
        "long": "Maastricht via MA Airport - Sittard",
        "short": "30",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155006",
        "label": "33",
        "long": "Sittard via Geleen en Beek / Stein - Sittard.",
        "short": "33",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155015",
        "label": "60",
        "long": "Echt - Maria Hoop",
        "short": "60",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155016",
        "label": "61",
        "long": "Roermond via Montfort - Echt",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155017",
        "label": "62",
        "long": "Roermond via Herkenbosch - Roermond.",
        "short": "62",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155018",
        "label": "63",
        "long": "Roermond via Posterholt - Roermond.",
        "short": "63",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155019",
        "label": "66",
        "long": "Venlo via Reuver - Roermond",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155020",
        "label": "67",
        "long": "Roermond via Linne - Echt",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155021",
        "label": "68",
        "long": "Roermond via Stevensweert - Echt",
        "short": "68",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155022",
        "label": "53",
        "long": "Hoensbroek via Schinnen - Geleen",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155023",
        "label": "54",
        "long": "Gulpen via Valkenburg - Geleen",
        "short": "54",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "155024",
        "label": "2",
        "long": "Brunssum/Hoensbroek via Heerlen - Bleijerheide",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339966",
        "color_name": "green",
        "has_shape": true,
        "id": "155025",
        "label": "3",
        "long": "Schinveld via Brunssum - Heerlen",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155026",
        "label": "4",
        "long": "Hoensbroek via Heerlen - Parkstad Stadion",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "155027",
        "label": "5",
        "long": "Heerlen via Landgraaf - Parkstad Stadion",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "155028",
        "label": "6",
        "long": "Kerkrade via Eygelshoven - Heerlen",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFFF00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155029",
        "label": "7",
        "long": "Ubach over Worms - Heerlen",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "7570B3",
        "color_name": "purple",
        "has_shape": true,
        "id": "155030",
        "label": "8",
        "long": "Ubach over Worms via Heerlen - Voerendaal",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155031",
        "label": "86",
        "long": "Venlo via Greenport - Horst",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155032",
        "label": "87",
        "long": "Venlo via Horst/Sevenum - Venray",
        "short": "87",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155033",
        "label": "88",
        "long": "Venlo via Grubbenvorst - Venray Station",
        "short": "88",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155034",
        "label": "89",
        "long": "Venray via Horst/Lottum - Venlo",
        "short": "89",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155035",
        "label": "279",
        "long": "Lottum - Evertsoord",
        "short": "279",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155037",
        "label": "289",
        "long": "Venray Station - Horst",
        "short": "289",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155038",
        "label": "298",
        "long": "Merselo - Blitterswijck",
        "short": "298",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155039",
        "label": "383",
        "long": "Nijmegen - Venlo",
        "short": "383",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "155040",
        "label": "1",
        "long": "Venlo Station via Tegelen - Kaldenkirchen",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "155041",
        "label": "2",
        "long": "Blerick Klingerberg - Venlo Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339966",
        "color_name": "green",
        "has_shape": true,
        "id": "155042",
        "label": "3",
        "long": "Blerick Vossener - Venlo Station",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155043",
        "label": "4",
        "long": "Venlo Station via Stalberg - Venlo Station.",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "155044",
        "label": "5",
        "long": "Venlo Station via Noorderpoort - Venlo Station.",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "155045",
        "label": "1",
        "long": "Kitskensberg via Donderberg - Roermond Station",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "155046",
        "label": "2",
        "long": "Roermond - Herten",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "155047",
        "label": "1",
        "long": "Weert Station - Weert Boshoven",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "155048",
        "label": "2",
        "long": "Weert Station - Laar",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339966",
        "color_name": "green",
        "has_shape": true,
        "id": "155049",
        "label": "3",
        "long": "Weert Station - Leuken",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155050",
        "label": "4",
        "long": "Weert Station - Altweerterheide",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155057",
        "label": "790",
        "long": "Weert via Ittervoort - Heythuysen",
        "short": "790",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99CC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155058",
        "label": "9",
        "long": "Kerkrade via Luckerheide - Landgraaf Station",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155059",
        "label": "322",
        "long": "Vaals via Heerlen en Chemelot - Beek",
        "short": "322",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "155060",
        "label": "1",
        "long": "Malberg via MUMC - De Heeg",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "155061",
        "label": "2",
        "long": "Oud Caberg via Heer - De Heeg",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "339966",
        "color_name": "green",
        "has_shape": true,
        "id": "155062",
        "label": "3",
        "long": "Wolder via Koningsplein - Nazareth/P+R Noord",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155063",
        "label": "4",
        "long": "Pottenberg/Caberg via Scharn - Valkenburg",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "155064",
        "label": "5",
        "long": "Daalhof via MUMC - Heugem",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FFFF",
        "color_name": "teal",
        "has_shape": true,
        "id": "155065",
        "label": "6",
        "long": "Markt via De Geusselt - Amby",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155066",
        "label": "332",
        "long": "Sittard via Chemelot - Beek",
        "short": "332",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "155067",
        "label": "1",
        "long": "Sittard Station via Baandert - Kemperkoul",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FFCC00",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155068",
        "label": "4",
        "long": "Sittard via Munstergeleen - Geleen",
        "short": "4",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "007446",
        "color_name": "green",
        "has_shape": true,
        "id": "155069",
        "label": "12",
        "long": "Maastricht Boschpoort via Station - St Pietersberg",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "524FA2",
        "color_name": "blue",
        "has_shape": true,
        "id": "155070",
        "label": "13",
        "long": "Maastricht Station - Kanne (B)",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A886",
        "color_name": "teal",
        "has_shape": true,
        "id": "155071",
        "label": "15",
        "long": "Daalhof via Station en MUMC - Eijsden",
        "short": "15",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155072",
        "label": "17",
        "long": "Sittard via NedCar/Holtum en Born - Sittard.",
        "short": "17",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155074",
        "label": "28",
        "long": "Nuth - Voerendaal",
        "short": "28",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155077",
        "label": "35",
        "long": "Sittard via Susteren - Maaseik",
        "short": "35",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155078",
        "label": "36",
        "long": "Sittard via Schinveld - Brunssum",
        "short": "36",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155079",
        "label": "37",
        "long": "Sittard via Merkelbeek - Brunssum",
        "short": "37",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155080",
        "label": "39",
        "long": "Urmond via Berg a/d Maas - Sittard",
        "short": "39",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155081",
        "label": "40",
        "long": "Heerlen via Hoensbroek - Sittard",
        "short": "40",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155082",
        "label": "43",
        "long": "Heerlen via Simpelveld - Vaals",
        "short": "43",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155083",
        "label": "44",
        "long": "Heerlen via Parkstad Stadion - Aachen",
        "short": "44",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155084",
        "label": "47",
        "long": "Gulpen via Simpelveld - Parkstad Stadion",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155085",
        "label": "51",
        "long": "Valkenburg via Sibbe - Margraten",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155086",
        "label": "52",
        "long": "Heerlen via Hulsberg - Meerssen",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155088",
        "label": "797",
        "long": "Beek-Elsloo via Geulle - Meerssen",
        "short": "797",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155089",
        "label": "SB3",
        "long": "Geilenkirchen - Sittard",
        "short": "SB3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155091",
        "label": "55",
        "long": "Gulpen via Ubachsberg - Heerlen",
        "short": "55",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155093",
        "label": "56",
        "long": "Valkenburg via Hoensbroek - Brunssum",
        "short": "56",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155095",
        "label": "57",
        "long": "Maastricht via Epen - Gulpen",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155096",
        "label": "59",
        "long": "Mamelis via Vijlen - Vaals",
        "short": "59",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "155097",
        "label": "149",
        "long": "Gulpen via Epen en Drielandenpunt - Vaals",
        "short": "149",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "155098",
        "label": "1",
        "long": "Hoensbroek via Heerlen - Bleijerheide",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155099",
        "label": "805",
        "long": "Vlinder Sittard Kemperkoul",
        "short": "805",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155117",
        "label": "321",
        "long": "Heerlen via Neerbeek - Beek",
        "short": "321",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155120",
        "label": "337",
        "long": "Brunssum via Sportzone - Chemelot",
        "short": "337",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "339966",
        "color_name": "green",
        "has_shape": true,
        "id": "155121",
        "label": "3",
        "long": "Sittard via Lindenheuvel - Geleen",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155127",
        "label": "723",
        "long": "Landgraaf Station - Ubach Palenberg",
        "short": "723",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155128",
        "label": "791",
        "long": "Meerssen via Valkenburg - Eijsden",
        "short": "791",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155136",
        "label": "104",
        "long": "Wandelvierdaagse Valkenburg - Berg en Terblijt",
        "short": "104",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155137",
        "label": "79",
        "long": "Horst Station - Toverland",
        "short": "79",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "155138",
        "label": "539",
        "long": "Urmond via Berg a/d Maas - Oud Urmond",
        "short": "539",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B7B700",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155217",
        "label": "85",
        "long": "Nijverdal - Avonturenpark Hellendoorn",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "B9B900",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155218",
        "label": "86",
        "long": "Rheeze - Avonturenpark Hellendoorn",
        "short": "86",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155290",
        "label": "1",
        "long": "Capital Programme - Plaza",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155291",
        "label": "3",
        "long": "P3 - Vertrekhallen - Plaza",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155292",
        "label": "3",
        "long": "P3 -Terminal",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "155294",
        "label": "9",
        "long": "Leiden Centraal - Bio Science Park",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "50AF46",
        "color_name": "green",
        "has_shape": true,
        "id": "155295",
        "label": "685",
        "long": "Oegstgeest - Den Haag",
        "short": "685",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155424",
        "label": "25",
        "long": "Coevorden - Zweeloo",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155425",
        "label": "127",
        "long": "Emmen - Hoogeveen (Snelbus)",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155426",
        "label": "422",
        "long": "Nachtbus: Assen - Beilen - Hoogeveen - Meppel",
        "short": "422",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155427",
        "label": "428",
        "long": "Nachtbus Meppel - Dwingeloo",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155428",
        "label": "432",
        "long": "Nachtbus Meppel - Ruinen",
        "short": "432",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155429",
        "label": "434",
        "long": "Nachtbus Meppel - Zuidwolde - Hoogeveen",
        "short": "434",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155431",
        "label": "43",
        "long": "Woldendorp - Delfzijl",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155432",
        "label": "45",
        "long": "Middelstum - Loppersum - Spijk",
        "short": "45",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155433",
        "label": "77",
        "long": "Gieten - Bareveld",
        "short": "77",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155434",
        "label": "139",
        "long": "Surhuisterveen - Groningen",
        "short": "139",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155435",
        "label": "165",
        "long": "Zoutkamp - Groningen (Snelbus)",
        "short": "165",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155436",
        "label": "173",
        "long": "Emmen - Ter Apel - Stadskanaal",
        "short": "173",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "19408F",
        "color_name": "blue",
        "has_shape": true,
        "id": "155437",
        "label": "305",
        "long": "Emmen - Groningen",
        "short": "305",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155438",
        "label": "400",
        "long": "Emmen - Groningen",
        "short": "400",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155439",
        "label": "404",
        "long": "Nachtbus Groningen - Drachten",
        "short": "404",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155440",
        "label": "406",
        "long": "Nachtbus Groningen - Ten Boer - App'dam - Delfzijl",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155441",
        "label": "409",
        "long": "Nachtbus Groningen - Assen",
        "short": "409",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155442",
        "label": "410",
        "long": "Nachtbus Groningen - Assen via Vries",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155443",
        "label": "417",
        "long": "Nachtbus Groningen - Roden - Leek",
        "short": "417",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155444",
        "label": "418",
        "long": "Nachtbus Groningen - Haren - Zuidlaren - Gieten",
        "short": "418",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A1A1A",
        "color_name": "black",
        "has_shape": true,
        "id": "155445",
        "label": "471",
        "long": "Nachtbus Veendam",
        "short": "471",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BE46",
        "color_name": "green",
        "has_shape": true,
        "id": "155446",
        "label": "11",
        "long": "P+R Reitdiep - Hoofdstation (Via Ring Noord)",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "99C200",
        "color_name": "yellow",
        "has_shape": true,
        "id": "155447",
        "label": "18",
        "long": "P+R Hoogkerk - Groningen Zernike",
        "short": "18",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155448",
        "label": "617",
        "long": "Scheemda - Woldendorp",
        "short": "617",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155449",
        "label": "640",
        "long": "Appingedam - Woldendorp",
        "short": "640",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155450",
        "label": "641",
        "long": "Spijk - Woldendorp",
        "short": "641",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155451",
        "label": "158",
        "long": "Stadskanaal - Gieten - Groningen",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155452",
        "label": "1",
        "long": "De Laar-West - Arnhem CS",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155453",
        "label": "2",
        "long": "Arnhem CS - De Laar-Oost",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155454",
        "label": "3",
        "long": "Burgers Zoo - Arnhem CS - Het Duifje",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155455",
        "label": "4",
        "long": "Arnhem Schuytgraaf - Het Duifje",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155456",
        "label": "5",
        "long": "Schuytgraaf - Arnhem CS - Presikhaaf",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155457",
        "label": "7",
        "long": "Geitenkamp - Arnhem CS - Rijkerswoerd",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155458",
        "label": "8",
        "long": "Arnhem Rijnstate - Rheden",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155459",
        "label": "9",
        "long": "Arnhem CS - Schaarsbergen",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155460",
        "label": "10",
        "long": "Arnhem CS - Het Dorp",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155461",
        "label": "11",
        "long": "Elden - Arnhem CS",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155462",
        "label": "12",
        "long": "Arnhem CS - IJsseloord 2",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155463",
        "label": "13",
        "long": "Arnhem CS - Klarendal",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155464",
        "label": "26",
        "long": "Arnhem CS - Doesburg - Dieren",
        "short": "26",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155465",
        "label": "27",
        "long": "Arnhem CS - Doesburg - Doetinchem",
        "short": "27",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155466",
        "label": "29",
        "long": "Arnhem CS - Doesburg - Doetinchem",
        "short": "29",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155467",
        "label": "32",
        "long": "Arnhem CS - Huissen Bergerden",
        "short": "32",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155468",
        "label": "33",
        "long": "Arnhem CS - Gendt - Nijmegen CS - Brakkenstein",
        "short": "33",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155469",
        "label": "34",
        "long": "Bemmel - Elst",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155470",
        "label": "35",
        "long": "Elst - Zetten",
        "short": "35",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155471",
        "label": "36",
        "long": "Heteren - Arnhem CS",
        "short": "36",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155472",
        "label": "43",
        "long": "Apeldoorn - Dieren - Arnhem Zuid",
        "short": "43",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155473",
        "label": "60",
        "long": "Tolkamer - Zevenaar - Arnhem CS",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155474",
        "label": "61",
        "long": "IJsseloord 2 - Westervoort - Centerpoort Noord",
        "short": "61",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155475",
        "label": "62",
        "long": "Duiven - Westervoort - Arnhem CS",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155476",
        "label": "110",
        "long": "Papendal - Arnhem CS",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155477",
        "label": "127",
        "long": "Arnhem CS - Presikhaaf-West",
        "short": "127",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155478",
        "label": "406",
        "long": "Arnhem CS - Elsweide/HAN",
        "short": "406",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155479",
        "label": "605",
        "long": "Papendal - Venster/Beekdal",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155480",
        "label": "608",
        "long": "Arnhem CS - CIOS",
        "short": "608",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155481",
        "label": "761",
        "long": "Centerpoort - Station Westervoort",
        "short": "761",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155482",
        "label": "762",
        "long": "station Westervoort - Duiven West",
        "short": "762",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155483",
        "label": "1",
        "long": "Ede Oost - Station - Veldhuizen",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155484",
        "label": "2",
        "long": "Veldhuizen - Station - Rietkampen",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155485",
        "label": "3",
        "long": "De Klomp - Ede - Wageningen",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155486",
        "label": "4",
        "long": "Veenendaal - Ede",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155487",
        "label": "83",
        "long": "Veenendaal De Klomp - Station Centrum",
        "short": "83",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155488",
        "label": "103",
        "long": "Ede - Wageningen - Arnhem CS",
        "short": "103",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155489",
        "label": "105",
        "long": "Barneveld - Otterlo - Arnhem CS",
        "short": "105",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155490",
        "label": "106",
        "long": "(Ede -) Otterlo - Hoge Veluwe",
        "short": "106",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155491",
        "label": "107",
        "long": "Otterlo - Putten",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155492",
        "label": "108",
        "long": "Ede - Otterlo - Apeldoorn",
        "short": "108",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155493",
        "label": "403",
        "long": "Ede - Wageningen Campus",
        "short": "403",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155494",
        "label": "607",
        "long": "Ede - Amersfoort Hoornbeeck/Lodenstein",
        "short": "607",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155495",
        "label": "610",
        "long": "Renswoude - Scherpenzeel - Barneveld",
        "short": "610",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155496",
        "label": "1",
        "long": "Millingen - Nijmegen CS - Aldenhof",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155497",
        "label": "2",
        "long": "St. Maartenskliniek - Nijmegen CS - Dukenburg",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155498",
        "label": "3",
        "long": "Oosterhout - Nijmegen CS - Weezenhof",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155499",
        "label": "4",
        "long": "Lent - Nijmegen CS",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155500",
        "label": "5",
        "long": "Groesbeek - Nijmegen CS - Beuningen",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155501",
        "label": "6",
        "long": "Dukenburg - Nijmegen CS - Neerbosch-Oost",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155502",
        "label": "7",
        "long": "Ooij - Nijmegen CS",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155503",
        "label": "8",
        "long": "Hatert - Nijmegen CS - Berg en Dal",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155504",
        "label": "9",
        "long": "Nijmegen - Grave",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155505",
        "label": "11",
        "long": "Beuningen - Dukenburg - Bijsterhuizen",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155506",
        "label": "12",
        "long": "P+R West - Nijmegen CS",
        "short": "12",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155507",
        "label": "15",
        "long": "Nijmegen CS - Wijchen",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155508",
        "label": "42",
        "long": "Druten Busstation - Tiel Station",
        "short": "42",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155509",
        "label": "85",
        "long": "Druten - Nijmegen CS",
        "short": "85",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155511",
        "label": "601",
        "long": "Millingen - Ooij - Groesbeek",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155512",
        "label": "197",
        "long": "Capelsebrug - Algerabrug - Capelsebrug",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155513",
        "label": "198",
        "long": "Capelsebrug - Rivium - Capelsebrug",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155514",
        "label": "199",
        "long": "Waterbus Rivium - Station Blaak",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "155515",
        "label": "18",
        "long": "Rotterdam Centraal - Spartastraat",
        "short": "18",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155683",
        "label": "410",
        "long": "Nijmegen CS - Heijendaal",
        "short": "410",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "155684",
        "label": "15",
        "long": "Pendeltram BOL-OPL tbv metro aug 2026",
        "short": "15",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155685",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Roermond <-> Venlo",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155688",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Roermond <-> Venlo",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155689",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Bad Bentheim <-> Hengelo",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155690",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Boxtel <-> Geldermalsen",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155691",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Amsterdam Bijlmer ArenA <-> Breukelen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155692",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Amsterdam Centraal <-> Breukelen",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155693",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Amsterdam Zuid <-> Hoofddorp",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "155694",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Hoofddorp <-> Schiphol Airport",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "155696",
        "label": "Intercity",
        "long": "Intercity Amsterdam Centraal <-> Den Haag Centraal",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "3651A3",
        "color_name": "blue",
        "has_shape": true,
        "id": "155700",
        "label": "1",
        "long": "Burgemeester Oudlaan - Holy",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "3651A3",
        "color_name": "blue",
        "has_shape": true,
        "id": "155701",
        "label": "11",
        "long": "Burgemeester Oudlaan - Woudhoek",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155702",
        "label": "232",
        "long": "Goes - Zierikzee",
        "short": "232",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "155703",
        "label": "630",
        "long": "Bruinisse - Goes",
        "short": "630",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1B7FA8",
        "color_name": "teal",
        "has_shape": true,
        "id": "155827",
        "label": "ALGB",
        "long": "Rivium - Stormhoek",
        "short": "ALGB",
        "text_color": "FFFFFF",
        "type_label": "Ferry"
      },
      {
        "color": "FF0010",
        "color_name": "red",
        "has_shape": true,
        "id": "159450",
        "label": "22",
        "long": "Science Park - Utrecht CS",
        "short": "22",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "159451",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Roermond <-> Sittard",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "159452",
        "label": "Stoptrein",
        "long": "Enschede <-> Dortmund Hbf ST20200",
        "short": "Stoptrein",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "159453",
        "label": "Snelbus ipv trein",
        "long": "Snelbus ipv trein Dordrecht <-> Roosendaal",
        "short": "Snelbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "159454",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Breda <-> Roosendaal",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "159455",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Dordrecht <-> Roosendaal",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": false,
        "id": "159456",
        "label": "Stopbus ipv trein",
        "long": "Stopbus ipv trein Lage Zwaluwe <-> Roosendaal",
        "short": "Stopbus ipv trein",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "159457",
        "label": "Intercity",
        "long": "Rotterdam Centraal <-> Eindhoven Centraal IC21400",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "159458",
        "label": "Intercity",
        "long": "Amsterdam Centraal <-> Utrecht Centraal IC83100",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "159459",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Breukelen SPR84000",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "159460",
        "label": "Sprinter",
        "long": "Houten <-> Leiden Centraal SPR86700",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "159461",
        "label": "Eurostar",
        "long": "Paris-Nord <-> Amsterdam Centraal EST9300",
        "short": "Eurostar",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "159462",
        "label": "ICE",
        "long": "Amsterdam Centraal <-> Frankfurt (M) Hbf ICE100",
        "short": "ICE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "159463",
        "label": "ICE",
        "long": "Int. reserveren verplicht Amsterdam Centraal <-> Berlin Hbf",
        "short": "ICE",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159470",
        "label": "Flex",
        "long": "HWGO Flex Oud-Beijerland Poortwijk Noord",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159471",
        "label": "Flex",
        "long": "HWGO Flex Oud-Beijerland Poortwijk Zuid",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159472",
        "label": "Flex",
        "long": "HWGO Flex Oud-Beijerland Zinkweg",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159473",
        "label": "Flex",
        "long": "HWGO Flex Oud-Beijerland Vierwiekenplein",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159474",
        "label": "Flex",
        "long": "HWGO Flex Piershil",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159475",
        "label": "Flex",
        "long": "HWGO Flex Nieuw-Beijerland",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159476",
        "label": "Flex",
        "long": "HWGO Flex Hoeksche Waard overig",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159477",
        "label": "Flex",
        "long": "HWGO Flex Middelharnis",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159478",
        "label": "Flex",
        "long": "HWGO Flex Goeree Overflakkee overig",
        "short": "Flex",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AFB4B9",
        "color_name": "gray",
        "has_shape": true,
        "id": "159479",
        "label": "169",
        "long": "Hoofddorp: Station - Spaarne Gasthuis",
        "short": "169",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4F287B",
        "color_name": "purple",
        "has_shape": true,
        "id": "159480",
        "label": "804",
        "long": "Apeldoorn - Zwolle",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00965E",
        "color_name": "green",
        "has_shape": true,
        "id": "159481",
        "label": "867",
        "long": "Lemelerveld - Dalfsen",
        "short": "867",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "159482",
        "label": "10",
        "long": "Scheveningen - Vrederust",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "EC608A",
        "color_name": "pink",
        "has_shape": true,
        "id": "159483",
        "label": "34",
        "long": "Lijn 34",
        "short": "34",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "FDC600",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159484",
        "label": "2",
        "long": "Kraaijenstein - Station Den Haag Centraal",
        "short": "2",
        "text_color": "000000",
        "type_label": "Tram / light rail"
      },
      {
        "color": "DD3333",
        "color_name": "red",
        "has_shape": true,
        "id": "159487",
        "label": "9S",
        "long": "station HS - Kurhaus",
        "short": "9S",
        "text_color": "FFFFFF",
        "type_label": "Tram / light rail"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159497",
        "label": "692",
        "long": "Wilbertoord - Boxmeer",
        "short": "692",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159498",
        "label": "70",
        "long": "P+R De Vliert - Centrum v.v.",
        "short": "70",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159499",
        "label": "662",
        "long": "Maren-Kessel - Oss",
        "short": "662",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "159500",
        "label": "637",
        "long": "Baarle-Nassau - Tilburg",
        "short": "637",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159501",
        "label": "602",
        "long": "Waalwijk - Tilburg Stappegoor",
        "short": "602",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159502",
        "label": "601",
        "long": "Centraal Station - Stappegoor",
        "short": "601",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "004080",
        "color_name": "teal",
        "has_shape": true,
        "id": "159503",
        "label": "306",
        "long": "Uden - 's-Hertogenbosch",
        "short": "306",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "159504",
        "label": "305",
        "long": "Oss via Uden - Eindhoven",
        "short": "305",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159505",
        "label": "301",
        "long": "Tilburg via Waalwijk - 's-Hertogenbosch",
        "short": "301",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159506",
        "label": "300",
        "long": "Tilburg via Waalwijk - 's-Hertogenbosch",
        "short": "300",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159507",
        "label": "295",
        "long": "Hilvarenbeek - Goirle",
        "short": "295",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159508",
        "label": "239",
        "long": "Oisterwijk via Cromvoirt - 's-Hertogenbosch",
        "short": "239",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159509",
        "label": "238",
        "long": "Grave - Boxmeer",
        "short": "238",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159510",
        "label": "158",
        "long": "Veghel - 's-Hertogenbosch",
        "short": "158",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159511",
        "label": "157",
        "long": "Oss - Eindhoven",
        "short": "157",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159512",
        "label": "156",
        "long": "'s-Hertogenbosch - Eindhoven",
        "short": "156",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159513",
        "label": "154",
        "long": "'s-Hertogenbosch - Eindhoven",
        "short": "154",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159514",
        "label": "136",
        "long": "Tilburg  via Waalwijk - 's-Hertogenbosch",
        "short": "136",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "159515",
        "label": "135",
        "long": "Wijk en Aalburg - 's-Hertogenbosch",
        "short": "135",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159516",
        "label": "131",
        "long": "Tilburg - Gilze",
        "short": "131",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159517",
        "label": "99",
        "long": "Nijmegen - Uden",
        "short": "99",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159518",
        "label": "90",
        "long": "Oss - 's-Hertogenbosch",
        "short": "90",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159519",
        "label": "11",
        "long": "Centraal Station - De Aawijk",
        "short": "11",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "159520",
        "label": "10",
        "long": "Maaspoort - CS",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00FF00",
        "color_name": "green",
        "has_shape": true,
        "id": "159521",
        "label": "8",
        "long": "Maasoever via CS en JBZ - Vught",
        "short": "8",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004000",
        "color_name": "black",
        "has_shape": true,
        "id": "159522",
        "label": "7",
        "long": "Maasoever - Centraal Station",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "159523",
        "label": "6",
        "long": "Empel - Centraal Station",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "808040",
        "color_name": "brown",
        "has_shape": true,
        "id": "159524",
        "label": "5",
        "long": "Engelen - Centraal Station",
        "short": "5",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159525",
        "label": "4",
        "long": "Groote Wielen via CS - De Kruiskamp",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": true,
        "id": "159526",
        "label": "3",
        "long": "Rosmalen - Centraal Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "159527",
        "label": "2",
        "long": "Hambaken - Centraal Station",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "159528",
        "label": "1",
        "long": "Centraal Station - De Aawijk",
        "short": "1",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159529",
        "label": "655",
        "long": "Veghel - Gemert",
        "short": "655",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159530",
        "label": "643",
        "long": "Boxtel - 's-Hertogenbosch",
        "short": "643",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159531",
        "label": "639",
        "long": "Udenhout - 's-Hertogenbosch",
        "short": "639",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159532",
        "label": "638",
        "long": "Grave - Cuijk",
        "short": "638",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159533",
        "label": "3",
        "long": "Reeshof - Centraal Station",
        "short": "3",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159534",
        "label": "299",
        "long": "Oirschot - Sint Michielsgestel",
        "short": "299",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159535",
        "label": "296",
        "long": "Oss - Megen",
        "short": "296",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159536",
        "label": "9",
        "long": "Centraal Station via Berkel-Enschot - Udenhout",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159537",
        "label": "294",
        "long": "Oss - Ravenstein",
        "short": "294",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159538",
        "label": "293",
        "long": "Hilvarenbeek via Diessen - Bladel",
        "short": "293",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159539",
        "label": "292",
        "long": "Sint Anthonis - Boxmeer",
        "short": "292",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159540",
        "label": "289",
        "long": "Hilvarenbeek via Moergestel - Oisterwijk",
        "short": "289",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159541",
        "label": "262",
        "long": "Maren Kessel - Oss",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159542",
        "label": "256",
        "long": "Veghel - Venhorst",
        "short": "256",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159543",
        "label": "255",
        "long": "Boxmeer - Venray",
        "short": "255",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159544",
        "label": "254",
        "long": "Schaijk - Uden",
        "short": "254",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159545",
        "label": "253",
        "long": "Boerdonk - Veghel",
        "short": "253",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159546",
        "label": "251",
        "long": "Rosmalen - Uden",
        "short": "251",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159547",
        "label": "250",
        "long": "Bokhoven - 's-Hertogenbosch CS",
        "short": "250",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159548",
        "label": "242",
        "long": "Hilvarenbeek via Diessen - Middelbeers",
        "short": "242",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159549",
        "label": "800",
        "long": "'s-Hertogenbosch - De Efteling",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159550",
        "label": "204",
        "long": "Best - Schijndel",
        "short": "204",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159551",
        "label": "203",
        "long": "Liempde - 's-Hertogenbosch",
        "short": "203",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "159552",
        "label": "137",
        "long": "Tilburg - Baarle-Nassau",
        "short": "137",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159553",
        "label": "96",
        "long": "Grave - Oss",
        "short": "96",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159554",
        "label": "92",
        "long": "Grave - Cuijk",
        "short": "92",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159555",
        "label": "91",
        "long": "Uden - Cuijk",
        "short": "91",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159556",
        "label": "60",
        "long": "P+R Deutersestraat - Centrum v.v.",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "159557",
        "label": "9",
        "long": "Maasoever via CS en JBZ - Vught",
        "short": "9",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8DC63F",
        "color_name": "gray",
        "has_shape": true,
        "id": "159558",
        "label": "174",
        "long": "Made via Waalwijk - Wijk en Aalburg Kromme Nol",
        "short": "174",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159559",
        "label": "690",
        "long": "Grave via Heesch - Den Bosch",
        "short": "690",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159560",
        "label": "1",
        "long": "ETZ Elisabeth via CS - Noord-Quirijnstok",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159561",
        "label": "644",
        "long": "Boxtel - Veghel",
        "short": "644",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159562",
        "label": "2",
        "long": "Goirle via CS - Reeshof",
        "short": "2",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159563",
        "label": "605",
        "long": "Uden - Eindhoven",
        "short": "605",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159564",
        "label": "4",
        "long": "Centraal Station - Reeshof",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159565",
        "label": "8",
        "long": "Centraal Station - Het Laar",
        "short": "8",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159566",
        "label": "801",
        "long": "Tilburg - De Efteling",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159567",
        "label": "143",
        "long": "Tilburg via Hilvarenbeek - Reusel",
        "short": "143",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159568",
        "label": "142",
        "long": "Tilburg  via Hilvarenbeek - Best",
        "short": "142",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159569",
        "label": "141",
        "long": "Tilburg  via Moergestel - Best",
        "short": "141",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159570",
        "label": "140",
        "long": "Tilburg  via Oisterwijk - 's-Hertogenbosch",
        "short": "140",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159571",
        "label": "80",
        "long": "P+R Pettelaarpark - Centrum v.v.",
        "short": "80",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "F7941D",
        "color_name": "orange",
        "has_shape": true,
        "id": "159572",
        "label": "683",
        "long": "Dongen via Oosterhout - Andel Prinsentuin",
        "short": "683",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F7941D",
        "color_name": "orange",
        "has_shape": true,
        "id": "159573",
        "label": "684",
        "long": "Kromme Nol - Andel Prinsentuin",
        "short": "684",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BCF2",
        "color_name": "teal",
        "has_shape": true,
        "id": "159574",
        "label": "181",
        "long": "'s-Hertogenbosch via Altena - Gorinchem",
        "short": "181",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159575",
        "label": "5",
        "long": "Centraal Station - Noord-Stokhasselt",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159576",
        "label": "6",
        "long": "Centraal Station - Noord-Heikant",
        "short": "6",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159577",
        "label": "7",
        "long": "De Blaak via CS - West-Paletplein",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159578",
        "label": "207",
        "long": "'s-Hertogenbosch - Cromvoirt",
        "short": "207",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "005860",
        "color_name": "green",
        "has_shape": true,
        "id": "159579",
        "label": "7",
        "long": "Efteling Busstation - Efteling Bosrijk v.v.",
        "short": "7",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00A6DE",
        "color_name": "teal",
        "has_shape": true,
        "id": "159580",
        "label": "360",
        "long": "Rotterdam via Bergen op Zoom - Putte",
        "short": "360",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00B2E3",
        "color_name": "teal",
        "has_shape": true,
        "id": "159581",
        "label": "372",
        "long": "Oosterhout via Breda CS - Breda Bijster",
        "short": "372",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4EC1E8",
        "color_name": "teal",
        "has_shape": true,
        "id": "159582",
        "label": "373",
        "long": "Zevenbergen via Prinsenbeek - Breda",
        "short": "373",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4EC1E8",
        "color_name": "teal",
        "has_shape": true,
        "id": "159583",
        "label": "374",
        "long": "Made via Breda - Zundert",
        "short": "374",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6DE",
        "color_name": "teal",
        "has_shape": true,
        "id": "159584",
        "label": "375",
        "long": "Baarle-Nassau - Breda",
        "short": "375",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00A6DE",
        "color_name": "teal",
        "has_shape": true,
        "id": "159585",
        "label": "380",
        "long": "Geertuidenberg via Breda/A27 - Oud Gastel",
        "short": "380",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159586",
        "label": "687",
        "long": "Venlo - Horst",
        "short": "687",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4EC1E8",
        "color_name": "teal",
        "has_shape": true,
        "id": "159587",
        "label": "361",
        "long": "Oud Gastel via Bergen op Zoom - Ossendrecht",
        "short": "361",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159589",
        "label": "618",
        "long": "Sittard via NedCar - Holtum",
        "short": "618",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159590",
        "label": "632",
        "long": "Sittard Station - Chemelot Campus",
        "short": "632",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159591",
        "label": "637",
        "long": "Sittard Sportzone - Brunssum",
        "short": "637",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "90D2EE",
        "color_name": "white",
        "has_shape": true,
        "id": "159593",
        "label": "370",
        "long": "Geertuidenberg via Breda CS - Etten-Leur Vosdonk",
        "short": "370",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "F7941D",
        "color_name": "orange",
        "has_shape": true,
        "id": "159594",
        "label": "682",
        "long": "Wagenberg via Made - Andel Prinsentuin",
        "short": "682",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159595",
        "label": "684",
        "long": "Boxmeer - Gennep",
        "short": "684",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159596",
        "label": "603",
        "long": "Brunssum via Heerlen - Parkstad Stadion",
        "short": "603",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159597",
        "label": "606",
        "long": "Kerkrade via Eygelshoven - Zuyd Hogeschool",
        "short": "606",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159598",
        "label": "611",
        "long": "Heerlen Station - Zuyd Hogeschool",
        "short": "611",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159599",
        "label": "615",
        "long": "Maastricht - MUMC",
        "short": "615",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159600",
        "label": "617",
        "long": "Sittard via NedCar - Holtum",
        "short": "617",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "4EC1E8",
        "color_name": "teal",
        "has_shape": true,
        "id": "159601",
        "label": "371",
        "long": "Tilburg via Breda CS - Etten-Leur Centrum",
        "short": "371",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159602",
        "label": "601",
        "long": "Zuyd Hogeschool via Heerlerbaan/Station - Kerkrade",
        "short": "601",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159603",
        "label": "616",
        "long": "Sittard via Born - Obbicht",
        "short": "616",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159604",
        "label": "672",
        "long": "Roermond - Panningen",
        "short": "672",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159605",
        "label": "674",
        "long": "Ospel - Weert",
        "short": "674",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159606",
        "label": "679",
        "long": "Horst/Sevenum - Panningen",
        "short": "679",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159607",
        "label": "683",
        "long": "Well - Venlo",
        "short": "683",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159610",
        "label": "639",
        "long": "Urmond via Berg a/d Maas - Sittard",
        "short": "639",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159611",
        "label": "647",
        "long": "Gulpen via Simpelveld - Parkstad Stadion",
        "short": "647",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159612",
        "label": "650",
        "long": "Bocholtz via Gulpen - Maastricht Centrum",
        "short": "650",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159613",
        "label": "655",
        "long": "Gulpen via Ubachsberg - Heerlen",
        "short": "655",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159614",
        "label": "657",
        "long": "Mheer via Banholt - Gulpen",
        "short": "657",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159615",
        "label": "658",
        "long": "Gulpen - Heerlen",
        "short": "658",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159616",
        "label": "643",
        "long": "Heerlen via Parkstad Stadion - Vaals",
        "short": "643",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159618",
        "label": "659",
        "long": "Maastricht via Gulpen - Vaals",
        "short": "659",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159623",
        "label": "669",
        "long": "Zaltbommel - Wijk en Aalburg",
        "short": "669",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159624",
        "label": "812",
        "long": "Tiel Station - Tiel Oost",
        "short": "812",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159625",
        "label": "237",
        "long": "Heteren - Kesteren (RsvRRR)",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "159626",
        "label": "41",
        "long": "Wageningen via Maurik - Culemborg",
        "short": "41",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "004040",
        "color_name": "green",
        "has_shape": true,
        "id": "159627",
        "label": "44",
        "long": "Tiel via Maurik - Rhenen",
        "short": "44",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "159628",
        "label": "45",
        "long": "Tiel via Ochten - Wageningen",
        "short": "45",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "159629",
        "label": "46",
        "long": "Tiel via Culemborg - Vianen",
        "short": "46",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "159630",
        "label": "47",
        "long": "Geldermalsen - Gorinchem",
        "short": "47",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000A0",
        "color_name": "blue",
        "has_shape": true,
        "id": "159631",
        "label": "48",
        "long": "Tiel via Medel- Passewaaij",
        "short": "48",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159632",
        "label": "49",
        "long": "Zaltbommel - Brakel",
        "short": "49",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159633",
        "label": "67",
        "long": "Kerkdriel - Zaltbommel",
        "short": "67",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159634",
        "label": "68",
        "long": "Zaltbommel - Aalst",
        "short": "68",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159635",
        "label": "85",
        "long": "Druten - Nijmegen",
        "short": "85",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159636",
        "label": "148",
        "long": "Tiel Station - Medel / Lingemeer",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159637",
        "label": "165",
        "long": "Druten - 's-Hertogenbosch",
        "short": "165",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159638",
        "label": "166",
        "long": "Well - 's-Hertogenbosch",
        "short": "166",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AB34A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "159639",
        "label": "237",
        "long": "Heteren - Kesteren",
        "short": "237",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "888E64",
        "color_name": "gray",
        "has_shape": true,
        "id": "159640",
        "label": "61",
        "long": "Overdinkel - Enschede",
        "short": "61",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "AB34A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "159641",
        "label": "248",
        "long": "Tiel - Zaltbommel",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB34A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "159642",
        "label": "260",
        "long": "Geldermalsen - Leerdam",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB34A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "159643",
        "label": "261",
        "long": "Geldermalsen via Est - Geldermalsen",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB34A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "159644",
        "label": "262",
        "long": "Geldermalsen - Tricht",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB34A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "159645",
        "label": "266",
        "long": "Zaltbommel - Wijk en Aalburg",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB34A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "159646",
        "label": "267",
        "long": "Hedel - Zaltbommel",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "AB34A8",
        "color_name": "purple",
        "has_shape": true,
        "id": "159647",
        "label": "268",
        "long": "Zaltbommel - Giessen",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECE",
        "color_name": "teal",
        "has_shape": true,
        "id": "159648",
        "label": "543",
        "long": "Tiel - Geldermalsen",
        "short": "543",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159649",
        "label": "626",
        "long": "Hedel - Gorinchem",
        "short": "626",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159650",
        "label": "647",
        "long": "Enspijk via Geldermalsen - Gorinchem",
        "short": "647",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159651",
        "label": "648",
        "long": "Zaltbommel - Tiel",
        "short": "648",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159652",
        "label": "649",
        "long": "Zaltbommel - Brakel",
        "short": "649",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159653",
        "label": "650",
        "long": "Leerdam - Culemborg",
        "short": "650",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159654",
        "label": "660",
        "long": "Asperen - Leerdam",
        "short": "660",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159655",
        "label": "664",
        "long": "Zaltbommel - Heerewaarden",
        "short": "664",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159656",
        "label": "667",
        "long": "Kerkdriel - Zaltbommel",
        "short": "667",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159657",
        "label": "668",
        "long": "Velddriel - Andel",
        "short": "668",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159658",
        "label": "673",
        "long": "Leerdam - Gorinchem",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "159659",
        "label": "800",
        "long": "Tiel via Buren - Geldermalsen",
        "short": "800",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "159660",
        "label": "801",
        "long": "Hoenzadriel - Kerkdriel",
        "short": "801",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "159661",
        "label": "802",
        "long": "Druten via Maasbommel - Wamel",
        "short": "802",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "159662",
        "label": "803",
        "long": "Aalst via Kesteren - Eldik",
        "short": "803",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159663",
        "label": "811",
        "long": "Tiel - Wadenoijen",
        "short": "811",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159664",
        "label": "248",
        "long": "Tiel - Zaltbommel (RsvRRR)",
        "short": "248",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159665",
        "label": "260",
        "long": "Geldermalsen - Leerdam (RsvRRR)",
        "short": "260",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159666",
        "label": "261",
        "long": "Geldermalsen via Elst - Geldermalsen (RsvRRR)",
        "short": "261",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159667",
        "label": "262",
        "long": "Geldermalsen - Tricht (RsvRRR)",
        "short": "262",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159668",
        "label": "266",
        "long": "Zaltbommel - Wijk en Aalburg (RsvRRR)",
        "short": "266",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159669",
        "label": "267",
        "long": "Hedel - Zaltbommel (RsvRRR)",
        "short": "267",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159670",
        "label": "268",
        "long": "Zaltbommel - Giessen (RsvRRR)",
        "short": "268",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159671",
        "label": "673",
        "long": "Leerdam - Gorinchem (RsvRRR)",
        "short": "673",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "159673",
        "label": "2",
        "long": "Enschede Helmerhoek - Deppenbroek",
        "short": "2",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8F8F18",
        "color_name": "brown",
        "has_shape": true,
        "id": "159674",
        "label": "3",
        "long": "Glanerbrug - Enschede",
        "short": "3",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "159675",
        "label": "4",
        "long": "Enschede Stroinkslanden - 't Zwering",
        "short": "4",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "159676",
        "label": "5",
        "long": "Enschede CS - Helmerhoek",
        "short": "5",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "159677",
        "label": "6",
        "long": "Enschede CS - Stokhorst",
        "short": "6",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "159678",
        "label": "9",
        "long": "Hengelo - Enschede",
        "short": "9",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "426DA2",
        "color_name": "teal",
        "has_shape": true,
        "id": "159679",
        "label": "10",
        "long": "Hengelo CS - Veldwijk",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "159680",
        "label": "42",
        "long": "Tiel - Druten",
        "short": "42",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF53A9",
        "color_name": "pink",
        "has_shape": true,
        "id": "159681",
        "label": "11",
        "long": "Hengelo CS - Hasseler Es",
        "short": "11",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "159682",
        "label": "12",
        "long": "Hengelo CS - Groot Driene",
        "short": "12",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159683",
        "label": "13",
        "long": "Hengelo CS - Slangenbeek",
        "short": "13",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159684",
        "label": "14",
        "long": "Hengelo CS - Gezondheidspark",
        "short": "14",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "979700",
        "color_name": "brown",
        "has_shape": true,
        "id": "159685",
        "label": "21",
        "long": "Almelo Station - Windmolenbroek",
        "short": "21",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "159686",
        "label": "22",
        "long": "Almelo Station - Windmolenbroek",
        "short": "22",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF8040",
        "color_name": "orange",
        "has_shape": true,
        "id": "159687",
        "label": "23",
        "long": "Almelo Station - Schelfhorst",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF80FF",
        "color_name": "white",
        "has_shape": true,
        "id": "159688",
        "label": "24",
        "long": "Almelo Station - Schelfhorst",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF00FF",
        "color_name": "pink",
        "has_shape": true,
        "id": "159689",
        "label": "26",
        "long": "Almelo Station - Ziekenhuis",
        "short": "26",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "8080C0",
        "color_name": "gray",
        "has_shape": true,
        "id": "159690",
        "label": "51",
        "long": "Hengelo - Almelo",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FCD703",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159691",
        "label": "64",
        "long": "Oldenzaal via Ootmarsum - Almelo",
        "short": "64",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "78BCBC",
        "color_name": "gray",
        "has_shape": true,
        "id": "159693",
        "label": "66",
        "long": "Overdinkel - Almelo",
        "short": "66",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080C0",
        "color_name": "teal",
        "has_shape": true,
        "id": "159694",
        "label": "80",
        "long": "Hardenberg - Westerhaar",
        "short": "80",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF0080",
        "color_name": "pink",
        "has_shape": true,
        "id": "159695",
        "label": "81",
        "long": "Ommen - Almelo",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159696",
        "label": "808",
        "long": "IJzerlo - Miste",
        "short": "808",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159697",
        "label": "52",
        "long": "Lochem west - Station (RsvRRR)",
        "short": "52",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159698",
        "label": "193",
        "long": "Zutphen via Wichmond - Kranenburg (RsvRRR)",
        "short": "193",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159699",
        "label": "665",
        "long": "Dreumel - 's-Hertogenbosch",
        "short": "665",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159700",
        "label": "507",
        "long": "Losser - Glanerbrug",
        "short": "507",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159701",
        "label": "525",
        "long": "Almelo Station - Aalderinkshoek",
        "short": "525",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159702",
        "label": "46",
        "long": "Tiel via Culemborg - Vianen (RsvRRR)",
        "short": "46",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159703",
        "label": "148",
        "long": "Tiel Station - Medel / Lingemeer (RsvRRR)",
        "short": "148",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159704",
        "label": "49",
        "long": "Zaltbommel - Brakel (RsvRRR)",
        "short": "49",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "159705",
        "label": "20",
        "long": "Station - Station",
        "short": "20",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159706",
        "label": "23",
        "long": "Borculo via Doetinchem - Dinxperlo",
        "short": "23",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159707",
        "label": "24",
        "long": "Doetinchem - 's Heerenberg",
        "short": "24",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "008080",
        "color_name": "teal",
        "has_shape": true,
        "id": "159708",
        "label": "25",
        "long": "Didam - 's-Heerenberg",
        "short": "25",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159709",
        "label": "27",
        "long": "Arnhem via Giesbeek - Doetinchem",
        "short": "27",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "159710",
        "label": "28",
        "long": "Gendringen via Doetinchem - Zutphen",
        "short": "28",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159711",
        "label": "29",
        "long": "Arnhem via Rheden - Doetinchem",
        "short": "29",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159712",
        "label": "51",
        "long": "Vorden - Doetinchem",
        "short": "51",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159713",
        "label": "52",
        "long": "Lochem West - Station",
        "short": "52",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159714",
        "label": "57",
        "long": "Deventer - Borculo",
        "short": "57",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159715",
        "label": "58",
        "long": "Zutphen - Lochem",
        "short": "58",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159716",
        "label": "72",
        "long": "Borculo - Lichtenvoorde",
        "short": "72",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159717",
        "label": "73",
        "long": "Enschede - Winterswijk",
        "short": "73",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159718",
        "label": "74",
        "long": "Enschede - Doetinchem",
        "short": "74",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "159719",
        "label": "7",
        "long": "Enschede CS - Marssteden",
        "short": "7",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159720",
        "label": "75",
        "long": "Aalten - Groenlo",
        "short": "75",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159721",
        "label": "81",
        "long": "Zutphen - Deventer",
        "short": "81",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159722",
        "label": "83",
        "long": "Zutphen via Warnsveld - Zutphen",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98C818",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159723",
        "label": "197",
        "long": "'s-Heerenberg - Terborg",
        "short": "197",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98C818",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159724",
        "label": "198",
        "long": "Neede via Borculo - Groenlo",
        "short": "198",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "FF9933",
        "color_name": "orange",
        "has_shape": true,
        "id": "159725",
        "label": "53",
        "long": "Hengelo - Eibergen",
        "short": "53",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "800080",
        "color_name": "purple",
        "has_shape": true,
        "id": "159726",
        "label": "60",
        "long": "Oldenzaal - Enschede",
        "short": "60",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "83735C",
        "color_name": "gray",
        "has_shape": true,
        "id": "159727",
        "label": "62",
        "long": "Denekamp - Enschede",
        "short": "62",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "008040",
        "color_name": "green",
        "has_shape": true,
        "id": "159728",
        "label": "63",
        "long": "Borculo - Enschede",
        "short": "63",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "FF8000",
        "color_name": "orange",
        "has_shape": true,
        "id": "159729",
        "label": "65",
        "long": "Hengelo - Tubbergen",
        "short": "65",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "159730",
        "label": "428",
        "long": "Dinxperlo via Gendringen - Doetinchem",
        "short": "428",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159731",
        "label": "627",
        "long": "Giesbeek - Doetinchem",
        "short": "627",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159732",
        "label": "651",
        "long": "Zutphen - Doetinchem",
        "short": "651",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159733",
        "label": "656",
        "long": "Doetinchem - Apeldoorn",
        "short": "656",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "80FFFF",
        "color_name": "white",
        "has_shape": true,
        "id": "159734",
        "label": "83",
        "long": "Vriezenveen - Almelo",
        "short": "83",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159735",
        "label": "810",
        "long": "Gorssel - Joppe",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159736",
        "label": "191",
        "long": "Ruurlo - Aalten (RsvRRR)",
        "short": "191",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159737",
        "label": "194",
        "long": "Zelhem via Dinxperlo - Aalten (RsvRRR)",
        "short": "194",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159738",
        "label": "195",
        "long": "Megchelen - Terborg (RsvRRR)",
        "short": "195",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "800000",
        "color_name": "red",
        "has_shape": true,
        "id": "159739",
        "label": "95",
        "long": "Borculo - Almelo",
        "short": "95",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "0000FF",
        "color_name": "blue",
        "has_shape": true,
        "id": "159740",
        "label": "98",
        "long": "Neede via Delden - Almelo",
        "short": "98",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159741",
        "label": "505",
        "long": "Enschede CS - Hogeland",
        "short": "505",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159742",
        "label": "506",
        "long": "Boekelo - Enschede",
        "short": "506",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159743",
        "label": "508",
        "long": "De Posten - Stroinkslanden - De Cromhoff - De Post",
        "short": "508",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159744",
        "label": "513",
        "long": "Nijverdal - Raalte",
        "short": "513",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159745",
        "label": "591",
        "long": "Bruinehaar - Tubbergen",
        "short": "591",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159746",
        "label": "592",
        "long": "Weerselo - Borne",
        "short": "592",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159747",
        "label": "593",
        "long": "De Lutte - Oldenzaal",
        "short": "593",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159748",
        "label": "594",
        "long": "Daarlerveen/Den Ham - Nijverdal",
        "short": "594",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159749",
        "label": "595",
        "long": "Buurse - Haaksbergen",
        "short": "595",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159750",
        "label": "596",
        "long": "Ootmarsum - Denekamp",
        "short": "596",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159751",
        "label": "597",
        "long": "Nijverdal - Hankate",
        "short": "597",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8A8A17",
        "color_name": "brown",
        "has_shape": true,
        "id": "159752",
        "label": "664",
        "long": "Denekamp - Almelo",
        "short": "664",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "C40062",
        "color_name": "red",
        "has_shape": true,
        "id": "159753",
        "label": "810",
        "long": "FlexRRReis Hengelo",
        "short": "810",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159754",
        "label": "86",
        "long": "Zutphen - Warnsveld",
        "short": "86",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159755",
        "label": "87",
        "long": "Zutphen via Warnsveld - Zutphen",
        "short": "87",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "98C818",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159756",
        "label": "191",
        "long": "Ruurlo - Aalten",
        "short": "191",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98C818",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159757",
        "label": "194",
        "long": "Zelhem via Dinxperlo - Aalten",
        "short": "194",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98C818",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159758",
        "label": "195",
        "long": "Megchelen - Terborg",
        "short": "195",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159759",
        "label": "623",
        "long": "Doetinchem Station - Graafschap College",
        "short": "623",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159760",
        "label": "628",
        "long": "Dinxperlo via Ulft - Doetinchem",
        "short": "628",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159761",
        "label": "682",
        "long": "Zutphen - Doetinchem",
        "short": "682",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159762",
        "label": "697",
        "long": "Stokkum - Silvolde",
        "short": "697",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159763",
        "label": "804",
        "long": "Bronckhorst via Steenderen - Hoog-Keppel",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159764",
        "label": "809",
        "long": "Lievelde via Meddo - Groenlo",
        "short": "809",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "808000",
        "color_name": "brown",
        "has_shape": true,
        "id": "159765",
        "label": "96",
        "long": "Rijssen - Nijverdal",
        "short": "96",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "0080FF",
        "color_name": "teal",
        "has_shape": true,
        "id": "159766",
        "label": "97",
        "long": "Haaksbergen - Holten",
        "short": "97",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159767",
        "label": "500",
        "long": "FlexRRReis Rijssen Holten",
        "short": "500",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159768",
        "label": "501",
        "long": "FlexRRReis Borne",
        "short": "501",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159769",
        "label": "199",
        "long": "Haaksbergen via Rekken - Eibergen (RsvRRR)",
        "short": "199",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159770",
        "label": "589",
        "long": "Weerselo - Oldenzaal",
        "short": "589",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159771",
        "label": "84",
        "long": "Zutphen via Zuidwijken - Zutphen",
        "short": "84",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98C818",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159772",
        "label": "193",
        "long": "Zutphen via Wichmond - Kranenburg",
        "short": "193",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98C818",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159773",
        "label": "196",
        "long": "Nieuw-Dijk via Wehl - 's-Heerenberg",
        "short": "196",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "98C818",
        "color_name": "yellow",
        "has_shape": true,
        "id": "159774",
        "label": "199",
        "long": "Haaksbergen via Rekken - Eibergen",
        "short": "199",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159775",
        "label": "401",
        "long": "Pendel Stadion de Vijverberg",
        "short": "401",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "00BECD",
        "color_name": "teal",
        "has_shape": true,
        "id": "159776",
        "label": "612",
        "long": "Doetinchem Station - Tweede Loolaan",
        "short": "612",
        "text_color": "000000",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159777",
        "label": "805",
        "long": "Laren - Barchem",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159778",
        "label": "806",
        "long": "Vorden  via Zelhem - Westendorp",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159779",
        "label": "807",
        "long": "Netterden - Gendringen",
        "short": "807",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159780",
        "label": "196",
        "long": "Nieuw-Dijk via Wehl - 's Heerenberg (RsvRRR)",
        "short": "196",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159781",
        "label": "197",
        "long": "'s Heerenberg - Terborg (RsvRRR)",
        "short": "197",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8000FF",
        "color_name": "purple",
        "has_shape": true,
        "id": "159782",
        "label": "198",
        "long": "Neede via Borculo - Groenlo (RsvRRR)",
        "short": "198",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "858C96",
        "color_name": "gray",
        "has_shape": true,
        "id": "159787",
        "label": "34",
        "long": "Lijn M34 (Muziek-Poortmetro)",
        "short": "34",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "858C96",
        "color_name": "gray",
        "has_shape": true,
        "id": "159788",
        "label": "804",
        "long": "Lijn 804 PendelGo Stedenwijk - Station Muziekwijk",
        "short": "804",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "858C96",
        "color_name": "gray",
        "has_shape": true,
        "id": "159789",
        "label": "805",
        "long": "Lijn 805 PendelGo Danswijk - Station Parkwijk",
        "short": "805",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "858C96",
        "color_name": "gray",
        "has_shape": true,
        "id": "159790",
        "label": "806",
        "long": "Lijn 806 PendelGo Noorderplassen - Beatrixpark",
        "short": "806",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159791",
        "label": "520",
        "long": "Buurtbus Beilen - Hoogersmilde",
        "short": "520",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159792",
        "label": "522",
        "long": "Buurtbus Witteveen - Nieuw Balinge - Hoogeveen",
        "short": "522",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159793",
        "label": "524",
        "long": "Buurtbus Steenwijk - Havelte",
        "short": "524",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159794",
        "label": "562",
        "long": "Buurtbus Uithuizen - Loppersum",
        "short": "562",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159795",
        "label": "565",
        "long": "Buurtbus Houwerzijl - Leens",
        "short": "565",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159796",
        "label": "37",
        "long": "Zoutkamp - Zuidhorn",
        "short": "37",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159797",
        "label": "107",
        "long": "Stadskanaal - Gieten - Groningen Zernike",
        "short": "107",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159798",
        "label": "110",
        "long": "Assen - Groningen De Wijert - Groningen CS",
        "short": "110",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159799",
        "label": "209",
        "long": "Groningen - Vliegveld Eelde (snelbus)",
        "short": "209",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "C34141",
        "color_name": "red",
        "has_shape": true,
        "id": "159801",
        "label": "17",
        "long": "Paddepoel - Vinkhuizen - CS",
        "short": "17",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "1A7A46",
        "color_name": "green",
        "has_shape": true,
        "id": "159802",
        "label": "159",
        "long": "Borger - Gieten - Annen Pendel",
        "short": "159",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E00000",
        "color_name": "red",
        "has_shape": true,
        "id": "159805",
        "label": "10",
        "long": "P+R Noord via Centrum - Randwyck",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E00000",
        "color_name": "red",
        "has_shape": true,
        "id": "159806",
        "label": "10",
        "long": "Heerlen via Parkstad Stadion - Avantis",
        "short": "10",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "E00000",
        "color_name": "red",
        "has_shape": true,
        "id": "159807",
        "label": "1",
        "long": "Enschede Wesselerbrink - Universiteit Twente",
        "short": "1",
        "text_color": "FFFFFF",
        "type_label": "Bus"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17562",
        "label": "Intercity",
        "long": "Rotterdam Centraal <-> Utrecht Centraal IC2800",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17627",
        "label": "Sprinter",
        "long": "Utrecht Centraal <-> Baarn SPR5500",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17641",
        "label": "Sprinter",
        "long": "Utrecht Centraal <-> Zwolle SPR5600",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17658",
        "label": "Intercity",
        "long": "Zwolle <-> Roosendaal IC3600",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17661",
        "label": "Intercity",
        "long": "Amsterdam Centraal <-> Den Haag Centraal IC2100",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17705",
        "label": "Intercity",
        "long": "Den Haag Centraal <-> Enschede IC1700",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17748",
        "label": "Sprinter",
        "long": "Uitgeest <-> Rotterdam Centraal SPR4000",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17792",
        "label": "Intercity",
        "long": "Den Helder <-> Nijmegen IC3000",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "17803",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Zandvoort aan Zee SPR5400",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "37294",
        "label": "Sprinter",
        "long": "Ede-Wageningen <-> Arnhem Centraal SPR7500",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "41208",
        "label": "Sprinter",
        "long": "Dordrecht <-> Roosendaal SPR5900",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "41216",
        "label": "Sprinter",
        "long": "Apeldoorn <-> Almelo SPR7000",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "41226",
        "label": "Sprinter",
        "long": "Amsterdam Centraal <-> Hoorn SPR4800",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "41236",
        "label": "Sprinter",
        "long": "Wijchen <-> Zutphen SPR7600",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "43187",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> Dordrecht SPR5000",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "44942",
        "label": "Intercity",
        "long": "Amsterdam Centraal <-> Almere Centrum IC2600",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "44947",
        "label": "Sprinter",
        "long": "Almere Centrum <-> Utrecht Centraal SPR4900",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "45194",
        "label": "Sprinter",
        "long": "Den Haag Centraal <-> Gouda Goverwelle SPR6800",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "52986",
        "label": "Intercity",
        "long": "Enkhuizen <-> Maastricht IC2900",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "52991",
        "label": "Sprinter",
        "long": "Breukelen <-> Rhenen SPR7300",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "67394",
        "label": "Intercity",
        "long": "Den Haag Centraal <-> Eindhoven Centraal IC1100",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "79951",
        "label": "Sprinter",
        "long": "Tilburg Universiteit <-> Weert SPR6400",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "83134",
        "label": "Intercity",
        "long": "Enkhuizen <-> Heerlen IC3900",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "84150",
        "label": "Sprinter",
        "long": "Leiden Centraal <-> Utrecht Centraal SPR8900",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "84247",
        "label": "Intercity",
        "long": "Rotterdam Centraal <-> Arnhem Centraal IC3200",
        "short": "Intercity",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "86488",
        "label": "Stoptrein RS18",
        "long": "Kerkrade Centrum <-> Maastricht Randwyck ST32000",
        "short": "Stoptrein RS18",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "86489",
        "label": "Stoptrein RS11",
        "long": "Nijmegen <-> Roermond ST32200",
        "short": "Stoptrein RS11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "86490",
        "label": "Stoptrein RS11",
        "long": "Nijmegen <-> Venray ST32300",
        "short": "Stoptrein RS11",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "86491",
        "label": "Stoptrein RS12",
        "long": "Roermond <-> Maastricht Randwyck ST32400",
        "short": "Stoptrein RS12",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "86492",
        "label": "Stoptrein RS15",
        "long": "Sittard <-> Heerlen ST32500",
        "short": "Stoptrein RS15",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "86497",
        "label": "Stoptrein RS3",
        "long": "Leeuwarden <-> Stavoren ST37100",
        "short": "Stoptrein RS3",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "90309",
        "label": "Sprinter",
        "long": "Assen <-> Groningen SPR6200",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      },
      {
        "color": "8844AA",
        "color_name": "purple",
        "has_shape": true,
        "id": "90312",
        "label": "Sprinter",
        "long": "Lelystad Centrum <-> Leeuwarden SPR9000",
        "short": "Sprinter",
        "text_color": "FFFFFF",
        "type_label": "Rail"
      }
    ],
    "stop_count": 79014,
    "stop_points_capped": true
  },
  "rubric_version": "1.3",
  "schema_version": "1.17",
  "scoring_profile": {
    "id": "gtfs-scorecard-1.3",
    "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.3"
  },
  "snapshot_date": "2026-08-02",
  "top_fixes": [
    {
      "code": "decreasing_or_equal_stop_time_distance",
      "count": 17989,
      "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": 24.0,
      "rank": 1,
      "severity": "ERROR",
      "what": "Some trips have stop times whose distances along the route go backwards.",
      "why": "Apps can show transit vehicles jumping backwards or mis-order stops."
    },
    {
      "code": "point_near_origin",
      "count": 91,
      "effort": "Varies.",
      "fix": "Review the rule documentation for 'point_near_origin' at https://gtfs-validator.mobilitydata.org/rules.html and check the flagged rows in your feed.",
      "owner": "",
      "points": 24.0,
      "rank": 2,
      "severity": "ERROR",
      "what": "Point near origin (flagged by the MobilityData validator).",
      "why": "See the linked rule for what this affects."
    },
    {
      "code": "scorecard_wheelchair_boarding_unknown",
      "count": 49659,
      "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": 15.7,
      "rank": 3,
      "severity": "WARNING",
      "what": "49659 of 79105 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"
}
