[
  {
    "path": ".gitignore",
    "content": ".DS_Store\nfeed\nTODO\n\napi/gtfs-data\napi/tmp\n\n"
  },
  {
    "path": "LICENSE",
    "content": "Copyright (c) 2014 Vasile Coțovanu - http://www.vasile.ch\n \nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n \nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n \nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  },
  {
    "path": "README.md",
    "content": "## About\n\nThis project animates vehicles (markers) on a map using the public transport timetables to interpolate their positions along the routes (polylines).\n\n**NEW: Plug and play your GTFS files !** Check the [GTFS-viz](https://github.com/vasile/GTFS-viz) for more information.\n\n![Swiss railways(SBB)](https://raw.github.com/vasile/transit-map/master/static/images/github_badge_800px.png \"Swiss railways(SBB)\")\nSBB network - http://simcity.vasile.ch/sbb/\n\n### Live applications using this project\n\n* **Swiss National Railways (SBB)** network - http://simcity.vasile.ch/sbb/\n* **Romanian Railways (CFR)** network - http://cfr.webgis.ro/\n* **Lausanne (TL)** public transport - http://simcity.vasile.ch/lausanne/\n* **Brașov (RAT)** public transport - http://brasov.webgis.ro/\n* **Grenoble (TAG)** public transport - http://simcity.vasile.ch/grenoble/\n* **Genève (TPG)** public transport - http://simcity.vasile.ch/geneva/\n\n![Swiss railways(SBB)](http://simcity.vasile.ch/sbb/static/images/embed_social_200px.png \"Swiss railways(SBB)\") ![Romanian railways(CFR)](http://cfr.webgis.ro/static/images/embed_social_200px.png \"Romanian railways(CFR)\") ![Lausanne (TL)](http://simcity.vasile.ch/lausanne/static/images/embed_social_200px.png \"Lausanne (TL)\") ![Brașov (RAT)](http://brasov.webgis.ro/static/images/embed_social_200px.png \"Brașov (RAT)\") ![Grenoble (TAG)](http://simcity.vasile.ch/grenoble/static/images/embed_social_200px.png \"Grenoble (TAG)\") ![Genève (TPG)](http://simcity.vasile.ch/geneva/static/images/embed_social_200px.png \"Genève (TPG)\")\n\n## Install\n\nYou need is a webserver(i.e. Apache) and a (modern) browser.\n\nSteps:\n\n* clone / download the project in a location that can be accessible via your webserver\n* access the project in the browser (i.e. [http://localhost/transit-map/](http://localhost/transit-map/) ). \n\nYou should already see some action on the map !\n\n## Customize\n\n### Parameters in config.js\n\nFile [static/js/config.js](https://github.com/vasile/transit-map/blob/master/static/js/config.js)\n\n| Key | Required | Sample Value | Description |\n| ------------ | ------------- | ------------ | ------------ |\n| center.x | **YES** | 8.540 | Longitude of the map center. Values in decimal degrees. |\n| center.x | **YES** | 47.378 | Latitude of the map center. Values in decimal degrees. |\n| map_type_id | **YES** | roadmap | Initial map type. Values: **roadmap**, **satellite**, **terrain**, **stamen** |\n| zoom.start | **YES** | 13 | Initial map zoom level. Values from 1 to 21. |\n| zoom.min |  | 7 | Minimum map zoo level. |\n| zoom.max |  | 7 | Maximum map zoo level. |\n| zoom.to_stops | **YES** | 17 | Zoom to this value when a stop(station) is clicked / selected |\n| zoom.roadmap.stops_min |  | 15 | Minimum zoom level for which the stops(stations) layer is visible when the roadmap view is rendered |\n| zoom.roadmap.stops_max |  | 20 | Maximum zoom level ... |\n| zoom.roadmap.shapes_min |  | 7 | Minimum zoom level for which the shapes(tracks) ... |\n| zoom.roadmap.shapes_min |  | 20 | Maximum zoom level ... |\n| zoom.satellite.stops_min |  | 15 | Minimum zoom level for which the stops(stations) layer is visible when the satellite view is rendered |\n| zoom.satellite.stops_max |  | 20 | Maximum zoom level ... |\n| zoom.satellite.shapes_min |  | 7 | Minimum zoom level for which the shapes(tracks) ... |\n| zoom.satellite.shapes_min |  | 18 | Maximum zoom level ... |\n| zoom.vehicle_follow | **YES** | 17 | Zoom to this value when a vehicle is \"followed\" |\n| zoom.vehicle_mouseover_min | **YES** | 7 | Prohibit vehicle popups when hovering under this zoom value |\n| ft_layer_ids.mask |  | *string* | Fusion Table ID of the area mask. Example: [SBB network mask](https://www.google.com/fusiontables/DataSource?docid=1tDHsjdz7uhhAmWlmmwjR1P2Huf2LKMMiICPVdw) |\n| ft_layer_ids.gtfs_shapes |  | *string* | Fusion Table ID of the GTFS shapes. Example: [SF Muni shapes](https://www.google.com/fusiontables/DataSource?docid=1P8sj1Nte_-84dNqcdeKhVeIhVFZ3PGJsNHShVBE) |\n| ft_layer_ids.gtfs_stops |  | *string* | Fusion Table ID of the GTFS stops. Example: [SF Muni stops](https://www.google.com/fusiontables/DataSource?docid=1Md8PkM899quqFiCnfv4bpaGOKbVWMn4u9HBiQiY) |\n| ft_layer_ids.topology_edges |  | *string* | Fusion Table ID of the custom network edges. Example: [SBB edges](https://www.google.com/fusiontables/DataSource?docid=1-1B2tYIO2JSnaacEHO8sfWVjm1S387lMEkHkjc4) . **Use this for non-GTFS projects** |\n| ft_layer_ids.topology_stations |  | *string* | Fusion Table ID of the custom network stations. Example: [SBB edges](https://www.google.com/fusiontables/DataSource?docid=1YppDCNud7566oK_VwHsuUhGJqnm_CLDStMS3IuM) . **Use this for non-GTFS projects** |\n| api_paths.trips | **YES** | api/getTrips/[hhmm] | Vehicles (or GTFS trips) API with all vehicles that run at given hhmm - hour minutes. |\n| api_paths.departures |  | api/getDepartures/[stop_id]/[hhmm] | Departures API of the vehicles that stop in [stop_id] station at given [hhmm] time. |\n| geojson.gtfs_shapes | **YES** | api/geojson/gtfs_shapes.json | GeoJSON FeatureCollection with the GTFS shapes. **This param is not required if geojson.topology_* are used. |\n| geojson.gtfs_stops | **YES** | api/geojson/gtfs_shapes.json | GeoJSON FeatureCollection with the GTFS stops. **This param is not required if geojson.topology_* are used.** |\n| geojson.topology_edges |  | static/geojson/edges-sbb.json | GeoJSON FeatureCollection with the network edges. **This param is required if the project is NOT GTFS based.** |\n| geojson.topology_stations |  | static/geojson/edges-sbb.json | GeoJSON FeatureCollection with the network stations. **This param is required if the project is NOT GTFS based.** |\n| routes |  | Hash | JS Hash containing the route defintions.** |\n\n**Notes:**\n\n- no one of the FT Layers are needed, they are just used for displaying the network stations and lines on the map.\n- ft_layer_ids.gtfs\\_\\* and ft_layer_ids.topology\\_\\* are mutually exclusive, the first one  should be used if the project is GTFS-based . Same for geojson.gtfs\\_\\* vs geojson.topology\\_\\* keys\n- check the [GTFS-viz](https://github.com/vasile/GTFS-viz) script if you plan to animate a GTFS dataset\n\n### Override parameters\n\nAll the config parameters above can be overriden using query string parameters, for instance add **?center.x=8.2&center.y=46.9** to override the map center.\n\n### Other parameters\n\nIn addition to these, other optional parameters can be used as querystring parameters or in the config.js\n\n| Key | Sample Value | Description |\n| ------------ | ------------- | ------------ |\n| hms | 10:20:30 | Override time of day, using hh:mm:vv format |\n| time_multiply | 10 | Accelerate the simulation :) Possible values: 1, 5, 10, 100 |\n| view_mode | iframe | Will remove the info panel; suitable for IFRAME integrations |\n| vehicle_name | ICN10017 | The application will try to locate the vehicle by name and follow it |\n| vehicle_id | *string* | Same as above for vehicle_id |\n\n\n**Examples:**\n\n* Stamen watercolor map, centered on 8.47 longitude with 47.18 latitude, initial zoom level 11 and simulation time set for 10:20:30 with time increasing 10x\n    \n    [?center.x=8.7&center.y=47.18&zoom.start=11&map_type_id=stamen&hms=11:20:30&time_multiply=10](http://simcity.vasile.ch/sbb/?center.x=8.7&center.y=47.18&zoom.start=11&map_type_id=stamen&hms=11:20:30&time_multiply=10)\n\n* Roadmap, swiss-centered, included as an iframe\n    \n    [?center.x=8.2&center.y=46.9&zoom.start=9&map_type_id=roadmap&hms=11:20:30&time_multiply=100&view_mode=iframe](http://simcity.vasile.ch/sbb/?center.x=8.2&center.y=46.9&zoom.start=9&map_type_id=roadmap&hms=11:20:30&time_multiply=100&view_mode=iframe) \n\n* Track ICN10017 (Zürich HB - Lugano)\n    \n    [?hms=11:25:30&vehicle_name=ICN10017&time_multiply=5](http://simcity.vasile.ch/sbb/?hms=11:25:30&vehicle_name=ICN10017&time_multiply=5)     \n\n## Contact ?\nHave other questions or do you want to use this application for your area and got stuck ? \n\nThen ping me on [Twitter](https://twitter.com/vasile23) or drop [me](http://www.vasile.ch) a line. \n \n## License\n\n**Copyright (c) 2014 Vasile Coțovanu** - http://www.vasile.ch\n \nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the **following conditions:**\n \n* **The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.**\n \n* THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "api/.htaccess",
    "content": "RewriteEngine On\nRewriteRule getTrips/([0-9]{4})$ inc/controllers/trips.php?hhmm=$1 [L]\nRewriteRule geojson/([^\\.]+?.geojson)$ inc/controllers/geojson.php?file=$1 [L]"
  },
  {
    "path": "api/demo/trips.json",
    "content": "[\n  {\n    \"id\": \"ICE_3_8503000_0900\",\n    \"name\": \"ICE 3\",\n    \"type\": \"ice\",\n    \"sts\": [\n      \"8500090\",\n      \"8500010\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"07:41:00\",\n      \"08:07:00\"\n    ],\n    \"arrs\": [\n      \"07:47:00\",\n      \"09:00:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"197,404,584\",\n      \"-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2304,2305,2306,2263,2307,2222\"\n    ],\n    \"service_type\": \"ice\"\n  },\n  {\n    \"id\": \"IR_2515_8505000_0900\",\n    \"name\": \"IR 2515\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501008\",\n      \"8501120\",\n      \"8504014\",\n      \"8504100\",\n      \"8507000\",\n      \"8502001\",\n      \"8502007\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"06:11:00\",\n      \"06:47:00\",\n      \"07:03:00\",\n      \"07:34:00\",\n      \"08:00:00\",\n      \"08:28:00\",\n      \"08:41:00\"\n    ],\n    \"arrs\": [\n      \"06:45:00\",\n      \"07:02:00\",\n      \"07:33:00\",\n      \"07:56:00\",\n      \"08:27:00\",\n      \"08:40:00\",\n      \"09:00:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087\",\n      \"94,83,82,84,85,578,579,87,86\",\n      \"569,570,89,88,1985,2096,80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,374,-422,-421\",\n      \"-487,-488,-489,-490,-492,-491,-495\",\n      \"-494,-493,-496,-497,-498,-499,-2004,-501,-500,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_52_16230_8504400_0900\",\n    \"name\": \"S 52 16230\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507000\",\n      \"8504489\",\n      \"8516154\",\n      \"8504488\",\n      \"8504487\",\n      \"8504486\",\n      \"8504400\"\n    ],\n    \"deps\": [\n      \"08:34:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:54:00\"\n    ],\n    \"arrs\": [\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:52:00\",\n      \"09:00:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1301,324,-585,-586,-241\",\n      \"-1545\",\n      \"-1544\",\n      \"-911\",\n      \"-910\",\n      \"-909,-908\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_4609_8509369_0912\",\n    \"name\": \"R 4609\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509255\",\n      \"8509352\",\n      \"8509353\",\n      \"8509354\",\n      \"8519370\",\n      \"8509373\",\n      \"8509356\",\n      \"8509357\",\n      \"8509358\",\n      \"8509359\",\n      \"8509360\",\n      \"8509361\",\n      \"8509363\",\n      \"8509364\",\n      \"8509365\",\n      \"8509366\",\n      \"8509367\",\n      \"8509368\"\n    ],\n    \"deps\": [\n      \"07:04:00\",\n      \"07:07:00\",\n      \"07:13:00\",\n      \"07:20:00\",\n      \"07:23:00\",\n      \"07:25:00\",\n      \"07:34:00\",\n      \"07:46:00\",\n      \"07:59:00\",\n      \"08:11:00\",\n      \"08:20:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:37:00\",\n      \"08:43:00\",\n      \"08:51:00\",\n      \"08:56:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"07:06:45\",\n      \"07:12:45\",\n      \"07:19:45\",\n      \"07:22:45\",\n      \"07:24:45\",\n      \"07:33:45\",\n      \"07:45:00\",\n      \"07:58:45\",\n      \"08:10:45\",\n      \"08:19:45\",\n      \"08:27:00\",\n      \"08:31:45\",\n      \"08:36:45\",\n      \"08:42:45\",\n      \"08:50:45\",\n      \"08:55:45\",\n      \"09:01:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1490\",\n      \"1491\",\n      \"1492\",\n      \"1493\",\n      \"1494\",\n      \"1495\",\n      \"1496\",\n      \"1497\",\n      \"1498\",\n      \"1499\",\n      \"1500\",\n      \"1501\",\n      \"1502\",\n      \"1503\",\n      \"1504\",\n      \"1505\",\n      \"1506\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_10_25158_8505212_0901\",\n    \"name\": \"S 10 25158\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505307\",\n      \"8505306\",\n      \"8505305\",\n      \"8518475\",\n      \"8505304\",\n      \"8505303\",\n      \"8505302\",\n      \"8505301\",\n      \"8505300\",\n      \"8505219\",\n      \"8505218\",\n      \"8505217\",\n      \"8505216\",\n      \"8505214\",\n      \"8505213\",\n      \"8505212\"\n    ],\n    \"deps\": [\n      \"07:58:00\",\n      \"08:01:00\",\n      \"08:06:00\",\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:22:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:43:00\",\n      \"08:54:00\",\n      \"08:57:00\"\n    ],\n    \"arrs\": [\n      \"08:00:45\",\n      \"08:05:00\",\n      \"08:06:45\",\n      \"08:09:45\",\n      \"08:14:00\",\n      \"08:17:45\",\n      \"08:21:45\",\n      \"08:26:00\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:37:45\",\n      \"08:42:45\",\n      \"08:53:00\",\n      \"08:56:45\",\n      \"09:01:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542\",\n      \"-541\",\n      \"-2212\",\n      \"-1910\",\n      \"-1911,-1912\",\n      \"-2070,-2071,-540\",\n      \"-2068,-2069,-539\",\n      \"-533\",\n      \"-2066,-2067,-532\",\n      \"-531\",\n      \"-530\",\n      \"-529\",\n      \"-2065,-2064,-528,-2063,-2062,-523\",\n      \"-522\",\n      \"-521\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_14_218_8502113_0901\",\n    \"name\": \"S 14 218\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502169\",\n      \"8502168\",\n      \"8502176\",\n      \"8502167\",\n      \"8502166\",\n      \"8502165\",\n      \"8502164\",\n      \"8502163\",\n      \"8502183\",\n      \"8502162\",\n      \"8516450\",\n      \"8502161\",\n      \"8502174\",\n      \"8502184\",\n      \"8502160\",\n      \"8502189\",\n      \"8502103\",\n      \"8502123\",\n      \"8502113\"\n    ],\n    \"deps\": [\n      \"08:25:00\",\n      \"08:26:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:39:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"08:58:00\"\n    ],\n    \"arrs\": [\n      \"08:25:45\",\n      \"08:26:45\",\n      \"08:28:45\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:37:45\",\n      \"08:38:45\",\n      \"08:39:45\",\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:47:45\",\n      \"08:50:45\",\n      \"08:51:45\",\n      \"08:55:00\",\n      \"08:57:45\",\n      \"09:01:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1581\",\n      \"1582\",\n      \"1580\",\n      \"-1579\",\n      \"-1578\",\n      \"-1577\",\n      \"-1576\",\n      \"-1573\",\n      \"-1572\",\n      \"-1575\",\n      \"-1574\",\n      \"-1345\",\n      \"-1346\",\n      \"-1571\",\n      \"-1570\",\n      \"-1976,1977\",\n      \"-1977,-1978\",\n      \"-1958,-1307\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_1707_8501609_0902\",\n    \"name\": \"IR 1707\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8501120\",\n      \"8501200\",\n      \"8501300\",\n      \"8501400\",\n      \"8501500\",\n      \"8501506\",\n      \"8501509\",\n      \"8501601\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"06:23:00\",\n      \"06:33:00\",\n      \"06:47:00\",\n      \"07:02:00\",\n      \"07:20:00\",\n      \"07:34:00\",\n      \"07:40:00\",\n      \"07:51:00\",\n      \"08:10:00\",\n      \"08:25:00\",\n      \"08:35:00\",\n      \"08:43:00\",\n      \"08:55:00\"\n    ],\n    \"arrs\": [\n      \"06:31:00\",\n      \"06:46:00\",\n      \"07:01:00\",\n      \"07:12:00\",\n      \"07:33:00\",\n      \"07:39:00\",\n      \"07:50:00\",\n      \"08:09:00\",\n      \"08:23:00\",\n      \"08:34:00\",\n      \"08:42:00\",\n      \"08:53:00\",\n      \"09:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,1362,116,2087\",\n      \"94,63,62,61,60,66,65,64,580,581\",\n      \"109,111,112,110\",\n      \"225,224,226,223,221\",\n      \"273,1360,408,409,222,220,1944\",\n      \"411,412,228,237,232,233,236,234\",\n      \"235,231\",\n      \"229,230\",\n      \"238,239,240,1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2015_8503000_0902\",\n    \"name\": \"IR 2015\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8507000\",\n      \"8508005\",\n      \"8508008\",\n      \"8508100\",\n      \"8500218\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"07:39:00\",\n      \"07:52:00\",\n      \"08:04:00\",\n      \"08:11:00\",\n      \"08:29:00\"\n    ],\n    \"arrs\": [\n      \"07:51:00\",\n      \"08:03:45\",\n      \"08:10:00\",\n      \"08:24:00\",\n      \"09:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1953,-199,-207,-432,-431\",\n      \"-206,-200\",\n      \"-418,-1954,-1955,-417\",\n      \"-201,-202,-205,-204,-1957,-203,-59,-363,-362\",\n      \"-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2304,2305,2253,2297\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_4124_8500173_0902\",\n    \"name\": \"R 4124\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500100\",\n      \"8500162\",\n      \"8500170\",\n      \"8500164\",\n      \"8500171\",\n      \"8500165\",\n      \"8500172\",\n      \"8500173\"\n    ],\n    \"deps\": [\n      \"08:41:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"08:59:00\"\n    ],\n    \"arrs\": [\n      \"08:47:45\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-871,-860\",\n      \"-859\",\n      \"-858,-857\",\n      \"-1213\",\n      \"-1212\",\n      \"-1211\",\n      \"-1210\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_10_25161_8301700_0950\",\n    \"name\": \"S 10 25161\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505212\",\n      \"8505213\",\n      \"8505214\",\n      \"8505216\",\n      \"8505217\",\n      \"8505218\",\n      \"8505219\",\n      \"8505300\",\n      \"8505301\",\n      \"8505302\",\n      \"8505303\",\n      \"8505304\",\n      \"8518475\",\n      \"8505305\",\n      \"8505306\",\n      \"8505307\"\n    ],\n    \"deps\": [\n      \"07:58:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:15:00\",\n      \"08:19:00\",\n      \"08:25:00\",\n      \"08:27:00\",\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:02:00\",\n      \"08:05:45\",\n      \"08:14:45\",\n      \"08:18:45\",\n      \"08:24:45\",\n      \"08:26:45\",\n      \"08:33:00\",\n      \"08:35:45\",\n      \"08:40:45\",\n      \"08:43:45\",\n      \"08:47:45\",\n      \"08:50:00\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"521\",\n      \"522\",\n      \"523,2062,2063,528,2064,2065\",\n      \"529\",\n      \"530\",\n      \"531\",\n      \"532,2067,2066\",\n      \"533\",\n      \"539,2069,2068\",\n      \"540,2071,2070\",\n      \"1912,1911\",\n      \"1910\",\n      \"2212\",\n      \"541\",\n      \"542\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_21433_8505000_0902\",\n    \"name\": \"S 4 21433\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508391\",\n      \"8508390\",\n      \"8508318\",\n      \"8508319\",\n      \"8516351\",\n      \"8508321\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:57:00\"\n    ],\n    \"arrs\": [\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"09:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-47\",\n      \"-48,-153\",\n      \"-149,-152\",\n      \"-150\",\n      \"-2205,2204\",\n      \"2202,-151,148\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_51_16130_8516154_0902\",\n    \"name\": \"S 51 16130\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507000\",\n      \"8504495\",\n      \"8504489\",\n      \"8516154\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:52:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:51:45\",\n      \"08:56:00\",\n      \"09:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1301,324,-585,-586\",\n      \"-241\",\n      \"-1545\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_222_8515296_0903\",\n    \"name\": \"R 222\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501689\",\n      \"8501688\",\n      \"8501687\",\n      \"8501686\",\n      \"8501685\",\n      \"8501684\",\n      \"8501683\",\n      \"8501605\",\n      \"8501636\",\n      \"8515296\"\n    ],\n    \"deps\": [\n      \"07:39:00\",\n      \"07:50:00\",\n      \"07:55:00\",\n      \"08:05:00\",\n      \"08:14:00\",\n      \"08:27:00\",\n      \"08:37:00\",\n      \"08:52:00\",\n      \"08:54:00\"\n    ],\n    \"arrs\": [\n      \"07:49:45\",\n      \"07:54:45\",\n      \"08:04:45\",\n      \"08:13:45\",\n      \"08:26:45\",\n      \"08:36:45\",\n      \"08:47:00\",\n      \"08:53:45\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"635\",\n      \"985\",\n      \"984\",\n      \"983\",\n      \"982\",\n      \"981\",\n      \"1318\",\n      \"1317\",\n      \"990\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_419_8501400_0903\",\n    \"name\": \"R 419\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501479\",\n      \"8593774\",\n      \"8593773\",\n      \"8501477\",\n      \"8593776\",\n      \"8593775\",\n      \"8501476\",\n      \"8517485\",\n      \"8501475\",\n      \"8501473\",\n      \"8501474\",\n      \"8501473\",\n      \"8501469\",\n      \"8501472\",\n      \"8501471\",\n      \"8501470\",\n      \"8517484\",\n      \"8501468\",\n      \"8501554\",\n      \"8501400\"\n    ],\n    \"deps\": [\n      \"08:11:00\",\n      \"08:12:00\",\n      \"08:13:00\",\n      \"08:14:00\",\n      \"08:15:00\",\n      \"08:16:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:27:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:45:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:11:45\",\n      \"08:12:45\",\n      \"08:13:45\",\n      \"08:14:45\",\n      \"08:15:45\",\n      \"08:16:45\",\n      \"08:18:45\",\n      \"08:20:45\",\n      \"08:26:45\",\n      \"08:29:00\",\n      \"08:35:45\",\n      \"08:37:45\",\n      \"08:40:45\",\n      \"08:44:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"2095\",\n      \"2094\",\n      \"822\",\n      \"2093\",\n      \"2092\",\n      \"823\",\n      \"2086\",\n      \"821\",\n      \"820,760\",\n      \"761\",\n      \"-761\",\n      \"-760,758\",\n      \"759\",\n      \"757\",\n      \"700\",\n      \"2085\",\n      \"756\",\n      \"1320\",\n      \"-1319\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_620_8505119_0903\",\n    \"name\": \"R 620\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8505165\",\n      \"8505119\"\n    ],\n    \"deps\": [\n      \"08:48:00\"\n    ],\n    \"arrs\": [\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"641\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_625_8505165_0903\",\n    \"name\": \"R 625\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8505119\",\n      \"8505165\"\n    ],\n    \"deps\": [\n      \"08:53:00\"\n    ],\n    \"arrs\": [\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-641\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_10672_8505300_0903\",\n    \"name\": \"RE 10672\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8505307\",\n      \"8505305\",\n      \"8505300\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:48:00\"\n    ],\n    \"arrs\": [\n      \"08:47:00\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542,-541\",\n      \"-2212,-1910,-1911,-1912,-2070,-2071,-540,-2068,-2069,-539,-533\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_1120_8509000_0903\",\n    \"name\": \"RE 1120\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509253\",\n      \"8509252\",\n      \"8509251\",\n      \"8509198\",\n      \"8509197\",\n      \"8509195\",\n      \"8509192\",\n      \"8509189\",\n      \"8509183\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"07:02:00\",\n      \"07:05:00\",\n      \"07:17:00\",\n      \"07:30:00\",\n      \"07:47:00\",\n      \"08:01:00\",\n      \"08:15:00\",\n      \"08:33:00\",\n      \"08:53:00\"\n    ],\n    \"arrs\": [\n      \"07:04:45\",\n      \"07:09:00\",\n      \"07:29:00\",\n      \"07:46:45\",\n      \"08:00:00\",\n      \"08:14:00\",\n      \"08:31:00\",\n      \"08:52:00\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1485\",\n      \"-1484,-1489\",\n      \"-1488,-1483,-1480,-1479\",\n      \"-1482\",\n      \"-1481\",\n      \"1561,1534,1562\",\n      \"1478\",\n      \"-833,-832,-831,-830,-829,-271,1476\",\n      \"1477,1475,1474,1473,1472\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3309_8505000_0903\",\n    \"name\": \"RE 3309\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8508202\",\n      \"8508207\",\n      \"8508208\",\n      \"8508210\",\n      \"8508211\",\n      \"8508213\",\n      \"8508215\",\n      \"8508218\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"07:36:00\",\n      \"07:52:00\",\n      \"08:05:00\",\n      \"08:12:00\",\n      \"08:20:00\",\n      \"08:29:00\",\n      \"08:35:00\",\n      \"08:45:00\",\n      \"08:51:00\"\n    ],\n    \"arrs\": [\n      \"07:50:00\",\n      \"08:04:00\",\n      \"08:11:00\",\n      \"08:19:00\",\n      \"08:28:00\",\n      \"08:34:00\",\n      \"08:44:00\",\n      \"08:50:45\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-352,-323,-1286,-1285,-1278,-1280\",\n      \"-1279,801,802,800,799,798,797\",\n      \"805\",\n      \"1946\",\n      \"806\",\n      \"1838,1837\",\n      \"1836,1840\",\n      \"1841,1835,1833\",\n      \"1834,1832,-535,-534,148\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_14_213_8502169_0903\",\n    \"name\": \"S 14 213\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502113\",\n      \"8502123\",\n      \"8502103\",\n      \"8502189\",\n      \"8502160\",\n      \"8502184\",\n      \"8502174\",\n      \"8502161\",\n      \"8516450\",\n      \"8502162\",\n      \"8502183\",\n      \"8502163\",\n      \"8502164\",\n      \"8502165\",\n      \"8502166\",\n      \"8502167\",\n      \"8502176\",\n      \"8502168\",\n      \"8502169\"\n    ],\n    \"deps\": [\n      \"08:26:00\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:44:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:27:45\",\n      \"08:31:00\",\n      \"08:33:45\",\n      \"08:35:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:40:45\",\n      \"08:42:45\",\n      \"08:43:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1307,1958\",\n      \"1978,1977\",\n      \"-1977,1976\",\n      \"1570\",\n      \"1571\",\n      \"1346\",\n      \"1345\",\n      \"1574\",\n      \"1575\",\n      \"1572\",\n      \"1573\",\n      \"1576\",\n      \"1577\",\n      \"1578\",\n      \"1579\",\n      \"-1580\",\n      \"-1582\",\n      \"-1581\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_14_416_8502199_0903\",\n    \"name\": \"S 14 416\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502113\",\n      \"8502191\",\n      \"8502192\",\n      \"8502196\",\n      \"8502182\",\n      \"8502181\",\n      \"8502194\",\n      \"8502180\",\n      \"8502195\",\n      \"8502179\",\n      \"8502178\",\n      \"8502197\",\n      \"8502177\",\n      \"8502199\"\n    ],\n    \"deps\": [\n      \"08:42:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1307,1308\",\n      \"1411\",\n      \"1412\",\n      \"1413\",\n      \"1414\",\n      \"1415\",\n      \"1416\",\n      \"1417\",\n      \"1418\",\n      \"1419\",\n      \"1420\",\n      \"1421\",\n      \"1422\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_31_8830_8505004_0903\",\n    \"name\": \"S 31 8830\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503284\",\n      \"8503292\",\n      \"8503282\",\n      \"8503290\",\n      \"8503281\",\n      \"8503280\",\n      \"8505004\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:57:00\"\n    ],\n    \"arrs\": [\n      \"08:41:45\",\n      \"08:45:45\",\n      \"08:46:45\",\n      \"08:50:45\",\n      \"08:56:45\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1876,1649\",\n      \"1875\",\n      \"1874\",\n      \"1873\",\n      \"1871\",\n      \"1870\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_2084_8508050_0903\",\n    \"name\": \"S 8 2084\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508059\",\n      \"8508058\",\n      \"8508057\",\n      \"8508071\",\n      \"8508056\",\n      \"8504410\",\n      \"8508070\",\n      \"8508054\",\n      \"8508050\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:58:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"09:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"781\",\n      \"780\",\n      \"779\",\n      \"778\",\n      \"-1315\",\n      \"-274\",\n      \"-1903\",\n      \"-1902,643,1297,1298,1299,-1303\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_11132_8501001_0904\",\n    \"name\": \"R 11132\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501008\",\n      \"8501007\",\n      \"8501006\",\n      \"8501000\",\n      \"8501003\",\n      \"8501002\",\n      \"8501001\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"08:59:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1968,1963,665\",\n      \"666\",\n      \"664\",\n      \"663\",\n      \"662\",\n      \"661\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4414_8501428_0904\",\n    \"name\": \"R 4414\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501604\",\n      \"8501603\",\n      \"8501602\",\n      \"8501601\",\n      \"8501600\",\n      \"8501509\",\n      \"8501507\",\n      \"8501506\",\n      \"8501510\",\n      \"8501505\",\n      \"8501504\",\n      \"8501503\",\n      \"8501502\",\n      \"8501501\",\n      \"8501500\",\n      \"8501405\",\n      \"8501404\",\n      \"8501403\",\n      \"8501420\",\n      \"8501421\",\n      \"8501422\",\n      \"8501423\",\n      \"8501424\",\n      \"8501425\",\n      \"8501426\",\n      \"8501428\"\n    ],\n    \"deps\": [\n      \"07:05:00\",\n      \"07:12:00\",\n      \"07:16:00\",\n      \"07:19:00\",\n      \"07:22:00\",\n      \"07:27:00\",\n      \"07:30:00\",\n      \"07:35:00\",\n      \"07:40:00\",\n      \"07:47:00\",\n      \"07:50:00\",\n      \"07:52:00\",\n      \"07:55:00\",\n      \"07:57:00\",\n      \"08:02:00\",\n      \"08:05:00\",\n      \"08:11:00\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:59:00\"\n    ],\n    \"arrs\": [\n      \"07:11:00\",\n      \"07:15:45\",\n      \"07:18:45\",\n      \"07:21:45\",\n      \"07:26:00\",\n      \"07:29:45\",\n      \"07:34:00\",\n      \"07:39:45\",\n      \"07:46:00\",\n      \"07:49:45\",\n      \"07:51:45\",\n      \"07:54:45\",\n      \"07:56:45\",\n      \"08:01:45\",\n      \"08:04:45\",\n      \"08:10:00\",\n      \"08:13:45\",\n      \"08:17:00\",\n      \"08:24:00\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:42:45\",\n      \"08:45:45\",\n      \"08:48:45\",\n      \"08:51:45\",\n      \"08:57:00\",\n      \"09:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905\",\n      \"-240\",\n      \"-239\",\n      \"-238\",\n      \"-230\",\n      \"-229\",\n      \"-231\",\n      \"-235\",\n      \"-234\",\n      \"-236\",\n      \"-233\",\n      \"-232\",\n      \"-237\",\n      \"-228\",\n      \"-412,-411\",\n      \"-1944\",\n      \"-220\",\n      \"-222\",\n      \"-409,-952\",\n      \"-954\",\n      \"-953\",\n      \"741\",\n      \"742\",\n      \"740\",\n      \"739\",\n      \"738\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_5751_8506314_0904\",\n    \"name\": \"RE 5751\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8102336\",\n      \"8506314\"\n    ],\n    \"deps\": [\n      \"32:49:00\"\n    ],\n    \"arrs\": [\n      \"09:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1909,-1566\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_10_24759_8503054_0904\",\n    \"name\": \"S 10 24759\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503088\",\n      \"8503090\",\n      \"8503051\",\n      \"8503052\",\n      \"8503053\",\n      \"8503054\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2100\",\n      \"-2101,-836,-841\",\n      \"-840\",\n      \"-843\",\n      \"-842\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_14_515_8502113_0904\",\n    \"name\": \"S 14 515\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502199\",\n      \"8502177\",\n      \"8502197\",\n      \"8502178\",\n      \"8502179\",\n      \"8502195\",\n      \"8502180\",\n      \"8502194\",\n      \"8502181\",\n      \"8502182\",\n      \"8502196\",\n      \"8502192\",\n      \"8502191\",\n      \"8502113\"\n    ],\n    \"deps\": [\n      \"08:42:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:50:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1422\",\n      \"-1421\",\n      \"-1420\",\n      \"-1419\",\n      \"-1418\",\n      \"-1417\",\n      \"-1416\",\n      \"-1415\",\n      \"-1414\",\n      \"-1413\",\n      \"-1412\",\n      \"-1411\",\n      \"-1308,-1307\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_26_7032_8502113_0904\",\n    \"name\": \"S 26 7032\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502202\",\n      \"8502219\",\n      \"8502218\",\n      \"8502217\",\n      \"8502216\",\n      \"8502215\",\n      \"8502214\",\n      \"8502213\",\n      \"8502212\",\n      \"8502211\",\n      \"8502119\",\n      \"8502114\",\n      \"8502113\"\n    ],\n    \"deps\": [\n      \"08:22:00\",\n      \"08:25:00\",\n      \"08:28:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:56:00\",\n      \"08:59:00\"\n    ],\n    \"arrs\": [\n      \"08:24:45\",\n      \"08:27:00\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:37:00\",\n      \"08:39:45\",\n      \"08:45:00\",\n      \"08:47:45\",\n      \"08:50:45\",\n      \"08:55:00\",\n      \"08:58:45\",\n      \"09:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-428,-1847\",\n      \"-1648\",\n      \"-1218\",\n      \"-1355\",\n      \"-1356\",\n      \"-1629\",\n      \"-1628\",\n      \"-1611\",\n      \"-1610\",\n      \"-1442,426\",\n      \"423,424,376\",\n      \"1984\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_27_25932_8503504_0904\",\n    \"name\": \"S 27 25932\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8014474\",\n      \"8500329\",\n      \"8516176\",\n      \"8503501\",\n      \"8503502\",\n      \"8503503\",\n      \"8503504\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:53:00\",\n      \"08:58:00\"\n    ],\n    \"arrs\": [\n      \"08:41:00\",\n      \"08:46:45\",\n      \"08:48:00\",\n      \"08:52:45\",\n      \"08:57:45\",\n      \"09:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1987\",\n      \"-1592\",\n      \"-1589\",\n      \"-1588\",\n      \"-1587,592\",\n      \"455\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_27_8234_8503221_0904\",\n    \"name\": \"S 27 8234\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503225\",\n      \"8503224\",\n      \"8503223\",\n      \"8503222\",\n      \"8503221\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:53:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-618,-617\",\n      \"-128\",\n      \"-129\",\n      \"-113\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_215_8501169_0905\",\n    \"name\": \"R 215\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501181\",\n      \"8501160\",\n      \"8501161\",\n      \"8501162\",\n      \"8501163\",\n      \"8501164\",\n      \"8501165\",\n      \"8501167\",\n      \"8501166\",\n      \"8501168\",\n      \"8501170\",\n      \"8501169\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:59:00\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1986\",\n      \"717\",\n      \"716\",\n      \"715\",\n      \"714\",\n      \"713\",\n      \"712\",\n      \"711\",\n      \"710\",\n      \"718\",\n      \"719\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_215_8504511_0905\",\n    \"name\": \"R 215\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504398\",\n      \"8530708\",\n      \"8530709\",\n      \"8504509\",\n      \"8530710\",\n      \"8504510\",\n      \"8530711\",\n      \"8504325\",\n      \"8530712\",\n      \"8595245\",\n      \"8594231\",\n      \"8530713\",\n      \"8504511\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:51:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:57:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2193\",\n      \"-2192\",\n      \"-2191\",\n      \"-2190\",\n      \"-2189\",\n      \"-2188\",\n      \"-2187\",\n      \"-2186\",\n      \"-2185\",\n      \"-2184\",\n      \"-2183\",\n      \"-2194\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5218_8500105_0905\",\n    \"name\": \"R 5218\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504304\",\n      \"8500100\",\n      \"8500101\",\n      \"8500135\",\n      \"8500102\",\n      \"8500103\",\n      \"8500104\",\n      \"8500105\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:57:00\"\n    ],\n    \"arrs\": [\n      \"08:39:00\",\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:55:00\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-870,-872\",\n      \"-871,43\",\n      \"873\",\n      \"874\",\n      \"875\",\n      \"876\",\n      \"877,559\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5225_8500105_0905\",\n    \"name\": \"R 5225\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500207\",\n      \"8500206\",\n      \"8500261\",\n      \"8500262\",\n      \"8500263\",\n      \"8500264\",\n      \"8500265\",\n      \"8500260\",\n      \"8500266\",\n      \"8500267\",\n      \"8500268\",\n      \"8500105\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:32:45\",\n      \"08:35:45\",\n      \"08:38:45\",\n      \"08:41:45\",\n      \"08:45:45\",\n      \"08:49:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:56:00\",\n      \"08:59:45\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-430,-429\",\n      \"-561,-1369\",\n      \"-1368\",\n      \"-1367\",\n      \"-1366\",\n      \"-1214\",\n      \"-948\",\n      \"-947\",\n      \"-946\",\n      \"-45\",\n      \"-945\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3712_8502113_0905\",\n    \"name\": \"RE 3712\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8503000\",\n      \"8502119\",\n      \"8502113\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:58:00\"\n    ],\n    \"arrs\": [\n      \"08:57:00\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2310,2311,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426\",\n      \"423,424,376,1984\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_11_12823_8501120_0905\",\n    \"name\": \"S 11 12823\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504200\",\n      \"8501112\",\n      \"8501115\",\n      \"8501117\",\n      \"8501118\",\n      \"8501120\"\n    ],\n    \"deps\": [\n      \"08:34:00\",\n      \"08:42:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:41:45\",\n      \"08:50:00\",\n      \"08:54:45\",\n      \"08:59:00\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-573,-572,-1,-393\",\n      \"-550,-549,-392,-267,-587\",\n      \"-391,-390\",\n      \"-389,1362\",\n      \"116,2087\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_16_19629_8503103_0905\",\n    \"name\": \"S 16 19629\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503305\",\n      \"8503307\",\n      \"8503016\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503004\",\n      \"8503100\",\n      \"8503141\",\n      \"8503101\",\n      \"8503102\",\n      \"8503111\",\n      \"8503103\"\n    ],\n    \"deps\": [\n      \"08:11:00\",\n      \"08:15:00\",\n      \"08:32:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:14:45\",\n      \"08:20:00\",\n      \"08:36:00\",\n      \"08:39:45\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:57:00\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"329,91\",\n      \"90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2139,2141,2142,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,385,1994\",\n      \"1647\",\n      \"1669\",\n      \"1670\",\n      \"1671\",\n      \"1672\",\n      \"1673\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_26_7333_8502202_0905\",\n    \"name\": \"S 26 7333\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502119\",\n      \"8502211\",\n      \"8502212\",\n      \"8502213\",\n      \"8502214\",\n      \"8502215\",\n      \"8502218\",\n      \"8502202\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:38:45\",\n      \"08:41:45\",\n      \"08:45:45\",\n      \"08:49:00\",\n      \"08:52:45\",\n      \"08:59:45\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-426,1442\",\n      \"1610\",\n      \"1611\",\n      \"1628\",\n      \"1629\",\n      \"1356,1355,1218\",\n      \"1648,1847,428\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_60_112_8505391_0905\",\n    \"name\": \"S 60 112\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505398\",\n      \"8505397\",\n      \"8505396\",\n      \"8505392\",\n      \"8505395\",\n      \"8505390\",\n      \"8505394\",\n      \"8530789\",\n      \"8505393\",\n      \"8530790\",\n      \"8505399\",\n      \"8505391\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"08:41:45\",\n      \"08:44:45\",\n      \"08:45:45\",\n      \"08:48:45\",\n      \"08:51:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1021\",\n      \"198\",\n      \"1022\",\n      \"1023\",\n      \"1024\",\n      \"1025\",\n      \"1026\",\n      \"1027\",\n      \"1028\",\n      \"1029\",\n      \"1030\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_60_7_8505398_0905\",\n    \"name\": \"S 60 7\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505391\",\n      \"8505399\",\n      \"8530790\",\n      \"8505393\",\n      \"8530789\",\n      \"8505394\",\n      \"8505390\",\n      \"8505395\",\n      \"8505392\",\n      \"8505396\",\n      \"8505397\",\n      \"8505398\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:41:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:41:45\",\n      \"08:44:45\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:05:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1030\",\n      \"-1029\",\n      \"-1028\",\n      \"-1027\",\n      \"-1026\",\n      \"-1025\",\n      \"-1024\",\n      \"-1023\",\n      \"-1022\",\n      \"-198\",\n      \"-1021\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_11030_8516155_0906\",\n    \"name\": \"R 11030\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501023\",\n      \"8501015\",\n      \"8501014\",\n      \"8501013\",\n      \"8501022\",\n      \"8501012\",\n      \"8501021\",\n      \"8501011\",\n      \"8501020\",\n      \"8516283\",\n      \"8501008\",\n      \"8516155\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:33:45\",\n      \"08:35:45\",\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:43:00\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:47:45\",\n      \"08:51:45\",\n      \"08:56:00\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-169\",\n      \"-170\",\n      \"-168\",\n      \"-171\",\n      \"-167\",\n      \"-172\",\n      \"-166\",\n      \"-173\",\n      \"174\",\n      \"175\",\n      \"1968,-1967\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_215_8504398_0906\",\n    \"name\": \"R 215\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504511\",\n      \"8530713\",\n      \"8594231\",\n      \"8595245\",\n      \"8530712\",\n      \"8504325\",\n      \"8530711\",\n      \"8504510\",\n      \"8530710\",\n      \"8504509\",\n      \"8530709\",\n      \"8530708\",\n      \"8504398\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:49:30\",\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:49:15\",\n      \"08:49:45\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"2194\",\n      \"2183\",\n      \"2184\",\n      \"2185\",\n      \"2186\",\n      \"2187\",\n      \"2188\",\n      \"2189\",\n      \"2190\",\n      \"2191\",\n      \"2192\",\n      \"2193\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_2313_8501300_0906\",\n    \"name\": \"R 2313\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501374\",\n      \"8501383\",\n      \"8501382\",\n      \"8501390\",\n      \"8501381\",\n      \"8501380\",\n      \"8501300\"\n    ],\n    \"deps\": [\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"260\",\n      \"261\",\n      \"262\",\n      \"258\",\n      \"263\",\n      \"257\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_25_8503083_0906\",\n    \"name\": \"R 25\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8503084\",\n      \"8591421\",\n      \"8591394\",\n      \"8503083\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2195\",\n      \"-2196\",\n      \"-2197\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_7132_8504300_0906\",\n    \"name\": \"R 7132\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500207\",\n      \"8500206\",\n      \"8518963\",\n      \"8500205\",\n      \"8500204\",\n      \"8500203\",\n      \"8500202\",\n      \"8500201\",\n      \"8500200\",\n      \"8518771\",\n      \"8504419\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:42:45\",\n      \"08:43:45\",\n      \"08:47:00\",\n      \"08:49:45\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:02:45\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-430,-429\",\n      \"-561,-2216\",\n      \"-560\",\n      \"-31\",\n      \"-30\",\n      \"-29\",\n      \"-353,-27\",\n      \"-26\",\n      \"-2214\",\n      \"-25\",\n      \"-24,-16\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RB_26734_8014481_0906\",\n    \"name\": \"RB 26734\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8503424\",\n      \"8014485\",\n      \"8518243\",\n      \"8014484\",\n      \"8014483\",\n      \"8014482\",\n      \"8014488\",\n      \"8014481\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:54:00\",\n      \"08:58:45\",\n      \"09:01:00\",\n      \"09:03:45\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1333,-1335\",\n      \"-2213\",\n      \"-1336\",\n      \"-1364\",\n      \"-1365\",\n      \"-1337\",\n      \"-1904\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_20_25630_8505212_0906\",\n    \"name\": \"S 20 25630\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505400\",\n      \"8505401\",\n      \"8505402\",\n      \"8505412\",\n      \"8505404\",\n      \"8505415\",\n      \"8505214\",\n      \"8505213\",\n      \"8505212\"\n    ],\n    \"deps\": [\n      \"08:34:00\",\n      \"08:39:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:38:00\",\n      \"08:39:45\",\n      \"08:41:45\",\n      \"08:50:00\",\n      \"08:52:45\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-527\",\n      \"-526\",\n      \"-525\",\n      \"-1990,-2014\",\n      \"-524\",\n      \"-381,-523\",\n      \"-522\",\n      \"-521\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_12321_8501303_0906\",\n    \"name\": \"S 3 12321\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8501035\",\n      \"8501042\",\n      \"8501036\",\n      \"8501037\",\n      \"8501047\",\n      \"8501048\",\n      \"8501045\",\n      \"8501118\",\n      \"8518452\",\n      \"8501120\",\n      \"8501121\",\n      \"8501122\",\n      \"8501124\",\n      \"8501200\",\n      \"8501201\",\n      \"8501202\",\n      \"8501203\",\n      \"8501300\",\n      \"8501303\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:10:00\",\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:18:00\",\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:09:45\",\n      \"08:11:45\",\n      \"08:16:00\",\n      \"08:17:45\",\n      \"08:19:45\",\n      \"08:21:45\",\n      \"08:26:00\",\n      \"08:28:45\",\n      \"08:33:00\",\n      \"08:37:00\",\n      \"08:39:45\",\n      \"08:43:00\",\n      \"08:51:00\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"09:00:00\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"100\",\n      \"102\",\n      \"101,397,398\",\n      \"96\",\n      \"98\",\n      \"97\",\n      \"361,1362\",\n      \"116\",\n      \"2087\",\n      \"94,63\",\n      \"62\",\n      \"61,60\",\n      \"66,65,64,580,581\",\n      \"109\",\n      \"111\",\n      \"112\",\n      \"110\",\n      \"225,224,226\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_15331_8504300_0906\",\n    \"name\": \"S 3 15331\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507076\",\n      \"8507092\",\n      \"8507077\",\n      \"8507093\",\n      \"8507078\",\n      \"8507079\",\n      \"8507082\",\n      \"8507000\",\n      \"8516161\",\n      \"8504410\",\n      \"8504411\",\n      \"8504412\",\n      \"8504413\",\n      \"8504414\",\n      \"8504415\",\n      \"8504441\",\n      \"8504416\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:22:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:07:45\",\n      \"08:10:45\",\n      \"08:11:45\",\n      \"08:16:00\",\n      \"08:18:45\",\n      \"08:21:45\",\n      \"08:28:00\",\n      \"08:31:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:42:45\",\n      \"08:46:45\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1257\",\n      \"-1256\",\n      \"-1255\",\n      \"-1254\",\n      \"-1253\",\n      \"-1252,-849\",\n      \"-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,1316,274\",\n      \"364,-23\",\n      \"-22\",\n      \"-21\",\n      \"-20\",\n      \"-19\",\n      \"-414,-413\",\n      \"-18\",\n      \"-17,-16\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_31_16328_8507076_0906\",\n    \"name\": \"S 31 16328\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504411\",\n      \"8504410\",\n      \"8516161\",\n      \"8507000\",\n      \"8507082\",\n      \"8507079\",\n      \"8507078\",\n      \"8507093\",\n      \"8507077\",\n      \"8507092\",\n      \"8507076\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"08:35:00\",\n      \"08:38:45\",\n      \"08:44:00\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:06:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"23,-364\",\n      \"-274,-1316,396,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-585,848\",\n      \"849,1252\",\n      \"1253\",\n      \"1254\",\n      \"1255\",\n      \"1256\",\n      \"1257\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_1414_8501026_0907\",\n    \"name\": \"IR 1414\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501601\",\n      \"8501509\",\n      \"8501506\",\n      \"8501500\",\n      \"8501403\",\n      \"8501402\",\n      \"8501400\",\n      \"8501300\",\n      \"8501200\",\n      \"8501120\",\n      \"8501037\",\n      \"8501030\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"06:28:00\",\n      \"06:36:00\",\n      \"06:47:00\",\n      \"06:55:00\",\n      \"07:06:00\",\n      \"07:19:00\",\n      \"07:29:00\",\n      \"07:35:00\",\n      \"07:42:00\",\n      \"07:53:00\",\n      \"08:00:00\",\n      \"08:18:00\",\n      \"08:27:00\",\n      \"08:43:00\",\n      \"08:59:00\"\n    ],\n    \"arrs\": [\n      \"06:34:00\",\n      \"06:46:00\",\n      \"06:54:00\",\n      \"07:04:00\",\n      \"07:18:00\",\n      \"07:28:00\",\n      \"07:34:00\",\n      \"07:41:00\",\n      \"07:52:00\",\n      \"07:59:00\",\n      \"08:14:00\",\n      \"08:26:00\",\n      \"08:42:00\",\n      \"08:57:00\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905,-240,-239,-238\",\n      \"-230,-229\",\n      \"-231,-235\",\n      \"-234,-236,-233,-232,-237,-228,-412,-411\",\n      \"-1944,-220,-222\",\n      \"-409,-408\",\n      \"-1360,-273\",\n      \"-221,-223,-226,-224,-225\",\n      \"-110,-112,-111,-109\",\n      \"-581,-580,-64,-65,-66,-60,-61,-62,-63,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100,-103,-99,-104\",\n      \"-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_323_8508100_0907\",\n    \"name\": \"R 323\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8508164\",\n      \"8508163\",\n      \"8508168\",\n      \"8508162\",\n      \"8508173\",\n      \"8508161\",\n      \"8594258\",\n      \"8508151\",\n      \"8508100\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:56:30\",\n      \"08:58:00\",\n      \"08:58:30\",\n      \"09:00:00\",\n      \"09:00:30\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:56:15\",\n      \"08:57:45\",\n      \"08:58:15\",\n      \"08:59:45\",\n      \"09:00:15\",\n      \"09:01:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1437\",\n      \"-1925\",\n      \"-1924\",\n      \"-1436\",\n      \"-1435\",\n      \"-1926,-1927\",\n      \"-1434,420\",\n      \"201\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5620_8504304_0907\",\n    \"name\": \"R 5620\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504300\",\n      \"8504301\",\n      \"8504302\",\n      \"8504303\",\n      \"8504304\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:52:45\",\n      \"08:57:00\",\n      \"09:00:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-563,-881\",\n      \"-880\",\n      \"-879\",\n      \"-878\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_7433_8508308_0907\",\n    \"name\": \"R 7433\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507492\",\n      \"8508301\",\n      \"8508302\",\n      \"8508303\",\n      \"8508304\",\n      \"8508329\",\n      \"8508305\",\n      \"8508306\",\n      \"8508308\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:58:00\"\n    ],\n    \"arrs\": [\n      \"08:35:45\",\n      \"08:38:45\",\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-252\",\n      \"-247\",\n      \"-250\",\n      \"-544\",\n      \"-543\",\n      \"-251\",\n      \"-248\",\n      \"-249,242\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RB_26644_8500090_0907\",\n    \"name\": \"RB 26644\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8014479\",\n      \"8014469\",\n      \"8014468\",\n      \"8014467\",\n      \"8014466\",\n      \"8014465\",\n      \"8014464\",\n      \"8014463\",\n      \"8014462\",\n      \"8014460\",\n      \"8500090\"\n    ],\n    \"deps\": [\n      \"32:04:00\",\n      \"08:26:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:55:00\"\n    ],\n    \"arrs\": [\n      \"08:25:45\",\n      \"08:28:00\",\n      \"08:31:00\",\n      \"08:36:00\",\n      \"08:40:45\",\n      \"08:43:45\",\n      \"08:47:45\",\n      \"08:51:00\",\n      \"08:54:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1553\",\n      \"1554\",\n      \"1555\",\n      \"1556\",\n      \"1934\",\n      \"2179\",\n      \"1557\",\n      \"1558\",\n      \"1559\",\n      \"1560,1536\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RB_74319_8503424_0907\",\n    \"name\": \"RB 74319\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8014481\",\n      \"8014488\",\n      \"8014482\",\n      \"8014483\",\n      \"8014484\",\n      \"8518243\",\n      \"8014485\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1904\",\n      \"1337\",\n      \"1365\",\n      \"1364\",\n      \"1336\",\n      \"2213\",\n      \"1335,-1333\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3029_8507000_0907\",\n    \"name\": \"RE 3029\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504221\",\n      \"8504483\",\n      \"8504400\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:43:00\",\n      \"08:49:00\"\n    ],\n    \"arrs\": [\n      \"08:42:00\",\n      \"08:48:00\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"576,-1192,-1193,-1194,-1196,-1195\",\n      \"-634,1342,1341\",\n      \"908,909,910,911,1544,1545,241,586,585,-324,-1301\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_1_21131_8505000_0907\",\n    \"name\": \"S 1 21131\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502206\",\n      \"8515992\",\n      \"8515993\",\n      \"8502204\",\n      \"8516187\",\n      \"8502230\",\n      \"8515995\",\n      \"8502203\",\n      \"8515996\",\n      \"8502202\",\n      \"8502201\",\n      \"8515997\",\n      \"8516350\",\n      \"8502200\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:31:00\",\n      \"08:32:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:42:00\",\n      \"08:43:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:57:00\"\n    ],\n    \"arrs\": [\n      \"08:31:45\",\n      \"08:32:45\",\n      \"08:35:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:40:45\",\n      \"08:41:45\",\n      \"08:42:45\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-503\",\n      \"-502\",\n      \"-161\",\n      \"-367,-366\",\n      \"-154\",\n      \"-155\",\n      \"-156\",\n      \"-157\",\n      \"-505,-504,-373\",\n      \"-428,-427\",\n      \"-159\",\n      \"-160\",\n      \"-158\",\n      \"-395,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_18_170_8503059_0907\",\n    \"name\": \"S 18 170\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503060\",\n      \"8503070\",\n      \"8503061\",\n      \"8503062\",\n      \"8503063\",\n      \"8503072\",\n      \"8503064\",\n      \"8503065\",\n      \"8503074\",\n      \"8503068\",\n      \"8503066\",\n      \"8503075\",\n      \"8503067\",\n      \"8503077\",\n      \"8503078\",\n      \"8503069\",\n      \"8530811\",\n      \"8530812\",\n      \"8530813\",\n      \"8503059\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:33:00\",\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:45:00\",\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:05:00\"\n    ],\n    \"arrs\": [\n      \"08:32:45\",\n      \"08:33:45\",\n      \"08:35:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:40:45\",\n      \"08:44:00\",\n      \"08:45:45\",\n      \"08:46:45\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1646\",\n      \"-1823\",\n      \"-1655\",\n      \"-1656\",\n      \"-1657\",\n      \"-1658\",\n      \"-1659\",\n      \"-1660\",\n      \"-1661\",\n      \"-1662\",\n      \"-1663\",\n      \"-1664\",\n      \"-1665\",\n      \"-1666\",\n      \"-1667\",\n      \"-1668\",\n      \"-844\",\n      \"-846\",\n      \"-845\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_23_1082_8506210_0907\",\n    \"name\": \"S 23 1082\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506289\",\n      \"8506277\",\n      \"8506288\",\n      \"8506275\",\n      \"8506286\",\n      \"8506271\",\n      \"8506285\",\n      \"8506284\",\n      \"8506283\",\n      \"8506282\",\n      \"8506281\",\n      \"8506280\",\n      \"8506290\",\n      \"8506210\"\n    ],\n    \"deps\": [\n      \"08:18:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:25:00\",\n      \"08:30:00\",\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:38:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:19:45\",\n      \"08:22:45\",\n      \"08:24:45\",\n      \"08:29:00\",\n      \"08:33:45\",\n      \"08:35:45\",\n      \"08:37:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"09:00:00\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1075\",\n      \"-1074\",\n      \"-638\",\n      \"-637,1078\",\n      \"1079\",\n      \"1073\",\n      \"1071\",\n      \"1072\",\n      \"1070\",\n      \"1069\",\n      \"1068\",\n      \"1067,631\",\n      \"-1975\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_24_3088_8506378_0907\",\n    \"name\": \"S 24 3088\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506379\",\n      \"8506389\",\n      \"8506388\",\n      \"8506387\",\n      \"8506386\",\n      \"8506385\",\n      \"8506384\",\n      \"8506383\",\n      \"8506378\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1085\",\n      \"1086\",\n      \"1084\",\n      \"1083\",\n      \"1326\",\n      \"1325\",\n      \"1082\",\n      \"1080,640\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_27_8229_8503225_0907\",\n    \"name\": \"S 27 8229\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503221\",\n      \"8503222\",\n      \"8503223\",\n      \"8503224\",\n      \"8503225\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:02:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"113\",\n      \"129\",\n      \"128\",\n      \"617,618\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_74319_8503424_0907\",\n    \"name\": \"S 74319\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8014481\",\n      \"8014488\",\n      \"8014482\",\n      \"8014483\",\n      \"8014484\",\n      \"8518243\",\n      \"8014485\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:45\",\n      \"09:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1904\",\n      \"1337\",\n      \"1365\",\n      \"1364\",\n      \"1336\",\n      \"2213\",\n      \"1335,-1333\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_215_8501030_0908\",\n    \"name\": \"R 215\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501062\",\n      \"8501057\",\n      \"8501063\",\n      \"8501064\",\n      \"8501065\",\n      \"8501058\",\n      \"8501056\",\n      \"8501066\",\n      \"8501067\",\n      \"8501068\",\n      \"8501069\",\n      \"8501053\",\n      \"8501059\",\n      \"8501030\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:35:45\",\n      \"08:40:45\",\n      \"08:42:45\",\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-648\",\n      \"-649\",\n      \"-650\",\n      \"-651\",\n      \"-652\",\n      \"-653\",\n      \"-654\",\n      \"-655\",\n      \"-656\",\n      \"-657\",\n      \"-658\",\n      \"-660\",\n      \"-659\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_420_8501479_0908\",\n    \"name\": \"R 420\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501400\",\n      \"8501554\",\n      \"8501468\",\n      \"8517484\",\n      \"8501470\",\n      \"8501471\",\n      \"8501472\",\n      \"8501469\",\n      \"8501473\",\n      \"8501474\",\n      \"8501473\",\n      \"8501475\",\n      \"8517485\",\n      \"8501476\",\n      \"8593775\",\n      \"8593776\",\n      \"8501477\",\n      \"8593773\",\n      \"8593774\",\n      \"8501479\"\n    ],\n    \"deps\": [\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:24:00\",\n      \"08:26:00\",\n      \"08:29:00\",\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"08:21:45\",\n      \"08:23:45\",\n      \"08:25:45\",\n      \"08:28:45\",\n      \"08:36:45\",\n      \"08:40:45\",\n      \"08:42:45\",\n      \"08:45:45\",\n      \"08:48:00\",\n      \"08:52:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:03:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1319\",\n      \"-1320\",\n      \"-756\",\n      \"-2085\",\n      \"-700\",\n      \"-757\",\n      \"-759\",\n      \"-758,760\",\n      \"761\",\n      \"-761\",\n      \"-760,-820\",\n      \"-821\",\n      \"-2086\",\n      \"-823\",\n      \"-2092\",\n      \"-2093\",\n      \"-822\",\n      \"-2094\",\n      \"-2095\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5121_8504300_0908\",\n    \"name\": \"R 5121\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504221\",\n      \"8504222\",\n      \"8504223\",\n      \"8504224\",\n      \"8504225\",\n      \"8504226\",\n      \"8504227\",\n      \"8504228\",\n      \"8504229\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:59:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"576,577\",\n      \"9\",\n      \"10\",\n      \"11\",\n      \"12\",\n      \"13\",\n      \"14\",\n      \"15\",\n      \"562,563\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_14116_8504086_0908\",\n    \"name\": \"RE 14116\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8504100\",\n      \"8504023\",\n      \"8504086\"\n    ],\n    \"deps\": [\n      \"08:09:00\",\n      \"08:31:00\",\n      \"08:49:00\"\n    ],\n    \"arrs\": [\n      \"08:30:00\",\n      \"08:48:00\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80\",\n      \"-2096,-2098,2097\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_14316_8504086_0908\",\n    \"name\": \"RE 14316\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8504100\",\n      \"8504023\",\n      \"8504086\"\n    ],\n    \"deps\": [\n      \"08:09:00\",\n      \"08:31:00\",\n      \"08:49:00\"\n    ],\n    \"arrs\": [\n      \"08:30:00\",\n      \"08:48:00\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80\",\n      \"-2096,-2098,2097\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_2931_8504300_0908\",\n    \"name\": \"RE 2931\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8504414\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:58:00\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1299,-1298,-1297,-643,1902,1903,274,364,-23,-22,-21,-20\",\n      \"-19,-414,-413,-18,-17,-16\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_17_524_8502213_0908\",\n    \"name\": \"S 17 524\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503508\",\n      \"8517376\",\n      \"8502270\",\n      \"8502186\",\n      \"8502278\",\n      \"8502277\",\n      \"8502187\",\n      \"8502276\",\n      \"8502268\",\n      \"8502275\",\n      \"8502188\",\n      \"8502274\",\n      \"8517377\",\n      \"8502273\",\n      \"8502248\",\n      \"8502185\",\n      \"8502272\",\n      \"8502269\",\n      \"8502271\",\n      \"8502213\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:34:00\",\n      \"08:35:00\",\n      \"08:36:00\",\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:05:00\"\n    ],\n    \"arrs\": [\n      \"08:33:45\",\n      \"08:34:45\",\n      \"08:35:45\",\n      \"08:37:45\",\n      \"08:40:45\",\n      \"08:41:45\",\n      \"08:44:45\",\n      \"08:45:45\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:54:00\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2386\",\n      \"-2385\",\n      \"-2384\",\n      \"1627\",\n      \"1626\",\n      \"1625\",\n      \"1624\",\n      \"1622\",\n      \"1623\",\n      \"1618\",\n      \"1619\",\n      \"1620\",\n      \"1621\",\n      \"1617\",\n      \"1616\",\n      \"1615\",\n      \"1614\",\n      \"1613\",\n      \"1612\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_28_6932_8502001_0908\",\n    \"name\": \"S 28 6932\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502119\",\n      \"8502104\",\n      \"8502103\",\n      \"8502102\",\n      \"8502101\",\n      \"8502122\",\n      \"8502100\",\n      \"8502121\",\n      \"8502120\",\n      \"8502001\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:45:00\",\n      \"08:48:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"423,-1441\",\n      \"-1989\",\n      \"-1826\",\n      \"-1423\",\n      \"-1424\",\n      \"-1425\",\n      \"-1426\",\n      \"-1428\",\n      \"-1427,-421\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_21729_8508100_0908\",\n    \"name\": \"S 7 21729\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508187\",\n      \"8508186\",\n      \"8508185\",\n      \"8508184\",\n      \"8508183\",\n      \"8508174\",\n      \"8508182\",\n      \"8508181\",\n      \"8508100\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:51:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1961\",\n      \"-810\",\n      \"-811\",\n      \"-813\",\n      \"-812\",\n      \"-1440\",\n      \"-1439\",\n      \"-1438,-417\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_22819_8502007_0908\",\n    \"name\": \"S 8 22819\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500218\",\n      \"8502000\",\n      \"8502001\",\n      \"8502002\",\n      \"8502003\",\n      \"8502004\",\n      \"8502005\",\n      \"8502006\",\n      \"8502010\",\n      \"8502007\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:08:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"362,363,-196\",\n      \"-375,-422,-421\",\n      \"-487\",\n      \"-488\",\n      \"-489\",\n      \"-490\",\n      \"-492\",\n      \"-491\",\n      \"-495\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_1421_8509157_0909\",\n    \"name\": \"R 1421\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509000\",\n      \"8509150\",\n      \"8509152\",\n      \"8509153\",\n      \"8509154\",\n      \"8509155\",\n      \"8509156\",\n      \"8509157\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:28:00\",\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:49:00\",\n      \"08:55:00\"\n    ],\n    \"arrs\": [\n      \"08:10:45\",\n      \"08:27:45\",\n      \"08:36:45\",\n      \"08:40:45\",\n      \"08:48:45\",\n      \"08:54:45\",\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-835\",\n      \"835,-1041\",\n      \"-1040\",\n      \"-1039\",\n      \"-1038\",\n      \"-1037\",\n      \"-1036\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_245_8507380_0909\",\n    \"name\": \"R 245\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507492\",\n      \"8507388\",\n      \"8507389\",\n      \"8507383\",\n      \"8507382\",\n      \"8507381\",\n      \"8507380\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:40:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:39:00\",\n      \"08:46:00\",\n      \"08:52:45\",\n      \"08:57:45\",\n      \"09:00:45\",\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1221\",\n      \"1222,436\",\n      \"-1242\",\n      \"-1241\",\n      \"-1240\",\n      \"-1239\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_14116_8504014_0909\",\n    \"name\": \"RE 14116\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8504100\",\n      \"8504023\",\n      \"8504014\"\n    ],\n    \"deps\": [\n      \"08:09:00\",\n      \"08:31:00\",\n      \"08:54:00\"\n    ],\n    \"arrs\": [\n      \"08:30:00\",\n      \"08:48:00\",\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80\",\n      \"-2096,-1985,-88,-89,-570,-569\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_14716_8504014_0909\",\n    \"name\": \"RE 14716\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504023\",\n      \"8504014\"\n    ],\n    \"deps\": [\n      \"08:54:00\"\n    ],\n    \"arrs\": [\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2096,-1985,-88,-89,-570,-569\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_2614_8501008_0909\",\n    \"name\": \"RE 2614\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504023\",\n      \"8504014\",\n      \"8501120\",\n      \"8501118\",\n      \"8501037\",\n      \"8501035\",\n      \"8501033\",\n      \"8501031\",\n      \"8501030\",\n      \"8501023\",\n      \"8501008\"\n    ],\n    \"deps\": [\n      \"07:47:00\",\n      \"08:02:00\",\n      \"08:21:00\",\n      \"08:26:00\",\n      \"08:32:00\",\n      \"08:38:00\",\n      \"08:43:00\",\n      \"08:48:00\",\n      \"08:53:00\",\n      \"08:59:00\"\n    ],\n    \"arrs\": [\n      \"08:01:00\",\n      \"08:18:00\",\n      \"08:25:00\",\n      \"08:31:00\",\n      \"08:37:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:58:00\",\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2096,-1985,-88,-89,-570,-569\",\n      \"-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116\",\n      \"-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100\",\n      \"-103\",\n      \"-99\",\n      \"-104\",\n      \"-95\",\n      \"-169,-170,-168,-171,-167,-172,-166,-173,174,175\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_2760_8504316_0909\",\n    \"name\": \"RE 2760\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504221\",\n      \"8504234\",\n      \"8504237\",\n      \"8504314\",\n      \"8504315\",\n      \"8504316\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:42:00\",\n      \"08:51:00\",\n      \"09:01:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:40:00\",\n      \"08:50:00\",\n      \"08:58:00\",\n      \"09:03:45\",\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-554,1175,1176,1174\",\n      \"1177,1178,1179\",\n      \"1180,564,556,557\",\n      \"1328\",\n      \"1123\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_6_18628_8503504_0909\",\n    \"name\": \"S 6 18628\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503105\",\n      \"8503104\",\n      \"8503103\",\n      \"8503111\",\n      \"8503102\",\n      \"8503101\",\n      \"8503141\",\n      \"8503100\",\n      \"8503004\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503007\",\n      \"8503008\",\n      \"8503526\",\n      \"8503527\",\n      \"8503525\",\n      \"8503528\",\n      \"8503529\",\n      \"8503505\",\n      \"8503504\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:06:00\",\n      \"08:10:00\",\n      \"08:12:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:18:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:05:00\"\n    ],\n    \"arrs\": [\n      \"08:05:45\",\n      \"08:09:00\",\n      \"08:11:45\",\n      \"08:13:45\",\n      \"08:16:00\",\n      \"08:17:45\",\n      \"08:19:45\",\n      \"08:22:45\",\n      \"08:26:00\",\n      \"08:30:00\",\n      \"08:32:45\",\n      \"08:38:00\",\n      \"08:40:45\",\n      \"08:43:45\",\n      \"08:47:00\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:04:00\",\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1884\",\n      \"-1674\",\n      \"-1673\",\n      \"-1672\",\n      \"-1671\",\n      \"-1670\",\n      \"-1669\",\n      \"-1647\",\n      \"-1994,-385,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2110,2177\",\n      \"2104,-2105,850\",\n      \"1609\",\n      \"1608\",\n      \"1607\",\n      \"1604\",\n      \"1605\",\n      \"1606\",\n      \"-1960\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_4086_8508050_0909\",\n    \"name\": \"S 7 4086\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507063\",\n      \"8589198\",\n      \"8507064\",\n      \"8507065\",\n      \"8507066\",\n      \"8507067\",\n      \"8507068\",\n      \"8507069\",\n      \"8507096\",\n      \"8508054\",\n      \"8508050\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1981\",\n      \"1287\",\n      \"1288\",\n      \"1289\",\n      \"1290\",\n      \"1291\",\n      \"1292\",\n      \"1293\",\n      \"1294,1902\",\n      \"-1902,643,1297,1298,1299,-1303\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_4087_8507063_0909\",\n    \"name\": \"S 7 4087\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508050\",\n      \"8508054\",\n      \"8507096\",\n      \"8507069\",\n      \"8507068\",\n      \"8507067\",\n      \"8507066\",\n      \"8507065\",\n      \"8507064\",\n      \"8589198\",\n      \"8507063\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:05:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1303,-1299,-1298,-1297,-643,1902\",\n      \"-1902,-1294\",\n      \"-1293\",\n      \"-1292\",\n      \"-1291\",\n      \"-1290\",\n      \"-1289\",\n      \"-1288\",\n      \"-1287\",\n      \"-1981\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_14815_8504014_0910\",\n    \"name\": \"R 14815\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504086\",\n      \"8504066\",\n      \"8504065\",\n      \"8504064\",\n      \"8504063\",\n      \"8504062\",\n      \"8504061\",\n      \"8504060\",\n      \"8504014\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:36:45\",\n      \"08:39:45\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:56:00\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2097,-1982,1801\",\n      \"1800,1799\",\n      \"1798,1797,1796\",\n      \"1795\",\n      \"1794,1793,402\",\n      \"-402,1817,1818\",\n      \"1792,1791\",\n      \"1790,1789\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5621_8504300_0910\",\n    \"name\": \"R 5621\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504304\",\n      \"8504303\",\n      \"8504302\",\n      \"8504301\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:59:00\",\n      \"09:02:45\",\n      \"09:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"878\",\n      \"879\",\n      \"880\",\n      \"881,563\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_1_17226_8500010_0910\",\n    \"name\": \"S 1 17226\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500322\",\n      \"8500320\",\n      \"8500303\",\n      \"8500302\",\n      \"8500301\",\n      \"8500313\",\n      \"8500300\",\n      \"8517131\",\n      \"8500021\",\n      \"8500020\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"08:34:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-382,-450\",\n      \"-449\",\n      \"-448\",\n      \"-447\",\n      \"-1973\",\n      \"-446\",\n      \"-1921\",\n      \"-445,369\",\n      \"346\",\n      \"403,404,584\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_15_7087_8506100_0910\",\n    \"name\": \"S 15 7087\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506206\",\n      \"8506178\",\n      \"8506170\",\n      \"8506177\",\n      \"8506176\",\n      \"8506169\",\n      \"8506175\",\n      \"8506174\",\n      \"8506173\",\n      \"8506172\",\n      \"8506179\",\n      \"8506171\",\n      \"8506100\"\n    ],\n    \"deps\": [\n      \"08:42:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:06:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1737\",\n      \"-1736\",\n      \"-1738\",\n      \"-1739\",\n      \"-1740\",\n      \"-1741\",\n      \"-1742\",\n      \"-1827\",\n      \"-1828\",\n      \"-1829\",\n      \"-1743\",\n      \"1321\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_18_21820_8502007_0910\",\n    \"name\": \"S 18 21820\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8502021\",\n      \"8502028\",\n      \"8502012\",\n      \"8502020\",\n      \"8502009\",\n      \"8502008\",\n      \"8502011\",\n      \"8502007\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:06:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:51:00\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,500\",\n      \"501\",\n      \"2004,499\",\n      \"498\",\n      \"497\",\n      \"496\",\n      \"493\",\n      \"494\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_17327_8500218_0910\",\n    \"name\": \"S 3 17327\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500126\",\n      \"8500125\",\n      \"8500124\",\n      \"8500123\",\n      \"8500122\",\n      \"8500121\",\n      \"8500120\",\n      \"8500109\",\n      \"8500113\",\n      \"8500114\",\n      \"8500115\",\n      \"8500116\",\n      \"8500117\",\n      \"8500118\",\n      \"8500119\",\n      \"8500136\",\n      \"8500010\",\n      \"8500020\",\n      \"8500021\",\n      \"8500022\",\n      \"8500023\",\n      \"8500024\",\n      \"8500025\",\n      \"8500026\",\n      \"8500027\",\n      \"8500028\",\n      \"8500218\"\n    ],\n    \"deps\": [\n      \"07:07:00\",\n      \"07:12:00\",\n      \"07:16:00\",\n      \"07:21:00\",\n      \"07:23:00\",\n      \"07:29:00\",\n      \"07:31:00\",\n      \"07:43:00\",\n      \"07:56:00\",\n      \"07:59:00\",\n      \"08:04:00\",\n      \"08:06:00\",\n      \"08:10:00\",\n      \"08:12:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:31:00\",\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"07:11:00\",\n      \"07:15:45\",\n      \"07:20:45\",\n      \"07:22:45\",\n      \"07:28:00\",\n      \"07:30:45\",\n      \"07:36:00\",\n      \"07:55:45\",\n      \"07:58:45\",\n      \"08:03:45\",\n      \"08:05:45\",\n      \"08:09:00\",\n      \"08:11:45\",\n      \"08:13:45\",\n      \"08:16:45\",\n      \"08:23:00\",\n      \"08:36:45\",\n      \"08:40:45\",\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:55:00\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-930,-935\",\n      \"-937\",\n      \"-936\",\n      \"940\",\n      \"941\",\n      \"942\",\n      \"943\",\n      \"944,264\",\n      \"545\",\n      \"176\",\n      \"179\",\n      \"177\",\n      \"178\",\n      \"856\",\n      \"272\",\n      \"1324,584\",\n      \"-584,-404,-403\",\n      \"-346\",\n      \"-369,-368\",\n      \"-347\",\n      \"-345\",\n      \"-348\",\n      \"-344\",\n      \"-566,-565\",\n      \"-349\",\n      \"-568,-567,350\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_21730_8508187_0910\",\n    \"name\": \"S 7 21730\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508100\",\n      \"8508181\",\n      \"8508182\",\n      \"8508174\",\n      \"8508183\",\n      \"8508184\",\n      \"8508185\",\n      \"8508186\",\n      \"8508187\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"417,1438\",\n      \"1439\",\n      \"1440\",\n      \"812\",\n      \"813\",\n      \"811\",\n      \"810\",\n      \"1961\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_2087_8508059_0910\",\n    \"name\": \"S 8 2087\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508050\",\n      \"8508054\",\n      \"8508070\",\n      \"8504410\",\n      \"8508056\",\n      \"8508071\",\n      \"8508057\",\n      \"8508058\",\n      \"8508059\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:06:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:57:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1303,-1299,-1298,-1297,-643,1902\",\n      \"1903\",\n      \"274\",\n      \"1315\",\n      \"-778\",\n      \"-779\",\n      \"-780\",\n      \"-781\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_810_8501609_0911\",\n    \"name\": \"IC 810\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8506121\",\n      \"8506109\",\n      \"8506217\",\n      \"8506105\",\n      \"8506100\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8507000\",\n      \"8507100\",\n      \"8507483\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"05:38:00\",\n      \"05:44:00\",\n      \"05:52:00\",\n      \"05:59:00\",\n      \"06:12:00\",\n      \"06:25:00\",\n      \"06:40:00\",\n      \"07:02:00\",\n      \"08:07:00\",\n      \"08:25:00\",\n      \"08:36:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"05:43:00\",\n      \"05:51:00\",\n      \"05:57:00\",\n      \"06:10:00\",\n      \"06:23:00\",\n      \"06:38:00\",\n      \"06:51:00\",\n      \"07:58:00\",\n      \"08:24:00\",\n      \"08:34:00\",\n      \"09:02:00\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-625,-355\",\n      \"-478,-477,-476\",\n      \"-475,-474,-473\",\n      \"-472,-471,-470,-469,-468\",\n      \"-467,-466,-465,-599,-598,-464,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2307,2222\",\n      \"-2222,-2307,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,1942,219,218,275,1907,2082,2081,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_1012_8509179_0911\",\n    \"name\": \"R 1012\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509073\",\n      \"8509072\",\n      \"8509071\",\n      \"8509070\",\n      \"8509069\",\n      \"8509068\",\n      \"8509067\",\n      \"8509065\",\n      \"8509064\",\n      \"8509063\",\n      \"8509062\",\n      \"8509061\",\n      \"8509060\",\n      \"8509059\",\n      \"8509058\",\n      \"8509057\",\n      \"8509002\",\n      \"8509056\",\n      \"8509055\",\n      \"8509054\",\n      \"8509053\",\n      \"8509051\",\n      \"8509006\",\n      \"8509000\",\n      \"8509183\",\n      \"8509167\",\n      \"8509168\",\n      \"8509169\",\n      \"8509170\",\n      \"8509171\",\n      \"8509173\",\n      \"8509174\",\n      \"8509175\",\n      \"8509176\",\n      \"8509177\",\n      \"8509178\",\n      \"8509179\"\n    ],\n    \"deps\": [\n      \"06:00:00\",\n      \"06:03:00\",\n      \"06:08:00\",\n      \"06:12:00\",\n      \"06:18:00\",\n      \"06:27:00\",\n      \"06:29:00\",\n      \"06:37:00\",\n      \"06:44:00\",\n      \"06:48:00\",\n      \"06:50:00\",\n      \"06:52:00\",\n      \"07:00:00\",\n      \"07:03:00\",\n      \"07:05:00\",\n      \"07:09:00\",\n      \"07:17:00\",\n      \"07:18:00\",\n      \"07:20:00\",\n      \"07:22:00\",\n      \"07:27:00\",\n      \"07:31:00\",\n      \"07:33:00\",\n      \"07:56:00\",\n      \"08:05:00\",\n      \"08:10:00\",\n      \"08:16:00\",\n      \"08:20:00\",\n      \"08:27:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:47:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"06:02:45\",\n      \"06:07:45\",\n      \"06:11:45\",\n      \"06:17:45\",\n      \"06:26:45\",\n      \"06:28:45\",\n      \"06:36:45\",\n      \"06:43:45\",\n      \"06:47:45\",\n      \"06:49:45\",\n      \"06:51:45\",\n      \"06:57:00\",\n      \"07:02:45\",\n      \"07:04:45\",\n      \"07:08:45\",\n      \"07:13:00\",\n      \"07:17:45\",\n      \"07:19:45\",\n      \"07:21:45\",\n      \"07:26:00\",\n      \"07:30:45\",\n      \"07:32:45\",\n      \"07:37:00\",\n      \"08:04:00\",\n      \"08:09:45\",\n      \"08:15:45\",\n      \"08:19:45\",\n      \"08:26:00\",\n      \"08:31:00\",\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:46:00\",\n      \"08:53:00\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1528\",\n      \"-1527\",\n      \"-1526\",\n      \"-1523\",\n      \"-1522,-1525\",\n      \"-1524\",\n      \"-1045\",\n      \"-1046\",\n      \"-1047\",\n      \"-1049\",\n      \"-1048\",\n      \"-1050\",\n      \"-1051\",\n      \"-1052\",\n      \"-1054\",\n      \"-1053\",\n      \"-1974\",\n      \"-1044\",\n      \"-1043\",\n      \"-1042\",\n      \"-1122\",\n      \"-1908\",\n      \"-276,834,835\",\n      \"-1472,-1473,-1474,-1475,-1477\",\n      \"-1476,-1471\",\n      \"-1470\",\n      \"-1469\",\n      \"-1468\",\n      \"-1459\",\n      \"-1458\",\n      \"-1457\",\n      \"-1456\",\n      \"-1455\",\n      \"-1454\",\n      \"-1453\",\n      \"-1452\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_7037_8530750_0911\",\n    \"name\": \"R 7037\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504483\",\n      \"8504468\",\n      \"8504467\",\n      \"8504477\",\n      \"8504466\",\n      \"8504465\",\n      \"8504464\",\n      \"8504463\",\n      \"8504475\",\n      \"8504474\",\n      \"8504462\",\n      \"8504472\",\n      \"8504470\",\n      \"8504471\",\n      \"8504469\",\n      \"8504461\",\n      \"8530750\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"08:35:45\",\n      \"08:39:45\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:52:00\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1197\",\n      \"895\",\n      \"896\",\n      \"894\",\n      \"893\",\n      \"892\",\n      \"891\",\n      \"890\",\n      \"889\",\n      \"888\",\n      \"887\",\n      \"886\",\n      \"885\",\n      \"883\",\n      \"884\",\n      \"882\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_1212_8509179_0911\",\n    \"name\": \"RE 1212\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509073\",\n      \"8509072\",\n      \"8509071\",\n      \"8509070\",\n      \"8509069\",\n      \"8509068\",\n      \"8509067\",\n      \"8509065\",\n      \"8509064\",\n      \"8509063\",\n      \"8509062\",\n      \"8509061\",\n      \"8509060\",\n      \"8509059\",\n      \"8509058\",\n      \"8509057\",\n      \"8509002\",\n      \"8509056\",\n      \"8509055\",\n      \"8509054\",\n      \"8509053\",\n      \"8509051\",\n      \"8509006\",\n      \"8509000\",\n      \"8509183\",\n      \"8509167\",\n      \"8509168\",\n      \"8509169\",\n      \"8509170\",\n      \"8509171\",\n      \"8509173\",\n      \"8509174\",\n      \"8509175\",\n      \"8509176\",\n      \"8509177\",\n      \"8509178\",\n      \"8509179\"\n    ],\n    \"deps\": [\n      \"06:00:00\",\n      \"06:03:00\",\n      \"06:08:00\",\n      \"06:12:00\",\n      \"06:18:00\",\n      \"06:27:00\",\n      \"06:29:00\",\n      \"06:37:00\",\n      \"06:44:00\",\n      \"06:48:00\",\n      \"06:50:00\",\n      \"06:52:00\",\n      \"07:00:00\",\n      \"07:03:00\",\n      \"07:05:00\",\n      \"07:09:00\",\n      \"07:17:00\",\n      \"07:18:00\",\n      \"07:20:00\",\n      \"07:22:00\",\n      \"07:27:00\",\n      \"07:31:00\",\n      \"07:33:00\",\n      \"07:56:00\",\n      \"08:05:00\",\n      \"08:10:00\",\n      \"08:16:00\",\n      \"08:20:00\",\n      \"08:27:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:47:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"06:02:45\",\n      \"06:07:45\",\n      \"06:11:45\",\n      \"06:17:45\",\n      \"06:26:45\",\n      \"06:28:45\",\n      \"06:36:45\",\n      \"06:43:45\",\n      \"06:47:45\",\n      \"06:49:45\",\n      \"06:51:45\",\n      \"06:57:00\",\n      \"07:02:45\",\n      \"07:04:45\",\n      \"07:08:45\",\n      \"07:13:00\",\n      \"07:17:45\",\n      \"07:19:45\",\n      \"07:21:45\",\n      \"07:26:00\",\n      \"07:30:45\",\n      \"07:32:45\",\n      \"07:37:00\",\n      \"08:04:00\",\n      \"08:09:45\",\n      \"08:15:45\",\n      \"08:19:45\",\n      \"08:26:00\",\n      \"08:31:00\",\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:46:00\",\n      \"08:53:00\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1528\",\n      \"-1527\",\n      \"-1526\",\n      \"-1523\",\n      \"-1522,-1525\",\n      \"-1524\",\n      \"-1045\",\n      \"-1046\",\n      \"-1047\",\n      \"-1049\",\n      \"-1048\",\n      \"-1050\",\n      \"-1051\",\n      \"-1052\",\n      \"-1054\",\n      \"-1053\",\n      \"-1974\",\n      \"-1044\",\n      \"-1043\",\n      \"-1042\",\n      \"-1122\",\n      \"-1908\",\n      \"-276,834,835\",\n      \"-1472,-1473,-1474,-1475,-1477\",\n      \"-1476,-1471\",\n      \"-1470\",\n      \"-1469\",\n      \"-1468\",\n      \"-1459\",\n      \"-1458\",\n      \"-1457\",\n      \"-1456\",\n      \"-1455\",\n      \"-1454\",\n      \"-1453\",\n      \"-1452\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_1_21130_8502206_0911\",\n    \"name\": \"S 1 21130\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8502200\",\n      \"8516350\",\n      \"8515997\",\n      \"8502201\",\n      \"8502202\",\n      \"8502306\",\n      \"8515996\",\n      \"8502203\",\n      \"8515995\",\n      \"8502230\",\n      \"8516187\",\n      \"8502204\",\n      \"8515993\",\n      \"8515992\",\n      \"8502206\"\n    ],\n    \"deps\": [\n      \"08:21:00\",\n      \"08:31:00\",\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:30:45\",\n      \"08:31:45\",\n      \"08:33:45\",\n      \"08:36:45\",\n      \"08:42:00\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:57:00\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:05:00\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,395\",\n      \"158\",\n      \"160\",\n      \"159\",\n      \"427,428\",\n      \"373,504\",\n      \"505\",\n      \"157\",\n      \"156\",\n      \"155\",\n      \"154\",\n      \"366,367\",\n      \"161\",\n      \"502\",\n      \"503\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_17_623_8503508_0911\",\n    \"name\": \"S 17 623\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502272\",\n      \"8502185\",\n      \"8502248\",\n      \"8502273\",\n      \"8517377\",\n      \"8502274\",\n      \"8502188\",\n      \"8502275\",\n      \"8502268\",\n      \"8502276\",\n      \"8502187\",\n      \"8502277\",\n      \"8502278\",\n      \"8502186\",\n      \"8502270\",\n      \"8517376\",\n      \"8503508\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:46:45\",\n      \"08:48:00\",\n      \"08:49:45\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1615\",\n      \"-1616\",\n      \"-1617\",\n      \"-1621\",\n      \"-1620\",\n      \"-1619\",\n      \"-1618\",\n      \"-1623\",\n      \"-1622\",\n      \"-1624\",\n      \"-1625\",\n      \"-1626\",\n      \"-1627\",\n      \"2384\",\n      \"2385\",\n      \"2386\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_2_18229_8503225_0911\",\n    \"name\": \"S 2 18229\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503016\",\n      \"8503006\",\n      \"8503000\",\n      \"8503011\",\n      \"8503010\",\n      \"8503202\",\n      \"8503204\",\n      \"8503206\",\n      \"8503207\",\n      \"8503209\",\n      \"8503211\",\n      \"8503220\",\n      \"8503221\",\n      \"8503225\"\n    ],\n    \"deps\": [\n      \"08:06:00\",\n      \"08:11:00\",\n      \"08:18:00\",\n      \"08:20:00\",\n      \"08:24:00\",\n      \"08:31:00\",\n      \"08:35:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:10:00\",\n      \"08:16:00\",\n      \"08:19:45\",\n      \"08:23:00\",\n      \"08:30:00\",\n      \"08:34:45\",\n      \"08:41:00\",\n      \"08:44:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"09:00:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-212,2134,2145,2174,2172,2135,2138\",\n      \"2156,2136,2149,2322,2355,2323\",\n      \"-2324,2325,2236,2237,2359,2238,2239\",\n      \"2240,-144\",\n      \"-145,-1995,-146,-143,-147\",\n      \"-142,140,139\",\n      \"138,141\",\n      \"611,612\",\n      \"124,123,613,614\",\n      \"604,605\",\n      \"125\",\n      \"122\",\n      \"113,129,128,617,618\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_18329_8503123_0911\",\n    \"name\": \"S 3 18329\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503508\",\n      \"8503512\",\n      \"8503509\",\n      \"8503001\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503147\",\n      \"8503306\",\n      \"8503305\",\n      \"8503303\",\n      \"8503302\",\n      \"8503301\",\n      \"8503300\",\n      \"8503123\"\n    ],\n    \"deps\": [\n      \"08:15:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:24:00\",\n      \"08:26:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"08:16:45\",\n      \"08:18:45\",\n      \"08:23:00\",\n      \"08:25:45\",\n      \"08:30:00\",\n      \"08:35:00\",\n      \"08:39:45\",\n      \"08:42:45\",\n      \"08:49:00\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:03:00\",\n      \"09:06:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"2387\",\n      \"2392,2398,2402\",\n      \"2394,2426,2332\",\n      \"2349,2367,2366\",\n      \"2347,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383\",\n      \"-1310,-1311,-377\",\n      \"-92,-329\",\n      \"327\",\n      \"328\",\n      \"326\",\n      \"325\",\n      \"608,609\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_24458_8503088_0911\",\n    \"name\": \"S 4 24458\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503098\",\n      \"8503097\",\n      \"8503089\",\n      \"8503099\",\n      \"8503096\",\n      \"8503095\",\n      \"8503094\",\n      \"8503093\",\n      \"8503086\",\n      \"8503087\",\n      \"8503091\",\n      \"8503090\",\n      \"8503088\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:49:00\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1645\",\n      \"-1644\",\n      \"-1643\",\n      \"-1642\",\n      \"-1641\",\n      \"-1640\",\n      \"-1639\",\n      \"-839\",\n      \"-838\",\n      \"-837\",\n      \"-1638,836,2101\",\n      \"2100\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_40_8730_8503283_0911\",\n    \"name\": \"S 40 8730\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503110\",\n      \"8503299\",\n      \"8503209\",\n      \"8503289\",\n      \"8503295\",\n      \"8503288\",\n      \"8503294\",\n      \"8503286\",\n      \"8503285\",\n      \"8503284\",\n      \"8503283\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:38:00\",\n      \"08:42:00\",\n      \"08:43:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:37:45\",\n      \"08:41:00\",\n      \"08:42:45\",\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"09:02:00\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1032\",\n      \"1890,-604\",\n      \"-614,-1897\",\n      \"-1898\",\n      \"-1900\",\n      \"-1899\",\n      \"-1878,1880\",\n      \"1881\",\n      \"1877\",\n      \"1876,615\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_15630_8507089_0911\",\n    \"name\": \"S 6 15630\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507000\",\n      \"8507082\",\n      \"8507091\",\n      \"8507083\",\n      \"8507084\",\n      \"8507085\",\n      \"8507086\",\n      \"8507087\",\n      \"8507095\",\n      \"8507088\",\n      \"8507089\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:38:00\",\n      \"08:42:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:05:00\"\n    ],\n    \"arrs\": [\n      \"08:37:45\",\n      \"08:41:45\",\n      \"08:44:00\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:58:00\",\n      \"09:00:45\",\n      \"09:04:45\",\n      \"09:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1301,324,-585,848\",\n      \"849,950\",\n      \"1269\",\n      \"1268\",\n      \"915\",\n      \"916\",\n      \"917\",\n      \"1266\",\n      \"949\",\n      \"1267\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"ICE_76_8001093_1609\",\n    \"name\": \"ICE 76\",\n    \"type\": \"ice\",\n    \"sts\": [\n      \"8503000\",\n      \"8500010\",\n      \"8500090\"\n    ],\n    \"deps\": [\n      \"08:00:00\",\n      \"09:06:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"08:53:00\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584\",\n      \"-584,-404,-197\"\n    ],\n    \"service_type\": \"ice\"\n  },\n  {\n    \"id\": \"IR_1812_8500010_0912\",\n    \"name\": \"IR 1812\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503000\",\n      \"8502119\",\n      \"8502113\",\n      \"8500026\",\n      \"8500023\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:28:00\",\n      \"08:36:00\",\n      \"08:55:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:27:00\",\n      \"08:35:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2221,-2307,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426\",\n      \"423,424,376,1984\",\n      \"-359,-360,-357,-358,567,568,349,565,566\",\n      \"344,348,345\",\n      \"347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_11135_8501008_0912\",\n    \"name\": \"R 11135\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501001\",\n      \"8501002\",\n      \"8501003\",\n      \"8501000\",\n      \"8501006\",\n      \"8501007\",\n      \"8501008\"\n    ],\n    \"deps\": [\n      \"08:54:00\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:06:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:59:00\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-661\",\n      \"-662\",\n      \"-663\",\n      \"-664\",\n      \"-666\",\n      \"-665,-1963,-1968\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_119_8500207_0912\",\n    \"name\": \"R 119\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500212\",\n      \"8518690\",\n      \"8500211\",\n      \"8500289\",\n      \"8500288\",\n      \"8500287\",\n      \"8500286\",\n      \"8500285\",\n      \"8500283\",\n      \"8500275\",\n      \"8500274\",\n      \"8500273\",\n      \"8500272\",\n      \"8500280\",\n      \"8500207\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2200\",\n      \"-36\",\n      \"-415,-416,-1652\",\n      \"-1651\",\n      \"-1376\",\n      \"-1375\",\n      \"-1374\",\n      \"-1929,-1373\",\n      \"-1372\",\n      \"-1371\",\n      \"-1370\",\n      \"-1928\",\n      \"-46\",\n      \"-268\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_1628_8509253_0912\",\n    \"name\": \"R 1628\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509361\",\n      \"8509360\",\n      \"8509359\",\n      \"8509358\",\n      \"8509357\",\n      \"8509356\",\n      \"8509373\",\n      \"8519370\",\n      \"8509354\",\n      \"8509353\",\n      \"8509352\",\n      \"8509255\",\n      \"8509351\",\n      \"8509350\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"07:33:00\",\n      \"07:36:00\",\n      \"07:45:00\",\n      \"07:57:00\",\n      \"08:15:00\",\n      \"08:24:00\",\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:44:00\",\n      \"08:50:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:06:00\"\n    ],\n    \"arrs\": [\n      \"07:35:45\",\n      \"07:44:45\",\n      \"07:56:45\",\n      \"08:14:00\",\n      \"08:23:45\",\n      \"08:31:45\",\n      \"08:33:45\",\n      \"08:36:45\",\n      \"08:43:45\",\n      \"08:49:45\",\n      \"08:58:00\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1500\",\n      \"-1499\",\n      \"-1498\",\n      \"-1497\",\n      \"-1496\",\n      \"-1495\",\n      \"-1494\",\n      \"-1493\",\n      \"-1492\",\n      \"-1491\",\n      \"-1490\",\n      \"-1509\",\n      \"-1508\",\n      \"-1507\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4121_8500100_0912\",\n    \"name\": \"R 4121\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500173\",\n      \"8500172\",\n      \"8500165\",\n      \"8500171\",\n      \"8500164\",\n      \"8500170\",\n      \"8500162\",\n      \"8500100\"\n    ],\n    \"deps\": [\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1210\",\n      \"1211\",\n      \"1212\",\n      \"1213\",\n      \"857,858\",\n      \"859\",\n      \"860,871\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_434_8507380_0912\",\n    \"name\": \"R 434\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507374\",\n      \"8507375\",\n      \"8507552\",\n      \"8507376\",\n      \"8507380\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:46:00\",\n      \"08:52:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:51:45\",\n      \"09:05:00\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1235\",\n      \"1236\",\n      \"1237,435\",\n      \"-435,1238\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_45_8501689_0912\",\n    \"name\": \"R 45\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501688\",\n      \"8501689\"\n    ],\n    \"deps\": [\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-635\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_46_8501688_0912\",\n    \"name\": \"R 46\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501689\",\n      \"8501688\"\n    ],\n    \"deps\": [\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"635\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_8_1085_8500207_0912\",\n    \"name\": \"RE 8 1085\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8508050\",\n      \"8508059\",\n      \"8508060\",\n      \"8508061\",\n      \"8508063\",\n      \"8508064\",\n      \"8508066\",\n      \"8508068\",\n      \"8500207\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:47:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:03:45\",\n      \"09:07:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1303,-1299,-1298,-1297,-643,1902,1903,274,1315,-778,-779,-780,-781\",\n      \"-783\",\n      \"-782\",\n      \"-1388,-1387\",\n      \"-1386\",\n      \"-1941\",\n      \"-1940\",\n      \"-1939,430\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_1_23135_8506302_0912\",\n    \"name\": \"S 1 23135\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506206\",\n      \"8506208\",\n      \"8506209\",\n      \"8506210\",\n      \"8506300\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:06:00\"\n    ],\n    \"arrs\": [\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"621,622,341,338\",\n      \"339\",\n      \"623,624\",\n      \"340\",\n      \"343,619,620\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_2_1552_8509000_0912\",\n    \"name\": \"S 2 1552\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509189\",\n      \"8509188\",\n      \"8509187\",\n      \"8509186\",\n      \"8509185\",\n      \"8509184\",\n      \"8509183\",\n      \"8509182\",\n      \"8509181\",\n      \"8509180\",\n      \"8509050\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:38:45\",\n      \"08:40:45\",\n      \"08:43:45\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:57:00\",\n      \"08:59:45\",\n      \"09:03:00\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-833\",\n      \"-832\",\n      \"-831\",\n      \"-830\",\n      \"-829\",\n      \"-271,1476\",\n      \"1477\",\n      \"1475\",\n      \"1474\",\n      \"1473\",\n      \"1472\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_23_1083_8506289_0912\",\n    \"name\": \"S 23 1083\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506210\",\n      \"8506290\",\n      \"8506280\",\n      \"8506281\",\n      \"8506282\",\n      \"8506283\",\n      \"8506284\",\n      \"8506285\",\n      \"8506271\",\n      \"8506286\",\n      \"8506275\",\n      \"8506288\",\n      \"8506277\",\n      \"8506289\"\n    ],\n    \"deps\": [\n      \"08:22:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:29:00\",\n      \"08:31:45\",\n      \"08:35:45\",\n      \"08:40:45\",\n      \"08:44:00\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"09:00:00\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1975\",\n      \"-631,-1067\",\n      \"-1068\",\n      \"-1069\",\n      \"-1070\",\n      \"-1072\",\n      \"-1071\",\n      \"-1073\",\n      \"-1079\",\n      \"-1078,637\",\n      \"638\",\n      \"1074\",\n      \"1075\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_35_8134_8506000_0912\",\n    \"name\": \"S 35 8134\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506206\",\n      \"8506010\",\n      \"8506011\",\n      \"8506012\",\n      \"8506013\",\n      \"8506014\",\n      \"8506035\",\n      \"8506015\",\n      \"8516218\",\n      \"8506001\",\n      \"8506000\"\n    ],\n    \"deps\": [\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:44:45\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:57:00\",\n      \"09:00:45\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-336\",\n      \"-337\",\n      \"-342\",\n      \"-335\",\n      \"-331\",\n      \"-333\",\n      \"-334\",\n      \"-332\",\n      \"-379,-378\",\n      \"-372,-601,-600\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_5_18528_8503319_0912\",\n    \"name\": \"S 5 18528\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503209\",\n      \"8503110\",\n      \"8503120\",\n      \"8503121\",\n      \"8503122\",\n      \"8503123\",\n      \"8503125\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503310\",\n      \"8503311\",\n      \"8503312\",\n      \"8503314\",\n      \"8503315\",\n      \"8503316\",\n      \"8503317\",\n      \"8503318\",\n      \"8503319\"\n    ],\n    \"deps\": [\n      \"07:51:00\",\n      \"07:59:00\",\n      \"08:01:00\",\n      \"08:06:00\",\n      \"08:09:00\",\n      \"08:15:00\",\n      \"08:21:00\",\n      \"08:32:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:09:00\"\n    ],\n    \"arrs\": [\n      \"07:55:00\",\n      \"08:00:45\",\n      \"08:05:00\",\n      \"08:08:00\",\n      \"08:14:00\",\n      \"08:20:00\",\n      \"08:31:00\",\n      \"08:35:00\",\n      \"08:38:45\",\n      \"08:43:00\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:53:00\",\n      \"08:55:45\",\n      \"09:00:00\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"604,-1890,-1032\",\n      \"-616,-1783\",\n      \"-1785\",\n      \"-1784,-1786\",\n      \"-400,-606\",\n      \"-609,1678,1679\",\n      \"1677,1676,1675,1312,-1309,1310,383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2115\",\n      \"2162,-458\",\n      \"-457\",\n      \"-595,-1603\",\n      \"-1602\",\n      \"-1601\",\n      \"-1600\",\n      \"-269\",\n      \"-1599\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_2257_8505400_0913\",\n    \"name\": \"IR 2257\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503000\",\n      \"8502204\",\n      \"8505004\",\n      \"8505006\",\n      \"8505007\",\n      \"8505112\",\n      \"8505114\",\n      \"8505119\",\n      \"8505201\",\n      \"8505204\",\n      \"8505209\",\n      \"8505213\",\n      \"8505404\",\n      \"8505400\"\n    ],\n    \"deps\": [\n      \"06:09:00\",\n      \"06:31:00\",\n      \"06:53:00\",\n      \"07:01:00\",\n      \"07:05:00\",\n      \"07:15:00\",\n      \"07:24:00\",\n      \"07:50:00\",\n      \"08:01:00\",\n      \"08:19:00\",\n      \"08:40:00\",\n      \"08:54:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"06:30:00\",\n      \"06:46:00\",\n      \"07:00:00\",\n      \"07:04:00\",\n      \"07:14:00\",\n      \"07:23:00\",\n      \"07:48:00\",\n      \"07:59:00\",\n      \"08:18:00\",\n      \"08:39:00\",\n      \"08:53:00\",\n      \"09:01:00\",\n      \"09:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2293,-2291,2286,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,-164,-163,-1998,-162,-1999,-2000,-2001,-165,-503,-502,-161\",\n      \"-367,387,2017,2018,1918,388,508,509,1919,2019,2020,507,2021,2022\",\n      \"510,511\",\n      \"512\",\n      \"513,2023,2029,2027,2034,2032,514,2026,2025\",\n      \"515,516\",\n      \"2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517\",\n      \"277,2046,2047\",\n      \"518,1917,2049,2050,2051,2052,2054,2053\",\n      \"1965,1966,2055,2058,2059,2056,1962,2057,519\",\n      \"520,2060,2061,521\",\n      \"522,523,381,524\",\n      \"2014,1990,525,526,527\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2318_8503016_0913\",\n    \"name\": \"IR 2318\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8502204\",\n      \"8503202\",\n      \"8503000\",\n      \"8503006\",\n      \"8503016\"\n    ],\n    \"deps\": [\n      \"08:10:00\",\n      \"08:31:00\",\n      \"08:46:00\",\n      \"09:01:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:30:00\",\n      \"08:45:00\",\n      \"08:56:00\",\n      \"09:07:00\",\n      \"09:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,395,158,160,159,427,428,373,504,505,157,156,155,154,366,367\",\n      \"161,502,503,165,2001,2000,1999,162,1998,163,164,142\",\n      \"-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281\",\n      \"-2281,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146\",\n      \"2155,-2141,2160,2161,2171,2173,2133,212\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_217_8501689_0913\",\n    \"name\": \"R 217\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8515296\",\n      \"8501636\",\n      \"8501605\",\n      \"8501683\",\n      \"8501684\",\n      \"8501685\",\n      \"8501686\",\n      \"8501687\",\n      \"8501688\",\n      \"8501689\"\n    ],\n    \"deps\": [\n      \"07:52:00\",\n      \"08:00:00\",\n      \"08:10:00\",\n      \"08:20:00\",\n      \"08:27:00\",\n      \"08:37:00\",\n      \"08:46:00\",\n      \"08:55:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"07:59:45\",\n      \"08:03:00\",\n      \"08:19:45\",\n      \"08:26:45\",\n      \"08:36:45\",\n      \"08:45:45\",\n      \"08:54:45\",\n      \"09:00:45\",\n      \"09:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-990\",\n      \"-1317\",\n      \"-1318\",\n      \"-981\",\n      \"-982\",\n      \"-983\",\n      \"-984\",\n      \"-985\",\n      \"-635\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_2209_8501300_0913\",\n    \"name\": \"R 2209\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507290\",\n      \"8507273\",\n      \"8507272\",\n      \"8507271\",\n      \"8507270\",\n      \"8501399\",\n      \"8501398\",\n      \"8501397\",\n      \"8501396\",\n      \"8501388\",\n      \"8501395\",\n      \"8501198\",\n      \"8501394\",\n      \"8501393\",\n      \"8501392\",\n      \"8501391\",\n      \"8504070\",\n      \"8501379\",\n      \"8501378\",\n      \"8501387\",\n      \"8501386\",\n      \"8501377\",\n      \"8501385\",\n      \"8501376\",\n      \"8501384\",\n      \"8501375\",\n      \"8501374\",\n      \"8501300\"\n    ],\n    \"deps\": [\n      \"07:00:00\",\n      \"07:08:00\",\n      \"07:14:00\",\n      \"07:19:00\",\n      \"07:23:00\",\n      \"07:30:00\",\n      \"07:35:00\",\n      \"07:41:00\",\n      \"07:43:00\",\n      \"07:45:00\",\n      \"07:47:00\",\n      \"07:49:00\",\n      \"08:06:00\",\n      \"08:11:00\",\n      \"08:12:00\",\n      \"08:16:00\",\n      \"08:26:00\",\n      \"08:30:00\",\n      \"08:35:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:06:00\"\n    ],\n    \"arrs\": [\n      \"07:07:45\",\n      \"07:13:45\",\n      \"07:18:45\",\n      \"07:22:45\",\n      \"07:27:00\",\n      \"07:34:45\",\n      \"07:40:45\",\n      \"07:42:45\",\n      \"07:44:45\",\n      \"07:46:45\",\n      \"07:48:45\",\n      \"07:50:00\",\n      \"08:10:45\",\n      \"08:11:45\",\n      \"08:15:45\",\n      \"08:20:00\",\n      \"08:29:45\",\n      \"08:34:45\",\n      \"08:38:45\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:49:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"286\",\n      \"285\",\n      \"289\",\n      \"284\",\n      \"283\",\n      \"301\",\n      \"299\",\n      \"300\",\n      \"302\",\n      \"294\",\n      \"296\",\n      \"297\",\n      \"295\",\n      \"298\",\n      \"293\",\n      \"292\",\n      \"290\",\n      \"291\",\n      \"306\",\n      \"307\",\n      \"305\",\n      \"304\",\n      \"303\",\n      \"265\",\n      \"354\",\n      \"259\",\n      \"260,261,262,258,263,257\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_632_8507388_0913\",\n    \"name\": \"R 632\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507387\",\n      \"8507386\",\n      \"8507388\"\n    ],\n    \"deps\": [\n      \"08:21:00\",\n      \"08:38:00\"\n    ],\n    \"arrs\": [\n      \"08:37:45\",\n      \"09:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1220\",\n      \"-1219,-1222\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_1020_8509002_0913\",\n    \"name\": \"RE 1020\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509073\",\n      \"8509072\",\n      \"8509068\",\n      \"8509064\",\n      \"8509060\",\n      \"8509059\",\n      \"8509002\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:06:00\",\n      \"08:33:00\",\n      \"08:49:00\",\n      \"09:01:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:05:45\",\n      \"08:29:00\",\n      \"08:47:00\",\n      \"08:59:00\",\n      \"09:03:45\",\n      \"09:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1528\",\n      \"-1527,-1526,-1523,-1522,-1525\",\n      \"-1524,-1045,-1046\",\n      \"-1047,-1049,-1048,-1050\",\n      \"-1051\",\n      \"-1052,-1054,-1053\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_2609_8504023_0913\",\n    \"name\": \"RE 2609\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8501008\",\n      \"8501023\",\n      \"8501030\",\n      \"8501031\",\n      \"8501033\",\n      \"8501035\",\n      \"8501037\",\n      \"8501118\",\n      \"8501120\",\n      \"8504014\",\n      \"8504023\"\n    ],\n    \"deps\": [\n      \"07:51:00\",\n      \"08:01:00\",\n      \"08:07:00\",\n      \"08:11:00\",\n      \"08:16:00\",\n      \"08:21:00\",\n      \"08:28:00\",\n      \"08:34:00\",\n      \"08:42:00\",\n      \"08:58:00\"\n    ],\n    \"arrs\": [\n      \"08:00:00\",\n      \"08:06:00\",\n      \"08:10:00\",\n      \"08:15:00\",\n      \"08:20:00\",\n      \"08:27:00\",\n      \"08:33:00\",\n      \"08:39:00\",\n      \"08:57:00\",\n      \"09:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-175,-174,173,166,172,167,171,168,170,169\",\n      \"95\",\n      \"104\",\n      \"99\",\n      \"103\",\n      \"100,102,101,397,398\",\n      \"96,98,97,361,1362\",\n      \"116,2087\",\n      \"94,83,82,84,85,578,579,87,86\",\n      \"569,570,89,88,1985,2096\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_17_624_8502272_0913\",\n    \"name\": \"S 17 624\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503508\",\n      \"8517376\",\n      \"8502270\",\n      \"8502186\",\n      \"8502278\",\n      \"8502277\",\n      \"8502187\",\n      \"8502276\",\n      \"8502268\",\n      \"8502275\",\n      \"8502188\",\n      \"8502274\",\n      \"8517377\",\n      \"8502273\",\n      \"8502248\",\n      \"8502185\",\n      \"8502272\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:10:00\",\n      \"09:11:00\"\n    ],\n    \"arrs\": [\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:08:00\",\n      \"09:09:45\",\n      \"09:10:45\",\n      \"09:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2386\",\n      \"-2385\",\n      \"-2384\",\n      \"1627\",\n      \"1626\",\n      \"1625\",\n      \"1624\",\n      \"1622\",\n      \"1623\",\n      \"1618\",\n      \"1619\",\n      \"1620\",\n      \"1621\",\n      \"1617\",\n      \"1616\",\n      \"1615\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_156_110_8501096_0914\",\n    \"name\": \"R 156 110\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501037\",\n      \"8501054\",\n      \"8501090\",\n      \"8501081\",\n      \"8501091\",\n      \"8501080\",\n      \"8501092\",\n      \"8501093\",\n      \"8501082\",\n      \"8501083\",\n      \"8501094\",\n      \"8501085\",\n      \"8501095\",\n      \"8501096\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:46:45\",\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:03:00\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:14:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-398,693\",\n      \"694\",\n      \"692\",\n      \"691\",\n      \"690\",\n      \"689\",\n      \"688\",\n      \"687\",\n      \"686\",\n      \"685\",\n      \"680,589\",\n      \"678\",\n      \"677\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_216_8501181_0914\",\n    \"name\": \"R 216\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501169\",\n      \"8501170\",\n      \"8501168\",\n      \"8501166\",\n      \"8501167\",\n      \"8501165\",\n      \"8501164\",\n      \"8501163\",\n      \"8501162\",\n      \"8501161\",\n      \"8501160\",\n      \"8501181\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:59:00\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:03:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:14:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-719\",\n      \"-718\",\n      \"-710\",\n      \"-711\",\n      \"-712\",\n      \"-713\",\n      \"-714\",\n      \"-715\",\n      \"-716\",\n      \"-717\",\n      \"1986\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_221_8500123_0914\",\n    \"name\": \"R 221\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504314\",\n      \"8500184\",\n      \"8500179\",\n      \"8500178\",\n      \"8500181\",\n      \"8500180\",\n      \"8500177\",\n      \"8500176\",\n      \"8500175\",\n      \"8500174\",\n      \"8500190\",\n      \"8500169\",\n      \"8500191\",\n      \"8500192\",\n      \"8500194\",\n      \"8500195\",\n      \"8500196\",\n      \"8500199\",\n      \"8500123\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:04:00\",\n      \"08:09:00\",\n      \"08:13:00\",\n      \"08:14:00\",\n      \"08:15:00\",\n      \"08:22:00\",\n      \"08:25:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:34:00\",\n      \"08:35:00\",\n      \"08:42:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:03:45\",\n      \"08:08:45\",\n      \"08:12:45\",\n      \"08:13:45\",\n      \"08:14:45\",\n      \"08:18:00\",\n      \"08:24:45\",\n      \"08:26:45\",\n      \"08:29:00\",\n      \"08:33:00\",\n      \"08:34:45\",\n      \"08:39:00\",\n      \"08:42:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"09:03:45\",\n      \"09:14:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-557,1191\",\n      \"1198,1199\",\n      \"1200,1201\",\n      \"1202\",\n      \"1203\",\n      \"1204\",\n      \"1205\",\n      \"1206\",\n      \"1207\",\n      \"1208,918\",\n      \"919\",\n      \"920\",\n      \"921\",\n      \"922\",\n      \"923\",\n      \"924\",\n      \"938\",\n      \"939\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_33_20336_8503424_0914\",\n    \"name\": \"S 33 20336\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506000\",\n      \"8506045\",\n      \"8506046\",\n      \"8506047\",\n      \"8506048\",\n      \"8506049\",\n      \"8506039\",\n      \"8503423\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"08:42:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:55:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:10:00\"\n    ],\n    \"arrs\": [\n      \"08:47:00\",\n      \"08:49:45\",\n      \"08:54:00\",\n      \"09:01:45\",\n      \"09:05:00\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:14:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"600,-1685\",\n      \"-1686\",\n      \"-1687\",\n      \"-1688\",\n      \"-1689\",\n      \"-1552\",\n      \"-1551,-483\",\n      \"-1334,-1333\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"ICN_1510_8501120_0915\",\n    \"name\": \"ICN 1510\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8506302\",\n      \"8506210\",\n      \"8506209\",\n      \"8506208\",\n      \"8506206\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8502113\",\n      \"8500218\",\n      \"8500207\",\n      \"8504300\",\n      \"8504221\",\n      \"8504200\",\n      \"8501120\"\n    ],\n    \"deps\": [\n      \"05:44:00\",\n      \"05:51:00\",\n      \"05:57:00\",\n      \"06:02:00\",\n      \"06:10:00\",\n      \"06:28:00\",\n      \"06:43:00\",\n      \"07:04:00\",\n      \"07:29:00\",\n      \"07:40:00\",\n      \"07:59:00\",\n      \"08:16:00\",\n      \"08:34:00\",\n      \"08:53:00\"\n    ],\n    \"arrs\": [\n      \"05:50:00\",\n      \"05:56:00\",\n      \"06:01:00\",\n      \"06:08:00\",\n      \"06:26:00\",\n      \"06:41:00\",\n      \"06:53:00\",\n      \"07:27:00\",\n      \"07:38:00\",\n      \"07:56:00\",\n      \"08:13:00\",\n      \"08:32:00\",\n      \"08:51:00\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623\",\n      \"-339\",\n      \"-338,-341,-622,-621\",\n      \"-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2253,2297\",\n      \"-2297,2298,-2252,2309,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984\",\n      \"-359,-360,-357,-358,350\",\n      \"362,-444,-443,-442,-441,-38,-37,-2200,-36,-415,-1377,-35,-34,-33\",\n      \"-430,-429,-561,-2216,-560,-31,-30,-29,-353,-27,-26,-2214,-25,-24,-16\",\n      \"-563,-562,-15,-14,-13,-12,-11,-10,-9,-577,-576\",\n      \"-554,-553,-8,-552,-551,-7,-6,-5,-4,-3,-2,-644,-645\",\n      \"-573,-572,-1,-393,-550,-549,-392,-267,-587,-391,-390,-389,1362,116,2087\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"ICN_1511_8506302_0915\",\n    \"name\": \"ICN 1511\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8501120\",\n      \"8501118\",\n      \"8504200\",\n      \"8504221\",\n      \"8504300\",\n      \"8500202\",\n      \"8500207\",\n      \"8500218\",\n      \"8502113\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506206\",\n      \"8506210\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"05:39:00\",\n      \"05:44:00\",\n      \"06:04:00\",\n      \"06:24:00\",\n      \"06:44:00\",\n      \"06:53:00\",\n      \"07:02:00\",\n      \"07:20:00\",\n      \"07:30:00\",\n      \"08:09:00\",\n      \"08:22:00\",\n      \"08:37:00\",\n      \"08:54:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"05:43:00\",\n      \"06:02:00\",\n      \"06:22:00\",\n      \"06:41:00\",\n      \"06:52:00\",\n      \"07:00:00\",\n      \"07:18:00\",\n      \"07:28:00\",\n      \"07:56:00\",\n      \"08:20:00\",\n      \"08:35:00\",\n      \"08:52:00\",\n      \"09:06:00\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2087,-116\",\n      \"-1362,389,390,391,587,267,392,549,550,393,1,572,573\",\n      \"645,644,2,3,4,5,6,7,551,552,8,553,554\",\n      \"576,577,9,10,11,12,13,14,15,562,563\",\n      \"16,24,25,2214,26,27,353\",\n      \"29,30,31,560,2216,561,429,430\",\n      \"33,34,35,1377,415,36,2200,37,38,441,442,443,444,-362\",\n      \"-350,358,357,360,359\",\n      \"-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2244\",\n      \"-2244,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,372,378,379,332,334,333,331,335,342,337,336\",\n      \"621,622,341,338,339,623,624\",\n      \"340,343,619,620\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"R_1215_8509268_0915\",\n    \"name\": \"R 1215\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509179\",\n      \"8509178\",\n      \"8509177\",\n      \"8509176\",\n      \"8509175\",\n      \"8509174\",\n      \"8509173\",\n      \"8509171\",\n      \"8509170\",\n      \"8509169\",\n      \"8509168\",\n      \"8509167\",\n      \"8509183\",\n      \"8509182\",\n      \"8509181\",\n      \"8509180\",\n      \"8509050\",\n      \"8509000\",\n      \"8509006\",\n      \"8509051\",\n      \"8509053\",\n      \"8509054\",\n      \"8509055\",\n      \"8509056\",\n      \"8509002\",\n      \"8509057\",\n      \"8509060\",\n      \"8509062\",\n      \"8509064\",\n      \"8509065\",\n      \"8509067\",\n      \"8509068\",\n      \"8509269\",\n      \"8509264\",\n      \"8509265\",\n      \"8509266\",\n      \"8509268\"\n    ],\n    \"deps\": [\n      \"05:44:00\",\n      \"05:51:00\",\n      \"05:57:00\",\n      \"06:00:00\",\n      \"06:08:00\",\n      \"06:12:00\",\n      \"06:14:00\",\n      \"06:24:00\",\n      \"06:27:00\",\n      \"06:31:00\",\n      \"06:36:00\",\n      \"06:40:00\",\n      \"06:50:00\",\n      \"06:51:00\",\n      \"06:55:00\",\n      \"06:57:00\",\n      \"07:00:00\",\n      \"07:21:00\",\n      \"07:23:00\",\n      \"07:25:00\",\n      \"07:31:00\",\n      \"07:33:00\",\n      \"07:35:00\",\n      \"07:36:00\",\n      \"07:49:00\",\n      \"07:51:00\",\n      \"08:02:00\",\n      \"08:07:00\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:29:00\",\n      \"08:34:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"05:50:45\",\n      \"05:55:00\",\n      \"05:59:45\",\n      \"06:07:00\",\n      \"06:11:45\",\n      \"06:13:45\",\n      \"06:21:00\",\n      \"06:26:00\",\n      \"06:30:45\",\n      \"06:35:45\",\n      \"06:39:45\",\n      \"06:49:00\",\n      \"06:50:45\",\n      \"06:54:00\",\n      \"06:56:45\",\n      \"06:59:45\",\n      \"07:03:00\",\n      \"07:22:45\",\n      \"07:24:45\",\n      \"07:30:00\",\n      \"07:32:45\",\n      \"07:34:45\",\n      \"07:35:45\",\n      \"07:40:00\",\n      \"07:50:45\",\n      \"08:00:00\",\n      \"08:06:45\",\n      \"08:13:00\",\n      \"08:17:45\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:53:00\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:02:45\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1452\",\n      \"1453\",\n      \"1454\",\n      \"1455\",\n      \"1456\",\n      \"1457\",\n      \"1458\",\n      \"1459\",\n      \"1468\",\n      \"1469\",\n      \"1470\",\n      \"1471,1476\",\n      \"1477\",\n      \"1475\",\n      \"1474\",\n      \"1473\",\n      \"1472\",\n      \"-835,-834,276\",\n      \"1908\",\n      \"1122\",\n      \"1042\",\n      \"1043\",\n      \"1044\",\n      \"1974\",\n      \"1053\",\n      \"1054,1052,1051\",\n      \"1050,1048\",\n      \"1049,1047\",\n      \"1046\",\n      \"1045\",\n      \"1524\",\n      \"1525,642\",\n      \"1517\",\n      \"1518\",\n      \"1519\",\n      \"1520,1521\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4516_8501421_0915\",\n    \"name\": \"R 4516\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501604\",\n      \"8501603\",\n      \"8501602\",\n      \"8501601\",\n      \"8501600\",\n      \"8501509\",\n      \"8501507\",\n      \"8501506\",\n      \"8501510\",\n      \"8501505\",\n      \"8501504\",\n      \"8501503\",\n      \"8501502\",\n      \"8501501\",\n      \"8501500\",\n      \"8501405\",\n      \"8501404\",\n      \"8501403\",\n      \"8501420\",\n      \"8501421\"\n    ],\n    \"deps\": [\n      \"07:37:00\",\n      \"07:44:00\",\n      \"07:48:00\",\n      \"07:51:00\",\n      \"07:54:00\",\n      \"07:59:00\",\n      \"08:02:00\",\n      \"08:07:00\",\n      \"08:12:00\",\n      \"08:19:00\",\n      \"08:22:00\",\n      \"08:24:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:08:00\",\n      \"09:10:00\"\n    ],\n    \"arrs\": [\n      \"07:43:00\",\n      \"07:47:45\",\n      \"07:50:45\",\n      \"07:53:45\",\n      \"07:58:00\",\n      \"08:01:45\",\n      \"08:06:00\",\n      \"08:11:45\",\n      \"08:18:00\",\n      \"08:21:45\",\n      \"08:23:45\",\n      \"08:26:45\",\n      \"08:28:45\",\n      \"08:34:00\",\n      \"08:48:45\",\n      \"08:54:00\",\n      \"08:57:45\",\n      \"09:00:45\",\n      \"09:07:00\",\n      \"09:09:45\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905\",\n      \"-240\",\n      \"-239\",\n      \"-238\",\n      \"-230\",\n      \"-229\",\n      \"-231\",\n      \"-235\",\n      \"-234\",\n      \"-236\",\n      \"-233\",\n      \"-232\",\n      \"-237\",\n      \"-228\",\n      \"-412,-411\",\n      \"-1944\",\n      \"-220\",\n      \"-222\",\n      \"-409,-952\",\n      \"-954\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4625_8504221_0915\",\n    \"name\": \"R 4625\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504288\",\n      \"8504287\",\n      \"8504286\",\n      \"8504285\",\n      \"8504284\",\n      \"8504215\",\n      \"8504216\",\n      \"8504217\",\n      \"8504218\",\n      \"8504219\",\n      \"8504220\",\n      \"8504221\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:08:00\",\n      \"09:10:00\"\n    ],\n    \"arrs\": [\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:51:45\",\n      \"08:57:00\",\n      \"09:01:45\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1948\",\n      \"-1167\",\n      \"-1168\",\n      \"-1169\",\n      \"-1943\",\n      \"-1170\",\n      \"-1171\",\n      \"-1173\",\n      \"-1172,552\",\n      \"8\",\n      \"553,554\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_1221_8509268_0915\",\n    \"name\": \"RE 1221\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509179\",\n      \"8509178\",\n      \"8509177\",\n      \"8509176\",\n      \"8509175\",\n      \"8509174\",\n      \"8509173\",\n      \"8509171\",\n      \"8509170\",\n      \"8509169\",\n      \"8509168\",\n      \"8509167\",\n      \"8509183\",\n      \"8509182\",\n      \"8509181\",\n      \"8509180\",\n      \"8509050\",\n      \"8509000\",\n      \"8509006\",\n      \"8509051\",\n      \"8509053\",\n      \"8509054\",\n      \"8509055\",\n      \"8509056\",\n      \"8509002\",\n      \"8509057\",\n      \"8509060\",\n      \"8509062\",\n      \"8509064\",\n      \"8509065\",\n      \"8509067\",\n      \"8509068\",\n      \"8509269\",\n      \"8509264\",\n      \"8509265\",\n      \"8509266\",\n      \"8509268\"\n    ],\n    \"deps\": [\n      \"05:44:00\",\n      \"05:51:00\",\n      \"05:57:00\",\n      \"06:00:00\",\n      \"06:08:00\",\n      \"06:12:00\",\n      \"06:14:00\",\n      \"06:24:00\",\n      \"06:27:00\",\n      \"06:31:00\",\n      \"06:36:00\",\n      \"06:40:00\",\n      \"06:50:00\",\n      \"06:51:00\",\n      \"06:55:00\",\n      \"06:57:00\",\n      \"07:00:00\",\n      \"07:21:00\",\n      \"07:23:00\",\n      \"07:25:00\",\n      \"07:31:00\",\n      \"07:33:00\",\n      \"07:35:00\",\n      \"07:36:00\",\n      \"07:49:00\",\n      \"07:51:00\",\n      \"08:02:00\",\n      \"08:07:00\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:29:00\",\n      \"08:34:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"05:50:45\",\n      \"05:55:00\",\n      \"05:59:45\",\n      \"06:07:00\",\n      \"06:11:45\",\n      \"06:13:45\",\n      \"06:21:00\",\n      \"06:26:00\",\n      \"06:30:45\",\n      \"06:35:45\",\n      \"06:39:45\",\n      \"06:49:00\",\n      \"06:50:45\",\n      \"06:54:00\",\n      \"06:56:45\",\n      \"06:59:45\",\n      \"07:03:00\",\n      \"07:22:45\",\n      \"07:24:45\",\n      \"07:30:00\",\n      \"07:32:45\",\n      \"07:34:45\",\n      \"07:35:45\",\n      \"07:40:00\",\n      \"07:50:45\",\n      \"08:00:00\",\n      \"08:06:45\",\n      \"08:13:00\",\n      \"08:17:45\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:53:00\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:02:45\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1452\",\n      \"1453\",\n      \"1454\",\n      \"1455\",\n      \"1456\",\n      \"1457\",\n      \"1458\",\n      \"1459\",\n      \"1468\",\n      \"1469\",\n      \"1470\",\n      \"1471,1476\",\n      \"1477\",\n      \"1475\",\n      \"1474\",\n      \"1473\",\n      \"1472\",\n      \"-835,-834,276\",\n      \"1908\",\n      \"1122\",\n      \"1042\",\n      \"1043\",\n      \"1044\",\n      \"1974\",\n      \"1053\",\n      \"1054,1052,1051\",\n      \"1050,1048\",\n      \"1049,1047\",\n      \"1046\",\n      \"1045\",\n      \"1524\",\n      \"1525,642\",\n      \"1517\",\n      \"1518\",\n      \"1519\",\n      \"1520,1521\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3615_8503505_0915\",\n    \"name\": \"RE 3615\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8500218\",\n      \"8502113\",\n      \"8502115\",\n      \"8500309\",\n      \"8503503\",\n      \"8503504\",\n      \"8503505\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:45:00\",\n      \"08:52:00\",\n      \"09:03:00\",\n      \"09:07:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:06:45\",\n      \"09:11:00\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-350,358,357,360,359\",\n      \"-1984,-376,394\",\n      \"546,453,454,371\",\n      \"591,592\",\n      \"455\",\n      \"1960\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_18_21817_8505000_0915\",\n    \"name\": \"S 18 21817\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502007\",\n      \"8502011\",\n      \"8502008\",\n      \"8502009\",\n      \"8502020\",\n      \"8502012\",\n      \"8502028\",\n      \"8502021\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:07:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:06:00\",\n      \"09:07:45\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-494\",\n      \"-493\",\n      \"-496\",\n      \"-497\",\n      \"-498\",\n      \"-499,-2004\",\n      \"-501\",\n      \"-500,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_2_12222_8501103_0915\",\n    \"name\": \"S 2 12222\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504014\",\n      \"8504007\",\n      \"8504012\",\n      \"8504011\",\n      \"8504003\",\n      \"8504010\",\n      \"8504000\",\n      \"8501120\",\n      \"8501118\",\n      \"8501117\",\n      \"8501115\",\n      \"8501108\",\n      \"8501107\",\n      \"8501106\",\n      \"8501105\",\n      \"8501104\",\n      \"8501103\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:12:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:32:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:10:00\"\n    ],\n    \"arrs\": [\n      \"08:11:45\",\n      \"08:15:00\",\n      \"08:18:45\",\n      \"08:20:45\",\n      \"08:22:45\",\n      \"08:26:00\",\n      \"08:30:00\",\n      \"08:36:00\",\n      \"08:38:45\",\n      \"08:43:45\",\n      \"08:50:00\",\n      \"08:54:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:09:45\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-86\",\n      \"-87\",\n      \"-579,-578\",\n      \"-85\",\n      \"-84\",\n      \"-82\",\n      \"-83,-94\",\n      \"-2087,-116\",\n      \"-1362,389\",\n      \"390,391\",\n      \"587,115\",\n      \"697\",\n      \"698\",\n      \"696\",\n      \"695\",\n      \"547,548\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_23_6730_8508100_0915\",\n    \"name\": \"S 23 6730\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503504\",\n      \"8503503\",\n      \"8500309\",\n      \"8502237\",\n      \"8502247\",\n      \"8502105\",\n      \"8502119\",\n      \"8502114\",\n      \"8502113\",\n      \"8502112\",\n      \"8502111\",\n      \"8502110\",\n      \"8500218\",\n      \"8502000\",\n      \"8508103\",\n      \"8508102\",\n      \"8508101\",\n      \"8508100\"\n    ],\n    \"deps\": [\n      \"08:04:00\",\n      \"08:09:00\",\n      \"08:15:00\",\n      \"08:19:00\",\n      \"08:20:00\",\n      \"08:25:00\",\n      \"08:32:00\",\n      \"08:35:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:07:00\",\n      \"09:09:00\"\n    ],\n    \"arrs\": [\n      \"08:08:00\",\n      \"08:13:00\",\n      \"08:18:00\",\n      \"08:19:45\",\n      \"08:24:00\",\n      \"08:31:00\",\n      \"08:34:45\",\n      \"08:39:00\",\n      \"08:42:45\",\n      \"08:45:45\",\n      \"08:48:45\",\n      \"08:53:00\",\n      \"08:57:45\",\n      \"09:02:00\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-455\",\n      \"-592,-591\",\n      \"-371,-370\",\n      \"-208\",\n      \"-209,210\",\n      \"425,426\",\n      \"423,424,376\",\n      \"1984\",\n      \"-359\",\n      \"-360\",\n      \"-357\",\n      \"-358,350\",\n      \"362,363,-196\",\n      \"-375,-374,203\",\n      \"1957,204\",\n      \"205\",\n      \"202,201\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_30_8034_8506000_0915\",\n    \"name\": \"S 30 8034\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506105\",\n      \"8506104\",\n      \"8506103\",\n      \"8506102\",\n      \"8506101\",\n      \"8506100\",\n      \"8506019\",\n      \"8506018\",\n      \"8506017\",\n      \"8506016\",\n      \"8506000\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:11:00\"\n    ],\n    \"arrs\": [\n      \"08:43:00\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:57:00\",\n      \"09:00:45\",\n      \"09:05:00\",\n      \"09:07:45\",\n      \"09:10:00\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-472\",\n      \"-471\",\n      \"-470\",\n      \"-469\",\n      \"-468\",\n      \"-467\",\n      \"-466\",\n      \"-465\",\n      \"-599,-598\",\n      \"-464,-601,-600\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_15427_8508207_0915\",\n    \"name\": \"S 4 15427\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507100\",\n      \"8507094\",\n      \"8507070\",\n      \"8507071\",\n      \"8507072\",\n      \"8507073\",\n      \"8507074\",\n      \"8507075\",\n      \"8507076\",\n      \"8507000\",\n      \"8516161\",\n      \"8504410\",\n      \"8508001\",\n      \"8508003\",\n      \"8508004\",\n      \"8508005\",\n      \"8508081\",\n      \"8508080\",\n      \"8508265\",\n      \"8508266\",\n      \"8508267\",\n      \"8508268\",\n      \"8508269\",\n      \"8508207\"\n    ],\n    \"deps\": [\n      \"07:37:00\",\n      \"07:40:00\",\n      \"07:45:00\",\n      \"07:49:00\",\n      \"07:50:00\",\n      \"07:55:00\",\n      \"07:57:00\",\n      \"08:01:00\",\n      \"08:05:00\",\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"07:39:45\",\n      \"07:44:00\",\n      \"07:48:00\",\n      \"07:49:45\",\n      \"07:54:00\",\n      \"07:56:45\",\n      \"08:00:00\",\n      \"08:04:00\",\n      \"08:18:00\",\n      \"08:21:45\",\n      \"08:26:45\",\n      \"08:29:45\",\n      \"08:34:45\",\n      \"08:36:45\",\n      \"08:43:00\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:55:00\",\n      \"08:57:45\",\n      \"09:03:00\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,434,-1265\",\n      \"-1264\",\n      \"-1263\",\n      \"-1262\",\n      \"-1261\",\n      \"-1260\",\n      \"-1259\",\n      \"-1258\",\n      \"-1257,-1256,-1255,-1254,-1253,-1252,-849,-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,1316,274\",\n      \"364,365\",\n      \"351,-199\",\n      \"-207\",\n      \"-432,-431\",\n      \"431,786\",\n      \"270\",\n      \"789\",\n      \"790,787\",\n      \"788,793\",\n      \"794\",\n      \"795\",\n      \"796,797\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_5_18529_8503209_0915\",\n    \"name\": \"S 5 18529\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503319\",\n      \"8503318\",\n      \"8503317\",\n      \"8503316\",\n      \"8503315\",\n      \"8503314\",\n      \"8503312\",\n      \"8503311\",\n      \"8503310\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503125\",\n      \"8503123\",\n      \"8503122\",\n      \"8503121\",\n      \"8503120\",\n      \"8503110\",\n      \"8503209\"\n    ],\n    \"deps\": [\n      \"07:50:00\",\n      \"07:51:00\",\n      \"07:54:00\",\n      \"07:57:00\",\n      \"08:01:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:09:00\",\n      \"08:12:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:25:00\",\n      \"08:28:00\",\n      \"08:40:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:10:00\"\n    ],\n    \"arrs\": [\n      \"07:50:45\",\n      \"07:53:45\",\n      \"07:56:45\",\n      \"08:00:00\",\n      \"08:02:45\",\n      \"08:05:45\",\n      \"08:08:45\",\n      \"08:11:45\",\n      \"08:15:00\",\n      \"08:18:45\",\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:39:00\",\n      \"08:45:00\",\n      \"08:49:45\",\n      \"08:53:00\",\n      \"08:57:45\",\n      \"09:01:00\",\n      \"09:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1599\",\n      \"269\",\n      \"1600\",\n      \"1601\",\n      \"1602\",\n      \"1603,595\",\n      \"457\",\n      \"458,2111\",\n      \"2163,2112,2123,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383,-1310,1309,-1312,-1675,-1676,-1677\",\n      \"-1679,-1678,609\",\n      \"606,400\",\n      \"1786,1784\",\n      \"1785\",\n      \"1783,616\",\n      \"1032,1890,-604\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IRE_3350_8500090_0916\",\n    \"name\": \"IRE 3350\",\n    \"type\": \"ire\",\n    \"sts\": [\n      \"8002371\",\n      \"8014481\",\n      \"8014466\",\n      \"8014462\",\n      \"8500090\"\n    ],\n    \"deps\": [\n      \"30:37:00\",\n      \"08:29:00\",\n      \"08:56:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"08:27:00\",\n      \"08:55:00\",\n      \"09:06:00\",\n      \"09:16:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1333,-1335,-2213,-1336,-1364,-1365,-1337,-1904\",\n      \"1972,1935,1553,1554,1555,1556\",\n      \"1934,2179,1557,1558\",\n      \"1559,1947,1560,1536\"\n    ],\n    \"service_type\": \"ire\"\n  },\n  {\n    \"id\": \"S_1_15129_8507100_0916\",\n    \"name\": \"S 1 15129\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504100\",\n      \"8504101\",\n      \"8504102\",\n      \"8504113\",\n      \"8504103\",\n      \"8504115\",\n      \"8504105\",\n      \"8504106\",\n      \"8507000\",\n      \"8516161\",\n      \"8507002\",\n      \"8507003\",\n      \"8507005\",\n      \"8507006\",\n      \"8507007\",\n      \"8507008\",\n      \"8507009\",\n      \"8507100\"\n    ],\n    \"deps\": [\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:23:00\",\n      \"08:25:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:34:00\",\n      \"08:39:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:09:00\"\n    ],\n    \"arrs\": [\n      \"08:16:45\",\n      \"08:22:00\",\n      \"08:24:45\",\n      \"08:28:45\",\n      \"08:30:45\",\n      \"08:33:45\",\n      \"08:38:00\",\n      \"08:44:00\",\n      \"08:48:45\",\n      \"08:49:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:08:00\",\n      \"09:16:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"574,575\",\n      \"1327\",\n      \"67\",\n      \"70\",\n      \"69\",\n      \"68,71,73\",\n      \"72\",\n      \"1363,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-352\",\n      \"-323\",\n      \"-322\",\n      \"-317\",\n      \"-318\",\n      \"-319\",\n      \"-320\",\n      \"-582,-434,-433\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_1_15132_8504100_0916\",\n    \"name\": \"S 1 15132\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507100\",\n      \"8507009\",\n      \"8507008\",\n      \"8507007\",\n      \"8507006\",\n      \"8507005\",\n      \"8507003\",\n      \"8507002\",\n      \"8516161\",\n      \"8507000\",\n      \"8504106\",\n      \"8504105\",\n      \"8504115\",\n      \"8504103\",\n      \"8504113\",\n      \"8504102\",\n      \"8504101\",\n      \"8504100\"\n    ],\n    \"deps\": [\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:22:00\",\n      \"08:26:00\",\n      \"08:28:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:09:00\"\n    ],\n    \"arrs\": [\n      \"08:16:45\",\n      \"08:18:45\",\n      \"08:21:45\",\n      \"08:25:45\",\n      \"08:27:45\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:36:45\",\n      \"08:43:00\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:00:45\",\n      \"09:04:45\",\n      \"09:08:45\",\n      \"09:16:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,434,582\",\n      \"320\",\n      \"319\",\n      \"318\",\n      \"317\",\n      \"322\",\n      \"323\",\n      \"352,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-1363\",\n      \"-72\",\n      \"-73,-71,-68\",\n      \"-69\",\n      \"-70\",\n      \"-67\",\n      \"-1327\",\n      \"-575,-574\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_15_19529_8503110_0916\",\n    \"name\": \"S 15 19529\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502224\",\n      \"8502223\",\n      \"8502222\",\n      \"8502221\",\n      \"8502229\",\n      \"8502220\",\n      \"8503001\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503125\",\n      \"8503123\",\n      \"8503122\",\n      \"8503121\",\n      \"8503120\",\n      \"8503110\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:10:00\",\n      \"08:14:00\",\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:24:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:55:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:09:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"08:09:45\",\n      \"08:13:45\",\n      \"08:19:00\",\n      \"08:21:45\",\n      \"08:23:45\",\n      \"08:29:00\",\n      \"08:31:45\",\n      \"08:37:00\",\n      \"08:42:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:04:45\",\n      \"09:08:00\",\n      \"09:12:45\",\n      \"09:16:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1630\",\n      \"-1631\",\n      \"-1632\",\n      \"-1633\",\n      \"-1634\",\n      \"-2351,2331,2362,2332\",\n      \"2349,2367,2366\",\n      \"2347,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383,-1310,1309,-1312,-1675,-1676,-1677\",\n      \"-1679,-1678,609\",\n      \"606,400\",\n      \"1786,1784\",\n      \"1785\",\n      \"1783,616\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_26_20634_8506000_0916\",\n    \"name\": \"S 26 20634\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503121\",\n      \"8503139\",\n      \"8503138\",\n      \"8503137\",\n      \"8503136\",\n      \"8503135\",\n      \"8503134\",\n      \"8506009\",\n      \"8506008\",\n      \"8506007\",\n      \"8506006\",\n      \"8506005\",\n      \"8506004\",\n      \"8506003\",\n      \"8506002\",\n      \"8506001\",\n      \"8506000\"\n    ],\n    \"deps\": [\n      \"08:11:00\",\n      \"08:13:00\",\n      \"08:19:00\",\n      \"08:24:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"08:12:45\",\n      \"08:18:45\",\n      \"08:23:45\",\n      \"08:28:00\",\n      \"08:30:45\",\n      \"08:37:00\",\n      \"08:43:45\",\n      \"08:47:00\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"08:59:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:09:00\",\n      \"09:11:45\",\n      \"09:16:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1784,-1343\",\n      \"-1344\",\n      \"-1787\",\n      \"-1788\",\n      \"-1831\",\n      \"-1988\",\n      \"-1824\",\n      \"-1830\",\n      \"-1744\",\n      \"-1349\",\n      \"-1350\",\n      \"-1705\",\n      \"-1704\",\n      \"-1703\",\n      \"-380,-378\",\n      \"-372,-601,-600\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"RE_2930_8507000_0917\",\n    \"name\": \"RE 2930\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504300\",\n      \"8504414\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"09:00:00\",\n      \"09:17:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"16,17,18,413,414,19\",\n      \"20,21,22,23,-364,-274,-1903,-1902,643,1297,1298,1299,1300\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_25_20527_8503239_0917\",\n    \"name\": \"S 25 20527\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503000\",\n      \"8503206\",\n      \"8503209\",\n      \"8503220\",\n      \"8503221\",\n      \"8503225\",\n      \"8503226\",\n      \"8503227\",\n      \"8503228\",\n      \"8503230\",\n      \"8503231\",\n      \"8503232\",\n      \"8503233\",\n      \"8503234\",\n      \"8503235\",\n      \"8503236\",\n      \"8503237\",\n      \"8503238\",\n      \"8503240\",\n      \"8503239\"\n    ],\n    \"deps\": [\n      \"07:43:00\",\n      \"08:01:00\",\n      \"08:09:00\",\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:44:00\",\n      \"08:45:00\",\n      \"08:48:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"08:00:00\",\n      \"08:08:00\",\n      \"08:12:45\",\n      \"08:16:45\",\n      \"08:26:00\",\n      \"08:31:45\",\n      \"08:35:00\",\n      \"08:38:45\",\n      \"08:43:00\",\n      \"08:44:45\",\n      \"08:47:45\",\n      \"08:52:00\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:14:00\",\n      \"09:17:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2281,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,140,139,138,141\",\n      \"611,612,124,123,613,614\",\n      \"604,605,125\",\n      \"122\",\n      \"113,129,128,617,618\",\n      \"632,1780\",\n      \"1781\",\n      \"1779\",\n      \"1778\",\n      \"1533\",\n      \"1777\",\n      \"1467\",\n      \"1466\",\n      \"1465\",\n      \"1464\",\n      \"1463\",\n      \"1460\",\n      \"1461\",\n      \"1462\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_25_20532_8503000_0917\",\n    \"name\": \"S 25 20532\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503239\",\n      \"8503240\",\n      \"8503238\",\n      \"8503237\",\n      \"8503236\",\n      \"8503235\",\n      \"8503234\",\n      \"8503233\",\n      \"8503232\",\n      \"8503231\",\n      \"8503230\",\n      \"8503228\",\n      \"8503227\",\n      \"8503226\",\n      \"8503225\",\n      \"8503221\",\n      \"8503220\",\n      \"8503209\",\n      \"8503206\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"07:43:00\",\n      \"07:44:00\",\n      \"07:45:00\",\n      \"07:47:00\",\n      \"07:50:00\",\n      \"07:52:00\",\n      \"07:54:00\",\n      \"08:08:00\",\n      \"08:10:00\",\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:20:00\",\n      \"08:24:00\",\n      \"08:26:00\",\n      \"08:34:00\",\n      \"08:43:00\",\n      \"08:46:00\",\n      \"08:52:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"07:43:45\",\n      \"07:44:45\",\n      \"07:46:45\",\n      \"07:49:45\",\n      \"07:51:45\",\n      \"07:53:45\",\n      \"08:00:00\",\n      \"08:09:45\",\n      \"08:12:45\",\n      \"08:16:00\",\n      \"08:19:45\",\n      \"08:23:00\",\n      \"08:25:45\",\n      \"08:30:00\",\n      \"08:42:00\",\n      \"08:45:45\",\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:17:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1462\",\n      \"-1461\",\n      \"-1460\",\n      \"-1463\",\n      \"-1464\",\n      \"-1465\",\n      \"-1466\",\n      \"-1467\",\n      \"-1777\",\n      \"-1533\",\n      \"-1778\",\n      \"-1779\",\n      \"-1781\",\n      \"-1780,-632\",\n      \"-618,-617,-128,-129,-113\",\n      \"-122\",\n      \"-125,-605,-604\",\n      \"-614,-613,-123,-124,-612,-611\",\n      \"-141,-138,-139,-140,142,-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_35_8131_8506206_0917\",\n    \"name\": \"S 35 8131\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506000\",\n      \"8506001\",\n      \"8516218\",\n      \"8506015\",\n      \"8506035\",\n      \"8506014\",\n      \"8506013\",\n      \"8506012\",\n      \"8506011\",\n      \"8506010\",\n      \"8506206\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:09:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:54:00\",\n      \"08:55:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:17:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"600,601,372\",\n      \"378,379\",\n      \"332\",\n      \"334\",\n      \"333\",\n      \"331\",\n      \"335\",\n      \"342\",\n      \"337\",\n      \"336\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_5_21529_8505000_0917\",\n    \"name\": \"S 5 21529\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508312\",\n      \"8508327\",\n      \"8508313\",\n      \"8508314\",\n      \"8508316\",\n      \"8508317\",\n      \"8508318\",\n      \"8508319\",\n      \"8516351\",\n      \"8508321\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:04:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:44:45\",\n      \"08:48:00\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:17:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-51\",\n      \"-52\",\n      \"-56\",\n      \"-53\",\n      \"-55\",\n      \"-54,-153\",\n      \"-149,-152\",\n      \"-150\",\n      \"-2205,2204\",\n      \"2202,-151,148\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_811_8506121_0918\",\n    \"name\": \"IC 811\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8507478\",\n      \"8507483\",\n      \"8507100\",\n      \"8507000\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506100\",\n      \"8506105\",\n      \"8506109\",\n      \"8506121\"\n    ],\n    \"deps\": [\n      \"05:47:00\",\n      \"05:54:00\",\n      \"06:13:00\",\n      \"06:25:00\",\n      \"06:36:00\",\n      \"07:02:00\",\n      \"08:07:00\",\n      \"08:18:00\",\n      \"08:35:00\",\n      \"08:47:00\",\n      \"09:00:00\",\n      \"09:11:00\"\n    ],\n    \"arrs\": [\n      \"05:53:00\",\n      \"06:11:00\",\n      \"06:24:00\",\n      \"06:34:00\",\n      \"06:54:00\",\n      \"07:58:00\",\n      \"08:16:00\",\n      \"08:33:00\",\n      \"08:46:00\",\n      \"08:58:00\",\n      \"09:10:00\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-2081,-2082,-1907,-275\",\n      \"-218,-219,-1942,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2245\",\n      \"-2245,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,464,598,599,465,466,467\",\n      \"468,469,470,471,472\",\n      \"473,474,475,476,477,478\",\n      \"355,625\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_3128_8500087_0918\",\n    \"name\": \"R 3128\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500023\",\n      \"8500081\",\n      \"8500082\",\n      \"8500080\",\n      \"8500083\",\n      \"8500084\",\n      \"8500092\",\n      \"8500093\",\n      \"8500094\",\n      \"8500085\",\n      \"8500088\",\n      \"8500086\",\n      \"8500087\"\n    ],\n    \"deps\": [\n      \"08:54:00\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1392\",\n      \"1393\",\n      \"1394\",\n      \"1395\",\n      \"1396\",\n      \"1397\",\n      \"1398\",\n      \"1399\",\n      \"1400\",\n      \"1401\",\n      \"1402\",\n      \"1403\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4518_8501506_0918\",\n    \"name\": \"R 4518\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501604\",\n      \"8501603\",\n      \"8501602\",\n      \"8501601\",\n      \"8501600\",\n      \"8501509\",\n      \"8501507\",\n      \"8501506\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"08:43:00\",\n      \"08:47:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:01:45\",\n      \"09:06:00\",\n      \"09:11:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905\",\n      \"-240\",\n      \"-239\",\n      \"-238\",\n      \"-230\",\n      \"-229\",\n      \"-231\",\n      \"-235\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_10_25760_8505213_0918\",\n    \"name\": \"S 10 25760\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505307\",\n      \"8505306\",\n      \"8505305\",\n      \"8518475\",\n      \"8505304\",\n      \"8505303\",\n      \"8505302\",\n      \"8505301\",\n      \"8505300\",\n      \"8505219\",\n      \"8505218\",\n      \"8505217\",\n      \"8505216\",\n      \"8505214\",\n      \"8505213\"\n    ],\n    \"deps\": [\n      \"08:18:00\",\n      \"08:21:00\",\n      \"08:26:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:20:45\",\n      \"08:25:00\",\n      \"08:26:45\",\n      \"08:29:45\",\n      \"08:34:00\",\n      \"08:37:45\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:57:45\",\n      \"09:02:00\",\n      \"09:13:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542\",\n      \"-541\",\n      \"-2212\",\n      \"-1910\",\n      \"-1911,-1912\",\n      \"-2070,-2071,-540\",\n      \"-2068,-2069,-539\",\n      \"-533\",\n      \"-2066,-2067,-532\",\n      \"-531\",\n      \"-530\",\n      \"-529\",\n      \"-2065,-2064,-528,-2063,-2062,-523\",\n      \"-522\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_12_19229_8506002_0918\",\n    \"name\": \"S 12 19229\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500309\",\n      \"8503503\",\n      \"8503504\",\n      \"8503505\",\n      \"8503511\",\n      \"8503506\",\n      \"8503508\",\n      \"8503512\",\n      \"8503509\",\n      \"8503001\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503147\",\n      \"8506000\",\n      \"8506001\",\n      \"8506002\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:11:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:56:00\",\n      \"09:11:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:10:00\",\n      \"08:14:45\",\n      \"08:17:45\",\n      \"08:19:45\",\n      \"08:22:45\",\n      \"08:29:00\",\n      \"08:31:45\",\n      \"08:33:45\",\n      \"08:37:00\",\n      \"08:40:45\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:55:00\",\n      \"09:09:00\",\n      \"09:13:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"591,592\",\n      \"455\",\n      \"1960\",\n      \"456\",\n      \"2002,2407,2373,2374,2375,2383,2413\",\n      \"2396,2424,2419,2420\",\n      \"2387\",\n      \"2392,2398,2402\",\n      \"2394,2426,2332\",\n      \"2349,2367,2366\",\n      \"2347,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383\",\n      \"-1310,-1311,-377,-92,-329,330,602,603\",\n      \"600,601,372\",\n      \"378,380\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_14_113_8502169_0918\",\n    \"name\": \"S 14 113\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502113\",\n      \"8502123\",\n      \"8502103\",\n      \"8502189\",\n      \"8502160\",\n      \"8502184\",\n      \"8502174\",\n      \"8502161\",\n      \"8516450\",\n      \"8502162\",\n      \"8502183\",\n      \"8502163\",\n      \"8502164\",\n      \"8502165\",\n      \"8502166\",\n      \"8502167\",\n      \"8502176\",\n      \"8502168\",\n      \"8502169\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:41:45\",\n      \"08:45:00\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:13:45\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1307,1958\",\n      \"1978,1977\",\n      \"-1977,1976\",\n      \"1570\",\n      \"1571\",\n      \"1346\",\n      \"1345\",\n      \"1574\",\n      \"1575\",\n      \"1572\",\n      \"1573\",\n      \"1576\",\n      \"1577\",\n      \"1578\",\n      \"1579\",\n      \"-1580\",\n      \"-1582\",\n      \"-1581\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_14_120_8502113_0918\",\n    \"name\": \"S 14 120\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502169\",\n      \"8502168\",\n      \"8502176\",\n      \"8502167\",\n      \"8502166\",\n      \"8502165\",\n      \"8502164\",\n      \"8502163\",\n      \"8502183\",\n      \"8502162\",\n      \"8516450\",\n      \"8502161\",\n      \"8502174\",\n      \"8502184\",\n      \"8502160\",\n      \"8502189\",\n      \"8502103\",\n      \"8502123\",\n      \"8502113\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:41:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:13:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:10:00\",\n      \"09:14:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1581\",\n      \"1582\",\n      \"1580\",\n      \"-1579\",\n      \"-1578\",\n      \"-1577\",\n      \"-1576\",\n      \"-1573\",\n      \"-1572\",\n      \"-1575\",\n      \"-1574\",\n      \"-1345\",\n      \"-1346\",\n      \"-1571\",\n      \"-1570\",\n      \"-1976,1977\",\n      \"-1977,-1978\",\n      \"-1958,-1307\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_14_19432_8503000_0918\",\n    \"name\": \"S 14 19432\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503130\",\n      \"8503123\",\n      \"8503124\",\n      \"8503125\",\n      \"8503126\",\n      \"8503127\",\n      \"8503128\",\n      \"8503129\",\n      \"8503006\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"08:43:00\",\n      \"08:49:45\",\n      \"08:54:00\",\n      \"08:56:45\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:06:45\",\n      \"09:11:00\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-607,-606\",\n      \"-609,1678\",\n      \"1679\",\n      \"1677\",\n      \"1676\",\n      \"1675\",\n      \"1312,1313,2152,2153\",\n      \"2170\",\n      \"2158,2149,2322,2355,2323\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_14_518_8502199_0918\",\n    \"name\": \"S 14 518\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502113\",\n      \"8502191\",\n      \"8502192\",\n      \"8502196\",\n      \"8502182\",\n      \"8502181\",\n      \"8502194\",\n      \"8502180\",\n      \"8502195\",\n      \"8502179\",\n      \"8502178\",\n      \"8502197\",\n      \"8502177\",\n      \"8502199\"\n    ],\n    \"deps\": [\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:54:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1307,1308\",\n      \"1411\",\n      \"1412\",\n      \"1413\",\n      \"1414\",\n      \"1415\",\n      \"1416\",\n      \"1417\",\n      \"1418\",\n      \"1419\",\n      \"1420\",\n      \"1421\",\n      \"1422\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_15_7088_8506206_0918\",\n    \"name\": \"S 15 7088\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506100\",\n      \"8506171\",\n      \"8506179\",\n      \"8506172\",\n      \"8506173\",\n      \"8506174\",\n      \"8506175\",\n      \"8506169\",\n      \"8506176\",\n      \"8506177\",\n      \"8506170\",\n      \"8506178\",\n      \"8506206\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:11:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1321\",\n      \"1743\",\n      \"1829\",\n      \"1828\",\n      \"1827\",\n      \"1742\",\n      \"1741\",\n      \"1740\",\n      \"1739\",\n      \"1738\",\n      \"1736\",\n      \"1737\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_31_8829_8503284_0918\",\n    \"name\": \"S 31 8829\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505004\",\n      \"8503280\",\n      \"8503281\",\n      \"8503290\",\n      \"8503282\",\n      \"8503292\",\n      \"8503284\"\n    ],\n    \"deps\": [\n      \"08:53:00\",\n      \"08:57:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"08:56:45\",\n      \"09:01:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1870\",\n      \"-1871\",\n      \"-1873\",\n      \"-1874\",\n      \"-1875\",\n      \"-1649,-1876\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_18831_8503209_0918\",\n    \"name\": \"S 8 18831\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506000\",\n      \"8503305\",\n      \"8503306\",\n      \"8503129\",\n      \"8503006\",\n      \"8503000\",\n      \"8503011\",\n      \"8503010\",\n      \"8503009\",\n      \"8503200\",\n      \"8503201\",\n      \"8503202\",\n      \"8503203\",\n      \"8503204\",\n      \"8503205\",\n      \"8503206\",\n      \"8503207\",\n      \"8503208\",\n      \"8503210\",\n      \"8503209\"\n    ],\n    \"deps\": [\n      \"08:11:00\",\n      \"08:19:00\",\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:18:00\",\n      \"08:22:45\",\n      \"08:26:00\",\n      \"08:30:00\",\n      \"08:36:00\",\n      \"08:39:45\",\n      \"08:42:00\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:53:00\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:06:00\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-603,-602,-330\",\n      \"329,92\",\n      \"377,610,2148,2153\",\n      \"2170\",\n      \"2158,2149,2322,2355,2323\",\n      \"-2324,2325,2236,2237,2359,2238,2239\",\n      \"2240,-144\",\n      \"-145,-1995\",\n      \"-146\",\n      \"-143\",\n      \"-147\",\n      \"-142,140\",\n      \"139\",\n      \"138\",\n      \"141\",\n      \"611,612\",\n      \"124\",\n      \"123\",\n      \"613,614\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_2086_8508050_0918\",\n    \"name\": \"S 8 2086\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508059\",\n      \"8508058\",\n      \"8508057\",\n      \"8508071\",\n      \"8508056\",\n      \"8504410\",\n      \"8508070\",\n      \"8508054\",\n      \"8508050\"\n    ],\n    \"deps\": [\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:10:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:09:45\",\n      \"09:12:45\",\n      \"09:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"781\",\n      \"780\",\n      \"779\",\n      \"778\",\n      \"-1315\",\n      \"-274\",\n      \"-1903\",\n      \"-1902,643,1297,1298,1299,-1303\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_18_8501495_0919\",\n    \"name\": \"R 18\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501402\",\n      \"8530523\",\n      \"8501487\",\n      \"8530064\",\n      \"8530066\",\n      \"8530067\",\n      \"8530246\",\n      \"8501488\",\n      \"8501490\",\n      \"8501491\",\n      \"8593772\",\n      \"8501492\",\n      \"8588193\",\n      \"8501493\",\n      \"8501727\",\n      \"8501494\",\n      \"8501495\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:45:45\",\n      \"08:46:45\",\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"777\",\n      \"951\",\n      \"776\",\n      \"2088\",\n      \"775\",\n      \"2089\",\n      \"774\",\n      \"773\",\n      \"2090\",\n      \"772\",\n      \"771\",\n      \"770\",\n      \"769\",\n      \"768\",\n      \"2083\",\n      \"767\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_443_8507374_0919\",\n    \"name\": \"R 443\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507380\",\n      \"8507376\",\n      \"8507552\",\n      \"8507375\",\n      \"8507374\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:55:00\",\n      \"09:02:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"08:52:00\",\n      \"09:01:45\",\n      \"09:06:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1238,435\",\n      \"-435,-1237\",\n      \"-1236\",\n      \"-1235\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4861_8504221_0919\",\n    \"name\": \"R 4861\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504316\",\n      \"8504315\",\n      \"8504314\",\n      \"8504237\",\n      \"8504236\",\n      \"8504235\",\n      \"8504234\",\n      \"8504232\",\n      \"8504231\",\n      \"8504221\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:35:00\",\n      \"08:42:00\",\n      \"08:51:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"08:34:45\",\n      \"08:40:00\",\n      \"08:50:00\",\n      \"08:55:00\",\n      \"08:58:45\",\n      \"09:04:00\",\n      \"09:11:45\",\n      \"09:12:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1123\",\n      \"-1328\",\n      \"-557,-556,-564,-1180\",\n      \"-1179\",\n      \"-1178\",\n      \"-1177\",\n      \"-1174\",\n      \"-1176\",\n      \"-1175,554\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_9_8501402_0919\",\n    \"name\": \"R 9\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501495\",\n      \"8501494\",\n      \"8501727\",\n      \"8501493\",\n      \"8588193\",\n      \"8501492\",\n      \"8593772\",\n      \"8501491\",\n      \"8501490\",\n      \"8501488\",\n      \"8530246\",\n      \"8530067\",\n      \"8530066\",\n      \"8530064\",\n      \"8501487\",\n      \"8530523\",\n      \"8501402\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:37:00\",\n      \"08:38:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:57:00\",\n      \"09:07:00\",\n      \"09:08:00\",\n      \"09:08:30\",\n      \"09:10:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:36:45\",\n      \"08:37:45\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:47:45\",\n      \"08:51:45\",\n      \"08:56:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:08:15\",\n      \"09:09:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:15:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-767\",\n      \"-2083\",\n      \"-768\",\n      \"-769\",\n      \"-770\",\n      \"-771\",\n      \"-772\",\n      \"-2090\",\n      \"-773\",\n      \"-774\",\n      \"-2089\",\n      \"-775\",\n      \"-2088\",\n      \"-776\",\n      \"-951\",\n      \"-777\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3424_8507100_0919\",\n    \"name\": \"RE 3424\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8500207\",\n      \"8508089\",\n      \"8508088\",\n      \"8508087\",\n      \"8508086\",\n      \"8508085\",\n      \"8508084\",\n      \"8508083\",\n      \"8508005\",\n      \"8508081\",\n      \"8508080\",\n      \"8508265\",\n      \"8508262\",\n      \"8508261\",\n      \"8508260\",\n      \"8508202\",\n      \"8508255\",\n      \"8508253\",\n      \"8508252\",\n      \"8508251\",\n      \"8507100\"\n    ],\n    \"deps\": [\n      \"08:01:00\",\n      \"08:06:00\",\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:13:00\",\n      \"08:18:00\",\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:39:00\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"09:01:00\",\n      \"09:06:00\",\n      \"09:12:00\",\n      \"09:13:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"08:05:45\",\n      \"08:07:45\",\n      \"08:10:00\",\n      \"08:12:45\",\n      \"08:16:00\",\n      \"08:19:45\",\n      \"08:21:45\",\n      \"08:27:00\",\n      \"08:31:45\",\n      \"08:33:45\",\n      \"08:38:00\",\n      \"08:45:45\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:11:00\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-430,1382\",\n      \"1383\",\n      \"1384\",\n      \"1385\",\n      \"1389\",\n      \"1390\",\n      \"784\",\n      \"785,-431\",\n      \"431,786\",\n      \"270\",\n      \"789\",\n      \"790,791,792,1284\",\n      \"1283\",\n      \"1282\",\n      \"1281,1279\",\n      \"1280,1276,1277\",\n      \"1275,1274\",\n      \"1273\",\n      \"1272\",\n      \"1271,1270,-433\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_14_417_8502113_0919\",\n    \"name\": \"S 14 417\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502199\",\n      \"8502177\",\n      \"8502197\",\n      \"8502178\",\n      \"8502179\",\n      \"8502195\",\n      \"8502180\",\n      \"8502194\",\n      \"8502181\",\n      \"8502182\",\n      \"8502196\",\n      \"8502192\",\n      \"8502191\",\n      \"8502113\"\n    ],\n    \"deps\": [\n      \"08:57:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:11:00\",\n      \"09:12:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:10:45\",\n      \"09:11:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1422\",\n      \"-1421\",\n      \"-1420\",\n      \"-1419\",\n      \"-1418\",\n      \"-1417\",\n      \"-1416\",\n      \"-1415\",\n      \"-1414\",\n      \"-1413\",\n      \"-1412\",\n      \"-1411\",\n      \"-1308,-1307\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_21_12921_8504134_0919\",\n    \"name\": \"S 21 12921\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8501120\",\n      \"8504012\",\n      \"8504014\",\n      \"8504016\",\n      \"8504017\",\n      \"8504018\",\n      \"8504120\",\n      \"8504121\",\n      \"8504141\",\n      \"8504122\",\n      \"8504134\"\n    ],\n    \"deps\": [\n      \"08:24:00\",\n      \"08:33:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:11:00\"\n    ],\n    \"arrs\": [\n      \"08:32:45\",\n      \"08:40:00\",\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:50:45\",\n      \"08:59:00\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:10:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"94,83,82,84,85,578,579\",\n      \"87,86\",\n      \"569,1819\",\n      \"1820\",\n      \"1821\",\n      \"2084,2005\",\n      \"1822\",\n      \"1124\",\n      \"1125\",\n      \"1126,1127,571\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_30_8035_8506105_0919\",\n    \"name\": \"S 30 8035\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506000\",\n      \"8506016\",\n      \"8506017\",\n      \"8506018\",\n      \"8506019\",\n      \"8506100\",\n      \"8506101\",\n      \"8506102\",\n      \"8506103\",\n      \"8506104\",\n      \"8506105\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:48:00\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"09:00:00\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:13:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"600,601,464\",\n      \"598,599\",\n      \"465\",\n      \"466\",\n      \"467\",\n      \"468\",\n      \"469\",\n      \"470\",\n      \"471\",\n      \"472\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_33_20335_8506000_0919\",\n    \"name\": \"S 33 20335\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503424\",\n      \"8503423\",\n      \"8506039\",\n      \"8506049\",\n      \"8506048\",\n      \"8506047\",\n      \"8506046\",\n      \"8506045\",\n      \"8506000\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:05:00\",\n      \"09:08:45\",\n      \"09:12:00\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1333,1334\",\n      \"483,1551\",\n      \"1552\",\n      \"1689\",\n      \"1688\",\n      \"1687\",\n      \"1686\",\n      \"1685,-600\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_12424_8501035_0919\",\n    \"name\": \"S 4 12424\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504014\",\n      \"8504012\",\n      \"8504011\",\n      \"8504003\",\n      \"8504010\",\n      \"8504000\",\n      \"8501120\",\n      \"8518452\",\n      \"8501118\",\n      \"8501037\",\n      \"8501036\",\n      \"8501042\",\n      \"8501035\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:51:45\",\n      \"08:56:00\",\n      \"08:59:45\",\n      \"09:03:00\",\n      \"09:09:00\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-86,-87\",\n      \"-579,-578\",\n      \"-85\",\n      \"-84\",\n      \"-82\",\n      \"-83,-94\",\n      \"-2087\",\n      \"-116\",\n      \"-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101\",\n      \"-102\",\n      \"-100\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_21434_8508391_0919\",\n    \"name\": \"S 4 21434\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8508321\",\n      \"8516351\",\n      \"8508319\",\n      \"8508318\",\n      \"8508390\",\n      \"8508391\"\n    ],\n    \"deps\": [\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:11:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:10:00\",\n      \"09:13:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,151,-2202\",\n      \"-2204,2205\",\n      \"150\",\n      \"152,149\",\n      \"153,48\",\n      \"47\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_24459_8503097_0919\",\n    \"name\": \"S 4 24459\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503088\",\n      \"8503090\",\n      \"8503091\",\n      \"8503087\",\n      \"8503086\",\n      \"8503093\",\n      \"8503094\",\n      \"8503095\",\n      \"8503096\",\n      \"8503099\",\n      \"8503089\",\n      \"8503097\"\n    ],\n    \"deps\": [\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:10:45\",\n      \"09:13:00\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2100\",\n      \"-2101,-836,1638\",\n      \"837\",\n      \"838\",\n      \"839\",\n      \"1639\",\n      \"1640\",\n      \"1641\",\n      \"1642\",\n      \"1643\",\n      \"1644\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_9_18928_8502204_0919\",\n    \"name\": \"S 9 18928\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503125\",\n      \"8503126\",\n      \"8503127\",\n      \"8503128\",\n      \"8503147\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503001\",\n      \"8502220\",\n      \"8502229\",\n      \"8502221\",\n      \"8502222\",\n      \"8502223\",\n      \"8502224\",\n      \"8502225\",\n      \"8502226\",\n      \"8502227\",\n      \"8518459\",\n      \"8502204\"\n    ],\n    \"deps\": [\n      \"08:11:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:21:00\",\n      \"08:24:00\",\n      \"08:29:00\",\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:13:45\",\n      \"08:16:45\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:35:45\",\n      \"08:39:00\",\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:49:00\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:02:00\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1677\",\n      \"1676\",\n      \"1675\",\n      \"1312,-1309,1310\",\n      \"383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2328\",\n      \"2344\",\n      \"2348,2330,2363,2351\",\n      \"1634\",\n      \"1633\",\n      \"1632\",\n      \"1631\",\n      \"1630\",\n      \"1216\",\n      \"1217\",\n      \"1215\",\n      \"1872\",\n      \"2201,154,366,367\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_14960_8504070_0920\",\n    \"name\": \"R 14960\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504089\",\n      \"8504088\",\n      \"8504069\",\n      \"8504068\",\n      \"8504067\",\n      \"8504086\",\n      \"8504079\",\n      \"8504078\",\n      \"8504077\",\n      \"8504076\",\n      \"8504075\",\n      \"8504074\",\n      \"8504073\",\n      \"8504072\",\n      \"8504071\",\n      \"8504070\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:38:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:37:45\",\n      \"08:38:45\",\n      \"08:40:45\",\n      \"08:42:45\",\n      \"08:48:00\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1809\",\n      \"-1808\",\n      \"-1807\",\n      \"-1806\",\n      \"-1803,-1802\",\n      \"1802,118\",\n      \"1804\",\n      \"1805\",\n      \"1810\",\n      \"1811\",\n      \"1812\",\n      \"1813\",\n      \"1814\",\n      \"1815\",\n      \"1816\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_343_8507374_0920\",\n    \"name\": \"R 343\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507384\",\n      \"8507555\",\n      \"8507372\",\n      \"8507550\",\n      \"8507373\",\n      \"8507374\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:46:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:09:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:51:00\",\n      \"08:58:45\",\n      \"09:08:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"438,1226\",\n      \"1227,1228\",\n      \"1229\",\n      \"1230\",\n      \"1231,1234\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_407_8501495_0920\",\n    \"name\": \"R 407\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501499\",\n      \"8501498\",\n      \"8501446\",\n      \"8501497\",\n      \"8501447\",\n      \"8501495\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:11:45\",\n      \"09:17:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-764\",\n      \"-1543\",\n      \"-1338\",\n      \"-765\",\n      \"-766\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_6212_8507000_0920\",\n    \"name\": \"R 6212\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507290\",\n      \"8507281\",\n      \"8507291\",\n      \"8507292\",\n      \"8507284\",\n      \"8507293\",\n      \"8507294\",\n      \"8507295\",\n      \"8507286\",\n      \"8507296\",\n      \"8507297\",\n      \"8507287\",\n      \"8507298\",\n      \"8507288\",\n      \"8507299\",\n      \"8507483\",\n      \"8507100\",\n      \"8507006\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:01:00\",\n      \"08:04:00\",\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:13:00\",\n      \"08:15:00\",\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:24:00\",\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:50:00\",\n      \"08:59:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:03:45\",\n      \"08:06:45\",\n      \"08:09:45\",\n      \"08:12:45\",\n      \"08:14:45\",\n      \"08:18:45\",\n      \"08:20:45\",\n      \"08:23:45\",\n      \"08:29:00\",\n      \"08:33:45\",\n      \"08:36:45\",\n      \"08:40:45\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:47:00\",\n      \"08:58:00\",\n      \"09:07:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-288\",\n      \"-287\",\n      \"-279\",\n      \"-282\",\n      \"-280\",\n      \"-281\",\n      \"-308\",\n      \"-256\",\n      \"-316\",\n      \"-309\",\n      \"-315\",\n      \"-310\",\n      \"-314\",\n      \"-311\",\n      \"-313,-312,255\",\n      \"-255,321\",\n      \"433,434,582,320,319,318\",\n      \"317,322,323,352,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_7_8508456_0920\",\n    \"name\": \"R 7\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8508458\",\n      \"8508449\",\n      \"8508456\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"09:01:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1868\",\n      \"1869\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_7133_8500207_0920\",\n    \"name\": \"R 7133\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504300\",\n      \"8504419\",\n      \"8518771\",\n      \"8500200\",\n      \"8500201\",\n      \"8500202\",\n      \"8500203\",\n      \"8500204\",\n      \"8500205\",\n      \"8518963\",\n      \"8500206\",\n      \"8500207\"\n    ],\n    \"deps\": [\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:00:45\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"16,24\",\n      \"25\",\n      \"2214\",\n      \"26\",\n      \"27,353\",\n      \"29\",\n      \"30\",\n      \"31\",\n      \"560\",\n      \"2216,561\",\n      \"429,430\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3158_8507000_0920\",\n    \"name\": \"RE 3158\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8501609\",\n      \"8507470\",\n      \"8507471\",\n      \"8507472\",\n      \"8507473\",\n      \"8507474\",\n      \"8507475\",\n      \"8507478\",\n      \"8507480\",\n      \"8507481\",\n      \"8507483\",\n      \"8507100\",\n      \"8507006\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"07:36:00\",\n      \"07:41:00\",\n      \"07:43:00\",\n      \"07:48:00\",\n      \"07:54:00\",\n      \"08:01:00\",\n      \"08:13:00\",\n      \"08:30:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:50:00\",\n      \"08:59:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"07:40:45\",\n      \"07:42:45\",\n      \"07:47:45\",\n      \"07:53:45\",\n      \"08:00:00\",\n      \"08:12:00\",\n      \"08:28:00\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:44:00\",\n      \"08:58:00\",\n      \"09:07:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-217\",\n      \"-213\",\n      \"-214\",\n      \"-216\",\n      \"-215\",\n      \"-2080,-2079,-1569\",\n      \"-2077,-2078,-2074,-1949,-2073,-2075,-2076,-2072,-1950,-275\",\n      \"-218\",\n      \"-219\",\n      \"-1942,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318\",\n      \"317,322,323,352,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3258_8507000_0920\",\n    \"name\": \"RE 3258\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8501609\",\n      \"8507470\",\n      \"8507471\",\n      \"8507472\",\n      \"8507473\",\n      \"8507474\",\n      \"8507475\",\n      \"8507478\",\n      \"8507480\",\n      \"8507481\",\n      \"8507483\",\n      \"8507100\",\n      \"8507006\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"07:36:00\",\n      \"07:41:00\",\n      \"07:43:00\",\n      \"07:48:00\",\n      \"07:54:00\",\n      \"08:01:00\",\n      \"08:13:00\",\n      \"08:30:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:50:00\",\n      \"08:59:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"07:40:45\",\n      \"07:42:45\",\n      \"07:47:45\",\n      \"07:53:45\",\n      \"08:00:00\",\n      \"08:12:00\",\n      \"08:28:00\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:44:00\",\n      \"08:58:00\",\n      \"09:07:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-217\",\n      \"-213\",\n      \"-214\",\n      \"-216\",\n      \"-215\",\n      \"-2080,-2079,-1569\",\n      \"-2077,-2078,-2074,-1949,-2073,-2075,-2076,-2072,-1950,-275\",\n      \"-218\",\n      \"-219\",\n      \"-1942,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318\",\n      \"317,322,323,352,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_12_24232_8509411_0920\",\n    \"name\": \"S 12 24232\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509000\",\n      \"8509002\",\n      \"8509003\",\n      \"8509004\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"09:08:00\",\n      \"09:11:45\",\n      \"09:14:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-835,-834,-121\",\n      \"-131\",\n      \"-135\",\n      \"-630,-629\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_26_7334_8502119_0920\",\n    \"name\": \"S 26 7334\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502202\",\n      \"8502218\",\n      \"8502215\",\n      \"8502214\",\n      \"8502213\",\n      \"8502212\",\n      \"8502211\",\n      \"8502119\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"08:56:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:10:00\",\n      \"09:12:45\",\n      \"09:15:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-428,-1847,-1648\",\n      \"-1218,-1355,-1356\",\n      \"-1629\",\n      \"-1628\",\n      \"-1611\",\n      \"-1610\",\n      \"-1442,426\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_60_45_8505398_0920\",\n    \"name\": \"S 60 45\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505391\",\n      \"8505399\",\n      \"8530790\",\n      \"8505393\",\n      \"8530789\",\n      \"8505394\",\n      \"8505390\",\n      \"8505395\",\n      \"8505392\",\n      \"8505396\",\n      \"8505397\",\n      \"8505398\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1030\",\n      \"-1029\",\n      \"-1028\",\n      \"-1027\",\n      \"-1026\",\n      \"-1025\",\n      \"-1024\",\n      \"-1023\",\n      \"-1022\",\n      \"-198\",\n      \"-1021\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_60_76_8505391_0920\",\n    \"name\": \"S 60 76\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505398\",\n      \"8505397\",\n      \"8505396\",\n      \"8505392\",\n      \"8505395\",\n      \"8505390\",\n      \"8505394\",\n      \"8530789\",\n      \"8505393\",\n      \"8530790\",\n      \"8505399\",\n      \"8505391\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:16:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:16:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1021\",\n      \"198\",\n      \"1022\",\n      \"1023\",\n      \"1024\",\n      \"1025\",\n      \"1026\",\n      \"1027\",\n      \"1028\",\n      \"1029\",\n      \"1030\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_9_18929_8503125_0920\",\n    \"name\": \"S 9 18929\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502204\",\n      \"8518459\",\n      \"8502227\",\n      \"8502226\",\n      \"8502225\",\n      \"8502224\",\n      \"8502223\",\n      \"8502222\",\n      \"8502221\",\n      \"8502229\",\n      \"8502220\",\n      \"8503001\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503147\",\n      \"8503128\",\n      \"8503127\",\n      \"8503126\",\n      \"8503125\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:26:00\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:10:45\",\n      \"08:11:45\",\n      \"08:16:00\",\n      \"08:18:45\",\n      \"08:24:00\",\n      \"08:27:45\",\n      \"08:31:45\",\n      \"08:38:00\",\n      \"08:40:45\",\n      \"08:42:45\",\n      \"08:48:00\",\n      \"08:50:45\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-367,-366,-154,-2201\",\n      \"-1872\",\n      \"-1215\",\n      \"-1217\",\n      \"-1216\",\n      \"-1630\",\n      \"-1631\",\n      \"-1632\",\n      \"-1633\",\n      \"-1634\",\n      \"-2351,2331,2362,2332\",\n      \"2349,2367,2366\",\n      \"2347,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383\",\n      \"-1310,1309,-1312\",\n      \"-1675\",\n      \"-1676\",\n      \"-1677\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"VAE_2408_8505000_0920\",\n    \"name\": \"VAE 2408\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8506302\",\n      \"8506290\",\n      \"8506200\",\n      \"8503116\",\n      \"8503115\",\n      \"8503110\",\n      \"8503209\",\n      \"8503284\",\n      \"8503282\",\n      \"8505004\",\n      \"8505002\",\n      \"8505018\",\n      \"8517336\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"07:05:00\",\n      \"07:13:00\",\n      \"07:33:00\",\n      \"07:45:00\",\n      \"07:49:00\",\n      \"07:59:00\",\n      \"08:05:00\",\n      \"08:21:00\",\n      \"08:28:00\",\n      \"08:48:00\",\n      \"09:00:00\",\n      \"09:07:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"07:12:00\",\n      \"07:32:00\",\n      \"07:43:00\",\n      \"07:48:00\",\n      \"07:57:00\",\n      \"08:04:00\",\n      \"08:19:00\",\n      \"08:27:45\",\n      \"08:46:00\",\n      \"08:59:00\",\n      \"09:06:00\",\n      \"09:11:00\",\n      \"09:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-1100,-1104,-1103\",\n      \"-631,-1757,-1763,-1771,-1770,-1769,-1766\",\n      \"-1765,-1893,-1825\",\n      \"-1892\",\n      \"-1891,-1782,616\",\n      \"1032,1890,-604\",\n      \"-614,-1897,-1898,-1900,-1899,-1878,1880,1881,1877\",\n      \"1876,1649,1875\",\n      \"1874,1873,1871,1870\",\n      \"-506,-440,1848\",\n      \"1849,1850,1851\",\n      \"1329\",\n      \"1330,-534,148\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2012_8507000_0921\",\n    \"name\": \"IR 2012\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503000\",\n      \"8500218\",\n      \"8508100\",\n      \"8508008\",\n      \"8508005\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"07:57:00\",\n      \"08:36:00\",\n      \"08:49:00\",\n      \"08:54:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"08:28:00\",\n      \"08:47:00\",\n      \"08:53:45\",\n      \"09:06:00\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350\",\n      \"362,363,59,203,1957,204,205,202,201\",\n      \"417,1955,1954,418\",\n      \"200,206\",\n      \"431,432,207,199,1953,107,396,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_221_8501694_0921\",\n    \"name\": \"R 221\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501690\",\n      \"8501679\",\n      \"8501691\",\n      \"8501692\",\n      \"8501693\",\n      \"8501694\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:54:00\",\n      \"09:03:00\",\n      \"09:11:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:53:45\",\n      \"09:02:45\",\n      \"09:10:45\",\n      \"09:15:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-986\",\n      \"-987\",\n      \"-988\",\n      \"-989\",\n      \"-701\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_24_8501448_0921\",\n    \"name\": \"R 24\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501400\",\n      \"8530335\",\n      \"8501459\",\n      \"8501461\",\n      \"8530355\",\n      \"8501458\",\n      \"8501452\",\n      \"8530366\",\n      \"8501726\",\n      \"8501462\",\n      \"8501229\",\n      \"8501463\",\n      \"8501229\",\n      \"8501457\",\n      \"8530370\",\n      \"8501456\",\n      \"8501460\",\n      \"8530378\",\n      \"8530430\",\n      \"8501464\",\n      \"8593467\",\n      \"8501454\",\n      \"8501465\",\n      \"8530463\",\n      \"8501453\",\n      \"8501466\",\n      \"8501448\"\n    ],\n    \"deps\": [\n      \"08:22:00\",\n      \"08:23:00\",\n      \"08:25:00\",\n      \"08:28:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:34:00\",\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:14:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:22:45\",\n      \"08:24:45\",\n      \"08:27:45\",\n      \"08:28:45\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:33:45\",\n      \"08:34:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:41:00\",\n      \"08:49:45\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:13:45\",\n      \"09:18:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"762\",\n      \"763\",\n      \"747\",\n      \"746\",\n      \"745\",\n      \"1358\",\n      \"1359\",\n      \"743\",\n      \"744,407\",\n      \"266\",\n      \"410\",\n      \"-410\",\n      \"955\",\n      \"956\",\n      \"957\",\n      \"958\",\n      \"959\",\n      \"960\",\n      \"961\",\n      \"2091\",\n      \"962\",\n      \"963\",\n      \"964\",\n      \"965\",\n      \"966\",\n      \"967\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_334_8507384_0921\",\n    \"name\": \"R 334\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507374\",\n      \"8507373\",\n      \"8507550\",\n      \"8507372\",\n      \"8507555\",\n      \"8507384\"\n    ],\n    \"deps\": [\n      \"08:31:00\",\n      \"08:39:00\",\n      \"08:48:00\",\n      \"09:03:00\",\n      \"09:05:00\"\n    ],\n    \"arrs\": [\n      \"08:38:45\",\n      \"08:47:45\",\n      \"09:00:00\",\n      \"09:04:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1234,-1231\",\n      \"-1230\",\n      \"-1229\",\n      \"-1228,-1227\",\n      \"-1226,-438\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3762_8503424_0921\",\n    \"name\": \"RE 3762\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8503000\",\n      \"8503006\",\n      \"8503400\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:48:00\",\n      \"09:01:00\"\n    ],\n    \"arrs\": [\n      \"08:47:00\",\n      \"09:00:00\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2221,-2307,-2263,-2262,-2317,-2316,2315,2313,2334,2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2115,2162,-458,-457,-595,-855,-459\",\n      \"-460,-461,-594,-593,-463,-462,-386,-1936,-483,-1334,-1333\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3765_8503000_0921\",\n    \"name\": \"RE 3765\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8503424\",\n      \"8503400\",\n      \"8503006\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"09:00:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"08:59:00\",\n      \"09:12:00\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1333,1334,483,1936,386,462,463,593,594,461,460\",\n      \"459,855,595,457,458,2111,2163,2112,2123,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342,2346,2242,2314,-2315,2316,2317,2262,2263,2307,2221\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_2_15230_8504194_0921\",\n    \"name\": \"S 2 15230\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508207\",\n      \"8508206\",\n      \"8508205\",\n      \"8508204\",\n      \"8508203\",\n      \"8508202\",\n      \"8508201\",\n      \"8508200\",\n      \"8507003\",\n      \"8507002\",\n      \"8516161\",\n      \"8507000\",\n      \"8504108\",\n      \"8504106\",\n      \"8504105\",\n      \"8504117\",\n      \"8504104\",\n      \"8504115\",\n      \"8504103\",\n      \"8504191\",\n      \"8504192\",\n      \"8504194\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:14:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:26:00\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:09:45\",\n      \"08:13:45\",\n      \"08:15:45\",\n      \"08:18:45\",\n      \"08:25:00\",\n      \"08:27:45\",\n      \"08:31:45\",\n      \"08:37:00\",\n      \"08:39:45\",\n      \"08:42:45\",\n      \"08:48:00\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:11:00\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-797,-798\",\n      \"-799\",\n      \"-800\",\n      \"-802\",\n      \"-801,1279\",\n      \"1280,1278\",\n      \"1285\",\n      \"1286\",\n      \"323\",\n      \"352,356\",\n      \"1302,1303,1300\",\n      \"1301\",\n      \"324,-1363\",\n      \"-72\",\n      \"-73\",\n      \"-71\",\n      \"-68\",\n      \"-69\",\n      \"913\",\n      \"914\",\n      \"912\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_22_2086_8506370_0921\",\n    \"name\": \"S 22 2086\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506286\",\n      \"8506380\",\n      \"8506381\",\n      \"8506378\",\n      \"8506382\",\n      \"8506276\",\n      \"8506377\",\n      \"8506376\",\n      \"8506375\",\n      \"8506470\",\n      \"8506374\",\n      \"8506373\",\n      \"8506372\",\n      \"8506371\",\n      \"8506370\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:43:45\",\n      \"08:49:00\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"09:02:00\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:13:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1078,-1076\",\n      \"-1077\",\n      \"-639,640\",\n      \"1081\",\n      \"1111\",\n      \"1112\",\n      \"1110\",\n      \"1109\",\n      \"1108\",\n      \"1107\",\n      \"1106\",\n      \"1105\",\n      \"1102\",\n      \"1101\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_22_2087_8506286_0921\",\n    \"name\": \"S 22 2087\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506370\",\n      \"8506371\",\n      \"8506372\",\n      \"8506373\",\n      \"8506374\",\n      \"8506470\",\n      \"8506375\",\n      \"8506376\",\n      \"8506377\",\n      \"8506276\",\n      \"8506382\",\n      \"8506378\",\n      \"8506381\",\n      \"8506380\",\n      \"8506286\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:41:45\",\n      \"08:44:45\",\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:49:45\",\n      \"08:53:00\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:09:00\",\n      \"09:12:45\",\n      \"09:15:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1101\",\n      \"-1102\",\n      \"-1105\",\n      \"-1106\",\n      \"-1107\",\n      \"-1108\",\n      \"-1109\",\n      \"-1110\",\n      \"-1112\",\n      \"-1111\",\n      \"-1081\",\n      \"-640,639\",\n      \"1077\",\n      \"1076,1078\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_24_20432_8503006_0921\",\n    \"name\": \"S 24 20432\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502204\",\n      \"8502206\",\n      \"8502208\",\n      \"8502209\",\n      \"8503202\",\n      \"8503201\",\n      \"8503200\",\n      \"8503009\",\n      \"8503010\",\n      \"8503011\",\n      \"8503000\",\n      \"8503015\",\n      \"8503006\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:14:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:35:45\",\n      \"08:44:00\",\n      \"08:46:45\",\n      \"08:51:00\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:02:00\",\n      \"09:03:45\",\n      \"09:09:00\",\n      \"09:16:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"161,502,503\",\n      \"165,2001,2000,1999,162,1998\",\n      \"163\",\n      \"164,142\",\n      \"147\",\n      \"143\",\n      \"146\",\n      \"1995,145\",\n      \"144,2232\",\n      \"2233,2234,2235,2360,2416,2422,2258,2264\",\n      \"-2264,-2258,-2422,-2296,-2223\",\n      \"2176,2144,2143,2354,2147\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_28_6933_8502119_0921\",\n    \"name\": \"S 28 6933\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502001\",\n      \"8502120\",\n      \"8502121\",\n      \"8502100\",\n      \"8502122\",\n      \"8502101\",\n      \"8502102\",\n      \"8502103\",\n      \"8502104\",\n      \"8502119\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:13:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:56:00\",\n      \"08:59:45\",\n      \"09:03:00\",\n      \"09:05:45\",\n      \"09:11:00\",\n      \"09:16:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"421,1427\",\n      \"1428\",\n      \"1426\",\n      \"1425\",\n      \"1424\",\n      \"1423\",\n      \"1826\",\n      \"1989\",\n      \"1441,-423\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_15426_8507100_0921\",\n    \"name\": \"S 4 15426\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508207\",\n      \"8508269\",\n      \"8508268\",\n      \"8508267\",\n      \"8508266\",\n      \"8508265\",\n      \"8508080\",\n      \"8508081\",\n      \"8508005\",\n      \"8508004\",\n      \"8508003\",\n      \"8508001\",\n      \"8504410\",\n      \"8516161\",\n      \"8507000\",\n      \"8507076\",\n      \"8507075\",\n      \"8507074\",\n      \"8507073\",\n      \"8507072\",\n      \"8507071\",\n      \"8507070\",\n      \"8507094\",\n      \"8507100\"\n    ],\n    \"deps\": [\n      \"07:43:00\",\n      \"07:46:00\",\n      \"07:48:00\",\n      \"07:55:00\",\n      \"07:57:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:08:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:23:00\",\n      \"08:26:00\",\n      \"08:32:00\",\n      \"08:35:00\",\n      \"08:42:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"07:45:45\",\n      \"07:47:45\",\n      \"07:54:00\",\n      \"07:56:45\",\n      \"08:01:00\",\n      \"08:05:45\",\n      \"08:07:45\",\n      \"08:12:00\",\n      \"08:18:45\",\n      \"08:22:45\",\n      \"08:25:45\",\n      \"08:31:45\",\n      \"08:34:45\",\n      \"08:40:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"08:59:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:08:00\",\n      \"09:12:00\",\n      \"09:14:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-797,-796\",\n      \"-795\",\n      \"-794\",\n      \"-793,-788\",\n      \"-787,-790\",\n      \"-789\",\n      \"-270\",\n      \"-786,-431\",\n      \"431,432\",\n      \"207\",\n      \"199,-351\",\n      \"-365,-364\",\n      \"-274,-1316,396,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-585,848,849,1252,1253,1254,1255,1256,1257\",\n      \"1258\",\n      \"1259\",\n      \"1260\",\n      \"1261\",\n      \"1262\",\n      \"1263\",\n      \"1264\",\n      \"1265,-434,-433\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_5_21532_8508312_0921\",\n    \"name\": \"S 5 21532\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8508321\",\n      \"8516351\",\n      \"8508319\",\n      \"8508318\",\n      \"8508317\",\n      \"8508316\",\n      \"8508314\",\n      \"8508313\",\n      \"8508327\",\n      \"8508312\"\n    ],\n    \"deps\": [\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:53:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:08:00\",\n      \"09:12:00\",\n      \"09:14:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,151,-2202\",\n      \"-2204,2205\",\n      \"150\",\n      \"152,149\",\n      \"153,54\",\n      \"55\",\n      \"53\",\n      \"56\",\n      \"52\",\n      \"51\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_21628_8508207_0921\",\n    \"name\": \"S 6 21628\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8508219\",\n      \"8508218\",\n      \"8508217\",\n      \"8508216\",\n      \"8508215\",\n      \"8508213\",\n      \"8508212\",\n      \"8508211\",\n      \"8508210\",\n      \"8508208\",\n      \"8508207\"\n    ],\n    \"deps\": [\n      \"08:16:00\",\n      \"08:22:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:21:45\",\n      \"08:28:00\",\n      \"08:31:45\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:58:00\",\n      \"09:04:45\",\n      \"09:13:00\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,-1832\",\n      \"-1834\",\n      \"-1833\",\n      \"-1835\",\n      \"-1841\",\n      \"-1840,-1836\",\n      \"-1837\",\n      \"-1838\",\n      \"-806\",\n      \"-1946\",\n      \"-805\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_22628_8508207_0921\",\n    \"name\": \"S 6 22628\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8508219\",\n      \"8508218\",\n      \"8508217\",\n      \"8508216\",\n      \"8508215\",\n      \"8508213\",\n      \"8508212\",\n      \"8508211\",\n      \"8508210\",\n      \"8508208\",\n      \"8508207\"\n    ],\n    \"deps\": [\n      \"08:16:00\",\n      \"08:22:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:21:45\",\n      \"08:28:00\",\n      \"08:31:45\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:58:00\",\n      \"09:04:45\",\n      \"09:13:00\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,-1832\",\n      \"-1834\",\n      \"-1833\",\n      \"-1835\",\n      \"-1841\",\n      \"-1840,-1836\",\n      \"-1837\",\n      \"-1838\",\n      \"-806\",\n      \"-1946\",\n      \"-805\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_23733_8506311_0921\",\n    \"name\": \"S 7 23733\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506105\",\n      \"8506106\",\n      \"8506217\",\n      \"8506107\",\n      \"8506108\",\n      \"8506109\",\n      \"8506121\",\n      \"8506309\",\n      \"8516270\",\n      \"8506308\",\n      \"8516271\",\n      \"8506307\",\n      \"8506306\",\n      \"8506311\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:35:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:11:00\",\n      \"09:15:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"08:34:45\",\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:43:45\",\n      \"08:47:00\",\n      \"08:54:00\",\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:10:45\",\n      \"09:14:45\",\n      \"09:17:45\",\n      \"09:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"473,474\",\n      \"475\",\n      \"476\",\n      \"477\",\n      \"478\",\n      \"355,625\",\n      \"-625,626,1755\",\n      \"1539\",\n      \"1540\",\n      \"1537\",\n      \"1538\",\n      \"1304\",\n      \"1650\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_10761_8509000_0922\",\n    \"name\": \"IC 10761\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8503000\",\n      \"8509411\",\n      \"8509002\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"09:03:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"09:02:00\",\n      \"09:11:00\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2256,-2279,-2280,2274,2231,2272,2269,2357,2099,1991,-142,140,139,138,141,611,612,124,123,613,614,604,605,125,122,113,129,128,617,618,632,633,127,126,136,137,130,133,134,132\",\n      \"629,630,135,131\",\n      \"121,834,835\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_1377_8501288_0922\",\n    \"name\": \"R 1377\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501200\",\n      \"8501260\",\n      \"8501261\",\n      \"8501262\",\n      \"8501263\",\n      \"8501280\",\n      \"8501264\",\n      \"8501265\",\n      \"8501266\",\n      \"8501281\",\n      \"8501282\",\n      \"8501283\",\n      \"8501284\",\n      \"8530261\",\n      \"8501285\",\n      \"8501286\",\n      \"8501287\",\n      \"8501288\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:00:00\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:17:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-185\",\n      \"-183\",\n      \"-184\",\n      \"-188\",\n      \"-189\",\n      \"-187\",\n      \"-186\",\n      \"-190\",\n      \"-191\",\n      \"-2211,-1964\",\n      \"-195\",\n      \"-194\",\n      \"-193\",\n      \"-192\",\n      \"-180\",\n      \"-182\",\n      \"-181\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_539_8507364_0922\",\n    \"name\": \"R 539\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507374\",\n      \"8507361\",\n      \"8507364\"\n    ],\n    \"deps\": [\n      \"08:30:00\",\n      \"08:40:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1234,1232\",\n      \"1233\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_819_8505165_0922\",\n    \"name\": \"R 819\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509179\",\n      \"8505180\",\n      \"8505179\",\n      \"8505178\",\n      \"8505177\",\n      \"8505176\",\n      \"8505175\",\n      \"8505174\",\n      \"8505173\",\n      \"8505172\",\n      \"8505170\",\n      \"8505165\"\n    ],\n    \"deps\": [\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:43:00\",\n      \"08:53:00\",\n      \"09:04:00\"\n    ],\n    \"arrs\": [\n      \"08:16:45\",\n      \"08:19:45\",\n      \"08:22:45\",\n      \"08:26:45\",\n      \"08:30:00\",\n      \"08:32:45\",\n      \"08:35:45\",\n      \"08:42:45\",\n      \"08:50:00\",\n      \"09:03:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1451\",\n      \"-1450\",\n      \"-1449\",\n      \"-1448\",\n      \"-1447\",\n      \"-1446\",\n      \"-1445\",\n      \"-1444\",\n      \"-1443\",\n      \"-1031\",\n      \"-536\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3715_8503000_0922\",\n    \"name\": \"RE 3715\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8502113\",\n      \"8502119\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:53:00\",\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"08:59:00\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1984,-376,-424,-423\",\n      \"-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2248,2301,2310\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_14_19431_8503130_0922\",\n    \"name\": \"S 14 19431\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503000\",\n      \"8503006\",\n      \"8503129\",\n      \"8503128\",\n      \"8503127\",\n      \"8503126\",\n      \"8503125\",\n      \"8503124\",\n      \"8503123\",\n      \"8503130\"\n    ],\n    \"deps\": [\n      \"08:42:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:04:00\",\n      \"09:07:45\",\n      \"09:12:00\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2323,-2355,2353,2354,2147\",\n      \"2157\",\n      \"2169,2151,-1313,-1312\",\n      \"-1675\",\n      \"-1676\",\n      \"-1677\",\n      \"-1679\",\n      \"-1678,609\",\n      \"606,607\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_15_19528_8502224_0922\",\n    \"name\": \"S 15 19528\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503110\",\n      \"8503120\",\n      \"8503121\",\n      \"8503122\",\n      \"8503123\",\n      \"8503125\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503001\",\n      \"8502220\",\n      \"8502229\",\n      \"8502221\",\n      \"8502222\",\n      \"8502223\",\n      \"8502224\"\n    ],\n    \"deps\": [\n      \"08:14:00\",\n      \"08:16:00\",\n      \"08:21:00\",\n      \"08:24:00\",\n      \"08:30:00\",\n      \"08:36:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:15:45\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:29:00\",\n      \"08:35:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:08:00\",\n      \"09:12:45\",\n      \"09:16:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-616,-1783\",\n      \"-1785\",\n      \"-1784,-1786\",\n      \"-400,-606\",\n      \"-609,1678,1679\",\n      \"1677,1676,1675,1312,-1309,1310,383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2328\",\n      \"2344\",\n      \"2348,2330,2363,2351\",\n      \"1634\",\n      \"1633\",\n      \"1632\",\n      \"1631\",\n      \"1630\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_18_372_8503059_0922\",\n    \"name\": \"S 18 372\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503065\",\n      \"8503074\",\n      \"8503068\",\n      \"8503066\",\n      \"8503075\",\n      \"8503067\",\n      \"8503077\",\n      \"8503078\",\n      \"8503069\",\n      \"8530811\",\n      \"8530812\",\n      \"8530813\",\n      \"8503059\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:20:00\"\n    ],\n    \"arrs\": [\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:16:45\",\n      \"09:19:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1660\",\n      \"-1661\",\n      \"-1662\",\n      \"-1663\",\n      \"-1664\",\n      \"-1665\",\n      \"-1666\",\n      \"-1667\",\n      \"-1668\",\n      \"-844\",\n      \"-846\",\n      \"-845\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_2_15231_8508207_0922\",\n    \"name\": \"S 2 15231\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504194\",\n      \"8504192\",\n      \"8504191\",\n      \"8504103\",\n      \"8504115\",\n      \"8504104\",\n      \"8504117\",\n      \"8504105\",\n      \"8504106\",\n      \"8504108\",\n      \"8507000\",\n      \"8516161\",\n      \"8507002\",\n      \"8507003\",\n      \"8508200\",\n      \"8508201\",\n      \"8508202\",\n      \"8508203\",\n      \"8508204\",\n      \"8508205\",\n      \"8508206\",\n      \"8508207\"\n    ],\n    \"deps\": [\n      \"08:10:00\",\n      \"08:15:00\",\n      \"08:16:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:25:00\",\n      \"08:26:00\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:33:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:14:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:14:45\",\n      \"08:15:45\",\n      \"08:19:00\",\n      \"08:22:45\",\n      \"08:24:45\",\n      \"08:25:45\",\n      \"08:27:45\",\n      \"08:31:45\",\n      \"08:32:45\",\n      \"08:40:00\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:03:00\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:13:45\",\n      \"09:16:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-912\",\n      \"-914\",\n      \"-913\",\n      \"69\",\n      \"68\",\n      \"71\",\n      \"73\",\n      \"72\",\n      \"1363,-324\",\n      \"-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-352\",\n      \"-323\",\n      \"-1286\",\n      \"-1285\",\n      \"-1278,-1280\",\n      \"-1279,801\",\n      \"802\",\n      \"800\",\n      \"799\",\n      \"798,797\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_27_25933_8014474_0922\",\n    \"name\": \"S 27 25933\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503504\",\n      \"8503503\",\n      \"8503502\",\n      \"8503501\",\n      \"8516176\",\n      \"8500329\",\n      \"8014474\"\n    ],\n    \"deps\": [\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:13:00\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-455\",\n      \"-592,1587\",\n      \"1588\",\n      \"1589\",\n      \"1592\",\n      \"1987\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_15330_8507076_0922\",\n    \"name\": \"S 3 15330\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504300\",\n      \"8504416\",\n      \"8504441\",\n      \"8504415\",\n      \"8504414\",\n      \"8504413\",\n      \"8504412\",\n      \"8504411\",\n      \"8504410\",\n      \"8516161\",\n      \"8507000\",\n      \"8507082\",\n      \"8507079\",\n      \"8507078\",\n      \"8507093\",\n      \"8507077\",\n      \"8507092\",\n      \"8507076\"\n    ],\n    \"deps\": [\n      \"08:24:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:26:45\",\n      \"08:28:45\",\n      \"08:31:45\",\n      \"08:36:00\",\n      \"08:38:45\",\n      \"08:42:45\",\n      \"08:46:45\",\n      \"08:51:00\",\n      \"08:54:45\",\n      \"09:00:00\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"16,17\",\n      \"18\",\n      \"413,414\",\n      \"19\",\n      \"20\",\n      \"21\",\n      \"22\",\n      \"23,-364\",\n      \"-274,-1316,396,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-585,848\",\n      \"849,1252\",\n      \"1253\",\n      \"1254\",\n      \"1255\",\n      \"1256\",\n      \"1257\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_23334_8506290_0922\",\n    \"name\": \"S 3 23334\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506287\",\n      \"8506290\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"09:00:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:42:45\",\n      \"08:46:00\",\n      \"08:47:45\",\n      \"08:50:45\",\n      \"08:59:45\",\n      \"09:04:00\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748,1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104\",\n      \"-1103\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_40_8731_8503110_0922\",\n    \"name\": \"S 40 8731\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503283\",\n      \"8503284\",\n      \"8503285\",\n      \"8503286\",\n      \"8503294\",\n      \"8503288\",\n      \"8503295\",\n      \"8503289\",\n      \"8503209\",\n      \"8503299\",\n      \"8503110\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:09:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:51:00\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:07:00\",\n      \"09:09:45\",\n      \"09:12:45\",\n      \"09:16:00\",\n      \"09:18:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-615,-1876\",\n      \"-1877\",\n      \"-1881\",\n      \"-1880,1878\",\n      \"1899\",\n      \"1900\",\n      \"1898\",\n      \"1897,614\",\n      \"604,-1890\",\n      \"-1032\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_18729_8503110_0922\",\n    \"name\": \"S 7 18729\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506000\",\n      \"8503304\",\n      \"8503305\",\n      \"8503307\",\n      \"8503308\",\n      \"8503309\",\n      \"8503340\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503104\",\n      \"8503105\",\n      \"8503106\",\n      \"8503107\",\n      \"8503108\",\n      \"8503109\",\n      \"8503112\",\n      \"8503110\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:21:00\",\n      \"08:25:00\",\n      \"08:26:00\",\n      \"08:28:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:16:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"08:11:45\",\n      \"08:16:00\",\n      \"08:20:45\",\n      \"08:24:45\",\n      \"08:25:45\",\n      \"08:27:45\",\n      \"08:32:00\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:57:00\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:07:00\",\n      \"09:09:45\",\n      \"09:14:00\",\n      \"09:17:45\",\n      \"09:22:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-603,-602\",\n      \"-330\",\n      \"329,91\",\n      \"90,108,-2120,2118\",\n      \"2168,-2166\",\n      \"-2121,2122,2126\",\n      \"2165,2124,2131,2130,2123,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,385,1994,1647,1669,1670,1671,1672,1673,1674\",\n      \"1884\",\n      \"1745\",\n      \"1885\",\n      \"1886\",\n      \"1887\",\n      \"1888\",\n      \"1889\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"D_34_8301003_1036\",\n    \"name\": \"D 34\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8505470\",\n      \"8505471\",\n      \"8505473\",\n      \"8505494\",\n      \"8505499\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:56:00\",\n      \"09:07:00\",\n      \"09:24:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:55:45\",\n      \"09:06:00\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1019\",\n      \"1020,1018,1017\",\n      \"1016,1015,1014,1013\",\n      \"1012,1011,1010,537,1009\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"IC_566_8503000_0923\",\n    \"name\": \"IC 566\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8509000\",\n      \"8509002\",\n      \"8509411\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:18:00\",\n      \"08:28:00\"\n    ],\n    \"arrs\": [\n      \"08:16:00\",\n      \"08:26:00\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-835,-834,-121\",\n      \"-131,-135,-630,-629\",\n      \"-132,-134,-133,-130,-137,-136,-126,-127,-633,-632,-618,-617,-128,-129,-113,-122,-125,-605,-604,-614,-613,-123,-124,-612,-611,-141,-138,-139,-140,142,-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_1924_8509268_0923\",\n    \"name\": \"R 1924\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509255\",\n      \"8509254\",\n      \"8509251\",\n      \"8509250\",\n      \"8509256\",\n      \"8509257\",\n      \"8509258\",\n      \"8509259\",\n      \"8509260\",\n      \"8509262\",\n      \"8509263\",\n      \"8509269\",\n      \"8509264\",\n      \"8509265\",\n      \"8509266\",\n      \"8509267\",\n      \"8509268\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:04:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:21:00\",\n      \"08:22:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:33:00\",\n      \"08:49:00\",\n      \"08:55:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:07:00\",\n      \"09:11:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:03:45\",\n      \"08:08:00\",\n      \"08:16:00\",\n      \"08:20:45\",\n      \"08:21:45\",\n      \"08:26:00\",\n      \"08:28:45\",\n      \"08:32:45\",\n      \"08:46:00\",\n      \"08:54:45\",\n      \"09:00:00\",\n      \"09:02:45\",\n      \"09:06:45\",\n      \"09:10:45\",\n      \"09:15:45\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1486\",\n      \"1487,-1489\",\n      \"-1488\",\n      \"-1483,1510\",\n      \"1511\",\n      \"1512\",\n      \"1513\",\n      \"1980\",\n      \"1514\",\n      \"1515\",\n      \"1516\",\n      \"1517\",\n      \"1518\",\n      \"1519\",\n      \"1520\",\n      \"1521\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4507_8301003_1009\",\n    \"name\": \"R 4507\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501421\",\n      \"8501420\",\n      \"8501403\",\n      \"8501404\",\n      \"8501405\",\n      \"8501500\",\n      \"8501501\",\n      \"8501502\",\n      \"8501503\",\n      \"8501504\",\n      \"8501505\",\n      \"8501510\",\n      \"8501506\",\n      \"8501507\",\n      \"8501509\",\n      \"8501600\",\n      \"8501601\",\n      \"8501602\",\n      \"8501603\",\n      \"8501604\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"07:49:00\",\n      \"07:51:00\",\n      \"08:02:00\",\n      \"08:07:00\",\n      \"08:09:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:23:00\",\n      \"08:26:00\",\n      \"08:28:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:16:00\",\n      \"09:40:00\"\n    ],\n    \"arrs\": [\n      \"07:50:45\",\n      \"07:56:00\",\n      \"08:06:00\",\n      \"08:08:45\",\n      \"08:15:00\",\n      \"08:18:45\",\n      \"08:22:45\",\n      \"08:25:45\",\n      \"08:27:45\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:39:00\",\n      \"08:42:45\",\n      \"08:51:00\",\n      \"08:54:45\",\n      \"08:59:00\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:15:00\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"954\",\n      \"952,409\",\n      \"222\",\n      \"220\",\n      \"1944\",\n      \"411,412\",\n      \"228\",\n      \"237\",\n      \"232\",\n      \"233\",\n      \"236\",\n      \"234\",\n      \"235\",\n      \"231\",\n      \"229\",\n      \"230\",\n      \"238\",\n      \"239\",\n      \"240\",\n      \"1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5120_8504221_0923\",\n    \"name\": \"R 5120\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504300\",\n      \"8504229\",\n      \"8504228\",\n      \"8504227\",\n      \"8504226\",\n      \"8504225\",\n      \"8504224\",\n      \"8504223\",\n      \"8504222\",\n      \"8504221\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:54:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:16:45\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-563,-562\",\n      \"-15\",\n      \"-14\",\n      \"-13\",\n      \"-12\",\n      \"-11\",\n      \"-10\",\n      \"-9\",\n      \"-577,-576\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5223_8504304_0923\",\n    \"name\": \"R 5223\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500105\",\n      \"8500104\",\n      \"8500103\",\n      \"8500102\",\n      \"8500135\",\n      \"8500101\",\n      \"8500100\",\n      \"8504304\"\n    ],\n    \"deps\": [\n      \"08:51:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:15:00\"\n    ],\n    \"arrs\": [\n      \"08:57:00\",\n      \"08:59:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:13:00\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-559,-877\",\n      \"-876\",\n      \"-875\",\n      \"-874\",\n      \"-873\",\n      \"-43,871\",\n      \"872,870\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_12_19228_8500309_0923\",\n    \"name\": \"S 12 19228\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506020\",\n      \"8506036\",\n      \"8506038\",\n      \"8506016\",\n      \"8506000\",\n      \"8503147\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503001\",\n      \"8503509\",\n      \"8503512\",\n      \"8503508\",\n      \"8503506\",\n      \"8503511\",\n      \"8503505\",\n      \"8503504\",\n      \"8503503\",\n      \"8500309\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:09:00\",\n      \"08:11:00\",\n      \"08:15:00\",\n      \"08:22:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"08:08:45\",\n      \"08:10:45\",\n      \"08:14:00\",\n      \"08:20:00\",\n      \"08:32:45\",\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:45:45\",\n      \"08:50:00\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:59:00\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:17:00\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1700\",\n      \"1701\",\n      \"1702,-598\",\n      \"-464,-601,-600\",\n      \"-603,-602,-330,329,92,377,1311,1310\",\n      \"383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2328\",\n      \"2344\",\n      \"2348,2409\",\n      \"2393,2404,2399\",\n      \"2391\",\n      \"2390,2418,2417\",\n      \"2395,2382,2381,2380,2408,-2002\",\n      \"-456\",\n      \"-1960\",\n      \"-455\",\n      \"-592,-591\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_2_1549_8509189_0923\",\n    \"name\": \"S 2 1549\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509000\",\n      \"8509050\",\n      \"8509180\",\n      \"8509181\",\n      \"8509182\",\n      \"8509183\",\n      \"8509184\",\n      \"8509185\",\n      \"8509186\",\n      \"8509187\",\n      \"8509188\",\n      \"8509189\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:59:00\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1472\",\n      \"-1473\",\n      \"-1474\",\n      \"-1475\",\n      \"-1477\",\n      \"-1476,271\",\n      \"829\",\n      \"830\",\n      \"831\",\n      \"832\",\n      \"833\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_23331_8506314_0923\",\n    \"name\": \"S 3 23331\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506290\",\n      \"8506287\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:43:00\",\n      \"08:48:00\",\n      \"08:58:45\",\n      \"09:07:00\",\n      \"09:09:45\",\n      \"09:12:00\",\n      \"09:14:45\",\n      \"09:18:45\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1103\",\n      \"1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749,-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_22818_8500218_0923\",\n    \"name\": \"S 8 22818\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502007\",\n      \"8502010\",\n      \"8502006\",\n      \"8502005\",\n      \"8502004\",\n      \"8502003\",\n      \"8502002\",\n      \"8502001\",\n      \"8502000\",\n      \"8500218\"\n    ],\n    \"deps\": [\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:14:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:52:45\",\n      \"08:55:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:13:00\",\n      \"09:16:45\",\n      \"09:23:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"495\",\n      \"491\",\n      \"492\",\n      \"490\",\n      \"489\",\n      \"488\",\n      \"487\",\n      \"421,422,375\",\n      \"196,-363,-362\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"BEX_961_8509369_1202\",\n    \"name\": \"BEX 961\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8509073\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"08:14:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1529,1530,1033,1034,1035,1481,1482,1479,1480,1483,1488,1489,1484,1485\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"IC_708_8501026_0924\",\n    \"name\": \"IC 708\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8506302\",\n      \"8506210\",\n      \"8506209\",\n      \"8506208\",\n      \"8506206\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8507000\",\n      \"8504100\",\n      \"8501120\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"05:11:00\",\n      \"05:19:00\",\n      \"05:24:00\",\n      \"05:30:00\",\n      \"05:39:00\",\n      \"05:58:00\",\n      \"06:13:00\",\n      \"06:32:00\",\n      \"07:34:00\",\n      \"07:56:00\",\n      \"08:42:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"05:18:00\",\n      \"05:23:00\",\n      \"05:29:00\",\n      \"05:38:00\",\n      \"05:56:00\",\n      \"06:11:00\",\n      \"06:23:00\",\n      \"07:28:00\",\n      \"07:55:00\",\n      \"08:40:00\",\n      \"09:15:00\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623\",\n      \"-339\",\n      \"-338,-341,-622,-621\",\n      \"-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2254\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80,-2096,-1985,-88,-89,-570,-569,-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IR_1963_8503000_0924\",\n    \"name\": \"IR 1963\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8500010\",\n      \"8500301\",\n      \"8500320\",\n      \"8500305\",\n      \"8500309\",\n      \"8503504\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:13:00\",\n      \"08:25:00\",\n      \"08:34:00\",\n      \"08:42:00\",\n      \"09:00:00\",\n      \"09:08:00\"\n    ],\n    \"arrs\": [\n      \"08:24:00\",\n      \"08:33:00\",\n      \"08:40:00\",\n      \"08:57:00\",\n      \"09:07:00\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,445,1921,446,1973\",\n      \"447,448,449\",\n      \"450,451,452\",\n      \"1945,371\",\n      \"591,592,455\",\n      \"1960,456,2002,2407,2373,2374,2375,2383,2413,2396,2415,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2304,2305,2253,2297\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2062_8500010_0924\",\n    \"name\": \"IR 2062\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503016\",\n      \"8503006\",\n      \"8503001\",\n      \"8503508\",\n      \"8503504\",\n      \"8500309\",\n      \"8500305\",\n      \"8500301\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"08:04:00\",\n      \"08:10:00\",\n      \"08:16:00\",\n      \"08:22:00\",\n      \"08:33:00\",\n      \"08:42:00\",\n      \"08:57:00\",\n      \"09:10:00\"\n    ],\n    \"arrs\": [\n      \"08:09:00\",\n      \"08:15:00\",\n      \"08:21:00\",\n      \"08:31:00\",\n      \"08:40:00\",\n      \"08:56:00\",\n      \"09:09:00\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-212,2134,2145,2174,2172,2135,2139,2141,2142,2140,2113\",\n      \"2159,-2109,-93,2333,2365,-2343,-2335,2336,2339,2340\",\n      \"2372,2401,2400\",\n      \"2389,2379,2382,2381,2380,2408,-2002,-456,-1960\",\n      \"-455,-592,-591\",\n      \"-371,-1945\",\n      \"-452,-451,-450,-449,-448,-447\",\n      \"-1973,-446,-1921,-445,369,346,403,404,584\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"R_14428_8504221_0924\",\n    \"name\": \"R 14428\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504100\",\n      \"8504181\",\n      \"8504182\",\n      \"8504183\",\n      \"8504184\",\n      \"8504185\",\n      \"8504186\",\n      \"8504128\",\n      \"8504140\",\n      \"8504188\",\n      \"8504483\",\n      \"8504481\",\n      \"8504480\",\n      \"8504221\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:16:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"08:35:45\",\n      \"08:38:45\",\n      \"08:42:45\",\n      \"08:46:00\",\n      \"08:50:45\",\n      \"08:54:45\",\n      \"08:58:00\",\n      \"09:01:45\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:15:00\",\n      \"09:17:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"574,-1151\",\n      \"-1150,-1148\",\n      \"-1152\",\n      \"-1153\",\n      \"-1160\",\n      \"-1159\",\n      \"-1154\",\n      \"906\",\n      \"907,1340\",\n      \"854,634\",\n      \"1195,1196,1194\",\n      \"1193\",\n      \"1192,-576\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_14959_8504089_0924\",\n    \"name\": \"R 14959\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504070\",\n      \"8504071\",\n      \"8504072\",\n      \"8504073\",\n      \"8504074\",\n      \"8504075\",\n      \"8504076\",\n      \"8504077\",\n      \"8504078\",\n      \"8504079\",\n      \"8504086\",\n      \"8504067\",\n      \"8504068\",\n      \"8504069\",\n      \"8504088\",\n      \"8504089\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:08:00\",\n      \"09:13:45\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1816\",\n      \"-1815\",\n      \"-1814\",\n      \"-1813\",\n      \"-1812\",\n      \"-1811\",\n      \"-1810\",\n      \"-1805\",\n      \"-1804\",\n      \"-118,-1802\",\n      \"1802,1803\",\n      \"1806\",\n      \"1807\",\n      \"1808\",\n      \"1809\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_156_111_8501037_0924\",\n    \"name\": \"R 156 111\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501096\",\n      \"8501095\",\n      \"8501085\",\n      \"8501094\",\n      \"8501083\",\n      \"8501082\",\n      \"8501093\",\n      \"8501092\",\n      \"8501080\",\n      \"8501091\",\n      \"8501081\",\n      \"8501090\",\n      \"8501054\",\n      \"8501037\"\n    ],\n    \"deps\": [\n      \"08:54:00\",\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:04:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:57:45\",\n      \"08:58:45\",\n      \"09:03:00\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:17:45\",\n      \"09:18:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-677\",\n      \"-678\",\n      \"-589,-680\",\n      \"-685\",\n      \"-686\",\n      \"-687\",\n      \"-688\",\n      \"-689\",\n      \"-690\",\n      \"-691\",\n      \"-692\",\n      \"-694\",\n      \"-693,398\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_232_8507492_0924\",\n    \"name\": \"R 232\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507380\",\n      \"8507381\",\n      \"8507382\",\n      \"8507383\",\n      \"8507389\",\n      \"8507388\",\n      \"8507492\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:02:00\",\n      \"09:13:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:53:45\",\n      \"08:56:45\",\n      \"09:01:45\",\n      \"09:11:00\",\n      \"09:18:00\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1239\",\n      \"1240\",\n      \"1241\",\n      \"1242\",\n      \"-436,-1222\",\n      \"-1221\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4622_8504288_0924\",\n    \"name\": \"R 4622\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504221\",\n      \"8504220\",\n      \"8504219\",\n      \"8504218\",\n      \"8504217\",\n      \"8504216\",\n      \"8504215\",\n      \"8504284\",\n      \"8504285\",\n      \"8504286\",\n      \"8504287\",\n      \"8504288\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:16:00\",\n      \"09:20:00\"\n    ],\n    \"arrs\": [\n      \"08:42:45\",\n      \"08:46:00\",\n      \"08:49:45\",\n      \"08:55:00\",\n      \"09:00:45\",\n      \"09:07:00\",\n      \"09:09:45\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:19:00\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-554,-553\",\n      \"-8\",\n      \"-552,1172\",\n      \"1173\",\n      \"1171\",\n      \"1170\",\n      \"1943\",\n      \"1169\",\n      \"1168\",\n      \"1167\",\n      \"1948\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5216_8500207_0924\",\n    \"name\": \"R 5216\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504304\",\n      \"8500100\",\n      \"8500101\",\n      \"8500135\",\n      \"8500102\",\n      \"8500103\",\n      \"8500104\",\n      \"8500105\",\n      \"8500268\",\n      \"8500267\",\n      \"8500266\",\n      \"8500260\",\n      \"8500265\",\n      \"8500264\",\n      \"8500263\",\n      \"8500262\",\n      \"8500261\",\n      \"8500206\",\n      \"8500207\"\n    ],\n    \"deps\": [\n      \"08:09:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:13:00\",\n      \"09:18:00\",\n      \"09:20:00\"\n    ],\n    \"arrs\": [\n      \"08:15:00\",\n      \"08:18:45\",\n      \"08:20:45\",\n      \"08:25:00\",\n      \"08:28:45\",\n      \"08:31:45\",\n      \"08:41:00\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:12:45\",\n      \"09:17:45\",\n      \"09:19:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-870,-872\",\n      \"-871,43\",\n      \"873\",\n      \"874\",\n      \"875\",\n      \"876\",\n      \"877,559\",\n      \"945\",\n      \"45\",\n      \"946\",\n      \"947\",\n      \"948\",\n      \"1214\",\n      \"1366\",\n      \"1367\",\n      \"1368\",\n      \"1369,561\",\n      \"429,430\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_5616_8500207_0924\",\n    \"name\": \"R 5616\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504300\",\n      \"8504301\",\n      \"8504302\",\n      \"8504303\",\n      \"8504304\",\n      \"8500100\",\n      \"8500101\",\n      \"8500135\",\n      \"8500102\",\n      \"8500103\",\n      \"8500104\",\n      \"8500105\",\n      \"8500268\",\n      \"8500267\",\n      \"8500266\",\n      \"8500260\",\n      \"8500265\",\n      \"8500264\",\n      \"8500263\",\n      \"8500262\",\n      \"8500261\",\n      \"8500206\",\n      \"8500207\"\n    ],\n    \"deps\": [\n      \"07:49:00\",\n      \"07:53:00\",\n      \"07:59:00\",\n      \"08:01:00\",\n      \"08:09:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:13:00\",\n      \"09:18:00\",\n      \"09:20:00\"\n    ],\n    \"arrs\": [\n      \"07:52:45\",\n      \"07:57:00\",\n      \"08:00:45\",\n      \"08:07:00\",\n      \"08:15:00\",\n      \"08:18:45\",\n      \"08:20:45\",\n      \"08:25:00\",\n      \"08:28:45\",\n      \"08:31:45\",\n      \"08:41:00\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:12:45\",\n      \"09:17:45\",\n      \"09:19:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-563,-881\",\n      \"-880\",\n      \"-879\",\n      \"-878\",\n      \"-870,-872\",\n      \"-871,43\",\n      \"873\",\n      \"874\",\n      \"875\",\n      \"876\",\n      \"877,559\",\n      \"945\",\n      \"45\",\n      \"946\",\n      \"947\",\n      \"948\",\n      \"1214\",\n      \"1366\",\n      \"1367\",\n      \"1368\",\n      \"1369,561\",\n      \"429,430\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_6829_8500218_0924\",\n    \"name\": \"R 6829\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504300\",\n      \"8504419\",\n      \"8518771\",\n      \"8500200\",\n      \"8500201\",\n      \"8500202\",\n      \"8500203\",\n      \"8500204\",\n      \"8500205\",\n      \"8518963\",\n      \"8500206\",\n      \"8500207\",\n      \"8500208\",\n      \"8500209\",\n      \"8500210\",\n      \"8500211\",\n      \"8500212\",\n      \"8500213\",\n      \"8500214\",\n      \"8500215\",\n      \"8500216\",\n      \"8500217\",\n      \"8500218\"\n    ],\n    \"deps\": [\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:22:00\",\n      \"08:24:00\",\n      \"08:28:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:41:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:16:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:18:45\",\n      \"08:21:45\",\n      \"08:23:45\",\n      \"08:27:45\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:35:45\",\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:40:45\",\n      \"08:45:00\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:07:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:15:45\",\n      \"09:18:00\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"16,24\",\n      \"25\",\n      \"2214\",\n      \"26\",\n      \"27,353\",\n      \"29\",\n      \"30\",\n      \"31\",\n      \"560\",\n      \"2216,561\",\n      \"429,430\",\n      \"33\",\n      \"34\",\n      \"35\",\n      \"1377,415\",\n      \"36,2200\",\n      \"37\",\n      \"38\",\n      \"441\",\n      \"442\",\n      \"443\",\n      \"444,-362\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_7038_8504483_0924\",\n    \"name\": \"R 7038\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8530750\",\n      \"8504461\",\n      \"8504469\",\n      \"8504471\",\n      \"8504470\",\n      \"8504472\",\n      \"8504462\",\n      \"8504474\",\n      \"8504475\",\n      \"8504463\",\n      \"8504464\",\n      \"8504465\",\n      \"8504466\",\n      \"8504477\",\n      \"8504467\",\n      \"8504468\",\n      \"8504483\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:51:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:06:00\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:20:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-882\",\n      \"-884\",\n      \"-883\",\n      \"-885\",\n      \"-886\",\n      \"-887\",\n      \"-888\",\n      \"-889\",\n      \"-890\",\n      \"-891\",\n      \"-892\",\n      \"-893\",\n      \"-894\",\n      \"-896\",\n      \"-895\",\n      \"-1197\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_7432_8507492_0924\",\n    \"name\": \"R 7432\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8508308\",\n      \"8508306\",\n      \"8508305\",\n      \"8508329\",\n      \"8508304\",\n      \"8508303\",\n      \"8508302\",\n      \"8508301\",\n      \"8507492\"\n    ],\n    \"deps\": [\n      \"08:51:00\",\n      \"08:56:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:11:45\",\n      \"09:14:45\",\n      \"09:18:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-242,249\",\n      \"248\",\n      \"251\",\n      \"543\",\n      \"544\",\n      \"250\",\n      \"247\",\n      \"252\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_2663_8500130_0924\",\n    \"name\": \"RE 2663\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504300\",\n      \"8500159\",\n      \"8500105\",\n      \"8500109\",\n      \"8500122\",\n      \"8500125\",\n      \"8500126\",\n      \"8500141\",\n      \"8500127\",\n      \"8500143\",\n      \"8500144\",\n      \"8500128\",\n      \"8500130\"\n    ],\n    \"deps\": [\n      \"08:12:00\",\n      \"08:22:00\",\n      \"08:30:00\",\n      \"08:42:00\",\n      \"08:48:00\",\n      \"09:00:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:21:00\",\n      \"08:29:00\",\n      \"08:40:00\",\n      \"08:47:45\",\n      \"08:59:00\",\n      \"09:06:00\",\n      \"09:10:45\",\n      \"09:13:00\",\n      \"09:15:45\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"16,24,25,2214,26,27,28\",\n      \"558,559\",\n      \"32,-944\",\n      \"-943,-942,-941\",\n      \"-940,936,937\",\n      \"935,930\",\n      \"931\",\n      \"929\",\n      \"928\",\n      \"927\",\n      \"926\",\n      \"925\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3157_8501609_0924\",\n    \"name\": \"RE 3157\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8507006\",\n      \"8507100\",\n      \"8507483\",\n      \"8507481\",\n      \"8507480\",\n      \"8507478\",\n      \"8507475\",\n      \"8507474\",\n      \"8507473\",\n      \"8507472\",\n      \"8507471\",\n      \"8507470\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"07:39:00\",\n      \"07:49:00\",\n      \"08:01:00\",\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:25:00\",\n      \"08:42:00\",\n      \"08:57:00\",\n      \"09:02:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"07:48:00\",\n      \"07:59:00\",\n      \"08:10:00\",\n      \"08:16:45\",\n      \"08:18:45\",\n      \"08:24:00\",\n      \"08:41:00\",\n      \"08:54:00\",\n      \"09:01:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317\",\n      \"-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,1942\",\n      \"219\",\n      \"218\",\n      \"275,1950,2072,2076,2075,2073,1949,2074,2078,2077\",\n      \"1569,2079,2080\",\n      \"215\",\n      \"216\",\n      \"214\",\n      \"213\",\n      \"217,847\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3257_8501609_0924\",\n    \"name\": \"RE 3257\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507483\",\n      \"8507481\",\n      \"8507480\",\n      \"8507478\",\n      \"8507475\",\n      \"8507474\",\n      \"8507473\",\n      \"8507472\",\n      \"8507471\",\n      \"8507470\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:25:00\",\n      \"08:42:00\",\n      \"08:57:00\",\n      \"09:02:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:13:00\"\n    ],\n    \"arrs\": [\n      \"08:16:45\",\n      \"08:18:45\",\n      \"08:24:00\",\n      \"08:41:00\",\n      \"08:54:00\",\n      \"09:01:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"254,1942\",\n      \"219\",\n      \"218\",\n      \"275,1950,2072,2076,2075,2073,1949,2074,2078,2077\",\n      \"1569,2079,2080\",\n      \"215\",\n      \"216\",\n      \"214\",\n      \"213\",\n      \"217,847\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3612_8500218_0924\",\n    \"name\": \"RE 3612\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8503505\",\n      \"8503504\",\n      \"8503503\",\n      \"8500309\",\n      \"8502115\",\n      \"8502113\",\n      \"8500218\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:48:00\",\n      \"08:53:00\",\n      \"09:00:00\",\n      \"09:07:00\",\n      \"09:14:00\"\n    ],\n    \"arrs\": [\n      \"08:46:00\",\n      \"08:52:00\",\n      \"08:57:00\",\n      \"09:06:00\",\n      \"09:13:00\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1960\",\n      \"-455\",\n      \"-592,-591\",\n      \"-371,-454,-453,-546\",\n      \"-394,376,1984\",\n      \"-359,-360,-357,-358,350\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_2_18232_8503016_0924\",\n    \"name\": \"S 2 18232\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503225\",\n      \"8503221\",\n      \"8503220\",\n      \"8503211\",\n      \"8503209\",\n      \"8503207\",\n      \"8503206\",\n      \"8503204\",\n      \"8503202\",\n      \"8503010\",\n      \"8503011\",\n      \"8503000\",\n      \"8503006\",\n      \"8503016\"\n    ],\n    \"deps\": [\n      \"08:19:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:38:00\",\n      \"08:42:00\",\n      \"08:48:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:14:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:26:45\",\n      \"08:29:45\",\n      \"08:31:45\",\n      \"08:37:00\",\n      \"08:41:45\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:12:00\",\n      \"09:18:00\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-618,-617,-128,-129,-113\",\n      \"-122\",\n      \"-125\",\n      \"-605,-604\",\n      \"-614,-613,-123,-124\",\n      \"-612,-611\",\n      \"-141,-138\",\n      \"-139,-140,142\",\n      \"147,143,146,1995,145\",\n      \"144,2232\",\n      \"2233,2234,2235,2360,2421,2361,2326,2324\",\n      \"-2323,-2355,2353,2354,2146\",\n      \"2155,-2141,2160,2161,2171,2173,2133,212\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_41_19833_8506000_0924\",\n    \"name\": \"S 41 19833\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8014474\",\n      \"8500329\",\n      \"8503411\",\n      \"8503410\",\n      \"8503409\",\n      \"8503408\",\n      \"8503414\",\n      \"8503415\",\n      \"8503413\",\n      \"8503405\",\n      \"8503402\",\n      \"8503400\",\n      \"8506041\",\n      \"8506042\",\n      \"8506043\",\n      \"8506044\",\n      \"8506000\"\n    ],\n    \"deps\": [\n      \"08:05:00\",\n      \"08:16:00\",\n      \"08:18:00\",\n      \"08:21:00\",\n      \"08:25:00\",\n      \"08:28:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:45:00\",\n      \"09:05:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:11:00\",\n      \"08:17:45\",\n      \"08:20:45\",\n      \"08:24:00\",\n      \"08:27:45\",\n      \"08:29:45\",\n      \"08:31:45\",\n      \"08:35:45\",\n      \"08:40:45\",\n      \"08:44:45\",\n      \"08:51:00\",\n      \"09:08:00\",\n      \"09:13:00\",\n      \"09:16:45\",\n      \"09:20:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1987\",\n      \"1361\",\n      \"1590\",\n      \"1591\",\n      \"1593\",\n      \"1594\",\n      \"1595\",\n      \"1596\",\n      \"1597\",\n      \"1598,594\",\n      \"461,460\",\n      \"1680\",\n      \"1681\",\n      \"1682\",\n      \"1683\",\n      \"1684,603\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_15631_8507000_0924\",\n    \"name\": \"S 6 15631\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507089\",\n      \"8507088\",\n      \"8507095\",\n      \"8507087\",\n      \"8507086\",\n      \"8507085\",\n      \"8507084\",\n      \"8507083\",\n      \"8507091\",\n      \"8507082\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:54:45\",\n      \"08:59:00\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:12:00\",\n      \"09:14:45\",\n      \"09:18:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1267\",\n      \"-949\",\n      \"-1266\",\n      \"-917\",\n      \"-916\",\n      \"-915\",\n      \"-1268\",\n      \"-1269\",\n      \"-950,-849\",\n      \"-848,585,-324,-1301\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_18728_8506000_0924\",\n    \"name\": \"S 7 18728\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503110\",\n      \"8503112\",\n      \"8503109\",\n      \"8503108\",\n      \"8503107\",\n      \"8503106\",\n      \"8503105\",\n      \"8503104\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503340\",\n      \"8503309\",\n      \"8503308\",\n      \"8503307\",\n      \"8503305\",\n      \"8503304\",\n      \"8506000\"\n    ],\n    \"deps\": [\n      \"08:10:00\",\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:23:00\",\n      \"08:26:00\",\n      \"08:29:00\",\n      \"08:34:00\",\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"08:11:45\",\n      \"08:16:00\",\n      \"08:18:45\",\n      \"08:22:00\",\n      \"08:25:45\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:44:45\",\n      \"08:48:00\",\n      \"08:51:45\",\n      \"08:57:00\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:05:00\",\n      \"09:08:45\",\n      \"09:14:00\",\n      \"09:17:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1889\",\n      \"-1888\",\n      \"-1887\",\n      \"-1886\",\n      \"-1885\",\n      \"-1745\",\n      \"-1884\",\n      \"-1674,-1673,-1672,-1671,-1670,-1669,-1647,-1994,-385,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2116,2128,2125\",\n      \"2164,2127,2121\",\n      \"2166,2119\",\n      \"2167,2120,-108,-90\",\n      \"-91,-329\",\n      \"330\",\n      \"602,603\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_4090_8508050_0924\",\n    \"name\": \"S 7 4090\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507063\",\n      \"8589198\",\n      \"8507064\",\n      \"8507065\",\n      \"8507066\",\n      \"8507067\",\n      \"8507068\",\n      \"8507069\",\n      \"8507096\",\n      \"8508054\",\n      \"8508050\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:18:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1981\",\n      \"1287\",\n      \"1288\",\n      \"1289\",\n      \"1290\",\n      \"1291\",\n      \"1292\",\n      \"1293\",\n      \"1294,1902\",\n      \"-1902,643,1297,1298,1299,-1303\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_4091_8507063_0924\",\n    \"name\": \"S 7 4091\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508050\",\n      \"8508054\",\n      \"8507096\",\n      \"8507069\",\n      \"8507068\",\n      \"8507067\",\n      \"8507066\",\n      \"8507065\",\n      \"8507064\",\n      \"8589198\",\n      \"8507063\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:20:00\",\n      \"09:22:00\"\n    ],\n    \"arrs\": [\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:18:45\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1303,-1299,-1298,-1297,-643,1902\",\n      \"-1902,-1294\",\n      \"-1293\",\n      \"-1292\",\n      \"-1291\",\n      \"-1290\",\n      \"-1289\",\n      \"-1288\",\n      \"-1287\",\n      \"-1981\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_23834_8506302_0924\",\n    \"name\": \"S 8 23834\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503424\",\n      \"8503425\",\n      \"8503426\",\n      \"8503427\",\n      \"8506148\",\n      \"8503428\",\n      \"8503429\",\n      \"8506025\",\n      \"8506139\",\n      \"8506138\",\n      \"8506137\",\n      \"8506136\",\n      \"8506135\",\n      \"8506134\",\n      \"8506133\",\n      \"8506118\",\n      \"8506132\",\n      \"8506131\",\n      \"8506128\",\n      \"8506119\",\n      \"8506127\",\n      \"8506126\",\n      \"8506143\",\n      \"8588122\",\n      \"8506125\",\n      \"8506124\",\n      \"8506123\",\n      \"8506122\",\n      \"8506121\",\n      \"8506398\",\n      \"8506397\",\n      \"8506396\",\n      \"8506395\",\n      \"8506394\",\n      \"8506393\",\n      \"8506303\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"07:31:00\",\n      \"07:33:00\",\n      \"07:35:00\",\n      \"07:37:00\",\n      \"07:39:00\",\n      \"07:43:00\",\n      \"07:45:00\",\n      \"07:48:00\",\n      \"07:57:00\",\n      \"07:59:00\",\n      \"08:01:00\",\n      \"08:07:00\",\n      \"08:12:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:38:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:20:00\"\n    ],\n    \"arrs\": [\n      \"07:32:45\",\n      \"07:34:45\",\n      \"07:36:45\",\n      \"07:38:45\",\n      \"07:42:00\",\n      \"07:44:45\",\n      \"07:47:45\",\n      \"07:55:00\",\n      \"07:58:45\",\n      \"08:00:45\",\n      \"08:06:45\",\n      \"08:11:00\",\n      \"08:13:45\",\n      \"08:16:45\",\n      \"08:18:45\",\n      \"08:20:45\",\n      \"08:26:00\",\n      \"08:31:00\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:36:45\",\n      \"08:37:45\",\n      \"08:38:45\",\n      \"08:42:00\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:55:00\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:12:45\",\n      \"09:16:00\",\n      \"09:19:45\",\n      \"09:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1332,1331\",\n      \"1690\",\n      \"1691\",\n      \"1692\",\n      \"1693\",\n      \"1694\",\n      \"1695,1706\",\n      \"1707\",\n      \"1708\",\n      \"1709\",\n      \"1710\",\n      \"1711\",\n      \"1712\",\n      \"1713\",\n      \"1714\",\n      \"1715\",\n      \"1716\",\n      \"596,1717\",\n      \"538\",\n      \"1718\",\n      \"1719\",\n      \"1720\",\n      \"1721\",\n      \"1722\",\n      \"1723\",\n      \"1724\",\n      \"1725\",\n      \"1726\",\n      \"-625,626,1532\",\n      \"1754\",\n      \"1753\",\n      \"1752\",\n      \"1751\",\n      \"1750\",\n      \"-1314\",\n      \"1097\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_1912_8507000_0925\",\n    \"name\": \"IR 1912\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503000\",\n      \"8503504\",\n      \"8500309\",\n      \"8502113\",\n      \"8500218\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:06:00\",\n      \"08:22:00\",\n      \"08:32:00\",\n      \"08:47:00\",\n      \"08:58:00\"\n    ],\n    \"arrs\": [\n      \"08:21:00\",\n      \"08:30:00\",\n      \"08:45:00\",\n      \"08:56:00\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"2219,2317,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2379,2382,2381,2380,2408,-2002,-456,-1960\",\n      \"-455,-592,-591\",\n      \"-371,-454,-453,-546,-394,376,1984\",\n      \"-359,-360,-357,-358,350\",\n      \"362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2315_8505000_0925\",\n    \"name\": \"IR 2315\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503000\",\n      \"8503202\",\n      \"8502206\",\n      \"8502204\",\n      \"8502202\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:45:00\",\n      \"08:57:00\",\n      \"09:02:00\",\n      \"09:10:00\"\n    ],\n    \"arrs\": [\n      \"08:43:00\",\n      \"08:56:00\",\n      \"09:01:00\",\n      \"09:09:00\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2256,-2279,-2280,2274,2231,2272,2269,2357,2099,1991\",\n      \"-142,-164,-163,-1998,-162,-1999,-2000,-2001,-165\",\n      \"-503,-502,-161\",\n      \"-367,-366,-154,-155,-156,-157,-505,-504,-373\",\n      \"-428,-427,-159,-160,-158,-395,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2320_8503000_0925\",\n    \"name\": \"IR 2320\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8502202\",\n      \"8502204\",\n      \"8502206\",\n      \"8503202\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:48:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:16:00\"\n    ],\n    \"arrs\": [\n      \"08:47:00\",\n      \"08:57:00\",\n      \"09:00:45\",\n      \"09:15:00\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,395,158,160,159,427,428\",\n      \"373,504,505,157,156,155,154,366,367\",\n      \"161,502,503\",\n      \"165,2001,2000,1999,162,1998,163,164,142\",\n      \"-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_228_8501483_0925\",\n    \"name\": \"R 228\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501400\",\n      \"8501554\",\n      \"8501484\",\n      \"8501485\",\n      \"8501179\",\n      \"8501480\",\n      \"8501199\",\n      \"8501481\",\n      \"8501725\",\n      \"8501482\",\n      \"8501483\"\n    ],\n    \"deps\": [\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:05:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:18:00\",\n      \"09:20:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:04:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:17:45\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1319\",\n      \"-406,405\",\n      \"-405,-748\",\n      \"-749\",\n      \"-750\",\n      \"-751\",\n      \"-752\",\n      \"-753\",\n      \"-755\",\n      \"-754\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_26210_8774687_0932\",\n    \"name\": \"R 26210\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501500\",\n      \"8530303\",\n      \"8501561\",\n      \"8501562\",\n      \"8501563\",\n      \"8530334\",\n      \"8501564\",\n      \"8501565\",\n      \"8501566\",\n      \"8501568\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:44:00\",\n      \"08:49:00\",\n      \"08:57:00\",\n      \"09:04:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:16:00\",\n      \"09:23:00\",\n      \"09:26:00\"\n    ],\n    \"arrs\": [\n      \"08:43:45\",\n      \"08:48:45\",\n      \"08:56:45\",\n      \"09:03:45\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:15:45\",\n      \"09:22:45\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-976\",\n      \"-975\",\n      \"-974\",\n      \"-973\",\n      \"-972\",\n      \"-971\",\n      \"-970\",\n      \"-969\",\n      \"-968\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_6_8508458_0925\",\n    \"name\": \"R 6\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8508456\",\n      \"8508449\",\n      \"8508458\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"09:02:00\"\n    ],\n    \"arrs\": [\n      \"09:01:45\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1869\",\n      \"-1868\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_2711_8501200_0925\",\n    \"name\": \"RE 2711\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8501008\",\n      \"8501023\",\n      \"8501030\",\n      \"8501031\",\n      \"8501033\",\n      \"8501035\",\n      \"8501037\",\n      \"8501118\",\n      \"8501120\",\n      \"8501200\"\n    ],\n    \"deps\": [\n      \"08:21:00\",\n      \"08:31:00\",\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:11:00\"\n    ],\n    \"arrs\": [\n      \"08:30:00\",\n      \"08:36:00\",\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:57:00\",\n      \"09:03:00\",\n      \"09:09:00\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-175,-174,173,166,172,167,171,168,170,169\",\n      \"95\",\n      \"104\",\n      \"99\",\n      \"103\",\n      \"100,102,101,397,398\",\n      \"96,98,97,361,1362\",\n      \"116,2087\",\n      \"94,63,62,61,60,66,65,64,580,581\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_11_12824_8504200_0925\",\n    \"name\": \"S 11 12824\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8501120\",\n      \"8501118\",\n      \"8501117\",\n      \"8501115\",\n      \"8501112\",\n      \"8504200\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:09:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"08:59:00\",\n      \"09:01:45\",\n      \"09:08:00\",\n      \"09:16:45\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2087,-116\",\n      \"-1362,389\",\n      \"390,391\",\n      \"587,267,392,549,550\",\n      \"393,1,572,573\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_13_19331_8503206_0925\",\n    \"name\": \"S 13 19331\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503283\",\n      \"8503284\",\n      \"8503285\",\n      \"8503286\",\n      \"8503293\",\n      \"8503287\",\n      \"8503206\"\n    ],\n    \"deps\": [\n      \"08:58:00\",\n      \"09:07:00\",\n      \"09:11:00\",\n      \"09:17:00\",\n      \"09:18:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"09:04:00\",\n      \"09:10:45\",\n      \"09:15:00\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-615,-1876\",\n      \"-1877\",\n      \"-1881\",\n      \"-1880,-1879\",\n      \"-1883\",\n      \"-1882,-611\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_18_171_8503060_0925\",\n    \"name\": \"S 18 171\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503059\",\n      \"8530813\",\n      \"8530812\",\n      \"8530811\",\n      \"8503069\",\n      \"8503078\",\n      \"8503077\",\n      \"8503067\",\n      \"8503075\",\n      \"8503066\",\n      \"8503068\",\n      \"8503074\",\n      \"8503065\",\n      \"8503064\",\n      \"8503072\",\n      \"8503063\",\n      \"8503062\",\n      \"8503061\",\n      \"8503070\",\n      \"8503060\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:20:00\",\n      \"09:21:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:09:00\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:16:45\",\n      \"09:19:45\",\n      \"09:20:45\",\n      \"09:22:45\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"845\",\n      \"846\",\n      \"844\",\n      \"1668\",\n      \"1667\",\n      \"1666\",\n      \"1665\",\n      \"1664\",\n      \"1663\",\n      \"1662\",\n      \"1661\",\n      \"1660\",\n      \"1659\",\n      \"1658\",\n      \"1657\",\n      \"1656\",\n      \"1655\",\n      \"1823\",\n      \"1646\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_24_20431_8502204_0925\",\n    \"name\": \"S 24 20431\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503006\",\n      \"8503015\",\n      \"8503000\",\n      \"8503011\",\n      \"8503010\",\n      \"8503009\",\n      \"8503200\",\n      \"8503201\",\n      \"8503202\",\n      \"8502209\",\n      \"8502208\",\n      \"8502206\",\n      \"8502204\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:22:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:46:00\",\n      \"08:53:45\",\n      \"08:56:00\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:08:00\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:21:45\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"2158,2149,2352,2137,2175\",\n      \"2220,2267,2268,2283,2265,2279,2257\",\n      \"-2257,-2277,2278,-2422,-2296,-2223,2176,2144,2143,-2353,2355,2323,-2324,2325,2236,2237,2359,2238,2239\",\n      \"2240,-144\",\n      \"-145,-1995\",\n      \"-146\",\n      \"-143\",\n      \"-147\",\n      \"-142,-164\",\n      \"-163\",\n      \"-1998,-162,-1999,-2000,-2001,-165\",\n      \"-503,-502,-161\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_12423_8504014_0925\",\n    \"name\": \"S 4 12423\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8501035\",\n      \"8501042\",\n      \"8501036\",\n      \"8501037\",\n      \"8501118\",\n      \"8518452\",\n      \"8501120\",\n      \"8504000\",\n      \"8504010\",\n      \"8504003\",\n      \"8504011\",\n      \"8504012\",\n      \"8504014\"\n    ],\n    \"deps\": [\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:49:00\",\n      \"08:55:00\",\n      \"08:57:45\",\n      \"09:02:00\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:17:45\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"100\",\n      \"102\",\n      \"101,397,398\",\n      \"96,98,97,361,1362\",\n      \"116\",\n      \"2087\",\n      \"94,83\",\n      \"82\",\n      \"84\",\n      \"85\",\n      \"578,579\",\n      \"87,86\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_23732_8506105_0925\",\n    \"name\": \"S 7 23732\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506311\",\n      \"8506306\",\n      \"8506307\",\n      \"8516271\",\n      \"8506308\",\n      \"8516270\",\n      \"8506309\",\n      \"8506121\",\n      \"8506109\",\n      \"8506108\",\n      \"8506107\",\n      \"8506217\",\n      \"8506106\",\n      \"8506105\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"09:03:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:18:00\",\n      \"09:20:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:48:00\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:25:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1650\",\n      \"-1304\",\n      \"-1538\",\n      \"-1537\",\n      \"-1540\",\n      \"-1539\",\n      \"-1755,-626,625\",\n      \"-625,-355\",\n      \"-478\",\n      \"-477\",\n      \"-476\",\n      \"-475\",\n      \"-474,-473\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_11033_8501023_0926\",\n    \"name\": \"R 11033\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8516155\",\n      \"8501008\",\n      \"8516283\",\n      \"8501020\",\n      \"8501011\",\n      \"8501021\",\n      \"8501012\",\n      \"8501022\",\n      \"8501013\",\n      \"8501014\",\n      \"8501015\",\n      \"8501023\"\n    ],\n    \"deps\": [\n      \"08:53:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:59:00\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:13:00\",\n      \"09:15:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:20:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1967,-1968\",\n      \"-175\",\n      \"-174\",\n      \"173\",\n      \"166\",\n      \"172\",\n      \"167\",\n      \"171\",\n      \"168\",\n      \"170\",\n      \"169\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4860_8504316_0926\",\n    \"name\": \"R 4860\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504221\",\n      \"8504231\",\n      \"8504232\",\n      \"8504234\",\n      \"8504235\",\n      \"8504236\",\n      \"8504237\",\n      \"8504314\",\n      \"8504315\",\n      \"8504316\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:09:00\",\n      \"09:18:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:41:45\",\n      \"08:47:00\",\n      \"08:52:45\",\n      \"08:57:00\",\n      \"09:03:00\",\n      \"09:16:00\",\n      \"09:20:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-554,1175\",\n      \"1176\",\n      \"1174\",\n      \"1177\",\n      \"1178\",\n      \"1179\",\n      \"1180,564,556,557\",\n      \"1328\",\n      \"1123\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3316_8507000_0926\",\n    \"name\": \"RE 3316\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8505000\",\n      \"8508218\",\n      \"8508215\",\n      \"8508213\",\n      \"8508211\",\n      \"8508210\",\n      \"8508208\",\n      \"8508207\",\n      \"8508202\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"07:57:00\",\n      \"08:06:00\",\n      \"08:15:00\",\n      \"08:22:00\",\n      \"08:30:00\",\n      \"08:37:00\",\n      \"08:45:00\",\n      \"08:53:00\",\n      \"09:07:00\"\n    ],\n    \"arrs\": [\n      \"08:05:45\",\n      \"08:14:00\",\n      \"08:21:45\",\n      \"08:29:00\",\n      \"08:36:00\",\n      \"08:44:00\",\n      \"08:52:00\",\n      \"09:05:00\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,-1832,-1834\",\n      \"-1833,-1835,-1841\",\n      \"-1840,-1836\",\n      \"-1837,-1838\",\n      \"-806\",\n      \"-1946\",\n      \"-805\",\n      \"-797,-798,-799,-800,-802,-801,1279\",\n      \"1280,1278,1285,1286,323,352,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_8_1086_8508050_0926\",\n    \"name\": \"RE 8 1086\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8500207\",\n      \"8508068\",\n      \"8508066\",\n      \"8508064\",\n      \"8508062\",\n      \"8508061\",\n      \"8508060\",\n      \"8508059\",\n      \"8508050\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:12:00\"\n    ],\n    \"arrs\": [\n      \"08:51:45\",\n      \"08:55:45\",\n      \"08:59:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:11:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-430,1939\",\n      \"1940\",\n      \"1941\",\n      \"1386,1387\",\n      \"1388\",\n      \"782\",\n      \"783\",\n      \"781,780,779,778,-1315,-274,-1903,-1902,643,1297,1298,1299,-1303\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_1_1506_8509060_0926\",\n    \"name\": \"S 1 1506\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509185\",\n      \"8509184\",\n      \"8509183\",\n      \"8509182\",\n      \"8509181\",\n      \"8509180\",\n      \"8509050\",\n      \"8509000\",\n      \"8509006\",\n      \"8509053\",\n      \"8509054\",\n      \"8509055\",\n      \"8509056\",\n      \"8509002\",\n      \"8509057\",\n      \"8509058\",\n      \"8509059\",\n      \"8509060\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:39:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:19:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:39:45\",\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:51:00\",\n      \"08:53:45\",\n      \"09:00:00\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:09:00\",\n      \"09:14:45\",\n      \"09:18:45\",\n      \"09:20:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-829\",\n      \"-271,1476\",\n      \"1477\",\n      \"1475\",\n      \"1474\",\n      \"1473\",\n      \"1472\",\n      \"-835,-834,276\",\n      \"1908,1122\",\n      \"1042\",\n      \"1043\",\n      \"1044\",\n      \"1974\",\n      \"1053\",\n      \"1054\",\n      \"1052\",\n      \"1051\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_1_17229_8500322_0926\",\n    \"name\": \"S 1 17229\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500010\",\n      \"8500020\",\n      \"8500021\",\n      \"8517131\",\n      \"8500300\",\n      \"8500313\",\n      \"8500301\",\n      \"8500302\",\n      \"8500303\",\n      \"8500320\",\n      \"8500322\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:15:00\",\n      \"09:19:00\"\n    ],\n    \"arrs\": [\n      \"08:53:45\",\n      \"08:57:00\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:14:45\",\n      \"09:18:00\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403\",\n      \"-346\",\n      \"-369,445\",\n      \"1921\",\n      \"446\",\n      \"1973\",\n      \"447\",\n      \"448\",\n      \"449\",\n      \"450,382\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_17_525_8503508_0926\",\n    \"name\": \"S 17 525\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502213\",\n      \"8502271\",\n      \"8502269\",\n      \"8502272\",\n      \"8502185\",\n      \"8502248\",\n      \"8502273\",\n      \"8517377\",\n      \"8502274\",\n      \"8502188\",\n      \"8502275\",\n      \"8502268\",\n      \"8502276\",\n      \"8502187\",\n      \"8502277\",\n      \"8502278\",\n      \"8502186\",\n      \"8502270\",\n      \"8517376\",\n      \"8503508\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:22:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:02:00\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:20:45\",\n      \"09:21:45\",\n      \"09:22:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1612\",\n      \"-1613\",\n      \"-1614\",\n      \"-1615\",\n      \"-1616\",\n      \"-1617\",\n      \"-1621\",\n      \"-1620\",\n      \"-1619\",\n      \"-1618\",\n      \"-1623\",\n      \"-1622\",\n      \"-1624\",\n      \"-1625\",\n      \"-1626\",\n      \"-1627\",\n      \"2384\",\n      \"2385\",\n      \"2386\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_20_25633_8505400_0926\",\n    \"name\": \"S 20 25633\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505212\",\n      \"8505213\",\n      \"8505214\",\n      \"8505415\",\n      \"8505404\",\n      \"8505412\",\n      \"8505402\",\n      \"8505401\",\n      \"8505400\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:11:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:59:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:10:00\",\n      \"09:15:45\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"521\",\n      \"522\",\n      \"523,381\",\n      \"524\",\n      \"2014,1990\",\n      \"525\",\n      \"526\",\n      \"527\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_31_16333_8504411_0926\",\n    \"name\": \"S 31 16333\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507076\",\n      \"8507092\",\n      \"8507077\",\n      \"8507093\",\n      \"8507078\",\n      \"8507079\",\n      \"8507082\",\n      \"8507000\",\n      \"8516161\",\n      \"8504410\",\n      \"8504411\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:01:00\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:12:00\",\n      \"09:18:45\",\n      \"09:22:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1257\",\n      \"-1256\",\n      \"-1255\",\n      \"-1254\",\n      \"-1253\",\n      \"-1252,-849\",\n      \"-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,1316,274\",\n      \"364,-23\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_44_16429_8508087_0926\",\n    \"name\": \"S 44 16429\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507100\",\n      \"8507094\",\n      \"8507070\",\n      \"8507071\",\n      \"8507072\",\n      \"8507073\",\n      \"8507074\",\n      \"8507075\",\n      \"8507076\",\n      \"8507000\",\n      \"8516161\",\n      \"8508003\",\n      \"8508004\",\n      \"8508005\",\n      \"8508083\",\n      \"8508084\",\n      \"8508085\",\n      \"8508086\",\n      \"8508087\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:15:00\",\n      \"08:19:00\",\n      \"08:20:00\",\n      \"08:25:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:35:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:11:00\",\n      \"09:12:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:09:45\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:19:45\",\n      \"08:24:00\",\n      \"08:26:45\",\n      \"08:30:00\",\n      \"08:34:00\",\n      \"08:48:00\",\n      \"08:51:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:08:00\",\n      \"09:11:45\",\n      \"09:15:00\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,434,-1265\",\n      \"-1264\",\n      \"-1263\",\n      \"-1262\",\n      \"-1261\",\n      \"-1260\",\n      \"-1259\",\n      \"-1258\",\n      \"-1257,-1256,-1255,-1254,-1253,-1252,-849,-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,-107,-1953,-199\",\n      \"-207\",\n      \"-432,-431\",\n      \"431,-785\",\n      \"-784\",\n      \"-1390\",\n      \"-1389\",\n      \"-1385\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_44_16629_8508087_0926\",\n    \"name\": \"S 44 16629\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507100\",\n      \"8507094\",\n      \"8507070\",\n      \"8507071\",\n      \"8507072\",\n      \"8507073\",\n      \"8507074\",\n      \"8507075\",\n      \"8507076\",\n      \"8507000\",\n      \"8516161\",\n      \"8508003\",\n      \"8508004\",\n      \"8508005\",\n      \"8508083\",\n      \"8508084\",\n      \"8508085\",\n      \"8508086\",\n      \"8508087\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:15:00\",\n      \"08:19:00\",\n      \"08:20:00\",\n      \"08:25:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:35:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:11:00\",\n      \"09:12:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:09:45\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:19:45\",\n      \"08:24:00\",\n      \"08:26:45\",\n      \"08:30:00\",\n      \"08:34:00\",\n      \"08:48:00\",\n      \"08:51:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:08:00\",\n      \"09:11:45\",\n      \"09:15:00\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,434,-1265\",\n      \"-1264\",\n      \"-1263\",\n      \"-1262\",\n      \"-1261\",\n      \"-1260\",\n      \"-1259\",\n      \"-1258\",\n      \"-1257,-1256,-1255,-1254,-1253,-1252,-849,-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,-107,-1953,-199\",\n      \"-207\",\n      \"-432,-431\",\n      \"431,-785\",\n      \"-784\",\n      \"-1390\",\n      \"-1389\",\n      \"-1385\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_52_16231_8507000_0926\",\n    \"name\": \"S 52 16231\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504400\",\n      \"8504486\",\n      \"8504487\",\n      \"8504488\",\n      \"8516154\",\n      \"8504489\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:18:00\",\n      \"09:20:00\"\n    ],\n    \"arrs\": [\n      \"09:04:00\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:17:45\",\n      \"09:19:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"908,909\",\n      \"910\",\n      \"911\",\n      \"1544\",\n      \"1545\",\n      \"241,586,585,-324,-1301\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_23625_8503233_0926\",\n    \"name\": \"S 6 23625\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503110\",\n      \"8503113\",\n      \"8503115\",\n      \"8503116\",\n      \"8503118\",\n      \"8503119\",\n      \"8503225\",\n      \"8503226\",\n      \"8503227\",\n      \"8503228\",\n      \"8503230\",\n      \"8503231\",\n      \"8503232\",\n      \"8503233\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:41:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:19:00\",\n      \"09:20:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"08:34:45\",\n      \"08:40:45\",\n      \"08:44:00\",\n      \"08:47:45\",\n      \"08:51:45\",\n      \"08:57:00\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:17:00\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-616,1782\",\n      \"1891\",\n      \"1892\",\n      \"1894\",\n      \"1895\",\n      \"1896,618\",\n      \"632,1780\",\n      \"1781\",\n      \"1779\",\n      \"1778\",\n      \"1533\",\n      \"1777\",\n      \"1467\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_23827_8503424_0926\",\n    \"name\": \"S 8 23827\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506302\",\n      \"8506303\",\n      \"8506393\",\n      \"8506394\",\n      \"8506395\",\n      \"8506396\",\n      \"8506397\",\n      \"8506398\",\n      \"8506121\",\n      \"8506122\",\n      \"8506123\",\n      \"8506124\",\n      \"8506125\",\n      \"8588122\",\n      \"8506143\",\n      \"8506126\",\n      \"8506127\",\n      \"8506119\",\n      \"8506128\",\n      \"8506131\",\n      \"8506132\",\n      \"8506118\",\n      \"8506133\",\n      \"8506134\",\n      \"8506135\",\n      \"8506136\",\n      \"8506137\",\n      \"8506138\",\n      \"8506139\",\n      \"8506025\",\n      \"8503429\",\n      \"8503428\",\n      \"8506148\",\n      \"8503427\",\n      \"8503426\",\n      \"8503425\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"07:36:00\",\n      \"07:39:00\",\n      \"07:42:00\",\n      \"07:44:00\",\n      \"07:47:00\",\n      \"07:49:00\",\n      \"07:51:00\",\n      \"07:53:00\",\n      \"08:02:00\",\n      \"08:05:00\",\n      \"08:06:00\",\n      \"08:09:00\",\n      \"08:12:00\",\n      \"08:14:00\",\n      \"08:16:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:22:00\"\n    ],\n    \"arrs\": [\n      \"07:38:45\",\n      \"07:41:45\",\n      \"07:43:45\",\n      \"07:46:45\",\n      \"07:48:45\",\n      \"07:50:45\",\n      \"07:52:45\",\n      \"08:00:00\",\n      \"08:04:45\",\n      \"08:05:45\",\n      \"08:08:45\",\n      \"08:11:45\",\n      \"08:13:45\",\n      \"08:15:45\",\n      \"08:16:45\",\n      \"08:18:45\",\n      \"08:19:45\",\n      \"08:22:45\",\n      \"08:26:00\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:41:45\",\n      \"08:44:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:58:00\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:11:00\",\n      \"09:13:45\",\n      \"09:16:00\",\n      \"09:18:45\",\n      \"09:21:00\",\n      \"09:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1097\",\n      \"1314\",\n      \"-1750\",\n      \"-1751\",\n      \"-1752\",\n      \"-1753\",\n      \"-1754\",\n      \"-1532,-626,625\",\n      \"-1726\",\n      \"-1725\",\n      \"-1724\",\n      \"-1723\",\n      \"-1722\",\n      \"-1721\",\n      \"-1720\",\n      \"-1719\",\n      \"-1718\",\n      \"-538\",\n      \"-1717,-596\",\n      \"-1716\",\n      \"-1715\",\n      \"-1714\",\n      \"-1713\",\n      \"-1712\",\n      \"-1711\",\n      \"-1710\",\n      \"-1709\",\n      \"-1708\",\n      \"-1707\",\n      \"-1706,-1695\",\n      \"-1694\",\n      \"-1693\",\n      \"-1692\",\n      \"-1691\",\n      \"-1690\",\n      \"-1331,-1332\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_562_8500010_0927\",\n    \"name\": \"IC 562\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8509000\",\n      \"8509002\",\n      \"8509411\",\n      \"8503000\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"07:08:00\",\n      \"07:18:00\",\n      \"07:28:00\",\n      \"08:34:00\"\n    ],\n    \"arrs\": [\n      \"07:16:00\",\n      \"07:26:00\",\n      \"08:23:00\",\n      \"09:27:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-835,-834,-121\",\n      \"-131,-135,-630,-629\",\n      \"-132,-134,-133,-130,-137,-136,-126,-127,-633,-632,-618,-617,-128,-129,-113,-122,-125,-605,-604,-614,-613,-123,-124,-612,-611,-141,-138,-139,-140,142,-1991,-2099,2356,2229,2270,2271,2230,2292,-2288,2287,2246,2245\",\n      \"-2245,-2246,-2287,-2250,2290,2311,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_14814_8504086_0927\",\n    \"name\": \"R 14814\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504014\",\n      \"8504060\",\n      \"8504061\",\n      \"8504062\",\n      \"8504063\",\n      \"8504064\",\n      \"8504065\",\n      \"8504066\",\n      \"8504086\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:17:00\",\n      \"09:21:00\"\n    ],\n    \"arrs\": [\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:57:00\",\n      \"09:07:45\",\n      \"09:10:45\",\n      \"09:16:45\",\n      \"09:20:45\",\n      \"09:27:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1789,-1790\",\n      \"-1791,-1792\",\n      \"-1818,-1817,402\",\n      \"-402,-1793,-1794\",\n      \"-1795\",\n      \"-1796,-1797,-1798\",\n      \"-1799,-1800\",\n      \"-1801,1982,2097\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_218_8501690_0927\",\n    \"name\": \"R 218\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501694\",\n      \"8501693\",\n      \"8501692\",\n      \"8501691\",\n      \"8501679\",\n      \"8501690\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:48:00\",\n      \"08:58:00\",\n      \"09:08:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"08:47:45\",\n      \"08:57:45\",\n      \"09:07:45\",\n      \"09:17:45\",\n      \"09:27:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"701\",\n      \"989\",\n      \"988\",\n      \"987\",\n      \"986\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3024_8504221_0927\",\n    \"name\": \"RE 3024\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8504400\",\n      \"8504483\",\n      \"8504221\"\n    ],\n    \"deps\": [\n      \"08:53:00\",\n      \"09:10:00\",\n      \"09:17:00\"\n    ],\n    \"arrs\": [\n      \"09:09:00\",\n      \"09:16:00\",\n      \"09:27:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1301,324,-585,-586,-241,-1545,-1544,-911,-910,-909,-908\",\n      \"-1341,-1342,634\",\n      \"1195,1196,1194,1193,1192,-576\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_1_21132_8502206_0927\",\n    \"name\": \"S 1 21132\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8502200\",\n      \"8516350\",\n      \"8515997\",\n      \"8502201\",\n      \"8502202\",\n      \"8515996\",\n      \"8502203\",\n      \"8515995\",\n      \"8502230\",\n      \"8516187\",\n      \"8502204\",\n      \"8515993\",\n      \"8515992\",\n      \"8502206\"\n    ],\n    \"deps\": [\n      \"08:51:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:23:00\",\n      \"09:24:00\"\n    ],\n    \"arrs\": [\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:20:45\",\n      \"09:22:45\",\n      \"09:23:45\",\n      \"09:27:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,395\",\n      \"158\",\n      \"160\",\n      \"159\",\n      \"427,428\",\n      \"373,504,505\",\n      \"157\",\n      \"156\",\n      \"155\",\n      \"154\",\n      \"366,367\",\n      \"161\",\n      \"502\",\n      \"503\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_18631_8503105_0927\",\n    \"name\": \"S 6 18631\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503504\",\n      \"8503505\",\n      \"8503529\",\n      \"8503528\",\n      \"8503525\",\n      \"8503527\",\n      \"8503526\",\n      \"8503008\",\n      \"8503007\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503004\",\n      \"8503100\",\n      \"8503141\",\n      \"8503101\",\n      \"8503102\",\n      \"8503111\",\n      \"8503103\",\n      \"8503104\",\n      \"8503105\"\n    ],\n    \"deps\": [\n      \"08:21:00\",\n      \"08:25:00\",\n      \"08:28:00\",\n      \"08:32:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:16:00\",\n      \"09:20:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"08:24:00\",\n      \"08:27:45\",\n      \"08:31:00\",\n      \"08:32:45\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:50:00\",\n      \"08:53:45\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:12:00\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:19:00\",\n      \"09:22:45\",\n      \"09:27:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1960\",\n      \"-1606\",\n      \"-1605\",\n      \"-1604\",\n      \"-1607\",\n      \"-1608\",\n      \"-1609\",\n      \"-850,2105,2103\",\n      \"2178,-2110,-2106,2107,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,385,1994\",\n      \"1647\",\n      \"1669\",\n      \"1670\",\n      \"1671\",\n      \"1672\",\n      \"1673\",\n      \"1674\",\n      \"1884\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_23634_8503110_0927\",\n    \"name\": \"S 6 23634\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503233\",\n      \"8503232\",\n      \"8503231\",\n      \"8503230\",\n      \"8503228\",\n      \"8503227\",\n      \"8503226\",\n      \"8503225\",\n      \"8503119\",\n      \"8503118\",\n      \"8503116\",\n      \"8503115\",\n      \"8503113\",\n      \"8503110\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:43:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"08:34:45\",\n      \"08:37:45\",\n      \"08:40:00\",\n      \"08:45:45\",\n      \"08:49:00\",\n      \"08:51:45\",\n      \"08:56:00\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:22:45\",\n      \"09:27:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1467\",\n      \"-1777\",\n      \"-1533\",\n      \"-1778\",\n      \"-1779\",\n      \"-1781\",\n      \"-1780,-632\",\n      \"-618,-1896\",\n      \"-1895\",\n      \"-1894\",\n      \"-1892\",\n      \"-1891\",\n      \"-1782,616\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"ICE_1061_8507492_0928\",\n    \"name\": \"ICE 1061\",\n    \"type\": \"ice\",\n    \"sts\": [\n      \"8500010\",\n      \"8500218\",\n      \"8507000\",\n      \"8507100\",\n      \"8507483\",\n      \"8507493\",\n      \"8507492\"\n    ],\n    \"deps\": [\n      \"07:31:00\",\n      \"07:59:00\",\n      \"08:34:00\",\n      \"08:54:00\",\n      \"09:03:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"07:55:00\",\n      \"08:27:00\",\n      \"08:52:00\",\n      \"09:02:00\",\n      \"09:22:00\",\n      \"09:28:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,350\",\n      \"362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,-243,-245,-244,-246\",\n      \"-253\"\n    ],\n    \"service_type\": \"ice\"\n  },\n  {\n    \"id\": \"R_14431_8504100_0928\",\n    \"name\": \"R 14431\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504221\",\n      \"8504480\",\n      \"8504481\",\n      \"8504483\",\n      \"8504188\",\n      \"8504140\",\n      \"8504128\",\n      \"8504186\",\n      \"8504185\",\n      \"8504184\",\n      \"8504183\",\n      \"8504182\",\n      \"8504181\",\n      \"8504100\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:16:00\",\n      \"09:21:00\",\n      \"09:23:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:41:45\",\n      \"08:47:45\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:11:00\",\n      \"09:15:45\",\n      \"09:20:00\",\n      \"09:22:45\",\n      \"09:28:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"576,-1192\",\n      \"-1193\",\n      \"-1194,-1196,-1195\",\n      \"-634,-854\",\n      \"-1340,-907\",\n      \"-906\",\n      \"1154\",\n      \"1159\",\n      \"1160\",\n      \"1153\",\n      \"1152\",\n      \"1148,1150\",\n      \"1151,-574\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_1_1511_8509185_0928\",\n    \"name\": \"S 1 1511\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509060\",\n      \"8509059\",\n      \"8509058\",\n      \"8509057\",\n      \"8509002\",\n      \"8509056\",\n      \"8509055\",\n      \"8509054\",\n      \"8509053\",\n      \"8509006\",\n      \"8509000\",\n      \"8509050\",\n      \"8509180\",\n      \"8509181\",\n      \"8509182\",\n      \"8509183\",\n      \"8509184\",\n      \"8509185\"\n    ],\n    \"deps\": [\n      \"08:31:00\",\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:40:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:20:00\",\n      \"09:25:00\"\n    ],\n    \"arrs\": [\n      \"08:33:45\",\n      \"08:35:45\",\n      \"08:39:45\",\n      \"08:44:00\",\n      \"08:49:45\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:57:00\",\n      \"09:02:45\",\n      \"09:06:00\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:19:45\",\n      \"09:24:45\",\n      \"09:28:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1051\",\n      \"-1052\",\n      \"-1054\",\n      \"-1053\",\n      \"-1974\",\n      \"-1044\",\n      \"-1043\",\n      \"-1042\",\n      \"-1122,-1908\",\n      \"-276,834,835\",\n      \"-1472\",\n      \"-1473\",\n      \"-1474\",\n      \"-1475\",\n      \"-1477\",\n      \"-1476,271\",\n      \"829\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_1064_8500010_0929\",\n    \"name\": \"IC 1064\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8507483\",\n      \"8507100\",\n      \"8507000\",\n      \"8500218\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"07:20:00\",\n      \"07:28:00\",\n      \"07:54:00\",\n      \"08:04:00\",\n      \"08:34:00\",\n      \"09:05:00\"\n    ],\n    \"arrs\": [\n      \"07:26:00\",\n      \"07:53:00\",\n      \"08:03:00\",\n      \"08:23:00\",\n      \"09:00:00\",\n      \"09:29:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-2081,-2082,-1907,-275,-218,-219,-1942,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362\",\n      \"-350,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_118_8501181_0929\",\n    \"name\": \"R 118\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501177\",\n      \"8501176\",\n      \"8501175\",\n      \"8501178\",\n      \"8501174\",\n      \"8501173\",\n      \"8501172\",\n      \"8501171\",\n      \"8587727\",\n      \"8501169\",\n      \"8501170\",\n      \"8501168\",\n      \"8501166\",\n      \"8501167\",\n      \"8501165\",\n      \"8501164\",\n      \"8501163\",\n      \"8501162\",\n      \"8501161\",\n      \"8501160\",\n      \"8501181\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:11:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:19:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:24:00\",\n      \"09:27:00\"\n    ],\n    \"arrs\": [\n      \"08:51:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"08:57:45\",\n      \"09:00:00\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:10:45\",\n      \"09:11:45\",\n      \"09:14:00\",\n      \"09:15:45\",\n      \"09:17:45\",\n      \"09:18:45\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:23:45\",\n      \"09:26:45\",\n      \"09:29:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-704\",\n      \"-703\",\n      \"-699\",\n      \"-706\",\n      \"-705\",\n      \"-702\",\n      \"-707\",\n      \"-708\",\n      \"-709\",\n      \"-719\",\n      \"-718\",\n      \"-710\",\n      \"-711\",\n      \"-712\",\n      \"-713\",\n      \"-714\",\n      \"-715\",\n      \"-716\",\n      \"-717\",\n      \"1986\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_2763_8504221_0929\",\n    \"name\": \"RE 2763\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504316\",\n      \"8504315\",\n      \"8504314\",\n      \"8504237\",\n      \"8504234\",\n      \"8504221\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"08:53:00\",\n      \"09:02:00\",\n      \"09:10:00\",\n      \"09:20:00\"\n    ],\n    \"arrs\": [\n      \"08:52:45\",\n      \"08:58:00\",\n      \"09:09:00\",\n      \"09:18:00\",\n      \"09:29:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1123\",\n      \"-1328\",\n      \"-557,-556,-564,-1180\",\n      \"-1179,-1178,-1177\",\n      \"-1174,-1176,-1175,554\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"IR_2457_8505000_0930\",\n    \"name\": \"IR 2457\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8500010\",\n      \"8500023\",\n      \"8500026\",\n      \"8500027\",\n      \"8500218\",\n      \"8502001\",\n      \"8502007\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:17:00\",\n      \"08:27:00\",\n      \"08:33:00\",\n      \"08:37:00\",\n      \"08:49:00\",\n      \"08:58:00\",\n      \"09:11:00\"\n    ],\n    \"arrs\": [\n      \"08:26:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:47:00\",\n      \"08:56:00\",\n      \"09:10:00\",\n      \"09:30:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347\",\n      \"-345,-348,-344\",\n      \"-566,-565\",\n      \"-349,-568,-567,350\",\n      \"362,363,-196,-375,-422,-421\",\n      \"-487,-488,-489,-490,-492,-491,-495\",\n      \"-494,-493,-496,-497,-498,-499,-2004,-501,-500,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_3_8508352_0931\",\n    \"name\": \"R 3\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8508350\",\n      \"8508351\",\n      \"8508352\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"09:03:00\"\n    ],\n    \"arrs\": [\n      \"09:02:45\",\n      \"09:31:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"852\",\n      \"853\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RB_26643_8014479_0954\",\n    \"name\": \"RB 26643\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500090\",\n      \"8014458\",\n      \"8014462\",\n      \"8014463\",\n      \"8014464\",\n      \"8014465\",\n      \"8014466\",\n      \"8014467\",\n      \"8014468\",\n      \"8014469\",\n      \"8014471\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:51:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:17:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:27:00\",\n      \"09:31:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:08:00\",\n      \"09:11:45\",\n      \"09:16:00\",\n      \"09:20:45\",\n      \"09:23:45\",\n      \"09:26:00\",\n      \"09:30:45\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1536,-1560\",\n      \"-1559\",\n      \"-1558\",\n      \"-1557\",\n      \"-2179\",\n      \"-1934\",\n      \"-1556\",\n      \"-1555\",\n      \"-1554\",\n      \"-1553\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_14_220_8502113_0931\",\n    \"name\": \"S 14 220\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502169\",\n      \"8502168\",\n      \"8502176\",\n      \"8502167\",\n      \"8502166\",\n      \"8502165\",\n      \"8502164\",\n      \"8502163\",\n      \"8502183\",\n      \"8502162\",\n      \"8516450\",\n      \"8502161\",\n      \"8502174\",\n      \"8502184\",\n      \"8502160\",\n      \"8502189\",\n      \"8502103\",\n      \"8502123\",\n      \"8502113\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:28:00\"\n    ],\n    \"arrs\": [\n      \"08:55:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:09:45\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:21:45\",\n      \"09:25:00\",\n      \"09:27:45\",\n      \"09:31:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1581\",\n      \"1582\",\n      \"1580\",\n      \"-1579\",\n      \"-1578\",\n      \"-1577\",\n      \"-1576\",\n      \"-1573\",\n      \"-1572\",\n      \"-1575\",\n      \"-1574\",\n      \"-1345\",\n      \"-1346\",\n      \"-1571\",\n      \"-1570\",\n      \"-1976,1977\",\n      \"-1977,-1978\",\n      \"-1958,-1307\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_17324_8500113_0931\",\n    \"name\": \"S 3 17324\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500218\",\n      \"8500028\",\n      \"8500027\",\n      \"8500026\",\n      \"8500025\",\n      \"8500024\",\n      \"8500023\",\n      \"8500022\",\n      \"8500021\",\n      \"8500020\",\n      \"8500010\",\n      \"8500136\",\n      \"8500119\",\n      \"8500118\",\n      \"8500117\",\n      \"8500116\",\n      \"8500115\",\n      \"8500114\",\n      \"8500113\"\n    ],\n    \"deps\": [\n      \"08:17:00\",\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:22:00\",\n      \"09:28:00\"\n    ],\n    \"arrs\": [\n      \"08:22:45\",\n      \"08:26:45\",\n      \"08:30:00\",\n      \"08:32:45\",\n      \"08:34:00\",\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:45:00\",\n      \"08:48:45\",\n      \"08:56:00\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:21:45\",\n      \"09:27:00\",\n      \"09:31:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-350,567,568\",\n      \"349\",\n      \"565,566\",\n      \"344\",\n      \"348\",\n      \"345\",\n      \"347\",\n      \"368,369\",\n      \"346\",\n      \"403,404,584\",\n      \"-584,-1324\",\n      \"-272\",\n      \"-856\",\n      \"-178\",\n      \"-177\",\n      \"-179\",\n      \"-176\",\n      \"-545\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"D_2112_8507290_0932\",\n    \"name\": \"D 2112\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8501300\",\n      \"8501375\",\n      \"8501376\",\n      \"8501377\",\n      \"8504070\",\n      \"8501392\",\n      \"8501394\",\n      \"8501397\",\n      \"8501398\",\n      \"8501399\",\n      \"8507271\",\n      \"8507272\",\n      \"8507290\"\n    ],\n    \"deps\": [\n      \"07:44:00\",\n      \"07:53:00\",\n      \"08:00:00\",\n      \"08:07:00\",\n      \"08:28:00\",\n      \"08:37:00\",\n      \"08:43:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:14:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"07:52:45\",\n      \"07:59:45\",\n      \"08:06:00\",\n      \"08:26:00\",\n      \"08:36:45\",\n      \"08:42:00\",\n      \"08:52:45\",\n      \"08:58:45\",\n      \"09:03:00\",\n      \"09:13:45\",\n      \"09:17:45\",\n      \"09:32:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-257,-263,-258,-262,-261,-260,-259\",\n      \"-354,-265\",\n      \"-303,-304\",\n      \"-305,-307,-306,-291,-290\",\n      \"-292,-293\",\n      \"-298,-295\",\n      \"-297,-296,-294,-302,-300\",\n      \"-299\",\n      \"-301\",\n      \"-283,-284\",\n      \"-289\",\n      \"-285,-286\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"IR_1407_8501609_0932\",\n    \"name\": \"IR 1407\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8501120\",\n      \"8501200\",\n      \"8501300\",\n      \"8501400\",\n      \"8501402\",\n      \"8501403\",\n      \"8501500\",\n      \"8501506\",\n      \"8501509\",\n      \"8501601\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"06:53:00\",\n      \"07:03:00\",\n      \"07:17:00\",\n      \"07:32:00\",\n      \"07:46:00\",\n      \"08:00:00\",\n      \"08:06:00\",\n      \"08:17:00\",\n      \"08:24:00\",\n      \"08:30:00\",\n      \"08:41:00\",\n      \"08:56:00\",\n      \"09:06:00\",\n      \"09:14:00\",\n      \"09:25:00\"\n    ],\n    \"arrs\": [\n      \"07:01:00\",\n      \"07:16:00\",\n      \"07:31:00\",\n      \"07:42:00\",\n      \"07:59:00\",\n      \"08:05:00\",\n      \"08:16:00\",\n      \"08:23:00\",\n      \"08:29:00\",\n      \"08:40:00\",\n      \"08:54:00\",\n      \"09:05:00\",\n      \"09:13:00\",\n      \"09:23:00\",\n      \"09:32:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,1362,116,2087\",\n      \"94,63,62,61,60,66,65,64,580,581\",\n      \"109,111,112,110\",\n      \"225,224,226,223,221\",\n      \"273,1360\",\n      \"408,409\",\n      \"222,220,1944\",\n      \"411,412,228,237,232,233,236,234\",\n      \"235,231\",\n      \"229,230\",\n      \"238,239,240,1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_229_8501400_0932\",\n    \"name\": \"R 229\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501483\",\n      \"8501482\",\n      \"8501725\",\n      \"8501481\",\n      \"8501199\",\n      \"8501480\",\n      \"8501179\",\n      \"8501485\",\n      \"8501484\",\n      \"8501554\",\n      \"8501400\"\n    ],\n    \"deps\": [\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:08:00\",\n      \"09:12:00\",\n      \"09:21:00\",\n      \"09:22:00\",\n      \"09:25:00\",\n      \"09:27:00\"\n    ],\n    \"arrs\": [\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:03:45\",\n      \"09:07:45\",\n      \"09:11:45\",\n      \"09:20:45\",\n      \"09:21:45\",\n      \"09:24:45\",\n      \"09:26:45\",\n      \"09:32:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"754\",\n      \"755\",\n      \"753\",\n      \"752\",\n      \"751\",\n      \"750\",\n      \"749\",\n      \"748,405\",\n      \"-405,406\",\n      \"-1319\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_10_25113_8505307_0932\",\n    \"name\": \"S 10 25113\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505209\",\n      \"8505212\",\n      \"8505213\",\n      \"8505214\",\n      \"8505216\",\n      \"8505217\",\n      \"8505218\",\n      \"8505219\",\n      \"8505300\",\n      \"8505301\",\n      \"8505302\",\n      \"8505303\",\n      \"8505304\",\n      \"8518475\",\n      \"8505305\",\n      \"8505306\",\n      \"8505307\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:16:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:28:00\"\n    ],\n    \"arrs\": [\n      \"08:15:45\",\n      \"08:21:00\",\n      \"08:35:45\",\n      \"08:44:45\",\n      \"08:48:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"09:03:00\",\n      \"09:05:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:17:45\",\n      \"09:20:00\",\n      \"09:23:45\",\n      \"09:27:45\",\n      \"09:32:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"520,2060,2061\",\n      \"521\",\n      \"522\",\n      \"523,2062,2063,528,2064,2065\",\n      \"529\",\n      \"530\",\n      \"531\",\n      \"532,2067,2066\",\n      \"533\",\n      \"539,2069,2068\",\n      \"540,2071,2070\",\n      \"1912,1911\",\n      \"1910\",\n      \"2212\",\n      \"541\",\n      \"542\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_14_215_8502169_0933\",\n    \"name\": \"S 14 215\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502113\",\n      \"8502123\",\n      \"8502103\",\n      \"8502189\",\n      \"8502160\",\n      \"8502184\",\n      \"8502174\",\n      \"8502161\",\n      \"8516450\",\n      \"8502162\",\n      \"8502183\",\n      \"8502163\",\n      \"8502164\",\n      \"8502165\",\n      \"8502166\",\n      \"8502167\",\n      \"8502176\",\n      \"8502168\",\n      \"8502169\"\n    ],\n    \"deps\": [\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:21:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:29:00\",\n      \"09:30:00\",\n      \"09:31:00\"\n    ],\n    \"arrs\": [\n      \"08:57:45\",\n      \"09:01:00\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:13:45\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:20:45\",\n      \"09:22:45\",\n      \"09:24:45\",\n      \"09:28:45\",\n      \"09:29:45\",\n      \"09:30:45\",\n      \"09:33:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1307,1958\",\n      \"1978,1977\",\n      \"-1977,1976\",\n      \"1570\",\n      \"1571\",\n      \"1346\",\n      \"1345\",\n      \"1574\",\n      \"1575\",\n      \"1572\",\n      \"1573\",\n      \"1576\",\n      \"1577\",\n      \"1578\",\n      \"1579\",\n      \"-1580\",\n      \"-1582\",\n      \"-1581\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_14522_8504023_0934\",\n    \"name\": \"R 14522\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504200\",\n      \"8504144\",\n      \"8504130\",\n      \"8504131\",\n      \"8504132\",\n      \"8504133\",\n      \"8504134\",\n      \"8504135\",\n      \"8504136\",\n      \"8504137\",\n      \"8504138\",\n      \"8504139\",\n      \"8504100\",\n      \"8504030\",\n      \"8504029\",\n      \"8504028\",\n      \"8504027\",\n      \"8504026\",\n      \"8504025\",\n      \"8504024\",\n      \"8504023\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:04:00\",\n      \"08:09:00\",\n      \"08:12:00\",\n      \"08:18:00\",\n      \"08:22:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:38:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:25:00\",\n      \"09:28:00\"\n    ],\n    \"arrs\": [\n      \"08:03:45\",\n      \"08:08:45\",\n      \"08:11:45\",\n      \"08:17:45\",\n      \"08:21:45\",\n      \"08:28:00\",\n      \"08:31:45\",\n      \"08:33:45\",\n      \"08:37:45\",\n      \"08:44:00\",\n      \"08:49:45\",\n      \"08:58:00\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:15:00\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:24:00\",\n      \"09:27:45\",\n      \"09:34:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-573,-1133\",\n      \"-1132\",\n      \"-1131\",\n      \"-1130\",\n      \"-1129\",\n      \"-1128,571\",\n      \"114,1144\",\n      \"1145\",\n      \"1146\",\n      \"1147\",\n      \"41\",\n      \"1149,1150,1151,-574\",\n      \"-77\",\n      \"-76\",\n      \"-78\",\n      \"-75\",\n      \"-79\",\n      \"-74\",\n      \"-81\",\n      \"-80\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_27_8501400_0934\",\n    \"name\": \"R 27\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501448\",\n      \"8501466\",\n      \"8501453\",\n      \"8530463\",\n      \"8501465\",\n      \"8501454\",\n      \"8593467\",\n      \"8501464\",\n      \"8530430\",\n      \"8530378\",\n      \"8501460\",\n      \"8501456\",\n      \"8530370\",\n      \"8501457\",\n      \"8501229\",\n      \"8501463\",\n      \"8501229\",\n      \"8501462\",\n      \"8501726\",\n      \"8530366\",\n      \"8501452\",\n      \"8501458\",\n      \"8530355\",\n      \"8501461\",\n      \"8501459\",\n      \"8530335\",\n      \"8501400\"\n    ],\n    \"deps\": [\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:20:00\",\n      \"09:21:00\",\n      \"09:22:00\",\n      \"09:24:00\",\n      \"09:25:00\",\n      \"09:28:00\",\n      \"09:31:00\",\n      \"09:32:00\"\n    ],\n    \"arrs\": [\n      \"08:35:45\",\n      \"08:40:45\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:06:45\",\n      \"09:09:00\",\n      \"09:15:45\",\n      \"09:17:45\",\n      \"09:19:45\",\n      \"09:20:45\",\n      \"09:21:45\",\n      \"09:23:45\",\n      \"09:24:45\",\n      \"09:27:45\",\n      \"09:30:45\",\n      \"09:31:45\",\n      \"09:34:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-967\",\n      \"-966\",\n      \"-965\",\n      \"-964\",\n      \"-963\",\n      \"-962\",\n      \"-2091\",\n      \"-961\",\n      \"-960\",\n      \"-959\",\n      \"-958\",\n      \"-957\",\n      \"-956\",\n      \"-955\",\n      \"410\",\n      \"-410\",\n      \"-266\",\n      \"-407,-744\",\n      \"-743\",\n      \"-1359\",\n      \"-1358\",\n      \"-745\",\n      \"-746\",\n      \"-747\",\n      \"-763\",\n      \"-762\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_26_7033_8502202_0934\",\n    \"name\": \"S 26 7033\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502113\",\n      \"8502114\",\n      \"8502119\",\n      \"8502211\",\n      \"8502212\",\n      \"8502213\",\n      \"8502214\",\n      \"8502215\",\n      \"8502216\",\n      \"8502217\",\n      \"8502218\",\n      \"8502219\",\n      \"8502202\"\n    ],\n    \"deps\": [\n      \"08:51:00\",\n      \"08:57:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:19:00\",\n      \"09:22:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:30:00\"\n    ],\n    \"arrs\": [\n      \"08:55:00\",\n      \"09:02:00\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:18:00\",\n      \"09:21:45\",\n      \"09:23:45\",\n      \"09:27:45\",\n      \"09:29:45\",\n      \"09:34:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1984\",\n      \"-376,-424,-423\",\n      \"-426,1442\",\n      \"1610\",\n      \"1611\",\n      \"1628\",\n      \"1629\",\n      \"1356\",\n      \"1355\",\n      \"1218\",\n      \"1648\",\n      \"1847,428\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_26203_8501500_0935\",\n    \"name\": \"R 26203\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8774687\",\n      \"8501566\",\n      \"8501565\",\n      \"8501564\",\n      \"8530334\",\n      \"8501563\",\n      \"8501562\",\n      \"8501561\",\n      \"8530303\",\n      \"8501500\"\n    ],\n    \"deps\": [\n      \"32:43:00\",\n      \"08:52:00\",\n      \"08:59:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:16:00\",\n      \"09:29:00\",\n      \"09:32:00\"\n    ],\n    \"arrs\": [\n      \"08:51:45\",\n      \"08:58:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:11:45\",\n      \"09:15:45\",\n      \"09:28:45\",\n      \"09:31:45\",\n      \"09:35:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"968\",\n      \"969\",\n      \"970\",\n      \"971\",\n      \"972\",\n      \"973\",\n      \"974\",\n      \"975\",\n      \"976\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_16_19631_8503103_0935\",\n    \"name\": \"S 16 19631\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8014490\",\n      \"8503424\",\n      \"8503423\",\n      \"8506047\",\n      \"8506000\",\n      \"8503305\",\n      \"8503307\",\n      \"8503016\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503004\",\n      \"8503100\",\n      \"8503141\",\n      \"8503101\",\n      \"8503102\",\n      \"8503111\",\n      \"8503103\"\n    ],\n    \"deps\": [\n      \"08:00:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:30:00\",\n      \"08:43:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:23:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:30:00\",\n      \"09:31:00\"\n    ],\n    \"arrs\": [\n      \"08:08:00\",\n      \"08:16:45\",\n      \"08:29:00\",\n      \"08:42:00\",\n      \"08:50:00\",\n      \"08:54:45\",\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:09:45\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:20:00\",\n      \"09:22:45\",\n      \"09:23:45\",\n      \"09:27:00\",\n      \"09:29:45\",\n      \"09:30:45\",\n      \"09:35:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1541,1542,-1332\",\n      \"1333,1334\",\n      \"483,1551,1552,1689,1688\",\n      \"1687,1686,1685,-600\",\n      \"-603,-602,-330\",\n      \"329,91\",\n      \"90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2139,2141,2142,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,385,1994\",\n      \"1647\",\n      \"1669\",\n      \"1670\",\n      \"1671\",\n      \"1672\",\n      \"1673\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_820_8509179_0936\",\n    \"name\": \"R 820\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8505165\",\n      \"8505170\",\n      \"8505172\",\n      \"8505173\",\n      \"8505174\",\n      \"8505175\",\n      \"8505176\",\n      \"8505177\",\n      \"8505178\",\n      \"8505179\",\n      \"8505180\",\n      \"8509179\"\n    ],\n    \"deps\": [\n      \"08:27:00\",\n      \"08:37:00\",\n      \"08:50:00\",\n      \"09:01:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:30:00\"\n    ],\n    \"arrs\": [\n      \"08:36:45\",\n      \"08:47:00\",\n      \"09:00:45\",\n      \"09:09:00\",\n      \"09:11:45\",\n      \"09:14:00\",\n      \"09:17:45\",\n      \"09:22:45\",\n      \"09:25:45\",\n      \"09:29:45\",\n      \"09:36:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"536\",\n      \"1031\",\n      \"1443\",\n      \"1444\",\n      \"1445\",\n      \"1446\",\n      \"1447\",\n      \"1448\",\n      \"1449\",\n      \"1450\",\n      \"1451\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_21_12926_8501120_0936\",\n    \"name\": \"S 21 12926\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504134\",\n      \"8504122\",\n      \"8504141\",\n      \"8504121\",\n      \"8504120\",\n      \"8504018\",\n      \"8504017\",\n      \"8504016\",\n      \"8504014\",\n      \"8504012\",\n      \"8501120\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:18:00\",\n      \"09:25:00\"\n    ],\n    \"arrs\": [\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:52:00\",\n      \"08:57:00\",\n      \"09:04:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:17:00\",\n      \"09:24:45\",\n      \"09:36:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-571,-1127,-1126\",\n      \"-1125\",\n      \"-1124\",\n      \"-1822\",\n      \"-2005,-2084\",\n      \"-1821\",\n      \"-1820\",\n      \"-1819,-569\",\n      \"-86,-87\",\n      \"-579,-578,-85,-84,-82,-83,-94\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_15333_8504300_0936\",\n    \"name\": \"S 3 15333\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507076\",\n      \"8507092\",\n      \"8507077\",\n      \"8507093\",\n      \"8507078\",\n      \"8507079\",\n      \"8507082\",\n      \"8507000\",\n      \"8516161\",\n      \"8504410\",\n      \"8504411\",\n      \"8504412\",\n      \"8504413\",\n      \"8504414\",\n      \"8504415\",\n      \"8504441\",\n      \"8504416\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:28:00\",\n      \"09:30:00\"\n    ],\n    \"arrs\": [\n      \"08:37:45\",\n      \"08:40:45\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:48:45\",\n      \"08:51:45\",\n      \"08:58:00\",\n      \"09:01:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:12:45\",\n      \"09:16:45\",\n      \"09:22:00\",\n      \"09:25:00\",\n      \"09:27:45\",\n      \"09:29:45\",\n      \"09:36:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1257\",\n      \"-1256\",\n      \"-1255\",\n      \"-1254\",\n      \"-1253\",\n      \"-1252,-849\",\n      \"-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,1316,274\",\n      \"364,-23\",\n      \"-22\",\n      \"-21\",\n      \"-20\",\n      \"-19\",\n      \"-414,-413\",\n      \"-18\",\n      \"-17,-16\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_1714_8501026_0937\",\n    \"name\": \"IR 1714\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501601\",\n      \"8501509\",\n      \"8501506\",\n      \"8501500\",\n      \"8501400\",\n      \"8501300\",\n      \"8501200\",\n      \"8501120\",\n      \"8501037\",\n      \"8501030\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"06:58:00\",\n      \"07:06:00\",\n      \"07:16:00\",\n      \"07:23:00\",\n      \"07:35:00\",\n      \"07:48:00\",\n      \"08:09:00\",\n      \"08:19:00\",\n      \"08:26:00\",\n      \"08:48:00\",\n      \"08:57:00\",\n      \"09:13:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"07:04:00\",\n      \"07:15:00\",\n      \"07:22:00\",\n      \"07:33:00\",\n      \"07:47:00\",\n      \"08:08:00\",\n      \"08:18:00\",\n      \"08:25:00\",\n      \"08:40:00\",\n      \"08:56:00\",\n      \"09:12:00\",\n      \"09:27:00\",\n      \"09:37:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905,-240,-239,-238\",\n      \"-230,-229\",\n      \"-231,-235\",\n      \"-234,-236,-233,-232,-237,-228,-412,-411\",\n      \"-1944,-220,-222,-409,-408,-1360,-273\",\n      \"-221,-223,-226,-224,-225\",\n      \"-110,-112,-111,-109\",\n      \"-581,-580,-64,-65,-66,-60,-61,-62,-63,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100,-103,-99,-104\",\n      \"-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_643_8507387_0937\",\n    \"name\": \"R 643\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507388\",\n      \"8507386\",\n      \"8507387\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"09:18:00\"\n    ],\n    \"arrs\": [\n      \"09:17:45\",\n      \"09:37:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1222,1219\",\n      \"1220\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_1_21133_8505000_0937\",\n    \"name\": \"S 1 21133\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502206\",\n      \"8515992\",\n      \"8515993\",\n      \"8502204\",\n      \"8516187\",\n      \"8502230\",\n      \"8515995\",\n      \"8502203\",\n      \"8515996\",\n      \"8502306\",\n      \"8502202\",\n      \"8502201\",\n      \"8515997\",\n      \"8516350\",\n      \"8502200\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:23:00\",\n      \"09:27:00\"\n    ],\n    \"arrs\": [\n      \"08:47:45\",\n      \"08:48:45\",\n      \"08:51:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"08:58:45\",\n      \"08:59:45\",\n      \"09:00:45\",\n      \"09:07:00\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:22:45\",\n      \"09:25:00\",\n      \"09:37:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-503\",\n      \"-502\",\n      \"-161\",\n      \"-367,-366\",\n      \"-154\",\n      \"-155\",\n      \"-156\",\n      \"-157\",\n      \"-505\",\n      \"-504,-373\",\n      \"-428,-427\",\n      \"-159\",\n      \"-160\",\n      \"-158\",\n      \"-395,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_23_1088_8506210_0937\",\n    \"name\": \"S 23 1088\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506289\",\n      \"8506277\",\n      \"8506288\",\n      \"8506275\",\n      \"8506286\",\n      \"8506271\",\n      \"8506285\",\n      \"8506284\",\n      \"8506283\",\n      \"8506282\",\n      \"8506281\",\n      \"8506280\",\n      \"8506290\",\n      \"8506210\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:31:00\"\n    ],\n    \"arrs\": [\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:59:00\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:22:45\",\n      \"09:25:45\",\n      \"09:30:00\",\n      \"09:37:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1075\",\n      \"-1074\",\n      \"-638\",\n      \"-637,1078\",\n      \"1079\",\n      \"1073\",\n      \"1071\",\n      \"1072\",\n      \"1070\",\n      \"1069\",\n      \"1068\",\n      \"1067,631\",\n      \"-1975\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_5_18531_8503209_0937\",\n    \"name\": \"S 5 18531\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503424\",\n      \"8503423\",\n      \"8503421\",\n      \"8503420\",\n      \"8503404\",\n      \"8503403\",\n      \"8503402\",\n      \"8503401\",\n      \"8503400\",\n      \"8503313\",\n      \"8503312\",\n      \"8503311\",\n      \"8503310\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503125\",\n      \"8503123\",\n      \"8503122\",\n      \"8503121\",\n      \"8503120\",\n      \"8503110\",\n      \"8503209\"\n    ],\n    \"deps\": [\n      \"07:50:00\",\n      \"07:53:00\",\n      \"07:59:00\",\n      \"08:02:00\",\n      \"08:17:00\",\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:24:00\",\n      \"08:30:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:10:00\",\n      \"09:16:00\",\n      \"09:20:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:32:00\"\n    ],\n    \"arrs\": [\n      \"07:52:45\",\n      \"07:58:45\",\n      \"08:01:45\",\n      \"08:07:00\",\n      \"08:19:45\",\n      \"08:21:45\",\n      \"08:23:45\",\n      \"08:29:00\",\n      \"08:32:45\",\n      \"08:35:45\",\n      \"08:38:45\",\n      \"08:41:45\",\n      \"08:45:00\",\n      \"08:48:45\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:19:45\",\n      \"09:23:00\",\n      \"09:27:45\",\n      \"09:31:00\",\n      \"09:37:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1333,1334\",\n      \"483,1936\",\n      \"386\",\n      \"462\",\n      \"463\",\n      \"593,594\",\n      \"461\",\n      \"460\",\n      \"459\",\n      \"855,595\",\n      \"457\",\n      \"458,2111\",\n      \"2163,2112,2123,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383,-1310,1309,-1312,-1675,-1676,-1677\",\n      \"-1679,-1678,609\",\n      \"606,400\",\n      \"1786,1784\",\n      \"1785\",\n      \"1783,616\",\n      \"1032,1890,-604\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_119_8501030_0938\",\n    \"name\": \"R 119\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501060\",\n      \"8501061\",\n      \"8501055\",\n      \"8501062\",\n      \"8501057\",\n      \"8501063\",\n      \"8501064\",\n      \"8501065\",\n      \"8501058\",\n      \"8501056\",\n      \"8501066\",\n      \"8501067\",\n      \"8501068\",\n      \"8501069\",\n      \"8501053\",\n      \"8501059\",\n      \"8501030\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:25:00\",\n      \"09:27:00\",\n      \"09:30:00\",\n      \"09:31:00\",\n      \"09:32:00\",\n      \"09:34:00\"\n    ],\n    \"arrs\": [\n      \"08:52:45\",\n      \"08:54:45\",\n      \"09:02:00\",\n      \"09:06:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:20:45\",\n      \"09:24:45\",\n      \"09:26:45\",\n      \"09:29:45\",\n      \"09:30:45\",\n      \"09:31:45\",\n      \"09:33:45\",\n      \"09:38:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-647\",\n      \"-646\",\n      \"-399\",\n      \"-648\",\n      \"-649\",\n      \"-650\",\n      \"-651\",\n      \"-652\",\n      \"-653\",\n      \"-654\",\n      \"-655\",\n      \"-656\",\n      \"-657\",\n      \"-658\",\n      \"-660\",\n      \"-659\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_422_8508100_0938\",\n    \"name\": \"R 422\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500207\",\n      \"8500280\",\n      \"8500272\",\n      \"8500273\",\n      \"8500274\",\n      \"8500275\",\n      \"8500283\",\n      \"8500285\",\n      \"8500286\",\n      \"8500287\",\n      \"8500288\",\n      \"8500289\",\n      \"8500211\",\n      \"8518690\",\n      \"8500212\",\n      \"8518690\",\n      \"8500211\",\n      \"8508159\",\n      \"8508158\",\n      \"8508157\",\n      \"8508155\",\n      \"8508154\",\n      \"8508153\",\n      \"8508193\",\n      \"8508152\",\n      \"8508151\",\n      \"8508100\"\n    ],\n    \"deps\": [\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:16:00\",\n      \"09:17:00\",\n      \"09:18:00\",\n      \"09:19:00\",\n      \"09:22:00\",\n      \"09:25:00\",\n      \"09:28:00\",\n      \"09:29:00\",\n      \"09:30:00\",\n      \"09:33:00\"\n    ],\n    \"arrs\": [\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:49:45\",\n      \"08:50:45\",\n      \"08:51:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:11:00\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:16:45\",\n      \"09:17:45\",\n      \"09:18:45\",\n      \"09:21:45\",\n      \"09:24:45\",\n      \"09:27:45\",\n      \"09:28:45\",\n      \"09:29:45\",\n      \"09:32:45\",\n      \"09:38:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"268\",\n      \"46\",\n      \"1928\",\n      \"1370\",\n      \"1371\",\n      \"1372\",\n      \"1373,1929\",\n      \"1374\",\n      \"1375\",\n      \"1376\",\n      \"1651\",\n      \"1652,416,415\",\n      \"36\",\n      \"2200\",\n      \"-2200\",\n      \"-36\",\n      \"-415,-416,1653\",\n      \"1654\",\n      \"1381\",\n      \"1429\",\n      \"1430,1922\",\n      \"1431\",\n      \"1432\",\n      \"1923\",\n      \"1433,420\",\n      \"201\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_1_12123_8501303_0938\",\n    \"name\": \"S 1 12123\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504200\",\n      \"8501110\",\n      \"8501111\",\n      \"8501112\",\n      \"8501113\",\n      \"8501114\",\n      \"8501115\",\n      \"8501116\",\n      \"8501117\",\n      \"8501118\",\n      \"8518452\",\n      \"8501120\",\n      \"8501121\",\n      \"8501122\",\n      \"8501123\",\n      \"8501124\",\n      \"8501125\",\n      \"8501126\",\n      \"8501127\",\n      \"8501200\",\n      \"8501201\",\n      \"8501202\",\n      \"8501203\",\n      \"8501300\",\n      \"8501301\",\n      \"8501302\",\n      \"8501303\"\n    ],\n    \"deps\": [\n      \"08:19:00\",\n      \"08:24:00\",\n      \"08:26:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:22:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:27:00\",\n      \"09:31:00\",\n      \"09:32:00\",\n      \"09:34:00\"\n    ],\n    \"arrs\": [\n      \"08:23:00\",\n      \"08:25:45\",\n      \"08:28:45\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:39:00\",\n      \"08:41:45\",\n      \"08:44:45\",\n      \"08:49:00\",\n      \"08:51:45\",\n      \"08:56:00\",\n      \"09:02:00\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:21:00\",\n      \"09:22:45\",\n      \"09:24:45\",\n      \"09:26:45\",\n      \"09:30:00\",\n      \"09:31:45\",\n      \"09:33:45\",\n      \"09:38:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-573,-572\",\n      \"-1\",\n      \"-393\",\n      \"-550,-549\",\n      \"-392\",\n      \"-267,-587\",\n      \"-391\",\n      \"-390\",\n      \"-389,1362\",\n      \"116\",\n      \"2087\",\n      \"94,63\",\n      \"62\",\n      \"61\",\n      \"60\",\n      \"66\",\n      \"65\",\n      \"64\",\n      \"580,581\",\n      \"109\",\n      \"111\",\n      \"112\",\n      \"110\",\n      \"225\",\n      \"224\",\n      \"226\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_21628_8508100_0938\",\n    \"name\": \"S 6 21628\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8508219\",\n      \"8508218\",\n      \"8508217\",\n      \"8508216\",\n      \"8508215\",\n      \"8516354\",\n      \"8508297\",\n      \"8508295\",\n      \"8508294\",\n      \"8508293\",\n      \"8508292\",\n      \"8508187\",\n      \"8508186\",\n      \"8508185\",\n      \"8508184\",\n      \"8508183\",\n      \"8508174\",\n      \"8508182\",\n      \"8508181\",\n      \"8508100\"\n    ],\n    \"deps\": [\n      \"08:16:00\",\n      \"08:22:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:22:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:28:00\",\n      \"09:32:00\",\n      \"09:34:00\"\n    ],\n    \"arrs\": [\n      \"08:21:45\",\n      \"08:28:00\",\n      \"08:31:45\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:46:45\",\n      \"08:50:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:14:00\",\n      \"09:18:45\",\n      \"09:21:45\",\n      \"09:22:45\",\n      \"09:25:45\",\n      \"09:27:45\",\n      \"09:31:45\",\n      \"09:33:45\",\n      \"09:38:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,-1832\",\n      \"-1834\",\n      \"-1833\",\n      \"-1835\",\n      \"-1841\",\n      \"-1840,-1839\",\n      \"-1842\",\n      \"-1843\",\n      \"-807\",\n      \"-808\",\n      \"-809\",\n      \"-1938\",\n      \"-1961\",\n      \"-810\",\n      \"-811\",\n      \"-813\",\n      \"-812\",\n      \"-1440\",\n      \"-1439\",\n      \"-1438,-417\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_22728_8508100_0938\",\n    \"name\": \"S 6 22728\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505000\",\n      \"8508219\",\n      \"8508218\",\n      \"8508217\",\n      \"8508216\",\n      \"8508215\",\n      \"8516354\",\n      \"8508297\",\n      \"8508295\",\n      \"8508294\",\n      \"8508293\",\n      \"8508292\",\n      \"8508187\",\n      \"8508186\",\n      \"8508185\",\n      \"8508184\",\n      \"8508183\",\n      \"8508174\",\n      \"8508182\",\n      \"8508181\",\n      \"8508100\"\n    ],\n    \"deps\": [\n      \"08:16:00\",\n      \"08:22:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:22:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:28:00\",\n      \"09:32:00\",\n      \"09:34:00\"\n    ],\n    \"arrs\": [\n      \"08:21:45\",\n      \"08:28:00\",\n      \"08:31:45\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:46:45\",\n      \"08:50:45\",\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:14:00\",\n      \"09:18:45\",\n      \"09:21:45\",\n      \"09:22:45\",\n      \"09:25:45\",\n      \"09:27:45\",\n      \"09:31:45\",\n      \"09:33:45\",\n      \"09:38:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,-1832\",\n      \"-1834\",\n      \"-1833\",\n      \"-1835\",\n      \"-1841\",\n      \"-1840,-1839\",\n      \"-1842\",\n      \"-1843\",\n      \"-807\",\n      \"-808\",\n      \"-809\",\n      \"-1938\",\n      \"-1961\",\n      \"-810\",\n      \"-811\",\n      \"-813\",\n      \"-812\",\n      \"-1440\",\n      \"-1439\",\n      \"-1438,-417\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_6830_8504300_0939\",\n    \"name\": \"R 6830\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500218\",\n      \"8500217\",\n      \"8500216\",\n      \"8500215\",\n      \"8500214\",\n      \"8500213\",\n      \"8500212\",\n      \"8500211\",\n      \"8500210\",\n      \"8500209\",\n      \"8500208\",\n      \"8500207\",\n      \"8500206\",\n      \"8518963\",\n      \"8500205\",\n      \"8500204\",\n      \"8500203\",\n      \"8500202\",\n      \"8500201\",\n      \"8500200\",\n      \"8518771\",\n      \"8504419\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:11:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:15:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:27:00\",\n      \"09:29:00\",\n      \"09:31:00\",\n      \"09:34:00\"\n    ],\n    \"arrs\": [\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:40:45\",\n      \"08:45:00\",\n      \"08:47:45\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:09:00\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:14:45\",\n      \"09:18:00\",\n      \"09:20:45\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:28:45\",\n      \"09:30:45\",\n      \"09:33:45\",\n      \"09:39:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"362,-444\",\n      \"-443\",\n      \"-442\",\n      \"-441\",\n      \"-38\",\n      \"-37\",\n      \"-2200,-36\",\n      \"-415,-1377\",\n      \"-35\",\n      \"-34\",\n      \"-33\",\n      \"-430,-429\",\n      \"-561,-2216\",\n      \"-560\",\n      \"-31\",\n      \"-30\",\n      \"-29\",\n      \"-353,-27\",\n      \"-26\",\n      \"-2214\",\n      \"-25\",\n      \"-24,-16\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_2714_8501008_0939\",\n    \"name\": \"RE 2714\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8501200\",\n      \"8501120\",\n      \"8501118\",\n      \"8501037\",\n      \"8501035\",\n      \"8501033\",\n      \"8501031\",\n      \"8501030\",\n      \"8501023\",\n      \"8501008\"\n    ],\n    \"deps\": [\n      \"08:35:00\",\n      \"08:51:00\",\n      \"08:56:00\",\n      \"09:02:00\",\n      \"09:08:00\",\n      \"09:13:00\",\n      \"09:18:00\",\n      \"09:23:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"08:49:00\",\n      \"08:55:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:17:00\",\n      \"09:22:00\",\n      \"09:28:00\",\n      \"09:39:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-581,-580,-64,-65,-66,-60,-61,-62,-63,-94\",\n      \"-2087,-116\",\n      \"-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100\",\n      \"-103\",\n      \"-99\",\n      \"-104\",\n      \"-95\",\n      \"-169,-170,-168,-171,-167,-172,-166,-173,174,175\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_6_18630_8503504_0939\",\n    \"name\": \"S 6 18630\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503105\",\n      \"8503104\",\n      \"8503103\",\n      \"8503111\",\n      \"8503102\",\n      \"8503101\",\n      \"8503141\",\n      \"8503100\",\n      \"8503004\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503007\",\n      \"8503008\",\n      \"8503526\",\n      \"8503527\",\n      \"8503525\",\n      \"8503528\",\n      \"8503529\",\n      \"8503505\",\n      \"8503504\"\n    ],\n    \"deps\": [\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:28:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"08:35:45\",\n      \"08:39:00\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:46:00\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:02:45\",\n      \"09:08:00\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:17:00\",\n      \"09:20:45\",\n      \"09:22:45\",\n      \"09:25:45\",\n      \"09:27:45\",\n      \"09:34:00\",\n      \"09:39:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1884\",\n      \"-1674\",\n      \"-1673\",\n      \"-1672\",\n      \"-1671\",\n      \"-1670\",\n      \"-1669\",\n      \"-1647\",\n      \"-1994,-385,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2110,2177\",\n      \"2104,-2105,850\",\n      \"1609\",\n      \"1608\",\n      \"1607\",\n      \"1604\",\n      \"1605\",\n      \"1606\",\n      \"-1960\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"EC_37_8302593_1440\",\n    \"name\": \"EC 37\",\n    \"type\": \"ec\",\n    \"sts\": [\n      \"8501008\",\n      \"8501120\",\n      \"8501300\",\n      \"8501506\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"07:42:00\",\n      \"08:18:00\",\n      \"08:36:00\",\n      \"09:13:00\",\n      \"09:44:00\"\n    ],\n    \"arrs\": [\n      \"08:15:00\",\n      \"08:35:00\",\n      \"09:11:00\",\n      \"09:40:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087\",\n      \"94,63,62,61,60,66,65,64,580,581,109,111,112,110\",\n      \"225,224,226,223,221,273,1360,408,409,222,220,1944,411,412,228,237,232,233,236,234\",\n      \"235,231,229,230,238,239,240,1905,1906,227,847\"\n    ],\n    \"service_type\": \"ec\"\n  },\n  {\n    \"id\": \"IRE_3353_8029103_1153\",\n    \"name\": \"IRE 3353\",\n    \"type\": \"ire\",\n    \"sts\": [\n      \"8500090\",\n      \"8014462\",\n      \"8014466\",\n      \"8014474\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"08:41:00\",\n      \"08:50:00\",\n      \"09:00:00\",\n      \"09:14:00\",\n      \"09:41:00\"\n    ],\n    \"arrs\": [\n      \"08:49:00\",\n      \"08:59:00\",\n      \"09:13:00\",\n      \"09:40:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1536,-1560,-1947,-1559\",\n      \"-1558,-1557,-2179,-1934\",\n      \"-1556,-1555,-1554,-1553,-1935,-1972\",\n      \"1904,1337,1365,1364,1336,2213,1335,-1333\"\n    ],\n    \"service_type\": \"ire\"\n  },\n  {\n    \"id\": \"S_3_17329_8500218_0940\",\n    \"name\": \"S 3 17329\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500113\",\n      \"8500114\",\n      \"8500115\",\n      \"8500116\",\n      \"8500117\",\n      \"8500118\",\n      \"8500119\",\n      \"8500136\",\n      \"8500010\",\n      \"8500020\",\n      \"8500021\",\n      \"8500022\",\n      \"8500023\",\n      \"8500024\",\n      \"8500025\",\n      \"8500026\",\n      \"8500027\",\n      \"8500028\",\n      \"8500218\"\n    ],\n    \"deps\": [\n      \"08:24:00\",\n      \"08:27:00\",\n      \"08:32:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:29:00\",\n      \"09:32:00\"\n    ],\n    \"arrs\": [\n      \"08:26:45\",\n      \"08:31:45\",\n      \"08:33:45\",\n      \"08:36:45\",\n      \"08:39:45\",\n      \"08:41:45\",\n      \"08:44:45\",\n      \"08:50:00\",\n      \"09:06:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:16:45\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:25:00\",\n      \"09:28:45\",\n      \"09:31:45\",\n      \"09:40:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"545\",\n      \"176\",\n      \"179\",\n      \"177\",\n      \"178\",\n      \"856\",\n      \"272\",\n      \"1324,584\",\n      \"-584,-404,-403\",\n      \"-346\",\n      \"-369,-368\",\n      \"-347\",\n      \"-345\",\n      \"-348\",\n      \"-344\",\n      \"-566,-565\",\n      \"-349\",\n      \"-568,-567,350\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_44_16429_8508272_0940\",\n    \"name\": \"S 44 16429\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507100\",\n      \"8507094\",\n      \"8507070\",\n      \"8507071\",\n      \"8507072\",\n      \"8507073\",\n      \"8507074\",\n      \"8507075\",\n      \"8507076\",\n      \"8507000\",\n      \"8516161\",\n      \"8508003\",\n      \"8508004\",\n      \"8508005\",\n      \"8508081\",\n      \"8508080\",\n      \"8508265\",\n      \"8508266\",\n      \"8508267\",\n      \"8508271\",\n      \"8508272\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:15:00\",\n      \"08:19:00\",\n      \"08:20:00\",\n      \"08:25:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:35:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:33:00\",\n      \"09:36:00\"\n    ],\n    \"arrs\": [\n      \"08:09:45\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:19:45\",\n      \"08:24:00\",\n      \"08:26:45\",\n      \"08:30:00\",\n      \"08:34:00\",\n      \"08:48:00\",\n      \"08:51:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:08:00\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:21:00\",\n      \"09:24:45\",\n      \"09:29:00\",\n      \"09:35:45\",\n      \"09:40:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,434,-1265\",\n      \"-1264\",\n      \"-1263\",\n      \"-1262\",\n      \"-1261\",\n      \"-1260\",\n      \"-1259\",\n      \"-1258\",\n      \"-1257,-1256,-1255,-1254,-1253,-1252,-849,-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,-107,-1953,-199\",\n      \"-207\",\n      \"-432,-431\",\n      \"431,786\",\n      \"270\",\n      \"789\",\n      \"790,787\",\n      \"788,793\",\n      \"-793,803\",\n      \"804\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_44_16529_8508272_0940\",\n    \"name\": \"S 44 16529\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507100\",\n      \"8507094\",\n      \"8507070\",\n      \"8507071\",\n      \"8507072\",\n      \"8507073\",\n      \"8507074\",\n      \"8507075\",\n      \"8507076\",\n      \"8507000\",\n      \"8516161\",\n      \"8508003\",\n      \"8508004\",\n      \"8508005\",\n      \"8508081\",\n      \"8508080\",\n      \"8508265\",\n      \"8508266\",\n      \"8508267\",\n      \"8508271\",\n      \"8508272\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:15:00\",\n      \"08:19:00\",\n      \"08:20:00\",\n      \"08:25:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:35:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:33:00\",\n      \"09:36:00\"\n    ],\n    \"arrs\": [\n      \"08:09:45\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:19:45\",\n      \"08:24:00\",\n      \"08:26:45\",\n      \"08:30:00\",\n      \"08:34:00\",\n      \"08:48:00\",\n      \"08:51:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:08:00\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:21:00\",\n      \"09:24:45\",\n      \"09:29:00\",\n      \"09:35:45\",\n      \"09:40:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,434,-1265\",\n      \"-1264\",\n      \"-1263\",\n      \"-1262\",\n      \"-1261\",\n      \"-1260\",\n      \"-1259\",\n      \"-1258\",\n      \"-1257,-1256,-1255,-1254,-1253,-1252,-849,-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,-107,-1953,-199\",\n      \"-207\",\n      \"-432,-431\",\n      \"431,786\",\n      \"270\",\n      \"789\",\n      \"790,787\",\n      \"788,793\",\n      \"-793,803\",\n      \"804\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_3357_8501369_0941\",\n    \"name\": \"R 3357\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501300\",\n      \"8501360\",\n      \"8501361\",\n      \"8501362\",\n      \"8501370\",\n      \"8501230\",\n      \"8501308\",\n      \"8501363\",\n      \"8501371\",\n      \"8501364\",\n      \"8501357\",\n      \"8501365\",\n      \"8501366\",\n      \"8501367\",\n      \"8501368\",\n      \"8501369\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:01:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:25:00\",\n      \"09:32:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"08:48:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"08:59:00\",\n      \"09:00:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:11:00\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:20:45\",\n      \"09:24:45\",\n      \"09:31:45\",\n      \"09:34:45\",\n      \"09:41:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-723\",\n      \"-726\",\n      \"-728\",\n      \"-727\",\n      \"-724\",\n      \"-725\",\n      \"-729\",\n      \"-730\",\n      \"-731\",\n      \"-732\",\n      \"-733\",\n      \"-734\",\n      \"-735\",\n      \"-737\",\n      \"-736\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_2_18231_8503225_0941\",\n    \"name\": \"S 2 18231\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503016\",\n      \"8503006\",\n      \"8503000\",\n      \"8503011\",\n      \"8503010\",\n      \"8503202\",\n      \"8503204\",\n      \"8503206\",\n      \"8503207\",\n      \"8503209\",\n      \"8503211\",\n      \"8503220\",\n      \"8503221\",\n      \"8503225\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:26:00\",\n      \"09:31:00\"\n    ],\n    \"arrs\": [\n      \"08:40:00\",\n      \"08:46:00\",\n      \"08:49:45\",\n      \"08:53:00\",\n      \"09:00:00\",\n      \"09:04:45\",\n      \"09:11:00\",\n      \"09:14:45\",\n      \"09:20:45\",\n      \"09:23:45\",\n      \"09:25:45\",\n      \"09:30:45\",\n      \"09:41:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-212,2134,2145,2174,2172,2135,2138\",\n      \"2156,2136,2149,2322,2355,2323\",\n      \"-2324,2325,2236,2237,2359,2238,2239\",\n      \"2240,-144\",\n      \"-145,-1995,-146,-143,-147\",\n      \"-142,140,139\",\n      \"138,141\",\n      \"611,612\",\n      \"124,123,613,614\",\n      \"604,605\",\n      \"125\",\n      \"122\",\n      \"113,129,128,617,618\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_18331_8503123_0941\",\n    \"name\": \"S 3 18331\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502113\",\n      \"8502119\",\n      \"8502105\",\n      \"8502106\",\n      \"8516219\",\n      \"8503506\",\n      \"8503508\",\n      \"8503512\",\n      \"8503509\",\n      \"8503001\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503147\",\n      \"8503306\",\n      \"8503305\",\n      \"8503303\",\n      \"8503302\",\n      \"8503301\",\n      \"8503300\",\n      \"8503123\"\n    ],\n    \"deps\": [\n      \"08:17:00\",\n      \"08:24:00\",\n      \"08:28:00\",\n      \"08:30:00\",\n      \"08:34:00\",\n      \"08:38:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:20:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:34:00\",\n      \"09:37:00\"\n    ],\n    \"arrs\": [\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:29:45\",\n      \"08:33:00\",\n      \"08:37:45\",\n      \"08:43:00\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:53:00\",\n      \"08:55:45\",\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:09:45\",\n      \"09:12:45\",\n      \"09:19:00\",\n      \"09:23:45\",\n      \"09:27:45\",\n      \"09:33:00\",\n      \"09:36:45\",\n      \"09:41:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1984,-376,-424,-423\",\n      \"-426,-425\",\n      \"-210,-106\",\n      \"-1959\",\n      \"-105,-2406,-1997,2369,2376,2410,2413\",\n      \"2396,2424,2419,2420\",\n      \"2387\",\n      \"2392,2398,2402\",\n      \"2394,2426,2332\",\n      \"2349,2367,2366\",\n      \"2347,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383\",\n      \"-1310,-1311,-377\",\n      \"-92,-329\",\n      \"327\",\n      \"328\",\n      \"326\",\n      \"325\",\n      \"608,609\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_421_8500207_0942\",\n    \"name\": \"R 421\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8508100\",\n      \"8508151\",\n      \"8508152\",\n      \"8508193\",\n      \"8508153\",\n      \"8508154\",\n      \"8508155\",\n      \"8508157\",\n      \"8508158\",\n      \"8508159\",\n      \"8500211\",\n      \"8518690\",\n      \"8500212\",\n      \"8518690\",\n      \"8500211\",\n      \"8500289\",\n      \"8500288\",\n      \"8500287\",\n      \"8500286\",\n      \"8500285\",\n      \"8500283\",\n      \"8500275\",\n      \"8500274\",\n      \"8500273\",\n      \"8500272\",\n      \"8500280\",\n      \"8500207\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:10:00\",\n      \"09:17:00\",\n      \"09:18:00\",\n      \"09:19:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:24:00\",\n      \"09:27:00\",\n      \"09:29:00\",\n      \"09:31:00\",\n      \"09:32:00\",\n      \"09:35:00\",\n      \"09:36:00\",\n      \"09:37:00\",\n      \"09:38:00\"\n    ],\n    \"arrs\": [\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:09:45\",\n      \"09:13:00\",\n      \"09:17:45\",\n      \"09:18:45\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:23:45\",\n      \"09:26:45\",\n      \"09:28:45\",\n      \"09:30:45\",\n      \"09:31:45\",\n      \"09:34:45\",\n      \"09:35:45\",\n      \"09:36:45\",\n      \"09:37:45\",\n      \"09:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-201\",\n      \"-420,-1433\",\n      \"-1923\",\n      \"-1432\",\n      \"-1431\",\n      \"-1922,-1430\",\n      \"-1429\",\n      \"-1381\",\n      \"-1654\",\n      \"-1653,416,415\",\n      \"36\",\n      \"2200\",\n      \"-2200\",\n      \"-36\",\n      \"-415,-416,-1652\",\n      \"-1651\",\n      \"-1376\",\n      \"-1375\",\n      \"-1374\",\n      \"-1929,-1373\",\n      \"-1372\",\n      \"-1371\",\n      \"-1370\",\n      \"-1928\",\n      \"-46\",\n      \"-268\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_522_8505119_0942\",\n    \"name\": \"R 522\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501605\",\n      \"8501636\",\n      \"8515296\",\n      \"8501677\",\n      \"8501676\",\n      \"8501675\",\n      \"8501674\",\n      \"8501673\",\n      \"8501729\",\n      \"8501672\",\n      \"8501671\",\n      \"8501670\",\n      \"8501669\",\n      \"8501668\",\n      \"8501667\",\n      \"8501666\",\n      \"8501665\",\n      \"8501664\",\n      \"8501663\",\n      \"8501662\",\n      \"8501661\",\n      \"8505163\",\n      \"8505164\",\n      \"8505165\",\n      \"8505119\"\n    ],\n    \"deps\": [\n      \"07:08:00\",\n      \"07:11:00\",\n      \"07:23:00\",\n      \"07:28:00\",\n      \"07:33:00\",\n      \"07:39:00\",\n      \"07:43:00\",\n      \"07:50:00\",\n      \"07:53:00\",\n      \"07:56:00\",\n      \"08:03:00\",\n      \"08:09:00\",\n      \"08:12:00\",\n      \"08:14:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:25:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:44:00\",\n      \"09:05:00\",\n      \"09:13:00\",\n      \"09:28:00\"\n    ],\n    \"arrs\": [\n      \"07:10:45\",\n      \"07:20:00\",\n      \"07:27:45\",\n      \"07:32:45\",\n      \"07:38:45\",\n      \"07:42:45\",\n      \"07:49:45\",\n      \"07:52:45\",\n      \"07:55:45\",\n      \"08:02:45\",\n      \"08:08:45\",\n      \"08:11:45\",\n      \"08:13:45\",\n      \"08:15:45\",\n      \"08:18:45\",\n      \"08:24:45\",\n      \"08:26:45\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:37:00\",\n      \"09:04:45\",\n      \"09:12:45\",\n      \"09:20:00\",\n      \"09:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1317\",\n      \"990\",\n      \"2007\",\n      \"991\",\n      \"992\",\n      \"993\",\n      \"994\",\n      \"995\",\n      \"996\",\n      \"997\",\n      \"998\",\n      \"999\",\n      \"1000\",\n      \"1247\",\n      \"1248\",\n      \"1249\",\n      \"1001\",\n      \"1002\",\n      \"1250\",\n      \"1251\",\n      \"2006\",\n      \"1007\",\n      \"1008\",\n      \"641\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_1_12124_8504200_0942\",\n    \"name\": \"S 1 12124\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8501303\",\n      \"8501302\",\n      \"8501301\",\n      \"8501300\",\n      \"8501203\",\n      \"8501202\",\n      \"8501201\",\n      \"8501200\",\n      \"8501127\",\n      \"8501126\",\n      \"8501125\",\n      \"8501124\",\n      \"8501123\",\n      \"8501122\",\n      \"8501121\",\n      \"8501120\",\n      \"8518452\",\n      \"8501118\",\n      \"8501117\",\n      \"8501116\",\n      \"8501115\",\n      \"8501114\",\n      \"8501113\",\n      \"8501112\",\n      \"8501111\",\n      \"8501110\",\n      \"8504200\"\n    ],\n    \"deps\": [\n      \"08:24:00\",\n      \"08:26:00\",\n      \"08:28:00\",\n      \"08:30:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:40:00\",\n      \"08:43:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:19:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:30:00\",\n      \"09:32:00\",\n      \"09:36:00\"\n    ],\n    \"arrs\": [\n      \"08:25:45\",\n      \"08:27:45\",\n      \"08:29:45\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:39:00\",\n      \"08:42:45\",\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:50:00\",\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:02:00\",\n      \"09:05:45\",\n      \"09:09:00\",\n      \"09:11:45\",\n      \"09:14:45\",\n      \"09:18:00\",\n      \"09:22:45\",\n      \"09:24:45\",\n      \"09:29:00\",\n      \"09:31:45\",\n      \"09:35:00\",\n      \"09:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-226\",\n      \"-224\",\n      \"-225\",\n      \"-110\",\n      \"-112\",\n      \"-111\",\n      \"-109\",\n      \"-581,-580\",\n      \"-64\",\n      \"-65\",\n      \"-66\",\n      \"-60\",\n      \"-61\",\n      \"-62\",\n      \"-63,-94\",\n      \"-2087\",\n      \"-116\",\n      \"-1362,389\",\n      \"390\",\n      \"391\",\n      \"587,267\",\n      \"392\",\n      \"549,550\",\n      \"393\",\n      \"1\",\n      \"572,573\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_23_1089_8506289_0942\",\n    \"name\": \"S 23 1089\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506210\",\n      \"8506290\",\n      \"8506280\",\n      \"8506281\",\n      \"8506282\",\n      \"8506283\",\n      \"8506284\",\n      \"8506285\",\n      \"8506271\",\n      \"8506286\",\n      \"8506275\",\n      \"8506288\",\n      \"8506277\",\n      \"8506289\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:11:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:25:00\",\n      \"09:31:00\",\n      \"09:33:00\",\n      \"09:36:00\",\n      \"09:38:00\"\n    ],\n    \"arrs\": [\n      \"08:59:00\",\n      \"09:01:45\",\n      \"09:05:45\",\n      \"09:10:45\",\n      \"09:14:00\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:24:45\",\n      \"09:30:00\",\n      \"09:32:45\",\n      \"09:35:45\",\n      \"09:37:45\",\n      \"09:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1975\",\n      \"-631,-1067\",\n      \"-1068\",\n      \"-1069\",\n      \"-1070\",\n      \"-1072\",\n      \"-1071\",\n      \"-1073\",\n      \"-1079\",\n      \"-1078,637\",\n      \"638\",\n      \"1074\",\n      \"1075\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_18330_8502113_0942\",\n    \"name\": \"S 3 18330\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503123\",\n      \"8503300\",\n      \"8503301\",\n      \"8503302\",\n      \"8503303\",\n      \"8503305\",\n      \"8503306\",\n      \"8503147\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503001\",\n      \"8503509\",\n      \"8503512\",\n      \"8503508\",\n      \"8503506\",\n      \"8516219\",\n      \"8502106\",\n      \"8502105\",\n      \"8502119\",\n      \"8502113\"\n    ],\n    \"deps\": [\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:33:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:53:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:15:00\",\n      \"09:19:00\",\n      \"09:25:00\",\n      \"09:28:00\",\n      \"09:31:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"08:20:45\",\n      \"08:26:00\",\n      \"08:29:45\",\n      \"08:32:45\",\n      \"08:39:00\",\n      \"08:43:45\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"09:01:45\",\n      \"09:04:00\",\n      \"09:07:45\",\n      \"09:10:45\",\n      \"09:14:00\",\n      \"09:18:45\",\n      \"09:24:00\",\n      \"09:27:45\",\n      \"09:30:00\",\n      \"09:34:00\",\n      \"09:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-609,-608\",\n      \"-325\",\n      \"-326\",\n      \"-328\",\n      \"-327\",\n      \"329,92\",\n      \"377,1311,1310\",\n      \"383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2328\",\n      \"2344\",\n      \"2348,2409\",\n      \"2393,2404,2399\",\n      \"2391\",\n      \"2390,2418,2417\",\n      \"2395,2411,2412,2405,2406,105\",\n      \"1959\",\n      \"106,210\",\n      \"425,426\",\n      \"423,424,376,1984\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"RE_1763_8509000_0943\",\n    \"name\": \"RE 1763\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8503000\",\n      \"8503202\",\n      \"8503206\",\n      \"8503209\",\n      \"8503221\",\n      \"8503225\",\n      \"8509414\",\n      \"8509411\",\n      \"8509002\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"08:12:00\",\n      \"08:21:00\",\n      \"08:32:00\",\n      \"08:41:00\",\n      \"08:48:00\",\n      \"08:59:00\",\n      \"09:13:00\",\n      \"09:23:00\",\n      \"09:34:00\"\n    ],\n    \"arrs\": [\n      \"08:20:00\",\n      \"08:31:00\",\n      \"08:39:00\",\n      \"08:47:00\",\n      \"08:58:00\",\n      \"09:12:00\",\n      \"09:21:00\",\n      \"09:32:00\",\n      \"09:43:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2285,2286,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991\",\n      \"-142,140,139,138,141\",\n      \"611,612,124,123,613,614\",\n      \"604,605,125,122\",\n      \"113,129,128,617,618\",\n      \"632,633,127,126,136,137,130\",\n      \"133,134,132\",\n      \"629,630,135,131\",\n      \"121,834,835\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_6_21629_8505000_0943\",\n    \"name\": \"S 6 21629\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508207\",\n      \"8508208\",\n      \"8508210\",\n      \"8508211\",\n      \"8508212\",\n      \"8508213\",\n      \"8508215\",\n      \"8508216\",\n      \"8508217\",\n      \"8508218\",\n      \"8508219\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:31:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"08:43:00\",\n      \"08:50:45\",\n      \"08:58:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:14:00\",\n      \"09:21:45\",\n      \"09:25:45\",\n      \"09:30:00\",\n      \"09:34:45\",\n      \"09:43:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"805\",\n      \"1946\",\n      \"806\",\n      \"1838\",\n      \"1837\",\n      \"1836,1840\",\n      \"1841\",\n      \"1835\",\n      \"1833\",\n      \"1834\",\n      \"1832,-535,-534,148\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_22629_8505000_0943\",\n    \"name\": \"S 6 22629\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508207\",\n      \"8508208\",\n      \"8508210\",\n      \"8508211\",\n      \"8508212\",\n      \"8508213\",\n      \"8508215\",\n      \"8508216\",\n      \"8508217\",\n      \"8508218\",\n      \"8508219\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:31:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"08:43:00\",\n      \"08:50:45\",\n      \"08:58:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:14:00\",\n      \"09:21:45\",\n      \"09:25:45\",\n      \"09:30:00\",\n      \"09:34:45\",\n      \"09:43:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"805\",\n      \"1946\",\n      \"806\",\n      \"1838\",\n      \"1837\",\n      \"1836,1840\",\n      \"1841\",\n      \"1835\",\n      \"1833\",\n      \"1834\",\n      \"1832,-535,-534,148\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_6_22729_8505000_0943\",\n    \"name\": \"S 6 22729\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508100\",\n      \"8508181\",\n      \"8508182\",\n      \"8508174\",\n      \"8508183\",\n      \"8508184\",\n      \"8508185\",\n      \"8508186\",\n      \"8508187\",\n      \"8508292\",\n      \"8508293\",\n      \"8508294\",\n      \"8508295\",\n      \"8508297\",\n      \"8516354\",\n      \"8508215\",\n      \"8508216\",\n      \"8508217\",\n      \"8508218\",\n      \"8508219\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:24:00\",\n      \"08:25:00\",\n      \"08:29:00\",\n      \"08:30:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:43:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:31:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"08:21:45\",\n      \"08:23:45\",\n      \"08:24:45\",\n      \"08:28:45\",\n      \"08:29:45\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:40:00\",\n      \"08:47:45\",\n      \"08:50:00\",\n      \"08:53:45\",\n      \"08:59:00\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:11:00\",\n      \"09:21:45\",\n      \"09:25:45\",\n      \"09:30:00\",\n      \"09:34:45\",\n      \"09:43:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"417,1438\",\n      \"1439\",\n      \"1440\",\n      \"812\",\n      \"813\",\n      \"811\",\n      \"810\",\n      \"1961\",\n      \"1938\",\n      \"809\",\n      \"808\",\n      \"807\",\n      \"1843\",\n      \"1842\",\n      \"1839,1840\",\n      \"1841\",\n      \"1835\",\n      \"1833\",\n      \"1834\",\n      \"1832,-535,-534,148\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_2458_8500010_0944\",\n    \"name\": \"IR 2458\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8502007\",\n      \"8502001\",\n      \"8500218\",\n      \"8500027\",\n      \"8500026\",\n      \"8500023\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"08:30:00\",\n      \"08:48:00\",\n      \"09:02:00\",\n      \"09:12:00\",\n      \"09:22:00\",\n      \"09:27:00\",\n      \"09:33:00\"\n    ],\n    \"arrs\": [\n      \"08:47:00\",\n      \"09:01:00\",\n      \"09:10:00\",\n      \"09:21:00\",\n      \"09:26:00\",\n      \"09:32:00\",\n      \"09:44:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,500,501,2004,499,498,497,496,493,494\",\n      \"495,491,492,490,489,488,487\",\n      \"421,422,375,196,-363,-362\",\n      \"-350,567,568,349\",\n      \"565,566\",\n      \"344,348,345\",\n      \"347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_122_8501060_0944\",\n    \"name\": \"R 122\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501030\",\n      \"8501059\",\n      \"8501053\",\n      \"8501069\",\n      \"8501068\",\n      \"8501067\",\n      \"8501066\",\n      \"8501056\",\n      \"8501058\",\n      \"8501065\",\n      \"8501064\",\n      \"8501063\",\n      \"8501057\",\n      \"8501062\",\n      \"8501055\",\n      \"8501061\",\n      \"8501060\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:54:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:17:00\",\n      \"09:18:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:31:00\",\n      \"09:36:00\",\n      \"09:38:00\"\n    ],\n    \"arrs\": [\n      \"08:52:45\",\n      \"08:53:45\",\n      \"08:54:45\",\n      \"08:59:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:09:45\",\n      \"09:13:00\",\n      \"09:17:45\",\n      \"09:21:45\",\n      \"09:25:45\",\n      \"09:30:00\",\n      \"09:35:45\",\n      \"09:37:45\",\n      \"09:44:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"659\",\n      \"660\",\n      \"658\",\n      \"657\",\n      \"656\",\n      \"655\",\n      \"654\",\n      \"653\",\n      \"652\",\n      \"651\",\n      \"650\",\n      \"649\",\n      \"648\",\n      \"399\",\n      \"646\",\n      \"647\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_3_18332_8503508_0944\",\n    \"name\": \"S 3 18332\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503123\",\n      \"8503300\",\n      \"8503301\",\n      \"8503302\",\n      \"8503303\",\n      \"8503305\",\n      \"8503306\",\n      \"8503147\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503001\",\n      \"8503509\",\n      \"8503512\",\n      \"8503508\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:10:00\",\n      \"09:14:00\",\n      \"09:18:00\",\n      \"09:23:00\",\n      \"09:30:00\",\n      \"09:32:00\",\n      \"09:36:00\",\n      \"09:38:00\",\n      \"09:41:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:56:00\",\n      \"08:59:45\",\n      \"09:02:45\",\n      \"09:09:00\",\n      \"09:13:45\",\n      \"09:17:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:31:45\",\n      \"09:34:00\",\n      \"09:37:45\",\n      \"09:40:45\",\n      \"09:44:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-609,-608\",\n      \"-325\",\n      \"-326\",\n      \"-328\",\n      \"-327\",\n      \"329,92\",\n      \"377,1311,1310\",\n      \"383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2328\",\n      \"2344\",\n      \"2348,2409\",\n      \"2393,2404,2399\",\n      \"2391\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_5_18530_8503404_0944\",\n    \"name\": \"S 5 18530\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503209\",\n      \"8503110\",\n      \"8503120\",\n      \"8503121\",\n      \"8503122\",\n      \"8503123\",\n      \"8503125\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503310\",\n      \"8503311\",\n      \"8503312\",\n      \"8503313\",\n      \"8503400\",\n      \"8503401\",\n      \"8503402\",\n      \"8503403\",\n      \"8503404\"\n    ],\n    \"deps\": [\n      \"08:22:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:45:00\",\n      \"08:51:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:31:00\",\n      \"09:34:00\",\n      \"09:37:00\",\n      \"09:40:00\"\n    ],\n    \"arrs\": [\n      \"08:27:00\",\n      \"08:30:45\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:44:00\",\n      \"08:50:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:08:45\",\n      \"09:13:00\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:22:45\",\n      \"09:24:45\",\n      \"09:30:00\",\n      \"09:33:45\",\n      \"09:36:45\",\n      \"09:39:45\",\n      \"09:44:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"604,-1890,-1032\",\n      \"-616,-1783\",\n      \"-1785\",\n      \"-1784,-1786\",\n      \"-400,-606\",\n      \"-609,1678,1679\",\n      \"1677,1676,1675,1312,-1309,1310,383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2115\",\n      \"2162,-458\",\n      \"-457\",\n      \"-595,-855\",\n      \"-459\",\n      \"-460\",\n      \"-461\",\n      \"-594,-593\",\n      \"-463\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_2112_8504300_0945\",\n    \"name\": \"IR 2112\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8014586\",\n      \"8506131\",\n      \"8506105\",\n      \"8506100\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8500218\",\n      \"8500212\",\n      \"8500207\",\n      \"8500202\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"07:03:00\",\n      \"07:07:00\",\n      \"07:29:00\",\n      \"07:42:00\",\n      \"07:55:00\",\n      \"08:10:00\",\n      \"08:30:00\",\n      \"09:03:00\",\n      \"09:15:00\",\n      \"09:28:00\",\n      \"09:36:00\"\n    ],\n    \"arrs\": [\n      \"07:06:00\",\n      \"07:27:00\",\n      \"07:40:00\",\n      \"07:53:00\",\n      \"08:08:00\",\n      \"08:21:00\",\n      \"09:00:00\",\n      \"09:14:00\",\n      \"09:26:00\",\n      \"09:35:00\",\n      \"09:45:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-597,-596\",\n      \"-486,-485,-484,-482,-481,-480,-479,-473\",\n      \"-472,-471,-470,-469,-468\",\n      \"-467,-466,-465,-599,-598,-464,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2252,2299\",\n      \"-2299,-2252,2309,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350\",\n      \"362,-444,-443,-442,-441,-38,-37\",\n      \"-2200,-36,-415,-1377,-35,-34,-33\",\n      \"-430,-429,-561,-2216,-560,-31,-30,-29\",\n      \"-353,-27,-26,-2214,-25,-24,-16\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"D_2118_8504070_0946\",\n    \"name\": \"D 2118\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8501300\",\n      \"8504070\"\n    ],\n    \"deps\": [\n      \"08:57:00\"\n    ],\n    \"arrs\": [\n      \"09:46:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-257,-263,-258,-262,-261,-260,-259,-354,-265,-303,-304,-305,-307,-306,-291,-290\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"S_1_15131_8507100_0946\",\n    \"name\": \"S 1 15131\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504100\",\n      \"8504101\",\n      \"8504102\",\n      \"8504113\",\n      \"8504103\",\n      \"8504115\",\n      \"8504105\",\n      \"8504106\",\n      \"8507000\",\n      \"8516161\",\n      \"8507002\",\n      \"8507003\",\n      \"8507005\",\n      \"8507006\",\n      \"8507007\",\n      \"8507008\",\n      \"8507009\",\n      \"8507100\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:04:00\",\n      \"09:09:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:20:00\",\n      \"09:24:00\",\n      \"09:27:00\",\n      \"09:31:00\",\n      \"09:34:00\",\n      \"09:36:00\",\n      \"09:39:00\"\n    ],\n    \"arrs\": [\n      \"08:46:45\",\n      \"08:52:00\",\n      \"08:54:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:03:45\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:18:45\",\n      \"09:19:45\",\n      \"09:23:45\",\n      \"09:26:45\",\n      \"09:30:45\",\n      \"09:33:45\",\n      \"09:35:45\",\n      \"09:38:00\",\n      \"09:46:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"574,575\",\n      \"1327\",\n      \"67\",\n      \"70\",\n      \"69\",\n      \"68,71,73\",\n      \"72\",\n      \"1363,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-352\",\n      \"-323\",\n      \"-322\",\n      \"-317\",\n      \"-318\",\n      \"-319\",\n      \"-320\",\n      \"-582,-434,-433\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_1_15134_8504100_0946\",\n    \"name\": \"S 1 15134\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507100\",\n      \"8507009\",\n      \"8507008\",\n      \"8507007\",\n      \"8507006\",\n      \"8507005\",\n      \"8507003\",\n      \"8507002\",\n      \"8516161\",\n      \"8507000\",\n      \"8504106\",\n      \"8504105\",\n      \"8504115\",\n      \"8504103\",\n      \"8504113\",\n      \"8504102\",\n      \"8504101\",\n      \"8504100\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:15:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:31:00\",\n      \"09:35:00\",\n      \"09:39:00\"\n    ],\n    \"arrs\": [\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:51:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:13:00\",\n      \"09:18:45\",\n      \"09:20:45\",\n      \"09:23:45\",\n      \"09:27:45\",\n      \"09:30:45\",\n      \"09:34:45\",\n      \"09:38:45\",\n      \"09:46:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,434,582\",\n      \"320\",\n      \"319\",\n      \"318\",\n      \"317\",\n      \"322\",\n      \"323\",\n      \"352,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-1363\",\n      \"-72\",\n      \"-73,-71,-68\",\n      \"-69\",\n      \"-70\",\n      \"-67\",\n      \"-1327\",\n      \"-575,-574\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_15_19531_8503110_0946\",\n    \"name\": \"S 15 19531\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502224\",\n      \"8502223\",\n      \"8502222\",\n      \"8502221\",\n      \"8502229\",\n      \"8502220\",\n      \"8503001\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503125\",\n      \"8503123\",\n      \"8503122\",\n      \"8503121\",\n      \"8503120\",\n      \"8503110\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:25:00\",\n      \"09:31:00\",\n      \"09:35:00\",\n      \"09:39:00\",\n      \"09:43:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:43:45\",\n      \"08:49:00\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"08:59:00\",\n      \"09:01:45\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:24:00\",\n      \"09:30:00\",\n      \"09:34:45\",\n      \"09:38:00\",\n      \"09:42:45\",\n      \"09:46:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1630\",\n      \"-1631\",\n      \"-1632\",\n      \"-1633\",\n      \"-1634\",\n      \"-2351,2331,2362,2332\",\n      \"2349,2367,2366\",\n      \"2347,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383,-1310,1309,-1312,-1675,-1676,-1677\",\n      \"-1679,-1678,609\",\n      \"606,400\",\n      \"1786,1784\",\n      \"1785\",\n      \"1783,616\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"ICN_861_8505300_0947\",\n    \"name\": \"ICN 861\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8503000\",\n      \"8502204\",\n      \"8505004\",\n      \"8505213\",\n      \"8505300\"\n    ],\n    \"deps\": [\n      \"07:09:00\",\n      \"07:31:00\",\n      \"07:50:00\",\n      \"09:25:00\"\n    ],\n    \"arrs\": [\n      \"07:30:00\",\n      \"07:46:00\",\n      \"09:23:00\",\n      \"09:47:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2293,-2291,2286,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,-164,-163,-1998,-162,-1999,-2000,-2001,-165,-503,-502,-161\",\n      \"-367,387,2017,2018,1918,388,508,509,1919,2019,2020,507,2021,2022\",\n      \"510,511,512,513,2023,2029,2027,2034,2032,514,2026,2025,515,516,2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517,277,2046,2047,518,1917,2049,2050,2051,2052,2054,2053,1965,1966,2055,2058,2059,2056,1962,2057,519,520,2060,2061,521\",\n      \"522,523,2062,2063,528,2064,2065,529,530,531,532,2067,2066\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"IR_1962_8500010_0947\",\n    \"name\": \"IR 1962\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503000\",\n      \"8503504\",\n      \"8500309\",\n      \"8500305\",\n      \"8500320\",\n      \"8500301\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:52:00\",\n      \"09:02:00\",\n      \"09:18:00\",\n      \"09:25:00\",\n      \"09:34:00\"\n    ],\n    \"arrs\": [\n      \"08:51:00\",\n      \"09:00:00\",\n      \"09:17:00\",\n      \"09:24:00\",\n      \"09:33:00\",\n      \"09:47:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2297,2298,-2252,2309,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2379,2382,2381,2380,2408,-2002,-456,-1960\",\n      \"-455,-592,-591\",\n      \"-371,-1945\",\n      \"-452,-451,-450\",\n      \"-449,-448,-447\",\n      \"-1973,-446,-1921,-445,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_8_23832_8506299_0947\",\n    \"name\": \"S 8 23832\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503424\",\n      \"8503425\",\n      \"8503426\",\n      \"8503427\",\n      \"8506148\",\n      \"8503428\",\n      \"8503429\",\n      \"8506025\",\n      \"8506139\",\n      \"8506138\",\n      \"8506137\",\n      \"8506136\",\n      \"8506135\",\n      \"8506134\",\n      \"8506133\",\n      \"8506118\",\n      \"8506132\",\n      \"8506131\",\n      \"8506128\",\n      \"8506119\",\n      \"8506127\",\n      \"8506126\",\n      \"8506143\",\n      \"8588122\",\n      \"8506125\",\n      \"8506124\",\n      \"8506123\",\n      \"8506122\",\n      \"8506121\",\n      \"8506398\",\n      \"8506397\",\n      \"8506396\",\n      \"8506395\",\n      \"8506394\",\n      \"8506393\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8506297\",\n      \"8506298\",\n      \"8506299\"\n    ],\n    \"deps\": [\n      \"07:01:00\",\n      \"07:03:00\",\n      \"07:05:00\",\n      \"07:07:00\",\n      \"07:09:00\",\n      \"07:13:00\",\n      \"07:15:00\",\n      \"07:18:00\",\n      \"07:27:00\",\n      \"07:29:00\",\n      \"07:31:00\",\n      \"07:37:00\",\n      \"07:42:00\",\n      \"07:44:00\",\n      \"07:47:00\",\n      \"07:49:00\",\n      \"07:51:00\",\n      \"08:00:00\",\n      \"08:02:00\",\n      \"08:03:00\",\n      \"08:05:00\",\n      \"08:07:00\",\n      \"08:08:00\",\n      \"08:09:00\",\n      \"08:13:00\",\n      \"08:15:00\",\n      \"08:17:00\",\n      \"08:19:00\",\n      \"08:30:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:20:00\",\n      \"09:24:00\",\n      \"09:31:00\",\n      \"09:36:00\",\n      \"09:41:00\"\n    ],\n    \"arrs\": [\n      \"07:02:45\",\n      \"07:04:45\",\n      \"07:06:45\",\n      \"07:08:45\",\n      \"07:12:00\",\n      \"07:14:45\",\n      \"07:17:45\",\n      \"07:25:00\",\n      \"07:28:45\",\n      \"07:30:45\",\n      \"07:36:45\",\n      \"07:41:00\",\n      \"07:43:45\",\n      \"07:46:45\",\n      \"07:48:45\",\n      \"07:50:45\",\n      \"07:56:00\",\n      \"08:01:00\",\n      \"08:02:45\",\n      \"08:04:45\",\n      \"08:06:45\",\n      \"08:07:45\",\n      \"08:08:45\",\n      \"08:12:00\",\n      \"08:14:45\",\n      \"08:16:45\",\n      \"08:18:45\",\n      \"08:25:00\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:43:00\",\n      \"08:47:45\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"08:59:45\",\n      \"09:05:00\",\n      \"09:08:45\",\n      \"09:12:45\",\n      \"09:16:45\",\n      \"09:19:45\",\n      \"09:23:45\",\n      \"09:30:00\",\n      \"09:35:45\",\n      \"09:40:45\",\n      \"09:47:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1332,1331\",\n      \"1690\",\n      \"1691\",\n      \"1692\",\n      \"1693\",\n      \"1694\",\n      \"1695,1706\",\n      \"1707\",\n      \"1708\",\n      \"1709\",\n      \"1710\",\n      \"1711\",\n      \"1712\",\n      \"1713\",\n      \"1714\",\n      \"1715\",\n      \"1716\",\n      \"596,1717\",\n      \"538\",\n      \"1718\",\n      \"1719\",\n      \"1720\",\n      \"1721\",\n      \"1722\",\n      \"1723\",\n      \"1724\",\n      \"1725\",\n      \"1726\",\n      \"-625,626,1532\",\n      \"1754\",\n      \"1753\",\n      \"1752\",\n      \"1751\",\n      \"1750\",\n      \"-1314\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-2199,-1764\",\n      \"-1768\",\n      \"-1767\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"EC_163_8103171_1814\",\n    \"name\": \"EC 163\",\n    \"type\": \"ec\",\n    \"sts\": [\n      \"8503000\",\n      \"8509411\",\n      \"8509404\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"09:37:00\",\n      \"09:59:00\"\n    ],\n    \"arrs\": [\n      \"09:35:00\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2293,-2291,2286,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,140,139,138,141,611,612,124,123,613,614,604,605,125,122,113,129,128,617,618,632,633,127,126,136,137,130,133,134,132\",\n      \"629,-1055,-1056,-1057,-1058,-1547,-1546\"\n    ],\n    \"service_type\": \"ec\"\n  },\n  {\n    \"id\": \"R_120_8505063_0948\",\n    \"name\": \"R 120\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8505069\",\n      \"8505068\",\n      \"8505067\",\n      \"8505066\",\n      \"8505065\",\n      \"8505064\",\n      \"8505063\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:18:00\",\n      \"09:26:00\",\n      \"09:36:00\"\n    ],\n    \"arrs\": [\n      \"09:08:45\",\n      \"09:12:45\",\n      \"09:17:45\",\n      \"09:25:45\",\n      \"09:35:45\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-583\",\n      \"-590,-1854\",\n      \"-1855\",\n      \"-1856\",\n      \"-1857\",\n      \"-1983\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_1766_8503000_0948\",\n    \"name\": \"RE 1766\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509000\",\n      \"8509002\",\n      \"8509411\",\n      \"8509414\",\n      \"8503225\",\n      \"8503221\",\n      \"8503209\",\n      \"8503206\",\n      \"8503202\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:16:00\",\n      \"08:25:00\",\n      \"08:37:00\",\n      \"08:45:00\",\n      \"09:00:00\",\n      \"09:10:00\",\n      \"09:19:00\",\n      \"09:29:00\",\n      \"09:39:00\"\n    ],\n    \"arrs\": [\n      \"08:23:00\",\n      \"08:35:00\",\n      \"08:44:00\",\n      \"08:58:00\",\n      \"09:09:00\",\n      \"09:17:00\",\n      \"09:27:00\",\n      \"09:37:00\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-835,-834,-121\",\n      \"-131,-135,-630,-629\",\n      \"-132,-134,-133\",\n      \"-130,-137,-136,-126,-127,-633,-632\",\n      \"-618,-617,-128,-129,-113\",\n      \"-122,-125,-605,-604\",\n      \"-614,-613,-123,-124,-612,-611\",\n      \"-141,-138,-139,-140,142\",\n      \"-1991,-2099,2356,2229,2270,2271,2230,2292,-2286,2285\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_2658_8504300_0948\",\n    \"name\": \"RE 2658\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8500130\",\n      \"8500128\",\n      \"8500144\",\n      \"8500143\",\n      \"8500127\",\n      \"8500141\",\n      \"8500126\",\n      \"8500125\",\n      \"8500122\",\n      \"8500109\",\n      \"8500105\",\n      \"8500159\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:52:00\",\n      \"08:59:00\",\n      \"09:09:00\",\n      \"09:20:00\",\n      \"09:30:00\",\n      \"09:38:00\"\n    ],\n    \"arrs\": [\n      \"08:34:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:49:00\",\n      \"08:57:00\",\n      \"09:08:45\",\n      \"09:18:00\",\n      \"09:29:00\",\n      \"09:37:00\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-925\",\n      \"-926\",\n      \"-927\",\n      \"-928\",\n      \"-929\",\n      \"-931\",\n      \"-930,-935\",\n      \"-937,-936,940\",\n      \"941,942,943\",\n      \"944,-32\",\n      \"-559,-558\",\n      \"-28,-27,-26,-2214,-25,-24,-16\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3809_8509000_0948\",\n    \"name\": \"RE 3809\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8506206\",\n      \"8506208\",\n      \"8506209\",\n      \"8506210\",\n      \"8506302\",\n      \"8506311\",\n      \"8506314\",\n      \"8506317\",\n      \"8506319\",\n      \"8509404\",\n      \"8509411\",\n      \"8509004\",\n      \"8509002\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:09:00\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:26:00\",\n      \"08:40:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"09:00:00\",\n      \"09:15:00\",\n      \"09:27:00\",\n      \"09:32:00\",\n      \"09:39:00\"\n    ],\n    \"arrs\": [\n      \"08:08:45\",\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:25:00\",\n      \"08:39:00\",\n      \"08:46:45\",\n      \"08:52:00\",\n      \"08:58:00\",\n      \"09:14:00\",\n      \"09:25:00\",\n      \"09:31:00\",\n      \"09:36:00\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"621,622,341,338\",\n      \"339\",\n      \"623,624\",\n      \"340,343,619,620\",\n      \"-1097,-1749,-1748,-1747,-1746\",\n      \"627,1113,1114,1115,1066\",\n      \"1566,1567,1065\",\n      \"1064,1063\",\n      \"1062,1061,1060,1059\",\n      \"1546,1547,1058,1057,1056,1055,-629\",\n      \"629,630\",\n      \"135,131\",\n      \"121,834,835\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3909_8509000_0948\",\n    \"name\": \"RE 3909\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8506206\",\n      \"8506208\",\n      \"8506209\",\n      \"8506210\",\n      \"8506302\",\n      \"8506311\",\n      \"8506314\",\n      \"8506317\",\n      \"8506319\",\n      \"8509404\",\n      \"8509411\",\n      \"8509004\",\n      \"8509002\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:09:00\",\n      \"08:14:00\",\n      \"08:18:00\",\n      \"08:26:00\",\n      \"08:40:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"09:00:00\",\n      \"09:15:00\",\n      \"09:27:00\",\n      \"09:32:00\",\n      \"09:39:00\"\n    ],\n    \"arrs\": [\n      \"08:08:45\",\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:25:00\",\n      \"08:39:00\",\n      \"08:46:45\",\n      \"08:52:00\",\n      \"08:58:00\",\n      \"09:14:00\",\n      \"09:25:00\",\n      \"09:31:00\",\n      \"09:36:00\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"621,622,341,338\",\n      \"339\",\n      \"623,624\",\n      \"340,343,619,620\",\n      \"-1097,-1749,-1748,-1747,-1746\",\n      \"627,1113,1114,1115,1066\",\n      \"1566,1567,1065\",\n      \"1064,1063\",\n      \"1062,1061,1060,1059\",\n      \"1546,1547,1058,1057,1056,1055,-629\",\n      \"629,630\",\n      \"135,131\",\n      \"121,834,835\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_16_19630_8503305_0948\",\n    \"name\": \"S 16 19630\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503103\",\n      \"8503111\",\n      \"8503102\",\n      \"8503101\",\n      \"8503141\",\n      \"8503100\",\n      \"8503004\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503016\",\n      \"8503307\",\n      \"8503305\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:12:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:24:00\",\n      \"09:39:00\",\n      \"09:42:00\"\n    ],\n    \"arrs\": [\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:01:00\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:07:45\",\n      \"09:11:00\",\n      \"09:15:00\",\n      \"09:18:45\",\n      \"09:23:00\",\n      \"09:29:00\",\n      \"09:41:45\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1673\",\n      \"-1672\",\n      \"-1671\",\n      \"-1670\",\n      \"-1669\",\n      \"-1647\",\n      \"-1994,-385,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2116,2129,-2131,2132,2161,2171,2173,2133,212\",\n      \"211,1996,-90\",\n      \"-91,-329\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_26_20635_8503121_0948\",\n    \"name\": \"S 26 20635\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506000\",\n      \"8506001\",\n      \"8506002\",\n      \"8506003\",\n      \"8506004\",\n      \"8506005\",\n      \"8506006\",\n      \"8506007\",\n      \"8506008\",\n      \"8506009\",\n      \"8503134\",\n      \"8503135\",\n      \"8503136\",\n      \"8503137\",\n      \"8503138\",\n      \"8503139\",\n      \"8503121\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:29:00\",\n      \"09:33:00\",\n      \"09:40:00\",\n      \"09:45:00\"\n    ],\n    \"arrs\": [\n      \"08:46:45\",\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"09:01:00\",\n      \"09:04:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:14:45\",\n      \"09:20:00\",\n      \"09:25:45\",\n      \"09:28:45\",\n      \"09:32:45\",\n      \"09:39:00\",\n      \"09:44:45\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"600,601,372\",\n      \"378,380\",\n      \"1703\",\n      \"1704\",\n      \"1705\",\n      \"1350\",\n      \"1349\",\n      \"1744\",\n      \"1830\",\n      \"1824\",\n      \"1988\",\n      \"1831\",\n      \"1788\",\n      \"1787\",\n      \"1344\",\n      \"1343,1784\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_18833_8503209_0948\",\n    \"name\": \"S 8 18833\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506105\",\n      \"8506104\",\n      \"8506103\",\n      \"8506102\",\n      \"8506101\",\n      \"8506100\",\n      \"8506019\",\n      \"8506018\",\n      \"8506017\",\n      \"8506016\",\n      \"8506000\",\n      \"8503305\",\n      \"8503306\",\n      \"8503129\",\n      \"8503006\",\n      \"8503000\",\n      \"8503011\",\n      \"8503010\",\n      \"8503009\",\n      \"8503200\",\n      \"8503201\",\n      \"8503202\",\n      \"8503203\",\n      \"8503204\",\n      \"8503205\",\n      \"8503206\",\n      \"8503207\",\n      \"8503208\",\n      \"8503210\",\n      \"8503209\"\n    ],\n    \"deps\": [\n      \"08:04:00\",\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:21:00\",\n      \"08:24:00\",\n      \"08:28:00\",\n      \"08:30:00\",\n      \"08:32:00\",\n      \"08:41:00\",\n      \"08:49:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:20:00\",\n      \"09:24:00\",\n      \"09:26:00\",\n      \"09:29:00\",\n      \"09:32:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:42:00\",\n      \"09:44:00\"\n    ],\n    \"arrs\": [\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:12:45\",\n      \"08:16:00\",\n      \"08:20:00\",\n      \"08:23:45\",\n      \"08:27:00\",\n      \"08:29:45\",\n      \"08:31:45\",\n      \"08:37:00\",\n      \"08:48:00\",\n      \"08:52:45\",\n      \"08:56:00\",\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:09:45\",\n      \"09:12:00\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:19:45\",\n      \"09:23:00\",\n      \"09:25:45\",\n      \"09:28:45\",\n      \"09:31:45\",\n      \"09:36:00\",\n      \"09:39:45\",\n      \"09:41:45\",\n      \"09:43:45\",\n      \"09:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-472\",\n      \"-471\",\n      \"-470\",\n      \"-469\",\n      \"-468\",\n      \"-467\",\n      \"-466\",\n      \"-465\",\n      \"-599,-598\",\n      \"-464,-601,-600\",\n      \"-603,-602,-330\",\n      \"329,92\",\n      \"377,610,2148,2153\",\n      \"2170\",\n      \"2158,2149,2322,2355,2323\",\n      \"-2324,2325,2236,2237,2359,2238,2239\",\n      \"2240,-144\",\n      \"-145,-1995\",\n      \"-146\",\n      \"-143\",\n      \"-147\",\n      \"-142,140\",\n      \"139\",\n      \"138\",\n      \"141\",\n      \"611,612\",\n      \"124\",\n      \"123\",\n      \"613,614\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_2319_8505000_0949\",\n    \"name\": \"IR 2319\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503016\",\n      \"8503006\",\n      \"8503000\",\n      \"8503202\",\n      \"8502204\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:52:00\",\n      \"09:04:00\",\n      \"09:14:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:13:00\",\n      \"09:28:00\",\n      \"09:49:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-212,2134,2145,2174,2172,2135,2138\",\n      \"2156,2136,2149,2352,2137,2175,2220,2267,2268,2283,2265,2279,2257\",\n      \"-2257,-2279,-2280,2274,2231,2272,2269,2357,2099,1991\",\n      \"-142,-164,-163,-1998,-162,-1999,-2000,-2001,-165,-503,-502,-161\",\n      \"-367,-366,-154,-155,-156,-157,-505,-504,-373,-428,-427,-159,-160,-158,-395,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_224_8504314_0949\",\n    \"name\": \"R 224\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8500123\",\n      \"8500199\",\n      \"8500196\",\n      \"8500195\",\n      \"8500194\",\n      \"8500192\",\n      \"8500191\",\n      \"8500169\",\n      \"8500190\",\n      \"8500174\",\n      \"8500175\",\n      \"8500176\",\n      \"8500177\",\n      \"8500180\",\n      \"8500181\",\n      \"8500178\",\n      \"8500179\",\n      \"8500184\",\n      \"8504314\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:46:00\",\n      \"08:54:00\",\n      \"08:56:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:10:00\",\n      \"09:11:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:22:00\",\n      \"09:26:00\",\n      \"09:28:00\",\n      \"09:30:00\",\n      \"09:32:00\",\n      \"09:35:00\",\n      \"09:41:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:53:45\",\n      \"08:55:45\",\n      \"09:00:45\",\n      \"09:04:45\",\n      \"09:08:00\",\n      \"09:10:45\",\n      \"09:13:00\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:21:45\",\n      \"09:24:00\",\n      \"09:27:45\",\n      \"09:29:45\",\n      \"09:31:45\",\n      \"09:34:45\",\n      \"09:40:45\",\n      \"09:49:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-939\",\n      \"-938\",\n      \"-924\",\n      \"-923\",\n      \"-922\",\n      \"-921\",\n      \"-920\",\n      \"-919\",\n      \"-918,-1208\",\n      \"-1207\",\n      \"-1206\",\n      \"-1205\",\n      \"-1204\",\n      \"-1203\",\n      \"-1202\",\n      \"-1201,-1200\",\n      \"-1199,-1198\",\n      \"-1191,557\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_8_18832_8506000_0949\",\n    \"name\": \"S 8 18832\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503209\",\n      \"8503210\",\n      \"8503208\",\n      \"8503207\",\n      \"8503206\",\n      \"8503205\",\n      \"8503204\",\n      \"8503203\",\n      \"8503202\",\n      \"8503201\",\n      \"8503200\",\n      \"8503009\",\n      \"8503010\",\n      \"8503011\",\n      \"8503000\",\n      \"8503006\",\n      \"8503129\",\n      \"8503306\",\n      \"8503305\",\n      \"8506000\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:17:00\",\n      \"09:18:00\",\n      \"09:25:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:42:00\"\n    ],\n    \"arrs\": [\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:51:00\",\n      \"08:53:45\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:10:45\",\n      \"09:16:00\",\n      \"09:17:45\",\n      \"09:23:00\",\n      \"09:29:00\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:41:00\",\n      \"09:49:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-614,-613\",\n      \"-123\",\n      \"-124\",\n      \"-612,-611\",\n      \"-141\",\n      \"-138\",\n      \"-139\",\n      \"-140,142\",\n      \"147\",\n      \"143\",\n      \"146\",\n      \"1995,145\",\n      \"144,2232\",\n      \"2233,2234,2235,2360,2421,2361,2326,2324\",\n      \"-2323,-2355,2353,2354,2147\",\n      \"2157\",\n      \"2169,2150,-610,-377\",\n      \"-92,-329\",\n      \"330,602,603\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_9_18930_8502204_0949\",\n    \"name\": \"S 9 18930\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503125\",\n      \"8503126\",\n      \"8503127\",\n      \"8503128\",\n      \"8503147\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503001\",\n      \"8502220\",\n      \"8502229\",\n      \"8502221\",\n      \"8502222\",\n      \"8502223\",\n      \"8502224\",\n      \"8502225\",\n      \"8502226\",\n      \"8502227\",\n      \"8518459\",\n      \"8502204\"\n    ],\n    \"deps\": [\n      \"08:41:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:33:00\",\n      \"09:36:00\",\n      \"09:40:00\",\n      \"09:42:00\",\n      \"09:44:00\"\n    ],\n    \"arrs\": [\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:05:45\",\n      \"09:09:00\",\n      \"09:12:45\",\n      \"09:14:45\",\n      \"09:19:00\",\n      \"09:23:45\",\n      \"09:27:45\",\n      \"09:32:00\",\n      \"09:35:45\",\n      \"09:39:45\",\n      \"09:41:45\",\n      \"09:43:45\",\n      \"09:49:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1677\",\n      \"1676\",\n      \"1675\",\n      \"1312,-1309,1310\",\n      \"383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2328\",\n      \"2344\",\n      \"2348,2330,2363,2351\",\n      \"1634\",\n      \"1633\",\n      \"1632\",\n      \"1631\",\n      \"1630\",\n      \"1216\",\n      \"1217\",\n      \"1215\",\n      \"1872\",\n      \"2201,154,366,367\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_519_8501605_0950\",\n    \"name\": \"R 519\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8505165\",\n      \"8505164\",\n      \"8505163\",\n      \"8501661\",\n      \"8501662\",\n      \"8501663\",\n      \"8501664\",\n      \"8501665\",\n      \"8501666\",\n      \"8501667\",\n      \"8501668\",\n      \"8501669\",\n      \"8501670\",\n      \"8501671\",\n      \"8501672\",\n      \"8501729\",\n      \"8501673\",\n      \"8501674\",\n      \"8501675\",\n      \"8501676\",\n      \"8501677\",\n      \"8515296\",\n      \"8501636\",\n      \"8501605\"\n    ],\n    \"deps\": [\n      \"07:37:00\",\n      \"07:41:00\",\n      \"07:50:00\",\n      \"08:12:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:21:00\",\n      \"08:25:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:56:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:10:00\",\n      \"09:15:00\",\n      \"09:22:00\",\n      \"09:28:00\",\n      \"09:38:00\",\n      \"09:45:00\"\n    ],\n    \"arrs\": [\n      \"07:40:45\",\n      \"07:49:45\",\n      \"08:11:00\",\n      \"08:14:45\",\n      \"08:17:45\",\n      \"08:20:45\",\n      \"08:24:45\",\n      \"08:28:45\",\n      \"08:30:45\",\n      \"08:33:45\",\n      \"08:36:45\",\n      \"08:39:45\",\n      \"08:44:45\",\n      \"08:55:00\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:09:45\",\n      \"09:14:45\",\n      \"09:21:45\",\n      \"09:27:45\",\n      \"09:33:00\",\n      \"09:44:45\",\n      \"09:50:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1008\",\n      \"-1007\",\n      \"-2006\",\n      \"-1251\",\n      \"-1250\",\n      \"-1002\",\n      \"-1001\",\n      \"-1249\",\n      \"-1248\",\n      \"-1247\",\n      \"-1000\",\n      \"-999\",\n      \"-998\",\n      \"-997\",\n      \"-996\",\n      \"-995\",\n      \"-994\",\n      \"-993\",\n      \"-992\",\n      \"-991\",\n      \"-2007\",\n      \"-990\",\n      \"-1317\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_540_8507374_0950\",\n    \"name\": \"R 540\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507364\",\n      \"8507361\",\n      \"8507374\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:40:00\"\n    ],\n    \"arrs\": [\n      \"09:36:00\",\n      \"09:50:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1233\",\n      \"-1232,1234\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_9_18931_8503125_0950\",\n    \"name\": \"S 9 18931\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8502204\",\n      \"8518459\",\n      \"8502227\",\n      \"8502226\",\n      \"8502225\",\n      \"8502224\",\n      \"8502223\",\n      \"8502222\",\n      \"8502221\",\n      \"8502229\",\n      \"8502220\",\n      \"8503001\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503147\",\n      \"8503128\",\n      \"8503127\",\n      \"8503126\",\n      \"8503125\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:28:00\",\n      \"09:31:00\",\n      \"09:36:00\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:44:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:48:45\",\n      \"08:54:00\",\n      \"08:57:45\",\n      \"09:01:45\",\n      \"09:08:00\",\n      \"09:10:45\",\n      \"09:12:45\",\n      \"09:18:00\",\n      \"09:20:45\",\n      \"09:25:00\",\n      \"09:30:00\",\n      \"09:35:00\",\n      \"09:38:00\",\n      \"09:41:45\",\n      \"09:43:45\",\n      \"09:50:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-367,-366,-154,-2201\",\n      \"-1872\",\n      \"-1215\",\n      \"-1217\",\n      \"-1216\",\n      \"-1630\",\n      \"-1631\",\n      \"-1632\",\n      \"-1633\",\n      \"-1634\",\n      \"-2351,2331,2362,2332\",\n      \"2349,2367,2366\",\n      \"2347,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383\",\n      \"-1310,1309,-1312\",\n      \"-1675\",\n      \"-1676\",\n      \"-1677\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"ICN_610_8501026_0951\",\n    \"name\": \"ICN 610\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8500010\",\n      \"8500113\",\n      \"8500109\",\n      \"8500105\",\n      \"8500159\",\n      \"8504300\",\n      \"8504221\",\n      \"8504200\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"07:03:00\",\n      \"07:21:00\",\n      \"07:42:00\",\n      \"07:52:00\",\n      \"08:01:00\",\n      \"08:19:00\",\n      \"08:37:00\",\n      \"08:56:00\",\n      \"09:44:00\"\n    ],\n    \"arrs\": [\n      \"07:20:00\",\n      \"07:37:00\",\n      \"07:51:00\",\n      \"08:00:00\",\n      \"08:10:00\",\n      \"08:35:00\",\n      \"08:54:00\",\n      \"09:42:00\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-1324,-272,-856,-178,-177,-179,-176,-545\",\n      \"-264,-944\",\n      \"944,-32\",\n      \"-559,-558\",\n      \"-28,-27,-26,-2214,-25,-24,-16\",\n      \"-563,-562,-15,-14,-13,-12,-11,-10,-9,-577,-576\",\n      \"-554,-553,-8,-552,-551,-7,-6,-5,-4,-3,-2,-644,-645\",\n      \"-573,-572,-1,-393,-550,-549,-392,-267,-587,-391,-390,-389,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"IR_2264_8503000_0951\",\n    \"name\": \"IR 2264\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505307\",\n      \"8505305\",\n      \"8505300\",\n      \"8505214\",\n      \"8505213\",\n      \"8505209\",\n      \"8505204\",\n      \"8505201\",\n      \"8505119\",\n      \"8505114\",\n      \"8505112\",\n      \"8505007\",\n      \"8505006\",\n      \"8505004\",\n      \"8502204\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"06:11:00\",\n      \"06:20:00\",\n      \"06:37:00\",\n      \"06:58:00\",\n      \"07:06:00\",\n      \"07:18:00\",\n      \"07:40:00\",\n      \"07:58:00\",\n      \"08:08:00\",\n      \"08:34:00\",\n      \"08:42:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:13:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"06:19:00\",\n      \"06:35:00\",\n      \"06:57:45\",\n      \"07:04:00\",\n      \"07:17:45\",\n      \"07:39:00\",\n      \"07:57:00\",\n      \"08:07:45\",\n      \"08:33:00\",\n      \"08:41:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"09:06:00\",\n      \"09:27:00\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542,-541\",\n      \"-2212,-1910,-1911,-1912,-2070,-2071,-540,-2068,-2069,-539,-533\",\n      \"-2066,-2067,-532,-531,-530,-529,-2065,-2064,-528,-2063,-2062,-523\",\n      \"-522\",\n      \"-521,-2061,-2060,-520\",\n      \"-519,-2057,-1962,-2056,-2059,-2058,-2055,-1966,-1965\",\n      \"-2053,-2054,-2052,-2051,-2050,-2049,-1917,-518\",\n      \"-2047,-2046,-277\",\n      \"-517,-2045,-2044,-2043,-2042,-2041,-2048,-2035,-2036,-2040,-2039,-2038,-2037\",\n      \"-516,-515\",\n      \"-2025,-2024,-514,-2032,-2033,-2027,2031,2030,2028,-2023,-513\",\n      \"-512\",\n      \"-511,-510\",\n      \"-2022,-2021,-507,-2020,-2019,-1919,-509,-508,-388,-1918,-2018,-2017,-387,367\",\n      \"161,502,503,165,2001,2000,1999,162,1998,163,164,142,-1991,-2099,2356,2229,2270,2271,2230,2292,-2286,2291,2293\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"RE_14121_8507000_0951\",\n    \"name\": \"RE 14121\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504086\",\n      \"8504023\",\n      \"8504100\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"09:11:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"09:09:00\",\n      \"09:28:00\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2097,2098,2096\",\n      \"80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_14321_8507000_0951\",\n    \"name\": \"RE 14321\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504086\",\n      \"8504023\",\n      \"8504100\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"09:11:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"09:09:00\",\n      \"09:28:00\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2097,2098,2096\",\n      \"80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_14721_8507000_0951\",\n    \"name\": \"RE 14721\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504014\",\n      \"8504023\",\n      \"8504100\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"09:11:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"09:05:00\",\n      \"09:28:00\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"569,570,89,88,1985,2096\",\n      \"80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_2_15232_8504194_0951\",\n    \"name\": \"S 2 15232\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508207\",\n      \"8508206\",\n      \"8508205\",\n      \"8508204\",\n      \"8508203\",\n      \"8508202\",\n      \"8508201\",\n      \"8508200\",\n      \"8507003\",\n      \"8507002\",\n      \"8516161\",\n      \"8507000\",\n      \"8504108\",\n      \"8504106\",\n      \"8504105\",\n      \"8504117\",\n      \"8504104\",\n      \"8504115\",\n      \"8504103\",\n      \"8504191\",\n      \"8504192\",\n      \"8504194\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:27:00\",\n      \"09:29:00\",\n      \"09:31:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:39:00\",\n      \"09:44:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:48:45\",\n      \"08:54:00\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:17:00\",\n      \"09:22:45\",\n      \"09:24:45\",\n      \"09:26:45\",\n      \"09:28:45\",\n      \"09:30:45\",\n      \"09:32:45\",\n      \"09:37:45\",\n      \"09:38:45\",\n      \"09:41:00\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-797,-798\",\n      \"-799\",\n      \"-800\",\n      \"-802\",\n      \"-801,1279\",\n      \"1280,1278\",\n      \"1285\",\n      \"1286\",\n      \"323\",\n      \"352,356\",\n      \"1302,1303,1300\",\n      \"1301\",\n      \"324,-1363\",\n      \"-72\",\n      \"-73\",\n      \"-71\",\n      \"-68\",\n      \"-69\",\n      \"913\",\n      \"914\",\n      \"912\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_12326_8501035_0951\",\n    \"name\": \"S 3 12326\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8501303\",\n      \"8501300\",\n      \"8501203\",\n      \"8501202\",\n      \"8501201\",\n      \"8501200\",\n      \"8501124\",\n      \"8501122\",\n      \"8501121\",\n      \"8501120\",\n      \"8518452\",\n      \"8501118\",\n      \"8501045\",\n      \"8501048\",\n      \"8501047\",\n      \"8501037\",\n      \"8501036\",\n      \"8501042\",\n      \"8501035\"\n    ],\n    \"deps\": [\n      \"08:53:00\",\n      \"08:57:00\",\n      \"08:58:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:20:00\",\n      \"09:26:00\",\n      \"09:28:00\",\n      \"09:32:00\",\n      \"09:35:00\",\n      \"09:36:00\",\n      \"09:38:00\",\n      \"09:43:00\",\n      \"09:46:00\",\n      \"09:48:00\"\n    ],\n    \"arrs\": [\n      \"08:56:45\",\n      \"08:57:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:06:00\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:19:45\",\n      \"09:24:00\",\n      \"09:27:45\",\n      \"09:31:00\",\n      \"09:34:45\",\n      \"09:35:45\",\n      \"09:37:45\",\n      \"09:42:00\",\n      \"09:45:45\",\n      \"09:47:45\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-226,-224,-225\",\n      \"-110\",\n      \"-112\",\n      \"-111\",\n      \"-109\",\n      \"-581,-580,-64,-65,-66\",\n      \"-60,-61\",\n      \"-62\",\n      \"-63,-94\",\n      \"-2087\",\n      \"-116\",\n      \"-1362,-361\",\n      \"-97\",\n      \"-98\",\n      \"-96\",\n      \"-398,-397,-101\",\n      \"-102\",\n      \"-100\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_44_16428_8507100_0951\",\n    \"name\": \"S 44 16428\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508087\",\n      \"8508086\",\n      \"8508085\",\n      \"8508084\",\n      \"8508083\",\n      \"8508005\",\n      \"8508004\",\n      \"8508003\",\n      \"8516161\",\n      \"8507000\",\n      \"8507076\",\n      \"8507075\",\n      \"8507074\",\n      \"8507073\",\n      \"8507072\",\n      \"8507071\",\n      \"8507070\",\n      \"8507094\",\n      \"8507100\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:05:00\",\n      \"09:12:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:45:00\"\n    ],\n    \"arrs\": [\n      \"08:34:45\",\n      \"08:37:45\",\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:49:00\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:04:45\",\n      \"09:10:00\",\n      \"09:23:00\",\n      \"09:27:00\",\n      \"09:29:45\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:38:00\",\n      \"09:42:00\",\n      \"09:44:45\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1385\",\n      \"1389\",\n      \"1390\",\n      \"784\",\n      \"785,-431\",\n      \"431,432\",\n      \"207\",\n      \"199,1953,107,396,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-585,848,849,1252,1253,1254,1255,1256,1257\",\n      \"1258\",\n      \"1259\",\n      \"1260\",\n      \"1261\",\n      \"1262\",\n      \"1263\",\n      \"1264\",\n      \"1265,-434,-433\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_44_16528_8507100_0951\",\n    \"name\": \"S 44 16528\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508272\",\n      \"8508271\",\n      \"8508267\",\n      \"8508266\",\n      \"8508265\",\n      \"8508080\",\n      \"8508081\",\n      \"8508005\",\n      \"8508004\",\n      \"8508003\",\n      \"8516161\",\n      \"8507000\",\n      \"8507076\",\n      \"8507075\",\n      \"8507074\",\n      \"8507073\",\n      \"8507072\",\n      \"8507071\",\n      \"8507070\",\n      \"8507094\",\n      \"8507100\"\n    ],\n    \"deps\": [\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:05:00\",\n      \"09:12:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:45:00\"\n    ],\n    \"arrs\": [\n      \"08:20:45\",\n      \"08:25:00\",\n      \"08:30:45\",\n      \"08:35:00\",\n      \"08:39:45\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:04:45\",\n      \"09:10:00\",\n      \"09:23:00\",\n      \"09:27:00\",\n      \"09:29:45\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:38:00\",\n      \"09:42:00\",\n      \"09:44:45\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-804\",\n      \"-803,793\",\n      \"-793,-788\",\n      \"-787,-790\",\n      \"-789\",\n      \"-270\",\n      \"-786,-431\",\n      \"431,432\",\n      \"207\",\n      \"199,1953,107,396,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-585,848,849,1252,1253,1254,1255,1256,1257\",\n      \"1258\",\n      \"1259\",\n      \"1260\",\n      \"1261\",\n      \"1262\",\n      \"1263\",\n      \"1264\",\n      \"1265,-434,-433\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_44_16628_8507100_0951\",\n    \"name\": \"S 44 16628\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508087\",\n      \"8508086\",\n      \"8508085\",\n      \"8508084\",\n      \"8508083\",\n      \"8508005\",\n      \"8508004\",\n      \"8508003\",\n      \"8516161\",\n      \"8507000\",\n      \"8507076\",\n      \"8507075\",\n      \"8507074\",\n      \"8507073\",\n      \"8507072\",\n      \"8507071\",\n      \"8507070\",\n      \"8507094\",\n      \"8507100\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"08:58:00\",\n      \"09:05:00\",\n      \"09:12:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:45:00\"\n    ],\n    \"arrs\": [\n      \"08:34:45\",\n      \"08:37:45\",\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:49:00\",\n      \"08:53:45\",\n      \"08:57:45\",\n      \"09:04:45\",\n      \"09:10:00\",\n      \"09:23:00\",\n      \"09:27:00\",\n      \"09:29:45\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:38:00\",\n      \"09:42:00\",\n      \"09:44:45\",\n      \"09:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1385\",\n      \"1389\",\n      \"1390\",\n      \"784\",\n      \"785,-431\",\n      \"431,432\",\n      \"207\",\n      \"199,1953,107,396,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-585,848,849,1252,1253,1254,1255,1256,1257\",\n      \"1258\",\n      \"1259\",\n      \"1260\",\n      \"1261\",\n      \"1262\",\n      \"1263\",\n      \"1264\",\n      \"1265,-434,-433\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_561_8509000_0952\",\n    \"name\": \"IC 561\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8500010\",\n      \"8503000\",\n      \"8509411\",\n      \"8509002\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"07:33:00\",\n      \"08:37:00\",\n      \"09:33:00\",\n      \"09:43:00\"\n    ],\n    \"arrs\": [\n      \"08:26:00\",\n      \"09:32:00\",\n      \"09:41:00\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2245\",\n      \"-2245,-2246,-2287,2288,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,140,139,138,141,611,612,124,123,613,614,604,605,125,122,113,129,128,617,618,632,633,127,126,136,137,130,133,134,132\",\n      \"629,630,135,131\",\n      \"121,834,835\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IR_1817_8503000_0952\",\n    \"name\": \"IR 1817\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8500010\",\n      \"8500023\",\n      \"8500026\",\n      \"8502113\",\n      \"8502119\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:57:00\",\n      \"09:03:00\",\n      \"09:23:00\",\n      \"09:30:00\"\n    ],\n    \"arrs\": [\n      \"08:56:00\",\n      \"09:02:45\",\n      \"09:22:00\",\n      \"09:29:00\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347\",\n      \"-345,-348,-344\",\n      \"-566,-565,-349,-568,-567,358,357,360,359\",\n      \"-1984,-376,-424,-423\",\n      \"-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2304,2305,2306,2263,2307,2221\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_1424_8509000_0952\",\n    \"name\": \"R 1424\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509157\",\n      \"8509156\",\n      \"8509155\",\n      \"8509154\",\n      \"8509153\",\n      \"8509152\",\n      \"8509150\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:25:00\",\n      \"09:42:00\"\n    ],\n    \"arrs\": [\n      \"08:57:45\",\n      \"09:03:45\",\n      \"09:10:45\",\n      \"09:13:45\",\n      \"09:22:00\",\n      \"09:41:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1036\",\n      \"1037\",\n      \"1038\",\n      \"1039\",\n      \"1040\",\n      \"1041,-835\",\n      \"835\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_219_8501689_0952\",\n    \"name\": \"R 219\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501605\",\n      \"8501683\",\n      \"8501684\",\n      \"8501685\",\n      \"8501686\",\n      \"8501687\",\n      \"8501688\",\n      \"8501689\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:54:00\",\n      \"09:02:00\",\n      \"09:14:00\",\n      \"09:22:00\",\n      \"09:31:00\",\n      \"09:37:00\"\n    ],\n    \"arrs\": [\n      \"08:53:45\",\n      \"09:01:45\",\n      \"09:13:45\",\n      \"09:21:45\",\n      \"09:30:45\",\n      \"09:36:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1318\",\n      \"-981\",\n      \"-982\",\n      \"-983\",\n      \"-984\",\n      \"-985\",\n      \"-635\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_541_8507364_0952\",\n    \"name\": \"R 541\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8507374\",\n      \"8507361\",\n      \"8507364\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:10:00\"\n    ],\n    \"arrs\": [\n      \"09:09:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1234,1232\",\n      \"1233\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_12_19231_8506020_0952\",\n    \"name\": \"S 12 19231\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500309\",\n      \"8503503\",\n      \"8503504\",\n      \"8503505\",\n      \"8503511\",\n      \"8503506\",\n      \"8503508\",\n      \"8503512\",\n      \"8503509\",\n      \"8503001\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503147\",\n      \"8506000\",\n      \"8506016\",\n      \"8506038\",\n      \"8506036\",\n      \"8506020\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:45:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:09:00\",\n      \"09:11:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:26:00\",\n      \"09:41:00\",\n      \"09:45:00\",\n      \"09:46:00\",\n      \"09:48:00\"\n    ],\n    \"arrs\": [\n      \"08:40:00\",\n      \"08:44:45\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:59:00\",\n      \"09:01:45\",\n      \"09:03:45\",\n      \"09:07:00\",\n      \"09:10:45\",\n      \"09:16:00\",\n      \"09:20:00\",\n      \"09:25:00\",\n      \"09:39:00\",\n      \"09:44:00\",\n      \"09:45:45\",\n      \"09:47:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"591,592\",\n      \"455\",\n      \"1960\",\n      \"456\",\n      \"2002,2407,2373,2374,2375,2383,2413\",\n      \"2396,2424,2419,2420\",\n      \"2387\",\n      \"2392,2398,2402\",\n      \"2394,2426,2332\",\n      \"2349,2367,2366\",\n      \"2347,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383\",\n      \"-1310,-1311,-377,-92,-329,330,602,603\",\n      \"600,601,464\",\n      \"598,-1702\",\n      \"-1701\",\n      \"-1700\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_15_19530_8502224_0952\",\n    \"name\": \"S 15 19530\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503110\",\n      \"8503120\",\n      \"8503121\",\n      \"8503122\",\n      \"8503123\",\n      \"8503125\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503001\",\n      \"8502220\",\n      \"8502229\",\n      \"8502221\",\n      \"8502222\",\n      \"8502223\",\n      \"8502224\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:17:00\",\n      \"09:22:00\",\n      \"09:24:00\",\n      \"09:29:00\",\n      \"09:32:00\",\n      \"09:34:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:47:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:16:00\",\n      \"09:20:00\",\n      \"09:23:45\",\n      \"09:28:00\",\n      \"09:31:45\",\n      \"09:33:45\",\n      \"09:38:00\",\n      \"09:42:45\",\n      \"09:46:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-616,-1783\",\n      \"-1785\",\n      \"-1784,-1786\",\n      \"-400,-606\",\n      \"-609,1678,1679\",\n      \"1677,1676,1675,1312,-1309,1310,383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2328\",\n      \"2344\",\n      \"2348,2330,2363,2351\",\n      \"1634\",\n      \"1633\",\n      \"1632\",\n      \"1631\",\n      \"1630\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_2_12225_8504014_0952\",\n    \"name\": \"S 2 12225\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8501103\",\n      \"8501104\",\n      \"8501105\",\n      \"8501106\",\n      \"8501107\",\n      \"8501108\",\n      \"8501115\",\n      \"8501117\",\n      \"8501118\",\n      \"8501120\",\n      \"8504000\",\n      \"8504010\",\n      \"8504003\",\n      \"8504011\",\n      \"8504012\",\n      \"8504007\",\n      \"8504014\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:21:00\",\n      \"09:30:00\",\n      \"09:32:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:38:00\",\n      \"09:44:00\",\n      \"09:46:00\"\n    ],\n    \"arrs\": [\n      \"08:46:00\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:59:45\",\n      \"09:05:45\",\n      \"09:12:00\",\n      \"09:16:45\",\n      \"09:20:00\",\n      \"09:26:00\",\n      \"09:31:45\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:37:45\",\n      \"09:43:00\",\n      \"09:45:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-548,-547\",\n      \"-695\",\n      \"-696\",\n      \"-698\",\n      \"-697\",\n      \"-115,-587\",\n      \"-391,-390\",\n      \"-389,1362\",\n      \"116,2087\",\n      \"94,83\",\n      \"82\",\n      \"84\",\n      \"85\",\n      \"578,579\",\n      \"87\",\n      \"86\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_2_15233_8508207_0952\",\n    \"name\": \"S 2 15233\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504194\",\n      \"8504192\",\n      \"8504191\",\n      \"8504103\",\n      \"8504115\",\n      \"8504104\",\n      \"8504117\",\n      \"8504105\",\n      \"8504106\",\n      \"8504108\",\n      \"8507000\",\n      \"8516161\",\n      \"8507002\",\n      \"8507003\",\n      \"8508200\",\n      \"8508201\",\n      \"8508202\",\n      \"8508203\",\n      \"8508204\",\n      \"8508205\",\n      \"8508206\",\n      \"8508207\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:46:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:28:00\",\n      \"09:34:00\",\n      \"09:36:00\",\n      \"09:39:00\",\n      \"09:44:00\",\n      \"09:47:00\"\n    ],\n    \"arrs\": [\n      \"08:44:45\",\n      \"08:45:45\",\n      \"08:49:00\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:10:00\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:20:45\",\n      \"09:23:45\",\n      \"09:27:45\",\n      \"09:33:00\",\n      \"09:35:45\",\n      \"09:38:45\",\n      \"09:43:45\",\n      \"09:46:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-912\",\n      \"-914\",\n      \"-913\",\n      \"69\",\n      \"68\",\n      \"71\",\n      \"73\",\n      \"72\",\n      \"1363,-324\",\n      \"-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-352\",\n      \"-323\",\n      \"-1286\",\n      \"-1285\",\n      \"-1278,-1280\",\n      \"-1279,801\",\n      \"802\",\n      \"800\",\n      \"799\",\n      \"798,797\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_15332_8507076_0952\",\n    \"name\": \"S 3 15332\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8504300\",\n      \"8504416\",\n      \"8504441\",\n      \"8504415\",\n      \"8504414\",\n      \"8504413\",\n      \"8504412\",\n      \"8504411\",\n      \"8504410\",\n      \"8516161\",\n      \"8507000\",\n      \"8507082\",\n      \"8507079\",\n      \"8507078\",\n      \"8507093\",\n      \"8507077\",\n      \"8507092\",\n      \"8507076\"\n    ],\n    \"deps\": [\n      \"08:54:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:22:00\",\n      \"09:25:00\",\n      \"09:32:00\",\n      \"09:35:00\",\n      \"09:38:00\",\n      \"09:41:00\",\n      \"09:43:00\",\n      \"09:45:00\",\n      \"09:47:00\"\n    ],\n    \"arrs\": [\n      \"08:56:45\",\n      \"08:58:45\",\n      \"09:01:45\",\n      \"09:06:00\",\n      \"09:08:45\",\n      \"09:12:45\",\n      \"09:16:45\",\n      \"09:21:00\",\n      \"09:24:45\",\n      \"09:30:00\",\n      \"09:34:45\",\n      \"09:37:45\",\n      \"09:40:45\",\n      \"09:42:45\",\n      \"09:44:45\",\n      \"09:46:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"16,17\",\n      \"18\",\n      \"413,414\",\n      \"19\",\n      \"20\",\n      \"21\",\n      \"22\",\n      \"23,-364\",\n      \"-274,-1316,396,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-585,848\",\n      \"849,1252\",\n      \"1253\",\n      \"1254\",\n      \"1255\",\n      \"1256\",\n      \"1257\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_3_17322_8500126_0952\",\n    \"name\": \"S 3 17322\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500218\",\n      \"8500028\",\n      \"8500027\",\n      \"8500026\",\n      \"8500025\",\n      \"8500024\",\n      \"8500023\",\n      \"8500022\",\n      \"8500021\",\n      \"8500020\",\n      \"8500010\",\n      \"8500136\",\n      \"8500119\",\n      \"8500118\",\n      \"8500117\",\n      \"8500116\",\n      \"8500115\",\n      \"8500114\",\n      \"8500113\",\n      \"8500109\",\n      \"8500120\",\n      \"8500121\",\n      \"8500122\",\n      \"8500123\",\n      \"8500124\",\n      \"8500125\",\n      \"8500126\"\n    ],\n    \"deps\": [\n      \"07:48:00\",\n      \"07:54:00\",\n      \"07:59:00\",\n      \"08:03:00\",\n      \"08:05:00\",\n      \"08:07:00\",\n      \"08:11:00\",\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:20:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:45:00\",\n      \"08:48:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:29:00\",\n      \"09:31:00\",\n      \"09:35:00\",\n      \"09:39:00\",\n      \"09:45:00\"\n    ],\n    \"arrs\": [\n      \"07:53:45\",\n      \"07:58:45\",\n      \"08:02:00\",\n      \"08:04:45\",\n      \"08:06:45\",\n      \"08:10:00\",\n      \"08:12:45\",\n      \"08:16:45\",\n      \"08:19:45\",\n      \"08:26:00\",\n      \"08:39:00\",\n      \"08:41:45\",\n      \"08:44:45\",\n      \"08:47:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:17:00\",\n      \"09:25:45\",\n      \"09:28:00\",\n      \"09:30:45\",\n      \"09:34:45\",\n      \"09:38:45\",\n      \"09:44:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-350,567,568\",\n      \"349\",\n      \"565,566\",\n      \"344\",\n      \"348\",\n      \"345\",\n      \"347\",\n      \"368,369\",\n      \"346\",\n      \"403,404,584\",\n      \"-584,-1324\",\n      \"-272\",\n      \"-856\",\n      \"-178\",\n      \"-177\",\n      \"-179\",\n      \"-176\",\n      \"-545\",\n      \"-264,-944\",\n      \"-943\",\n      \"-942\",\n      \"-941\",\n      \"-940\",\n      \"936\",\n      \"937\",\n      \"935,930\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_41_19836_8014474_0952\",\n    \"name\": \"S 41 19836\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506000\",\n      \"8506044\",\n      \"8506043\",\n      \"8506042\",\n      \"8506041\",\n      \"8503400\",\n      \"8503402\",\n      \"8503405\",\n      \"8503413\",\n      \"8503415\",\n      \"8503414\",\n      \"8503408\",\n      \"8503409\",\n      \"8503410\",\n      \"8503411\",\n      \"8500329\",\n      \"8014474\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:27:00\",\n      \"09:29:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:38:00\",\n      \"09:46:00\"\n    ],\n    \"arrs\": [\n      \"08:38:00\",\n      \"08:40:45\",\n      \"08:45:00\",\n      \"08:50:00\",\n      \"08:55:00\",\n      \"09:11:45\",\n      \"09:14:45\",\n      \"09:20:00\",\n      \"09:23:45\",\n      \"09:26:45\",\n      \"09:28:45\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:37:45\",\n      \"09:41:00\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-603,-1684\",\n      \"-1683\",\n      \"-1682\",\n      \"-1681\",\n      \"-1680\",\n      \"-460,-461\",\n      \"-594,-1598\",\n      \"-1597\",\n      \"-1596\",\n      \"-1595\",\n      \"-1594\",\n      \"-1593\",\n      \"-1591\",\n      \"-1590\",\n      \"-1361\",\n      \"1987\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_18731_8503110_0952\",\n    \"name\": \"S 7 18731\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506000\",\n      \"8503304\",\n      \"8503305\",\n      \"8503307\",\n      \"8503308\",\n      \"8503309\",\n      \"8503340\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503104\",\n      \"8503105\",\n      \"8503106\",\n      \"8503107\",\n      \"8503108\",\n      \"8503109\",\n      \"8503112\",\n      \"8503110\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:29:00\",\n      \"09:32:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:40:00\",\n      \"09:46:00\",\n      \"09:48:00\"\n    ],\n    \"arrs\": [\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:50:45\",\n      \"08:54:45\",\n      \"08:55:45\",\n      \"08:57:45\",\n      \"09:02:00\",\n      \"09:05:45\",\n      \"09:10:00\",\n      \"09:14:00\",\n      \"09:27:00\",\n      \"09:31:45\",\n      \"09:32:45\",\n      \"09:37:00\",\n      \"09:39:45\",\n      \"09:44:00\",\n      \"09:47:45\",\n      \"09:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-603,-602\",\n      \"-330\",\n      \"329,91\",\n      \"90,108,-2120,2118\",\n      \"2168,-2166\",\n      \"-2121,2122,2126\",\n      \"2165,2124,2131,2130,2123,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,385,1994,1647,1669,1670,1671,1672,1673,1674\",\n      \"1884\",\n      \"1745\",\n      \"1885\",\n      \"1886\",\n      \"1887\",\n      \"1888\",\n      \"1889\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_10766_8503000_0953\",\n    \"name\": \"IC 10766\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8509000\",\n      \"8509002\",\n      \"8509411\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:38:00\",\n      \"08:48:00\",\n      \"08:58:00\"\n    ],\n    \"arrs\": [\n      \"08:46:00\",\n      \"08:56:00\",\n      \"09:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-835,-834,-121\",\n      \"-131,-135,-630,-629\",\n      \"-132,-134,-133,-130,-137,-136,-126,-127,-633,-632,-618,-617,-128,-129,-113,-122,-125,-605,-604,-614,-613,-123,-124,-612,-611,-141,-138,-139,-140,142,-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IC_711_8506302_0953\",\n    \"name\": \"IC 711\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501008\",\n      \"8501120\",\n      \"8504100\",\n      \"8507000\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506206\",\n      \"8506208\",\n      \"8506209\",\n      \"8506210\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"05:45:00\",\n      \"06:20:00\",\n      \"07:04:00\",\n      \"07:32:00\",\n      \"08:39:00\",\n      \"08:52:00\",\n      \"09:07:00\",\n      \"09:25:00\",\n      \"09:33:00\",\n      \"09:39:00\",\n      \"09:45:00\"\n    ],\n    \"arrs\": [\n      \"06:18:00\",\n      \"07:03:00\",\n      \"07:26:00\",\n      \"08:28:00\",\n      \"08:50:00\",\n      \"09:05:00\",\n      \"09:24:00\",\n      \"09:32:00\",\n      \"09:38:00\",\n      \"09:43:00\",\n      \"09:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087\",\n      \"94,83,82,84,85,578,579,87,86,569,570,89,88,1985,2096,80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2244\",\n      \"-2244,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,372,378,379,332,334,333,331,335,342,337,336\",\n      \"621,622,341,338\",\n      \"339\",\n      \"623,624\",\n      \"340,343,619,620\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IC_768_8500010_0953\",\n    \"name\": \"IC 768\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8503000\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"09:00:00\"\n    ],\n    \"arrs\": [\n      \"09:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"ICN_617_8500010_0953\",\n    \"name\": \"ICN 617\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8504200\",\n      \"8504221\",\n      \"8504300\",\n      \"8500159\",\n      \"8500105\",\n      \"8500109\",\n      \"8500113\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"07:05:00\",\n      \"07:14:00\",\n      \"07:27:00\",\n      \"07:41:00\",\n      \"08:04:00\",\n      \"08:24:00\",\n      \"08:49:00\",\n      \"09:00:00\",\n      \"09:08:00\",\n      \"09:23:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"07:12:00\",\n      \"07:26:00\",\n      \"07:40:00\",\n      \"08:02:00\",\n      \"08:22:00\",\n      \"08:41:00\",\n      \"08:59:00\",\n      \"09:07:00\",\n      \"09:18:00\",\n      \"09:34:00\",\n      \"09:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,389,390,391,587,267,392,549,550,393,1,572,573\",\n      \"645,644,2,3,4,5,6,7,551,552,8,553,554\",\n      \"576,577,9,10,11,12,13,14,15,562,563\",\n      \"16,24,25,2214,26,27,28\",\n      \"558,559\",\n      \"32,-944\",\n      \"944,264\",\n      \"545,176,179,177,178,856,272,1324,584\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"S_10_25112_8505209_0953\",\n    \"name\": \"S 10 25112\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505307\",\n      \"8505306\",\n      \"8505305\",\n      \"8518475\",\n      \"8505304\",\n      \"8505303\",\n      \"8505302\",\n      \"8505301\",\n      \"8505300\",\n      \"8505219\",\n      \"8505218\",\n      \"8505217\",\n      \"8505216\",\n      \"8505214\",\n      \"8505213\",\n      \"8505212\",\n      \"8505209\"\n    ],\n    \"deps\": [\n      \"08:28:00\",\n      \"08:31:00\",\n      \"08:36:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:48:00\",\n      \"08:52:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:08:00\",\n      \"09:13:00\",\n      \"09:24:00\",\n      \"09:39:00\",\n      \"09:43:00\"\n    ],\n    \"arrs\": [\n      \"08:30:45\",\n      \"08:35:00\",\n      \"08:36:45\",\n      \"08:39:45\",\n      \"08:44:00\",\n      \"08:47:45\",\n      \"08:51:45\",\n      \"08:56:00\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:07:45\",\n      \"09:12:45\",\n      \"09:23:00\",\n      \"09:27:00\",\n      \"09:42:45\",\n      \"09:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542\",\n      \"-541\",\n      \"-2212\",\n      \"-1910\",\n      \"-1911,-1912\",\n      \"-2070,-2071,-540\",\n      \"-2068,-2069,-539\",\n      \"-533\",\n      \"-2066,-2067,-532\",\n      \"-531\",\n      \"-530\",\n      \"-529\",\n      \"-2065,-2064,-528,-2063,-2062,-523\",\n      \"-522\",\n      \"-521\",\n      \"-2061,-2060,-520\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_12_19230_8500309_0953\",\n    \"name\": \"S 12 19230\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506002\",\n      \"8506001\",\n      \"8506000\",\n      \"8503147\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503001\",\n      \"8503509\",\n      \"8503512\",\n      \"8503508\",\n      \"8503506\",\n      \"8503511\",\n      \"8503505\",\n      \"8503504\",\n      \"8503503\",\n      \"8500309\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:52:00\",\n      \"09:03:00\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:21:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:30:00\",\n      \"09:34:00\",\n      \"09:36:00\",\n      \"09:40:00\",\n      \"09:43:00\",\n      \"09:48:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:50:00\",\n      \"09:02:45\",\n      \"09:07:00\",\n      \"09:11:00\",\n      \"09:15:45\",\n      \"09:20:00\",\n      \"09:22:45\",\n      \"09:25:45\",\n      \"09:29:00\",\n      \"09:33:45\",\n      \"09:35:45\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:47:00\",\n      \"09:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-380,-378\",\n      \"-372,-601,-600\",\n      \"-603,-602,-330,329,92,377,1311,1310\",\n      \"383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2328\",\n      \"2344\",\n      \"2348,2409\",\n      \"2393,2404,2399\",\n      \"2391\",\n      \"2390,2418,2417\",\n      \"2395,2382,2381,2380,2408,-2002\",\n      \"-456\",\n      \"-1960\",\n      \"-455\",\n      \"-592,-591\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_1917_8503000_0954\",\n    \"name\": \"IR 1917\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8507000\",\n      \"8500218\",\n      \"8502113\",\n      \"8500309\",\n      \"8503504\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"09:03:00\",\n      \"09:14:00\",\n      \"09:30:00\",\n      \"09:38:00\"\n    ],\n    \"arrs\": [\n      \"09:02:00\",\n      \"09:12:00\",\n      \"09:28:00\",\n      \"09:37:00\",\n      \"09:54:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362\",\n      \"-350,358,357,360,359\",\n      \"-1984,-376,394,546,453,454,371\",\n      \"591,592,455\",\n      \"1960,456,2002,2407,2373,2374,2375,2383,2413,2396,2415,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2248,2301,2311,2308,-2261,-2317,-2219\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2111_8014586_0954\",\n    \"name\": \"IR 2111\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8504300\",\n      \"8500202\",\n      \"8500207\",\n      \"8500212\",\n      \"8500218\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506100\",\n      \"8506105\",\n      \"8506131\",\n      \"8014586\"\n    ],\n    \"deps\": [\n      \"07:15:00\",\n      \"07:25:00\",\n      \"07:33:00\",\n      \"07:45:00\",\n      \"07:59:00\",\n      \"08:37:00\",\n      \"08:48:00\",\n      \"09:05:00\",\n      \"09:17:00\",\n      \"09:30:00\",\n      \"09:51:00\"\n    ],\n    \"arrs\": [\n      \"07:24:00\",\n      \"07:32:00\",\n      \"07:44:00\",\n      \"07:57:00\",\n      \"08:30:00\",\n      \"08:46:00\",\n      \"09:03:00\",\n      \"09:16:00\",\n      \"09:28:00\",\n      \"09:50:00\",\n      \"09:54:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"16,24,25,2214,26,27,353\",\n      \"29,30,31,560,2216,561,429,430\",\n      \"33,34,35,1377,415,36,2200\",\n      \"37,38,441,442,443,444,-362\",\n      \"-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2284,2266,2273,2276,2277,2257\",\n      \"-2257,-2277,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,464,598,599,465,466,467\",\n      \"468,469,470,471,472\",\n      \"473,479,480,481,482,484,485,486\",\n      \"596,597\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2510_8501026_0954\",\n    \"name\": \"IR 2510\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8502007\",\n      \"8502001\",\n      \"8507000\",\n      \"8504100\",\n      \"8501120\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"07:00:00\",\n      \"07:18:00\",\n      \"07:32:00\",\n      \"08:04:00\",\n      \"08:26:00\",\n      \"09:12:00\",\n      \"09:47:00\"\n    ],\n    \"arrs\": [\n      \"07:17:00\",\n      \"07:31:00\",\n      \"08:00:00\",\n      \"08:25:00\",\n      \"09:10:00\",\n      \"09:45:00\",\n      \"09:54:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,500,501,2004,499,498,497,496,493,494\",\n      \"495,491,492,490,489,488,487\",\n      \"421,422,-374,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80,-2096,-1985,-88,-89,-570,-569,-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_2_18234_8503016_0954\",\n    \"name\": \"S 2 18234\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503225\",\n      \"8503221\",\n      \"8503220\",\n      \"8503211\",\n      \"8503209\",\n      \"8503207\",\n      \"8503206\",\n      \"8503204\",\n      \"8503202\",\n      \"8503010\",\n      \"8503011\",\n      \"8503000\",\n      \"8503006\",\n      \"8503016\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:08:00\",\n      \"09:12:00\",\n      \"09:18:00\",\n      \"09:24:00\",\n      \"09:29:00\",\n      \"09:36:00\",\n      \"09:37:00\",\n      \"09:44:00\",\n      \"09:49:00\"\n    ],\n    \"arrs\": [\n      \"08:56:45\",\n      \"08:59:45\",\n      \"09:01:45\",\n      \"09:07:00\",\n      \"09:11:45\",\n      \"09:17:00\",\n      \"09:23:00\",\n      \"09:28:00\",\n      \"09:35:45\",\n      \"09:36:45\",\n      \"09:42:00\",\n      \"09:48:00\",\n      \"09:54:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-618,-617,-128,-129,-113\",\n      \"-122\",\n      \"-125\",\n      \"-605,-604\",\n      \"-614,-613,-123,-124\",\n      \"-612,-611\",\n      \"-141,-138\",\n      \"-139,-140,142\",\n      \"147,143,146,1995,145\",\n      \"144,2232\",\n      \"2233,2234,2235,2360,2421,2361,2326,2324\",\n      \"-2323,-2355,2353,2354,2146\",\n      \"2155,-2141,2160,2161,2171,2173,2133,212\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_7_18730_8506000_0954\",\n    \"name\": \"S 7 18730\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503110\",\n      \"8503112\",\n      \"8503109\",\n      \"8503108\",\n      \"8503107\",\n      \"8503106\",\n      \"8503105\",\n      \"8503104\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503340\",\n      \"8503309\",\n      \"8503308\",\n      \"8503307\",\n      \"8503305\",\n      \"8503304\",\n      \"8506000\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:04:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:28:00\",\n      \"09:30:00\",\n      \"09:32:00\",\n      \"09:36:00\",\n      \"09:39:00\",\n      \"09:45:00\",\n      \"09:48:00\"\n    ],\n    \"arrs\": [\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:48:45\",\n      \"08:52:00\",\n      \"08:55:45\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:14:45\",\n      \"09:18:00\",\n      \"09:21:45\",\n      \"09:27:00\",\n      \"09:29:45\",\n      \"09:31:45\",\n      \"09:35:00\",\n      \"09:38:45\",\n      \"09:44:00\",\n      \"09:47:45\",\n      \"09:54:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1889\",\n      \"-1888\",\n      \"-1887\",\n      \"-1886\",\n      \"-1885\",\n      \"-1745\",\n      \"-1884\",\n      \"-1674,-1673,-1672,-1671,-1670,-1669,-1647,-1994,-385,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2116,2128,2125\",\n      \"2164,2127,2121\",\n      \"2166,2119\",\n      \"2167,2120,-108,-90\",\n      \"-91,-329\",\n      \"330\",\n      \"602,603\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_2166_8500010_0955\",\n    \"name\": \"IR 2166\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505213\",\n      \"8505209\",\n      \"8505204\",\n      \"8505201\",\n      \"8505119\",\n      \"8505114\",\n      \"8505112\",\n      \"8505007\",\n      \"8505006\",\n      \"8505004\",\n      \"8505000\",\n      \"8500218\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"06:06:00\",\n      \"06:18:00\",\n      \"06:40:00\",\n      \"06:58:00\",\n      \"07:08:00\",\n      \"07:34:00\",\n      \"07:42:00\",\n      \"07:54:00\",\n      \"07:58:00\",\n      \"08:14:00\",\n      \"08:54:00\",\n      \"09:30:00\"\n    ],\n    \"arrs\": [\n      \"06:17:45\",\n      \"06:39:00\",\n      \"06:57:00\",\n      \"07:07:45\",\n      \"07:33:00\",\n      \"07:41:00\",\n      \"07:53:00\",\n      \"07:57:00\",\n      \"08:06:00\",\n      \"08:41:00\",\n      \"09:27:00\",\n      \"09:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-521,-2061,-2060,-520\",\n      \"-519,-2057,-1962,-2056,-2059,-2058,-2055,-1966,-1965\",\n      \"-2053,-2054,-2052,-2051,-2050,-2049,-1917,-518\",\n      \"-2047,-2046,-277\",\n      \"-517,-2045,-2044,-2043,-2042,-2041,-2048,-2035,-2036,-2040,-2039,-2038,-2037\",\n      \"-516,-515\",\n      \"-2025,-2024,-514,-2032,-2033,-2027,2031,2030,2028,-2023,-513\",\n      \"-512\",\n      \"-511,-510\",\n      \"-506,-440,1848,1849,1850,1851,1329,1330,-534,148\",\n      \"-148,534,535,419,500,501,2004,499,498,497,496,493,494,495,491,492,490,489,488,487,421,422,375,196,-363,-362\",\n      \"-350,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2211_8505000_0955\",\n    \"name\": \"IR 2211\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8507492\",\n      \"8508305\",\n      \"8508308\",\n      \"8508309\",\n      \"8508310\",\n      \"8508311\",\n      \"8508312\",\n      \"8508313\",\n      \"8508314\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:04:00\",\n      \"08:25:00\",\n      \"08:41:00\",\n      \"08:53:00\",\n      \"09:05:00\",\n      \"09:11:00\",\n      \"09:22:00\",\n      \"09:29:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"08:21:00\",\n      \"08:36:00\",\n      \"08:52:00\",\n      \"09:04:00\",\n      \"09:10:00\",\n      \"09:19:00\",\n      \"09:28:00\",\n      \"09:32:00\",\n      \"09:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-252,-247,-250,-544,-543,-251\",\n      \"-248,-249,242\",\n      \"-242,-49\",\n      \"-58\",\n      \"-50\",\n      \"-57\",\n      \"-51,-52\",\n      \"-56\",\n      \"-53,-55,-54,-153,-149,-152,-150,-2205,2204,2202,-151,148\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2212_8507492_0955\",\n    \"name\": \"IR 2212\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8508314\",\n      \"8508313\",\n      \"8508312\",\n      \"8508311\",\n      \"8508310\",\n      \"8508309\",\n      \"8508308\",\n      \"8508305\",\n      \"8507492\"\n    ],\n    \"deps\": [\n      \"08:05:00\",\n      \"08:24:00\",\n      \"08:28:00\",\n      \"08:38:00\",\n      \"08:45:00\",\n      \"08:52:00\",\n      \"09:04:00\",\n      \"09:22:00\",\n      \"09:35:00\"\n    ],\n    \"arrs\": [\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:35:00\",\n      \"08:44:45\",\n      \"08:51:00\",\n      \"09:03:00\",\n      \"09:17:00\",\n      \"09:32:00\",\n      \"09:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,151,-2202,-2204,2205,150,152,149,153,54,55,53\",\n      \"56\",\n      \"52,51\",\n      \"57\",\n      \"50\",\n      \"58\",\n      \"49,242\",\n      \"-242,249,248\",\n      \"251,543,544,250,247,252\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_16_19628_8014490_0955\",\n    \"name\": \"S 16 19628\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503103\",\n      \"8503111\",\n      \"8503102\",\n      \"8503101\",\n      \"8503141\",\n      \"8503100\",\n      \"8503004\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503016\",\n      \"8503307\",\n      \"8503305\",\n      \"8506000\",\n      \"8506047\",\n      \"8503423\",\n      \"8503424\",\n      \"8014490\"\n    ],\n    \"deps\": [\n      \"08:25:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:09:00\",\n      \"09:19:00\",\n      \"09:30:00\",\n      \"09:42:00\",\n      \"09:48:00\"\n    ],\n    \"arrs\": [\n      \"08:26:45\",\n      \"08:28:45\",\n      \"08:31:00\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:37:45\",\n      \"08:41:00\",\n      \"08:45:00\",\n      \"08:48:45\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:02:45\",\n      \"09:08:00\",\n      \"09:17:00\",\n      \"09:29:00\",\n      \"09:41:45\",\n      \"09:46:00\",\n      \"09:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1673\",\n      \"-1672\",\n      \"-1671\",\n      \"-1670\",\n      \"-1669\",\n      \"-1647\",\n      \"-1994,-385,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2116,2129,-2131,2132,2161,2171,2173,2133,212\",\n      \"211,1996,-90\",\n      \"-91,-329\",\n      \"330,602,603\",\n      \"600,-1685,-1686,-1687\",\n      \"-1688,-1689,-1552,-1551,-483\",\n      \"-1334,-1333\",\n      \"1332,-1542,-1541\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_23_6735_8503504_0955\",\n    \"name\": \"S 23 6735\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508100\",\n      \"8508101\",\n      \"8508102\",\n      \"8508103\",\n      \"8502000\",\n      \"8500218\",\n      \"8502110\",\n      \"8502111\",\n      \"8502112\",\n      \"8502113\",\n      \"8502114\",\n      \"8502119\",\n      \"8502105\",\n      \"8502247\",\n      \"8502237\",\n      \"8500309\",\n      \"8503503\",\n      \"8503504\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:19:00\",\n      \"09:23:00\",\n      \"09:27:00\",\n      \"09:34:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:45:00\",\n      \"09:50:00\"\n    ],\n    \"arrs\": [\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:55:00\",\n      \"08:58:45\",\n      \"09:03:00\",\n      \"09:07:45\",\n      \"09:11:00\",\n      \"09:13:45\",\n      \"09:18:00\",\n      \"09:22:45\",\n      \"09:26:45\",\n      \"09:32:00\",\n      \"09:36:45\",\n      \"09:39:00\",\n      \"09:44:00\",\n      \"09:49:00\",\n      \"09:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-201,-202\",\n      \"-205\",\n      \"-204,-1957\",\n      \"-203,374,375\",\n      \"196,-363,-362\",\n      \"-350,358\",\n      \"357\",\n      \"360\",\n      \"359\",\n      \"-1984\",\n      \"-376,-424,-423\",\n      \"-426,-425\",\n      \"-210,209\",\n      \"208\",\n      \"370,371\",\n      \"591,592\",\n      \"455\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_8_18830_8506105_0955\",\n    \"name\": \"S 8 18830\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503209\",\n      \"8503210\",\n      \"8503208\",\n      \"8503207\",\n      \"8503206\",\n      \"8503205\",\n      \"8503204\",\n      \"8503203\",\n      \"8503202\",\n      \"8503201\",\n      \"8503200\",\n      \"8503009\",\n      \"8503010\",\n      \"8503011\",\n      \"8503000\",\n      \"8503006\",\n      \"8503129\",\n      \"8503306\",\n      \"8503305\",\n      \"8506000\",\n      \"8506016\",\n      \"8506017\",\n      \"8506018\",\n      \"8506019\",\n      \"8506100\",\n      \"8506101\",\n      \"8506102\",\n      \"8506103\",\n      \"8506104\",\n      \"8506105\"\n    ],\n    \"deps\": [\n      \"08:10:00\",\n      \"08:12:00\",\n      \"08:14:00\",\n      \"08:16:00\",\n      \"08:22:00\",\n      \"08:24:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:35:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:47:00\",\n      \"08:48:00\",\n      \"08:55:00\",\n      \"09:00:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:12:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:26:00\",\n      \"09:29:00\",\n      \"09:32:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:42:00\",\n      \"09:46:00\",\n      \"09:50:00\"\n    ],\n    \"arrs\": [\n      \"08:11:45\",\n      \"08:13:45\",\n      \"08:15:45\",\n      \"08:21:00\",\n      \"08:23:45\",\n      \"08:28:45\",\n      \"08:30:45\",\n      \"08:34:45\",\n      \"08:35:45\",\n      \"08:38:45\",\n      \"08:40:45\",\n      \"08:46:00\",\n      \"08:47:45\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:11:00\",\n      \"09:19:00\",\n      \"09:23:45\",\n      \"09:25:45\",\n      \"09:28:45\",\n      \"09:31:45\",\n      \"09:36:00\",\n      \"09:39:45\",\n      \"09:41:45\",\n      \"09:45:45\",\n      \"09:49:45\",\n      \"09:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-614,-613\",\n      \"-123\",\n      \"-124\",\n      \"-612,-611\",\n      \"-141\",\n      \"-138\",\n      \"-139\",\n      \"-140,142\",\n      \"147\",\n      \"143\",\n      \"146\",\n      \"1995,145\",\n      \"144,2232\",\n      \"2233,2234,2235,2360,2421,2361,2326,2324\",\n      \"-2323,-2355,2353,2354,2147\",\n      \"2157\",\n      \"2169,2150,-610,-377\",\n      \"-92,-329\",\n      \"330,602,603\",\n      \"600,601,464\",\n      \"598,599\",\n      \"465\",\n      \"466\",\n      \"467\",\n      \"468\",\n      \"469\",\n      \"470\",\n      \"471\",\n      \"472\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"VAE_2415_8506302_0955\",\n    \"name\": \"VAE 2415\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8517336\",\n      \"8505018\",\n      \"8505002\",\n      \"8505004\",\n      \"8503282\",\n      \"8503284\",\n      \"8503209\",\n      \"8503110\",\n      \"8503115\",\n      \"8503116\",\n      \"8506200\",\n      \"8506290\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"07:40:00\",\n      \"07:46:00\",\n      \"07:49:00\",\n      \"07:58:00\",\n      \"08:14:00\",\n      \"08:28:00\",\n      \"08:37:00\",\n      \"08:54:00\",\n      \"09:03:00\",\n      \"09:11:00\",\n      \"09:16:00\",\n      \"09:28:00\",\n      \"09:47:00\"\n    ],\n    \"arrs\": [\n      \"07:45:45\",\n      \"07:48:45\",\n      \"07:57:45\",\n      \"08:11:00\",\n      \"08:27:45\",\n      \"08:36:00\",\n      \"08:53:00\",\n      \"08:59:00\",\n      \"09:10:00\",\n      \"09:15:00\",\n      \"09:27:00\",\n      \"09:46:00\",\n      \"09:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,-1330\",\n      \"-1329\",\n      \"-1851,-1850,-1849\",\n      \"-1848,440,506\",\n      \"-1870,-1871,-1873,-1874\",\n      \"-1875,-1649,-1876\",\n      \"-1877,-1881,-1880,1878,1899,1900,1898,1897,614\",\n      \"604,-1890,-1032\",\n      \"-616,1782,1891\",\n      \"1892\",\n      \"1825,1893,1765\",\n      \"1766,1769,1770,1771,1763,1757,631\",\n      \"1103,1104,1100,620\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2067_8503016_0956\",\n    \"name\": \"IR 2067\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8500010\",\n      \"8500301\",\n      \"8500305\",\n      \"8500309\",\n      \"8503504\",\n      \"8503508\",\n      \"8503001\",\n      \"8503006\",\n      \"8503016\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:51:00\",\n      \"09:04:00\",\n      \"09:20:00\",\n      \"09:29:00\",\n      \"09:37:00\",\n      \"09:43:00\",\n      \"09:51:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"09:03:45\",\n      \"09:19:00\",\n      \"09:27:00\",\n      \"09:36:00\",\n      \"09:42:00\",\n      \"09:50:00\",\n      \"09:56:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,445,1921,446,1973\",\n      \"447,448,449,450,451,452\",\n      \"1945,371\",\n      \"591,592,455\",\n      \"1960,456,2002,2407,2373,2374,2375,2383,2413,2396,2415,2423,2371,2370\",\n      \"2388,2397,2403,2427\",\n      \"2350,2338,-2336,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2116,2129,-2131,2132,2161,2171,2173,2133,212\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"R_1921_8509255_0956\",\n    \"name\": \"R 1921\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509268\",\n      \"8509267\",\n      \"8509266\",\n      \"8509265\",\n      \"8509264\",\n      \"8509269\",\n      \"8509263\",\n      \"8509262\",\n      \"8509260\",\n      \"8509259\",\n      \"8509258\",\n      \"8509257\",\n      \"8509256\",\n      \"8509250\",\n      \"8509251\",\n      \"8509254\",\n      \"8509255\"\n    ],\n    \"deps\": [\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:56:00\",\n      \"08:58:00\",\n      \"09:08:00\",\n      \"09:18:00\",\n      \"09:23:00\",\n      \"09:27:00\",\n      \"09:29:00\",\n      \"09:32:00\",\n      \"09:37:00\",\n      \"09:49:00\",\n      \"09:52:00\"\n    ],\n    \"arrs\": [\n      \"08:35:45\",\n      \"08:41:45\",\n      \"08:46:45\",\n      \"08:50:45\",\n      \"08:54:00\",\n      \"08:57:45\",\n      \"09:06:00\",\n      \"09:17:45\",\n      \"09:22:45\",\n      \"09:26:45\",\n      \"09:28:45\",\n      \"09:31:45\",\n      \"09:36:45\",\n      \"09:42:00\",\n      \"09:51:45\",\n      \"09:56:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1521\",\n      \"-1520\",\n      \"-1519\",\n      \"-1518\",\n      \"-1517\",\n      \"-1516\",\n      \"-1515\",\n      \"-1514\",\n      \"-1980\",\n      \"-1513\",\n      \"-1512\",\n      \"-1511\",\n      \"-1510,1483\",\n      \"1488\",\n      \"1489,-1487\",\n      \"-1486\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_1025_8509073_0956\",\n    \"name\": \"RE 1025\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509002\",\n      \"8509059\",\n      \"8509060\",\n      \"8509064\",\n      \"8509068\",\n      \"8509072\",\n      \"8509073\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:10:00\",\n      \"09:29:00\",\n      \"09:50:00\"\n    ],\n    \"arrs\": [\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:09:00\",\n      \"09:24:00\",\n      \"09:49:45\",\n      \"09:56:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1053,1054,1052\",\n      \"1051\",\n      \"1050,1048,1049,1047\",\n      \"1046,1045,1524\",\n      \"1525,1522,1523,1526,1527\",\n      \"1528\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_8_23829_8503424_0956\",\n    \"name\": \"S 8 23829\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506299\",\n      \"8506298\",\n      \"8506297\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506393\",\n      \"8506394\",\n      \"8506395\",\n      \"8506396\",\n      \"8506397\",\n      \"8506398\",\n      \"8506121\",\n      \"8506122\",\n      \"8506123\",\n      \"8506124\",\n      \"8506125\",\n      \"8588122\",\n      \"8506143\",\n      \"8506126\",\n      \"8506127\",\n      \"8506119\",\n      \"8506128\",\n      \"8506131\",\n      \"8506132\",\n      \"8506118\",\n      \"8506133\",\n      \"8506134\",\n      \"8506135\",\n      \"8506136\",\n      \"8506137\",\n      \"8506138\",\n      \"8506139\",\n      \"8506025\",\n      \"8503429\",\n      \"8503428\",\n      \"8506148\",\n      \"8503427\",\n      \"8503426\",\n      \"8503425\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"07:13:00\",\n      \"07:17:00\",\n      \"07:22:00\",\n      \"07:29:00\",\n      \"07:32:00\",\n      \"07:36:00\",\n      \"07:39:00\",\n      \"07:45:00\",\n      \"07:48:00\",\n      \"07:54:00\",\n      \"07:59:00\",\n      \"08:04:00\",\n      \"08:07:00\",\n      \"08:11:00\",\n      \"08:13:00\",\n      \"08:16:00\",\n      \"08:18:00\",\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:32:00\",\n      \"08:35:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:46:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:30:00\",\n      \"09:32:00\",\n      \"09:35:00\",\n      \"09:42:00\",\n      \"09:44:00\",\n      \"09:47:00\",\n      \"09:49:00\",\n      \"09:52:00\"\n    ],\n    \"arrs\": [\n      \"07:16:45\",\n      \"07:21:45\",\n      \"07:28:45\",\n      \"07:31:45\",\n      \"07:35:45\",\n      \"07:38:45\",\n      \"07:44:45\",\n      \"07:47:45\",\n      \"07:53:00\",\n      \"07:58:00\",\n      \"08:03:00\",\n      \"08:06:45\",\n      \"08:10:00\",\n      \"08:12:45\",\n      \"08:15:45\",\n      \"08:17:45\",\n      \"08:19:45\",\n      \"08:21:45\",\n      \"08:30:00\",\n      \"08:34:45\",\n      \"08:35:45\",\n      \"08:38:45\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:45:45\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:56:00\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:14:45\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:28:00\",\n      \"09:31:45\",\n      \"09:34:45\",\n      \"09:41:00\",\n      \"09:43:45\",\n      \"09:46:00\",\n      \"09:48:45\",\n      \"09:51:00\",\n      \"09:56:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1767\",\n      \"1768\",\n      \"1764,2199,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"1314\",\n      \"-1750\",\n      \"-1751\",\n      \"-1752\",\n      \"-1753\",\n      \"-1754\",\n      \"-1532,-626,625\",\n      \"-1726\",\n      \"-1725\",\n      \"-1724\",\n      \"-1723\",\n      \"-1722\",\n      \"-1721\",\n      \"-1720\",\n      \"-1719\",\n      \"-1718\",\n      \"-538\",\n      \"-1717,-596\",\n      \"-1716\",\n      \"-1715\",\n      \"-1714\",\n      \"-1713\",\n      \"-1712\",\n      \"-1711\",\n      \"-1710\",\n      \"-1709\",\n      \"-1708\",\n      \"-1707\",\n      \"-1706,-1695\",\n      \"-1694\",\n      \"-1693\",\n      \"-1692\",\n      \"-1691\",\n      \"-1690\",\n      \"-1331,-1332\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_961_8507492_0957\",\n    \"name\": \"IC 961\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8500010\",\n      \"8500023\",\n      \"8500218\",\n      \"8507000\",\n      \"8507100\",\n      \"8507483\",\n      \"8507493\",\n      \"8507492\"\n    ],\n    \"deps\": [\n      \"07:59:00\",\n      \"08:09:00\",\n      \"08:29:00\",\n      \"09:04:00\",\n      \"09:22:00\",\n      \"09:33:00\",\n      \"09:52:00\"\n    ],\n    \"arrs\": [\n      \"08:08:00\",\n      \"08:25:00\",\n      \"08:56:00\",\n      \"09:21:00\",\n      \"09:31:00\",\n      \"09:51:00\",\n      \"09:57:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347\",\n      \"-345,-348,-344,-566,-565,-349,-568,-567,350\",\n      \"362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,-243,-245,-244,-246\",\n      \"-253\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_14525_8504200_0957\",\n    \"name\": \"R 14525\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8504023\",\n      \"8504024\",\n      \"8504025\",\n      \"8504026\",\n      \"8504027\",\n      \"8504028\",\n      \"8504029\",\n      \"8504030\",\n      \"8504100\",\n      \"8504139\",\n      \"8504138\",\n      \"8504137\",\n      \"8504136\",\n      \"8504135\",\n      \"8504134\",\n      \"8504133\",\n      \"8504132\",\n      \"8504131\",\n      \"8504130\",\n      \"8504144\",\n      \"8504200\"\n    ],\n    \"deps\": [\n      \"08:26:00\",\n      \"08:29:00\",\n      \"08:34:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"09:03:00\",\n      \"09:08:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:21:00\",\n      \"09:23:00\",\n      \"09:31:00\",\n      \"09:34:00\",\n      \"09:40:00\",\n      \"09:44:00\",\n      \"09:48:00\",\n      \"09:52:00\"\n    ],\n    \"arrs\": [\n      \"08:28:45\",\n      \"08:33:00\",\n      \"08:35:45\",\n      \"08:38:45\",\n      \"08:42:00\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:53:00\",\n      \"09:07:45\",\n      \"09:12:00\",\n      \"09:16:45\",\n      \"09:20:45\",\n      \"09:22:45\",\n      \"09:29:00\",\n      \"09:33:45\",\n      \"09:39:00\",\n      \"09:43:45\",\n      \"09:47:45\",\n      \"09:51:45\",\n      \"09:57:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"80\",\n      \"81\",\n      \"74\",\n      \"79\",\n      \"75\",\n      \"78\",\n      \"76\",\n      \"77\",\n      \"574,-1151,-1150,-1149\",\n      \"-41\",\n      \"-1147\",\n      \"-1146\",\n      \"-1145\",\n      \"-1144,-114\",\n      \"-571,1128\",\n      \"1129\",\n      \"1130\",\n      \"1131\",\n      \"1132\",\n      \"1133,573\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_4409_8501609_0957\",\n    \"name\": \"R 4409\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501426\",\n      \"8501425\",\n      \"8501424\",\n      \"8501423\",\n      \"8501422\",\n      \"8501421\",\n      \"8501420\",\n      \"8501403\",\n      \"8501404\",\n      \"8501405\",\n      \"8501500\",\n      \"8501501\",\n      \"8501502\",\n      \"8501503\",\n      \"8501505\",\n      \"8501510\",\n      \"8501506\",\n      \"8501509\",\n      \"8501600\",\n      \"8501601\",\n      \"8501602\",\n      \"8501603\",\n      \"8501604\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"08:01:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:09:00\",\n      \"08:12:00\",\n      \"08:19:00\",\n      \"08:21:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:16:00\",\n      \"09:26:00\",\n      \"09:29:00\",\n      \"09:34:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:43:00\",\n      \"09:50:00\"\n    ],\n    \"arrs\": [\n      \"08:02:45\",\n      \"08:05:45\",\n      \"08:08:45\",\n      \"08:11:45\",\n      \"08:18:00\",\n      \"08:20:45\",\n      \"08:26:00\",\n      \"08:37:00\",\n      \"08:39:45\",\n      \"08:45:00\",\n      \"08:48:45\",\n      \"08:53:00\",\n      \"08:56:45\",\n      \"09:00:45\",\n      \"09:02:45\",\n      \"09:08:00\",\n      \"09:25:00\",\n      \"09:28:45\",\n      \"09:33:00\",\n      \"09:36:45\",\n      \"09:39:45\",\n      \"09:42:45\",\n      \"09:49:00\",\n      \"09:57:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-739\",\n      \"-740\",\n      \"-742\",\n      \"-741\",\n      \"953\",\n      \"954\",\n      \"952,409\",\n      \"222\",\n      \"220\",\n      \"1944\",\n      \"411,412\",\n      \"228\",\n      \"237\",\n      \"232,233\",\n      \"236\",\n      \"234\",\n      \"235,231\",\n      \"229\",\n      \"230\",\n      \"238\",\n      \"239\",\n      \"240\",\n      \"1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_3163_8507290_0957\",\n    \"name\": \"RE 3163\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8507006\",\n      \"8507100\",\n      \"8507483\",\n      \"8507299\",\n      \"8507288\",\n      \"8507298\",\n      \"8507287\",\n      \"8507297\",\n      \"8507296\",\n      \"8507286\",\n      \"8507295\",\n      \"8507294\",\n      \"8507293\",\n      \"8507284\",\n      \"8507292\",\n      \"8507291\",\n      \"8507281\",\n      \"8507290\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:49:00\",\n      \"09:01:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:22:00\",\n      \"09:23:00\",\n      \"09:29:00\",\n      \"09:31:00\",\n      \"09:34:00\",\n      \"09:36:00\",\n      \"09:40:00\",\n      \"09:42:00\",\n      \"09:46:00\",\n      \"09:48:00\",\n      \"09:52:00\"\n    ],\n    \"arrs\": [\n      \"08:48:00\",\n      \"08:59:00\",\n      \"09:10:00\",\n      \"09:14:45\",\n      \"09:15:45\",\n      \"09:18:00\",\n      \"09:21:45\",\n      \"09:22:45\",\n      \"09:28:00\",\n      \"09:30:45\",\n      \"09:33:45\",\n      \"09:35:45\",\n      \"09:39:45\",\n      \"09:41:45\",\n      \"09:45:45\",\n      \"09:47:45\",\n      \"09:51:45\",\n      \"09:57:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317\",\n      \"-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"-255,312,313\",\n      \"311\",\n      \"314\",\n      \"310\",\n      \"315\",\n      \"309\",\n      \"316\",\n      \"256\",\n      \"308\",\n      \"281\",\n      \"280\",\n      \"282\",\n      \"279\",\n      \"287\",\n      \"288\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3427_8500207_0957\",\n    \"name\": \"RE 3427\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507100\",\n      \"8508251\",\n      \"8508252\",\n      \"8508253\",\n      \"8508255\",\n      \"8508202\",\n      \"8508260\",\n      \"8508261\",\n      \"8508262\",\n      \"8508265\",\n      \"8508080\",\n      \"8508081\",\n      \"8508005\",\n      \"8508083\",\n      \"8508084\",\n      \"8508085\",\n      \"8508086\",\n      \"8508087\",\n      \"8508088\",\n      \"8508089\",\n      \"8500207\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:32:00\",\n      \"09:33:00\",\n      \"09:37:00\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:46:00\",\n      \"09:48:00\",\n      \"09:50:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:42:45\",\n      \"08:44:45\",\n      \"08:51:45\",\n      \"08:58:00\",\n      \"09:03:45\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:19:00\",\n      \"09:22:45\",\n      \"09:24:45\",\n      \"09:29:00\",\n      \"09:32:45\",\n      \"09:36:00\",\n      \"09:38:45\",\n      \"09:41:45\",\n      \"09:45:45\",\n      \"09:47:45\",\n      \"09:49:45\",\n      \"09:57:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,-1270,-1271\",\n      \"-1272\",\n      \"-1273\",\n      \"-1274,-1275\",\n      \"-1277,-1276,-1280\",\n      \"-1279,-1281\",\n      \"-1282\",\n      \"-1283\",\n      \"-1284,-792,-791,-790\",\n      \"-789\",\n      \"-270\",\n      \"-786,-431\",\n      \"431,-785\",\n      \"-784\",\n      \"-1390\",\n      \"-1389\",\n      \"-1385\",\n      \"-1384\",\n      \"-1383\",\n      \"-1382,430\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_6_18633_8503105_0957\",\n    \"name\": \"S 6 18633\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503504\",\n      \"8503505\",\n      \"8503529\",\n      \"8503528\",\n      \"8503525\",\n      \"8503527\",\n      \"8503526\",\n      \"8503008\",\n      \"8503007\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503004\",\n      \"8503100\",\n      \"8503141\",\n      \"8503101\",\n      \"8503102\",\n      \"8503111\",\n      \"8503103\",\n      \"8503104\",\n      \"8503105\"\n    ],\n    \"deps\": [\n      \"08:51:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:21:00\",\n      \"09:24:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:36:00\",\n      \"09:38:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:45:00\",\n      \"09:46:00\",\n      \"09:50:00\",\n      \"09:53:00\"\n    ],\n    \"arrs\": [\n      \"08:54:00\",\n      \"08:57:45\",\n      \"09:01:00\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:10:00\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:20:00\",\n      \"09:23:45\",\n      \"09:29:00\",\n      \"09:32:00\",\n      \"09:35:00\",\n      \"09:37:45\",\n      \"09:38:45\",\n      \"09:42:00\",\n      \"09:44:45\",\n      \"09:45:45\",\n      \"09:49:00\",\n      \"09:52:45\",\n      \"09:57:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1960\",\n      \"-1606\",\n      \"-1605\",\n      \"-1604\",\n      \"-1607\",\n      \"-1608\",\n      \"-1609\",\n      \"-850,2105,2103\",\n      \"2178,-2110,-2106,2107,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,385,1994\",\n      \"1647\",\n      \"1669\",\n      \"1670\",\n      \"1671\",\n      \"1672\",\n      \"1673\",\n      \"1674\",\n      \"1884\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"RE_1121_8509253_0958\",\n    \"name\": \"RE 1121\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509000\",\n      \"8509181\",\n      \"8509183\",\n      \"8509189\",\n      \"8509192\",\n      \"8509195\",\n      \"8509197\",\n      \"8509198\",\n      \"8509199\",\n      \"8509251\",\n      \"8509252\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"07:58:00\",\n      \"08:04:00\",\n      \"08:08:00\",\n      \"08:30:00\",\n      \"08:47:00\",\n      \"09:02:00\",\n      \"09:14:00\",\n      \"09:30:00\",\n      \"09:36:00\",\n      \"09:48:00\",\n      \"09:51:00\"\n    ],\n    \"arrs\": [\n      \"08:03:45\",\n      \"08:07:45\",\n      \"08:28:00\",\n      \"08:46:45\",\n      \"09:01:00\",\n      \"09:13:00\",\n      \"09:29:45\",\n      \"09:35:45\",\n      \"09:46:00\",\n      \"09:50:45\",\n      \"09:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1472,-1473,-1474\",\n      \"-1475,-1477\",\n      \"-1476,271,829,830,831,832,833\",\n      \"-1478\",\n      \"-1562,-1534,-1561\",\n      \"1481\",\n      \"1482\",\n      \"1479\",\n      \"1480,1483,1488\",\n      \"1489,1484\",\n      \"1485\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3816_8506206_0958\",\n    \"name\": \"RE 3816\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509000\",\n      \"8509002\",\n      \"8509004\",\n      \"8509411\",\n      \"8509404\",\n      \"8506319\",\n      \"8506317\",\n      \"8506314\",\n      \"8506311\",\n      \"8506302\",\n      \"8506210\",\n      \"8506209\",\n      \"8506208\",\n      \"8506206\"\n    ],\n    \"deps\": [\n      \"08:12:00\",\n      \"08:22:00\",\n      \"08:27:00\",\n      \"08:35:00\",\n      \"08:45:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:20:00\",\n      \"09:35:00\",\n      \"09:41:00\",\n      \"09:45:00\",\n      \"09:50:00\"\n    ],\n    \"arrs\": [\n      \"08:20:00\",\n      \"08:26:00\",\n      \"08:32:00\",\n      \"08:44:00\",\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:11:45\",\n      \"09:19:00\",\n      \"09:34:00\",\n      \"09:40:45\",\n      \"09:44:45\",\n      \"09:49:45\",\n      \"09:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-835,-834,-121\",\n      \"-131,-135\",\n      \"-630,-629\",\n      \"629,-1055,-1056,-1057,-1058,-1547,-1546\",\n      \"-1059,-1060,-1061,-1062\",\n      \"-1063,-1064\",\n      \"-1065,-1567,-1566\",\n      \"-1066,-1115,-1114,-1113,-627\",\n      \"1746,1747,1748,1749,1097\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623\",\n      \"-339\",\n      \"-338,-341,-622,-621\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"EXT_30163_8507474_1000\",\n    \"name\": \"EXT 30163\",\n    \"type\": \"ext\",\n    \"sts\": [\n      \"8507000\",\n      \"8507006\",\n      \"8507100\",\n      \"8507483\",\n      \"8507481\",\n      \"8507480\",\n      \"8507478\",\n      \"8507475\",\n      \"8507474\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:55:00\",\n      \"09:05:00\",\n      \"09:14:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:30:00\",\n      \"09:46:00\"\n    ],\n    \"arrs\": [\n      \"08:54:00\",\n      \"09:04:00\",\n      \"09:13:00\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:29:00\",\n      \"09:45:00\",\n      \"10:00:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317\",\n      \"-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,1942\",\n      \"219\",\n      \"218\",\n      \"275,1950,2072,2076,2075,2073,1949,2074,2078,2077\",\n      \"1569,2079,2080\"\n    ],\n    \"service_type\": \"ext\"\n  },\n  {\n    \"id\": \"IR_2517_8505000_1000\",\n    \"name\": \"IR 2517\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501120\",\n      \"8504100\",\n      \"8507000\",\n      \"8502001\",\n      \"8502007\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"07:02:00\",\n      \"07:11:00\",\n      \"07:50:00\",\n      \"08:34:00\",\n      \"09:00:00\",\n      \"09:28:00\",\n      \"09:41:00\"\n    ],\n    \"arrs\": [\n      \"07:09:00\",\n      \"07:46:00\",\n      \"08:33:00\",\n      \"08:56:00\",\n      \"09:27:00\",\n      \"09:40:00\",\n      \"10:00:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087\",\n      \"94,83,82,84,85,578,579,87,86,569,570,89,88,1985,2096,80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,374,-422,-421\",\n      \"-487,-488,-489,-490,-492,-491,-495\",\n      \"-494,-493,-496,-497,-498,-499,-2004,-501,-500,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_10_25160_8505212_1001\",\n    \"name\": \"S 10 25160\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505307\",\n      \"8505306\",\n      \"8505305\",\n      \"8518475\",\n      \"8505304\",\n      \"8505303\",\n      \"8505302\",\n      \"8505301\",\n      \"8505300\",\n      \"8505219\",\n      \"8505218\",\n      \"8505217\",\n      \"8505216\",\n      \"8505214\",\n      \"8505213\",\n      \"8505212\"\n    ],\n    \"deps\": [\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:06:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:22:00\",\n      \"09:27:00\",\n      \"09:31:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:43:00\",\n      \"09:54:00\",\n      \"09:57:00\"\n    ],\n    \"arrs\": [\n      \"09:00:45\",\n      \"09:05:00\",\n      \"09:06:45\",\n      \"09:09:45\",\n      \"09:14:00\",\n      \"09:17:45\",\n      \"09:21:45\",\n      \"09:26:00\",\n      \"09:30:45\",\n      \"09:32:45\",\n      \"09:37:45\",\n      \"09:42:45\",\n      \"09:53:00\",\n      \"09:56:45\",\n      \"10:01:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542\",\n      \"-541\",\n      \"-2212\",\n      \"-1910\",\n      \"-1911,-1912\",\n      \"-2070,-2071,-540\",\n      \"-2068,-2069,-539\",\n      \"-533\",\n      \"-2066,-2067,-532\",\n      \"-531\",\n      \"-530\",\n      \"-529\",\n      \"-2065,-2064,-528,-2063,-2062,-523\",\n      \"-522\",\n      \"-521\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IR_1709_8501609_1002\",\n    \"name\": \"IR 1709\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8501120\",\n      \"8501200\",\n      \"8501300\",\n      \"8501400\",\n      \"8501500\",\n      \"8501506\",\n      \"8501509\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"07:23:00\",\n      \"07:33:00\",\n      \"07:47:00\",\n      \"08:02:00\",\n      \"08:21:00\",\n      \"08:35:00\",\n      \"08:41:00\",\n      \"08:52:00\",\n      \"09:13:00\",\n      \"09:28:00\",\n      \"09:38:00\",\n      \"09:55:00\"\n    ],\n    \"arrs\": [\n      \"07:31:00\",\n      \"07:46:00\",\n      \"08:01:00\",\n      \"08:12:00\",\n      \"08:34:00\",\n      \"08:40:00\",\n      \"08:51:00\",\n      \"09:12:00\",\n      \"09:26:00\",\n      \"09:37:00\",\n      \"09:53:00\",\n      \"10:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,1362,116,2087\",\n      \"94,63,62,61,60,66,65,64,580,581\",\n      \"109,111,112,110\",\n      \"225,224,226,223,221\",\n      \"273,1360,408,409,222,220,1944\",\n      \"411,412,228,237,232,233,236,234\",\n      \"235,231\",\n      \"229,230,238,239,240,1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2017_8503000_1002\",\n    \"name\": \"IR 2017\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8507000\",\n      \"8508005\",\n      \"8508008\",\n      \"8508100\",\n      \"8500218\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:52:00\",\n      \"09:04:00\",\n      \"09:11:00\",\n      \"09:29:00\"\n    ],\n    \"arrs\": [\n      \"08:51:00\",\n      \"09:03:45\",\n      \"09:10:00\",\n      \"09:24:00\",\n      \"10:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1953,-199,-207,-432,-431\",\n      \"-206,-200\",\n      \"-418,-1954,-1955,-417\",\n      \"-201,-202,-205,-204,-1957,-203,-59,-363,-362\",\n      \"-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2303,2304,2305,2253,2297\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_10_25163_8505307_1002\",\n    \"name\": \"S 10 25163\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8505212\",\n      \"8505213\",\n      \"8505214\",\n      \"8505216\",\n      \"8505217\",\n      \"8505218\",\n      \"8505219\",\n      \"8505300\",\n      \"8505301\",\n      \"8505302\",\n      \"8505303\",\n      \"8505304\",\n      \"8518475\",\n      \"8505305\",\n      \"8505306\",\n      \"8505307\"\n    ],\n    \"deps\": [\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:15:00\",\n      \"09:19:00\",\n      \"09:25:00\",\n      \"09:27:00\",\n      \"09:34:00\",\n      \"09:36:00\",\n      \"09:41:00\",\n      \"09:44:00\",\n      \"09:48:00\",\n      \"09:51:00\",\n      \"09:54:00\",\n      \"09:58:00\"\n    ],\n    \"arrs\": [\n      \"09:02:00\",\n      \"09:05:45\",\n      \"09:14:45\",\n      \"09:18:45\",\n      \"09:24:45\",\n      \"09:26:45\",\n      \"09:33:00\",\n      \"09:35:45\",\n      \"09:40:45\",\n      \"09:43:45\",\n      \"09:47:45\",\n      \"09:50:00\",\n      \"09:53:45\",\n      \"09:57:45\",\n      \"10:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"521\",\n      \"522\",\n      \"523,2062,2063,528,2064,2065\",\n      \"529\",\n      \"530\",\n      \"531\",\n      \"532,2067,2066\",\n      \"533\",\n      \"539,2069,2068\",\n      \"540,2071,2070\",\n      \"1912,1911\",\n      \"1910\",\n      \"2212\",\n      \"541\",\n      \"542\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"R_226_8515296_1003\",\n    \"name\": \"R 226\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501689\",\n      \"8501688\",\n      \"8501687\",\n      \"8501686\",\n      \"8501685\",\n      \"8501684\",\n      \"8501683\",\n      \"8501605\",\n      \"8501636\",\n      \"8515296\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:50:00\",\n      \"08:55:00\",\n      \"09:05:00\",\n      \"09:14:00\",\n      \"09:27:00\",\n      \"09:37:00\",\n      \"09:52:00\",\n      \"09:54:00\"\n    ],\n    \"arrs\": [\n      \"08:49:45\",\n      \"08:54:45\",\n      \"09:04:45\",\n      \"09:13:45\",\n      \"09:26:45\",\n      \"09:36:45\",\n      \"09:47:00\",\n      \"09:53:45\",\n      \"10:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"635\",\n      \"985\",\n      \"984\",\n      \"983\",\n      \"982\",\n      \"981\",\n      \"1318\",\n      \"1317\",\n      \"990\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_1124_8509000_1003\",\n    \"name\": \"RE 1124\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509253\",\n      \"8509252\",\n      \"8509251\",\n      \"8509199\",\n      \"8509198\",\n      \"8509197\",\n      \"8509195\",\n      \"8509192\",\n      \"8509189\",\n      \"8509183\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:05:00\",\n      \"08:17:00\",\n      \"08:23:00\",\n      \"08:30:00\",\n      \"08:47:00\",\n      \"09:01:00\",\n      \"09:15:00\",\n      \"09:33:00\",\n      \"09:53:00\"\n    ],\n    \"arrs\": [\n      \"08:04:45\",\n      \"08:09:00\",\n      \"08:22:45\",\n      \"08:29:45\",\n      \"08:46:45\",\n      \"09:00:00\",\n      \"09:14:00\",\n      \"09:31:00\",\n      \"09:52:00\",\n      \"10:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1485\",\n      \"-1484,-1489\",\n      \"-1488,-1483,-1480\",\n      \"-1479\",\n      \"-1482\",\n      \"-1481\",\n      \"1561,1534,1562\",\n      \"1478\",\n      \"-833,-832,-831,-830,-829,-271,1476\",\n      \"1477,1475,1474,1473,1472\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3311_8505000_1003\",\n    \"name\": \"RE 3311\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8508202\",\n      \"8508207\",\n      \"8508208\",\n      \"8508210\",\n      \"8508211\",\n      \"8508213\",\n      \"8508215\",\n      \"8508218\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:52:00\",\n      \"09:05:00\",\n      \"09:12:00\",\n      \"09:20:00\",\n      \"09:29:00\",\n      \"09:35:00\",\n      \"09:45:00\",\n      \"09:51:00\"\n    ],\n    \"arrs\": [\n      \"08:50:00\",\n      \"09:04:00\",\n      \"09:11:00\",\n      \"09:19:00\",\n      \"09:28:00\",\n      \"09:34:00\",\n      \"09:44:00\",\n      \"09:50:45\",\n      \"10:03:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-352,-323,-1286,-1285,-1278,-1280\",\n      \"-1279,801,802,800,799,798,797\",\n      \"805\",\n      \"1946\",\n      \"806\",\n      \"1838,1837\",\n      \"1836,1840\",\n      \"1841,1835,1833\",\n      \"1834,1832,-535,-534,148\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"R_4416_8501428_1004\",\n    \"name\": \"R 4416\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501604\",\n      \"8501603\",\n      \"8501602\",\n      \"8501601\",\n      \"8501600\",\n      \"8501509\",\n      \"8501507\",\n      \"8501506\",\n      \"8501510\",\n      \"8501505\",\n      \"8501504\",\n      \"8501503\",\n      \"8501502\",\n      \"8501501\",\n      \"8501500\",\n      \"8501405\",\n      \"8501404\",\n      \"8501403\",\n      \"8501420\",\n      \"8501421\",\n      \"8501422\",\n      \"8501423\",\n      \"8501424\",\n      \"8501425\",\n      \"8501426\",\n      \"8501428\"\n    ],\n    \"deps\": [\n      \"08:05:00\",\n      \"08:12:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:22:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:35:00\",\n      \"08:40:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:11:00\",\n      \"09:14:00\",\n      \"09:18:00\",\n      \"09:33:00\",\n      \"09:36:00\",\n      \"09:41:00\",\n      \"09:43:00\",\n      \"09:46:00\",\n      \"09:49:00\",\n      \"09:52:00\",\n      \"09:59:00\"\n    ],\n    \"arrs\": [\n      \"08:11:00\",\n      \"08:15:45\",\n      \"08:18:45\",\n      \"08:21:45\",\n      \"08:26:00\",\n      \"08:29:45\",\n      \"08:34:00\",\n      \"08:39:45\",\n      \"08:46:00\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"08:56:45\",\n      \"09:01:45\",\n      \"09:04:45\",\n      \"09:10:00\",\n      \"09:13:45\",\n      \"09:17:00\",\n      \"09:24:00\",\n      \"09:35:45\",\n      \"09:40:00\",\n      \"09:42:45\",\n      \"09:45:45\",\n      \"09:48:45\",\n      \"09:51:45\",\n      \"09:57:00\",\n      \"10:04:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905\",\n      \"-240\",\n      \"-239\",\n      \"-238\",\n      \"-230\",\n      \"-229\",\n      \"-231\",\n      \"-235\",\n      \"-234\",\n      \"-236\",\n      \"-233\",\n      \"-232\",\n      \"-237\",\n      \"-228\",\n      \"-412,-411\",\n      \"-1944\",\n      \"-220\",\n      \"-222\",\n      \"-409,-952\",\n      \"-954\",\n      \"-953\",\n      \"741\",\n      \"742\",\n      \"740\",\n      \"739\",\n      \"738\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"IR_1416_8501026_1007\",\n    \"name\": \"IR 1416\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501601\",\n      \"8501509\",\n      \"8501506\",\n      \"8501500\",\n      \"8501403\",\n      \"8501402\",\n      \"8501400\",\n      \"8501300\",\n      \"8501200\",\n      \"8501120\",\n      \"8501037\",\n      \"8501030\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"07:28:00\",\n      \"07:36:00\",\n      \"07:47:00\",\n      \"07:55:00\",\n      \"08:06:00\",\n      \"08:19:00\",\n      \"08:29:00\",\n      \"08:35:00\",\n      \"08:42:00\",\n      \"08:53:00\",\n      \"09:00:00\",\n      \"09:18:00\",\n      \"09:27:00\",\n      \"09:43:00\",\n      \"09:59:00\"\n    ],\n    \"arrs\": [\n      \"07:34:00\",\n      \"07:46:00\",\n      \"07:54:00\",\n      \"08:04:00\",\n      \"08:18:00\",\n      \"08:28:00\",\n      \"08:34:00\",\n      \"08:41:00\",\n      \"08:52:00\",\n      \"08:59:00\",\n      \"09:14:00\",\n      \"09:26:00\",\n      \"09:42:00\",\n      \"09:57:00\",\n      \"10:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905,-240,-239,-238\",\n      \"-230,-229\",\n      \"-231,-235\",\n      \"-234,-236,-233,-232,-237,-228,-412,-411\",\n      \"-1944,-220,-222\",\n      \"-409,-408\",\n      \"-1360,-273\",\n      \"-221,-223,-226,-224,-225\",\n      \"-110,-112,-111,-109\",\n      \"-581,-580,-64,-65,-66,-60,-61,-62,-63,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100,-103,-99,-104\",\n      \"-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_1632_8509253_1009\",\n    \"name\": \"R 1632\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509369\",\n      \"8509367\",\n      \"8509366\",\n      \"8509365\",\n      \"8509364\",\n      \"8509363\",\n      \"8509361\",\n      \"8509360\",\n      \"8509359\",\n      \"8509358\",\n      \"8509357\",\n      \"8509356\",\n      \"8509373\",\n      \"8519370\",\n      \"8509354\",\n      \"8509353\",\n      \"8509352\",\n      \"8509255\",\n      \"8509351\",\n      \"8509350\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"31:40:00\",\n      \"07:55:00\",\n      \"07:59:00\",\n      \"08:05:00\",\n      \"08:10:00\",\n      \"08:14:00\",\n      \"08:24:00\",\n      \"08:27:00\",\n      \"08:36:00\",\n      \"08:46:00\",\n      \"09:04:00\",\n      \"09:12:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:25:00\",\n      \"09:31:00\",\n      \"09:37:00\",\n      \"09:57:00\",\n      \"10:00:00\",\n      \"10:02:00\"\n    ],\n    \"arrs\": [\n      \"07:54:45\",\n      \"07:58:45\",\n      \"08:04:45\",\n      \"08:09:45\",\n      \"08:13:45\",\n      \"08:22:00\",\n      \"08:26:45\",\n      \"08:35:45\",\n      \"08:45:45\",\n      \"09:03:45\",\n      \"09:11:45\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:24:45\",\n      \"09:30:45\",\n      \"09:36:45\",\n      \"09:50:00\",\n      \"09:59:45\",\n      \"10:01:45\",\n      \"10:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1506\",\n      \"-1505\",\n      \"-1504\",\n      \"-1503\",\n      \"-1502\",\n      \"-1501\",\n      \"-1500\",\n      \"-1499\",\n      \"-1498\",\n      \"-1497\",\n      \"-1496\",\n      \"-1495\",\n      \"-1494\",\n      \"-1493\",\n      \"-1492\",\n      \"-1491\",\n      \"-1490\",\n      \"-1509\",\n      \"-1508\",\n      \"-1507\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_2616_8501008_1009\",\n    \"name\": \"RE 2616\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8504023\",\n      \"8504014\",\n      \"8501120\",\n      \"8501118\",\n      \"8501037\",\n      \"8501035\",\n      \"8501033\",\n      \"8501031\",\n      \"8501030\",\n      \"8501023\",\n      \"8501008\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"09:02:00\",\n      \"09:21:00\",\n      \"09:26:00\",\n      \"09:32:00\",\n      \"09:38:00\",\n      \"09:43:00\",\n      \"09:48:00\",\n      \"09:53:00\",\n      \"09:59:00\"\n    ],\n    \"arrs\": [\n      \"09:01:00\",\n      \"09:18:00\",\n      \"09:25:00\",\n      \"09:31:00\",\n      \"09:37:00\",\n      \"09:42:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:58:00\",\n      \"10:09:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2096,-1985,-88,-89,-570,-569\",\n      \"-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116\",\n      \"-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100\",\n      \"-103\",\n      \"-99\",\n      \"-104\",\n      \"-95\",\n      \"-169,-170,-168,-171,-167,-172,-166,-173,174,175\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"R_1613_8509369_1021\",\n    \"name\": \"R 1613\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509253\",\n      \"8509350\",\n      \"8509351\",\n      \"8509255\",\n      \"8509352\",\n      \"8509353\",\n      \"8509354\",\n      \"8519370\",\n      \"8509373\",\n      \"8509356\",\n      \"8509357\",\n      \"8509358\",\n      \"8509359\",\n      \"8509360\",\n      \"8509361\",\n      \"8509363\",\n      \"8509364\",\n      \"8509365\",\n      \"8509366\",\n      \"8509367\",\n      \"8509368\"\n    ],\n    \"deps\": [\n      \"07:45:00\",\n      \"07:48:00\",\n      \"07:51:00\",\n      \"08:09:00\",\n      \"08:12:00\",\n      \"08:18:00\",\n      \"08:25:00\",\n      \"08:28:00\",\n      \"08:30:00\",\n      \"08:39:00\",\n      \"08:53:00\",\n      \"09:06:00\",\n      \"09:18:00\",\n      \"09:27:00\",\n      \"09:38:00\",\n      \"09:41:00\",\n      \"09:46:00\",\n      \"09:52:00\",\n      \"10:00:00\",\n      \"10:05:00\",\n      \"10:12:00\"\n    ],\n    \"arrs\": [\n      \"07:47:45\",\n      \"07:50:45\",\n      \"07:55:00\",\n      \"08:11:45\",\n      \"08:17:45\",\n      \"08:24:45\",\n      \"08:27:45\",\n      \"08:29:45\",\n      \"08:38:45\",\n      \"08:52:00\",\n      \"09:05:45\",\n      \"09:17:45\",\n      \"09:26:45\",\n      \"09:33:00\",\n      \"09:40:45\",\n      \"09:45:45\",\n      \"09:51:45\",\n      \"09:59:45\",\n      \"10:04:45\",\n      \"10:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1507\",\n      \"1508\",\n      \"1509\",\n      \"1490\",\n      \"1491\",\n      \"1492\",\n      \"1493\",\n      \"1494\",\n      \"1495\",\n      \"1496\",\n      \"1497\",\n      \"1498\",\n      \"1499\",\n      \"1500\",\n      \"1501\",\n      \"1502\",\n      \"1503\",\n      \"1504\",\n      \"1505\",\n      \"1506\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_3_17331_8500218_1010\",\n    \"name\": \"S 3 17331\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500126\",\n      \"8500125\",\n      \"8500124\",\n      \"8500123\",\n      \"8500122\",\n      \"8500121\",\n      \"8500120\",\n      \"8500109\",\n      \"8500113\",\n      \"8500114\",\n      \"8500115\",\n      \"8500116\",\n      \"8500117\",\n      \"8500118\",\n      \"8500119\",\n      \"8500136\",\n      \"8500010\",\n      \"8500020\",\n      \"8500021\",\n      \"8500022\",\n      \"8500023\",\n      \"8500024\",\n      \"8500025\",\n      \"8500026\",\n      \"8500027\",\n      \"8500028\",\n      \"8500218\"\n    ],\n    \"deps\": [\n      \"08:07:00\",\n      \"08:12:00\",\n      \"08:16:00\",\n      \"08:21:00\",\n      \"08:23:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:43:00\",\n      \"08:56:00\",\n      \"08:59:00\",\n      \"09:04:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:31:00\",\n      \"09:37:00\",\n      \"09:41:00\",\n      \"09:44:00\",\n      \"09:47:00\",\n      \"09:50:00\",\n      \"09:52:00\",\n      \"09:56:00\",\n      \"09:59:00\",\n      \"10:02:00\"\n    ],\n    \"arrs\": [\n      \"08:11:00\",\n      \"08:15:45\",\n      \"08:20:45\",\n      \"08:22:45\",\n      \"08:28:00\",\n      \"08:30:45\",\n      \"08:36:00\",\n      \"08:55:45\",\n      \"08:58:45\",\n      \"09:03:45\",\n      \"09:05:45\",\n      \"09:09:00\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:16:45\",\n      \"09:23:00\",\n      \"09:36:45\",\n      \"09:40:45\",\n      \"09:43:45\",\n      \"09:46:45\",\n      \"09:49:45\",\n      \"09:51:45\",\n      \"09:55:00\",\n      \"09:58:45\",\n      \"10:01:45\",\n      \"10:10:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-930,-935\",\n      \"-937\",\n      \"-936\",\n      \"940\",\n      \"941\",\n      \"942\",\n      \"943\",\n      \"944,264\",\n      \"545\",\n      \"176\",\n      \"179\",\n      \"177\",\n      \"178\",\n      \"856\",\n      \"272\",\n      \"1324,584\",\n      \"-584,-404,-403\",\n      \"-346\",\n      \"-369,-368\",\n      \"-347\",\n      \"-345\",\n      \"-348\",\n      \"-344\",\n      \"-566,-565\",\n      \"-349\",\n      \"-568,-567,350\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_812_8501609_1011\",\n    \"name\": \"IC 812\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8506121\",\n      \"8506109\",\n      \"8506217\",\n      \"8506105\",\n      \"8506100\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8507000\",\n      \"8507100\",\n      \"8507483\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"06:38:00\",\n      \"06:44:00\",\n      \"06:52:00\",\n      \"06:59:00\",\n      \"07:12:00\",\n      \"07:28:00\",\n      \"07:43:00\",\n      \"08:02:00\",\n      \"09:07:00\",\n      \"09:25:00\",\n      \"09:36:00\",\n      \"10:03:00\"\n    ],\n    \"arrs\": [\n      \"06:43:00\",\n      \"06:51:00\",\n      \"06:57:00\",\n      \"07:10:00\",\n      \"07:26:00\",\n      \"07:41:00\",\n      \"07:53:00\",\n      \"08:58:00\",\n      \"09:24:00\",\n      \"09:34:00\",\n      \"10:02:00\",\n      \"10:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-625,-355\",\n      \"-478,-477,-476\",\n      \"-475,-474,-473\",\n      \"-472,-471,-470,-469,-468\",\n      \"-467,-466,-465,-599,-598,-464,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2307,2222\",\n      \"-2222,-2307,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,1942,219,218,275,1907,2082,2081,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"RE_1216_8509179_1011\",\n    \"name\": \"RE 1216\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509002\",\n      \"8509056\",\n      \"8509055\",\n      \"8509054\",\n      \"8509053\",\n      \"8509051\",\n      \"8509006\",\n      \"8509000\",\n      \"8509183\",\n      \"8509167\",\n      \"8509168\",\n      \"8509169\",\n      \"8509170\",\n      \"8509171\",\n      \"8509173\",\n      \"8509174\",\n      \"8509175\",\n      \"8509176\",\n      \"8509177\",\n      \"8509178\",\n      \"8509179\"\n    ],\n    \"deps\": [\n      \"08:17:00\",\n      \"08:18:00\",\n      \"08:20:00\",\n      \"08:22:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:56:00\",\n      \"09:05:00\",\n      \"09:10:00\",\n      \"09:16:00\",\n      \"09:20:00\",\n      \"09:27:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:40:00\",\n      \"09:47:00\",\n      \"09:54:00\",\n      \"09:57:00\",\n      \"10:00:00\"\n    ],\n    \"arrs\": [\n      \"08:17:45\",\n      \"08:19:45\",\n      \"08:21:45\",\n      \"08:26:00\",\n      \"08:30:45\",\n      \"08:32:45\",\n      \"08:37:00\",\n      \"09:04:00\",\n      \"09:09:45\",\n      \"09:15:45\",\n      \"09:19:45\",\n      \"09:26:00\",\n      \"09:31:00\",\n      \"09:37:45\",\n      \"09:39:45\",\n      \"09:46:00\",\n      \"09:53:00\",\n      \"09:56:45\",\n      \"09:59:45\",\n      \"10:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1974\",\n      \"-1044\",\n      \"-1043\",\n      \"-1042\",\n      \"-1122\",\n      \"-1908\",\n      \"-276,834,835\",\n      \"-1472,-1473,-1474,-1475,-1477\",\n      \"-1476,-1471\",\n      \"-1470\",\n      \"-1469\",\n      \"-1468\",\n      \"-1459\",\n      \"-1458\",\n      \"-1457\",\n      \"-1456\",\n      \"-1455\",\n      \"-1454\",\n      \"-1453\",\n      \"-1452\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_5_18532_8503319_1012\",\n    \"name\": \"S 5 18532\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503209\",\n      \"8503110\",\n      \"8503120\",\n      \"8503121\",\n      \"8503122\",\n      \"8503123\",\n      \"8503125\",\n      \"8503003\",\n      \"8503000\",\n      \"8503020\",\n      \"8503006\",\n      \"8503310\",\n      \"8503311\",\n      \"8503312\",\n      \"8503314\",\n      \"8503315\",\n      \"8503316\",\n      \"8503317\",\n      \"8503318\",\n      \"8503319\"\n    ],\n    \"deps\": [\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:21:00\",\n      \"09:32:00\",\n      \"09:37:00\",\n      \"09:39:00\",\n      \"09:44:00\",\n      \"09:47:00\",\n      \"09:49:00\",\n      \"09:54:00\",\n      \"09:56:00\",\n      \"10:01:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:09:00\"\n    ],\n    \"arrs\": [\n      \"08:55:00\",\n      \"09:00:45\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:20:00\",\n      \"09:31:00\",\n      \"09:35:00\",\n      \"09:38:45\",\n      \"09:43:00\",\n      \"09:46:45\",\n      \"09:48:45\",\n      \"09:53:00\",\n      \"09:55:45\",\n      \"10:00:00\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:08:45\",\n      \"10:12:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"604,-1890,-1032\",\n      \"-616,-1783\",\n      \"-1785\",\n      \"-1784,-1786\",\n      \"-400,-606\",\n      \"-609,1678,1679\",\n      \"1677,1676,1675,1312,-1309,1310,383,1993,384\",\n      \"1992,-2321\",\n      \"-2318,2320,2241,2315,2313,2334\",\n      \"2345,2335,2341,2364,93,-2108,2102\",\n      \"2154,2106,2114,2115\",\n      \"2162,-458\",\n      \"-457\",\n      \"-595,-1603\",\n      \"-1602\",\n      \"-1601\",\n      \"-1600\",\n      \"-269\",\n      \"-1599\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"D_2111_8501300_1013\",\n    \"name\": \"D 2111\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8507290\",\n      \"8507272\",\n      \"8507271\",\n      \"8501399\",\n      \"8501398\",\n      \"8501397\",\n      \"8501394\",\n      \"8501392\",\n      \"8504070\",\n      \"8501377\",\n      \"8501376\",\n      \"8501375\",\n      \"8501300\"\n    ],\n    \"deps\": [\n      \"08:25:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:13:00\",\n      \"09:19:00\",\n      \"09:28:00\",\n      \"09:48:00\",\n      \"09:55:00\",\n      \"10:04:00\"\n    ],\n    \"arrs\": [\n      \"08:38:45\",\n      \"08:42:45\",\n      \"08:51:00\",\n      \"08:57:45\",\n      \"09:02:45\",\n      \"09:12:00\",\n      \"09:18:45\",\n      \"09:27:00\",\n      \"09:47:00\",\n      \"09:54:45\",\n      \"10:03:45\",\n      \"10:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"286,285\",\n      \"289\",\n      \"284,283\",\n      \"301\",\n      \"299\",\n      \"300,302,294,296,297\",\n      \"295,298\",\n      \"293,292\",\n      \"290,291,306,307,305\",\n      \"304,303\",\n      \"265,354\",\n      \"259,260,261,262,258,263,257\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"IR_2159_8505400_1013\",\n    \"name\": \"IR 2159\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8500010\",\n      \"8500218\",\n      \"8505000\",\n      \"8505004\",\n      \"8505006\",\n      \"8505007\",\n      \"8505112\",\n      \"8505114\",\n      \"8505119\",\n      \"8505201\",\n      \"8505204\",\n      \"8505209\",\n      \"8505213\",\n      \"8505404\",\n      \"8505400\"\n    ],\n    \"deps\": [\n      \"06:04:00\",\n      \"06:30:00\",\n      \"07:18:00\",\n      \"07:53:00\",\n      \"08:01:00\",\n      \"08:05:00\",\n      \"08:15:00\",\n      \"08:24:00\",\n      \"08:50:00\",\n      \"09:01:00\",\n      \"09:19:00\",\n      \"09:40:00\",\n      \"09:54:00\",\n      \"10:02:00\"\n    ],\n    \"arrs\": [\n      \"06:28:00\",\n      \"07:05:00\",\n      \"07:44:00\",\n      \"08:00:00\",\n      \"08:04:00\",\n      \"08:14:00\",\n      \"08:23:00\",\n      \"08:49:00\",\n      \"09:00:00\",\n      \"09:18:00\",\n      \"09:39:00\",\n      \"09:53:00\",\n      \"10:01:00\",\n      \"10:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,350\",\n      \"362,363,-196,-375,-422,-421,-487,-488,-489,-490,-492,-491,-495,-494,-493,-496,-497,-498,-499,-2004,-501,-500,-419,-535,-534,148\",\n      \"-148,534,-1330,-1329,-1851,-1850,-1849,-1848,440,506\",\n      \"510,511\",\n      \"512\",\n      \"513,2023,2029,2027,2034,2032,514,2026,2025\",\n      \"515,516\",\n      \"2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517\",\n      \"277,2046,2047\",\n      \"518,1917,2049,2050,2051,2052,2054,2053\",\n      \"1965,1966,2055,2058,2059,2056,1962,2057,519\",\n      \"520,2060,2061,521\",\n      \"522,523,381,524\",\n      \"2014,1990,525,526,527\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_221_8501689_1013\",\n    \"name\": \"R 221\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8515296\",\n      \"8501636\",\n      \"8501605\",\n      \"8501683\",\n      \"8501684\",\n      \"8501685\",\n      \"8501686\",\n      \"8501687\",\n      \"8501688\",\n      \"8501689\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"09:00:00\",\n      \"09:10:00\",\n      \"09:20:00\",\n      \"09:27:00\",\n      \"09:37:00\",\n      \"09:46:00\",\n      \"09:55:00\",\n      \"10:01:00\"\n    ],\n    \"arrs\": [\n      \"08:59:45\",\n      \"09:03:00\",\n      \"09:19:45\",\n      \"09:26:45\",\n      \"09:36:45\",\n      \"09:45:45\",\n      \"09:54:45\",\n      \"10:00:45\",\n      \"10:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-990\",\n      \"-1317\",\n      \"-1318\",\n      \"-981\",\n      \"-982\",\n      \"-983\",\n      \"-984\",\n      \"-985\",\n      \"-635\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_2611_8504023_1013\",\n    \"name\": \"RE 2611\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8501008\",\n      \"8501023\",\n      \"8501030\",\n      \"8501031\",\n      \"8501033\",\n      \"8501035\",\n      \"8501037\",\n      \"8501118\",\n      \"8501120\",\n      \"8504014\",\n      \"8504023\"\n    ],\n    \"deps\": [\n      \"08:51:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:11:00\",\n      \"09:16:00\",\n      \"09:21:00\",\n      \"09:28:00\",\n      \"09:34:00\",\n      \"09:42:00\",\n      \"09:58:00\"\n    ],\n    \"arrs\": [\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:27:00\",\n      \"09:33:00\",\n      \"09:39:00\",\n      \"09:57:00\",\n      \"10:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-175,-174,173,166,172,167,171,168,170,169\",\n      \"95\",\n      \"104\",\n      \"99\",\n      \"103\",\n      \"100,102,101,397,398\",\n      \"96,98,97,361,1362\",\n      \"116,2087\",\n      \"94,83,82,84,85,578,579,87,86\",\n      \"569,570,89,88,1985,2096\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"ICN_1612_8501120_1015\",\n    \"name\": \"ICN 1612\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8500010\",\n      \"8500113\",\n      \"8500109\",\n      \"8500105\",\n      \"8500159\",\n      \"8504300\",\n      \"8504221\",\n      \"8504200\",\n      \"8501120\"\n    ],\n    \"deps\": [\n      \"08:03:00\",\n      \"08:21:00\",\n      \"08:42:00\",\n      \"08:52:00\",\n      \"09:01:00\",\n      \"09:16:00\",\n      \"09:34:00\",\n      \"09:53:00\"\n    ],\n    \"arrs\": [\n      \"08:20:00\",\n      \"08:37:00\",\n      \"08:51:00\",\n      \"09:00:00\",\n      \"09:10:00\",\n      \"09:32:00\",\n      \"09:51:00\",\n      \"10:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-1324,-272,-856,-178,-177,-179,-176,-545\",\n      \"-264,-944\",\n      \"944,-32\",\n      \"-559,-558\",\n      \"-28,-27,-26,-2214,-25,-24,-16\",\n      \"-563,-562,-15,-14,-13,-12,-11,-10,-9,-577,-576\",\n      \"-554,-553,-8,-552,-551,-7,-6,-5,-4,-3,-2,-644,-645\",\n      \"-573,-572,-1,-393,-550,-549,-392,-267,-587,-391,-390,-389,1362,116,2087\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"ICN_515_8506302_1015\",\n    \"name\": \"ICN 515\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8504200\",\n      \"8504221\",\n      \"8504300\",\n      \"8500207\",\n      \"8500218\",\n      \"8502113\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506206\",\n      \"8506210\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"06:14:00\",\n      \"06:27:00\",\n      \"06:41:00\",\n      \"07:04:00\",\n      \"07:24:00\",\n      \"07:46:00\",\n      \"08:01:00\",\n      \"08:20:00\",\n      \"08:30:00\",\n      \"09:09:00\",\n      \"09:22:00\",\n      \"09:37:00\",\n      \"09:54:00\",\n      \"10:07:00\"\n    ],\n    \"arrs\": [\n      \"06:26:00\",\n      \"06:40:00\",\n      \"07:02:00\",\n      \"07:22:00\",\n      \"07:41:00\",\n      \"07:59:00\",\n      \"08:18:00\",\n      \"08:28:00\",\n      \"08:56:00\",\n      \"09:20:00\",\n      \"09:35:00\",\n      \"09:52:00\",\n      \"10:06:00\",\n      \"10:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,389,390,391,587,267,392,549,550,393,1,572,573\",\n      \"645,644,2,3,4,5,6,7,551,552,8,553,554\",\n      \"576,577,9,10,11,12,13,14,15,562,563\",\n      \"16,24,25,2214,26,27,353,29,30,31,560,2216,561,429,430\",\n      \"33,34,35,1377,415,36,2200,37,38,441,442,443,444,-362\",\n      \"-350,358,357,360,359\",\n      \"-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2245\",\n      \"-2245,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,372,378,379,332,334,333,331,335,342,337,336\",\n      \"621,622,341,338,339,623,624\",\n      \"340,343,619,620\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"R_1223_8509268_1015\",\n    \"name\": \"R 1223\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509179\",\n      \"8509178\",\n      \"8509177\",\n      \"8509176\",\n      \"8509175\",\n      \"8509174\",\n      \"8509173\",\n      \"8509171\",\n      \"8509170\",\n      \"8509169\",\n      \"8509168\",\n      \"8509167\",\n      \"8509183\",\n      \"8509182\",\n      \"8509181\",\n      \"8509180\",\n      \"8509050\",\n      \"8509000\",\n      \"8509006\",\n      \"8509051\",\n      \"8509053\",\n      \"8509054\",\n      \"8509055\",\n      \"8509056\",\n      \"8509002\",\n      \"8509057\",\n      \"8509060\",\n      \"8509062\",\n      \"8509064\",\n      \"8509065\",\n      \"8509067\",\n      \"8509068\",\n      \"8509269\",\n      \"8509264\",\n      \"8509265\",\n      \"8509266\",\n      \"8509268\"\n    ],\n    \"deps\": [\n      \"06:44:00\",\n      \"06:51:00\",\n      \"06:57:00\",\n      \"07:00:00\",\n      \"07:08:00\",\n      \"07:12:00\",\n      \"07:14:00\",\n      \"07:24:00\",\n      \"07:27:00\",\n      \"07:31:00\",\n      \"07:36:00\",\n      \"07:40:00\",\n      \"07:50:00\",\n      \"07:51:00\",\n      \"07:55:00\",\n      \"07:57:00\",\n      \"08:00:00\",\n      \"08:21:00\",\n      \"08:23:00\",\n      \"08:25:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:36:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:14:00\",\n      \"09:18:00\",\n      \"09:29:00\",\n      \"09:34:00\",\n      \"09:54:00\",\n      \"09:56:00\",\n      \"09:59:00\",\n      \"10:03:00\"\n    ],\n    \"arrs\": [\n      \"06:50:45\",\n      \"06:55:00\",\n      \"06:59:45\",\n      \"07:07:00\",\n      \"07:11:45\",\n      \"07:13:45\",\n      \"07:21:00\",\n      \"07:26:00\",\n      \"07:30:45\",\n      \"07:35:45\",\n      \"07:39:45\",\n      \"07:49:00\",\n      \"07:50:45\",\n      \"07:54:00\",\n      \"07:56:45\",\n      \"07:59:45\",\n      \"08:03:00\",\n      \"08:22:45\",\n      \"08:24:45\",\n      \"08:30:00\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:50:45\",\n      \"09:00:00\",\n      \"09:06:45\",\n      \"09:13:00\",\n      \"09:17:45\",\n      \"09:28:00\",\n      \"09:32:00\",\n      \"09:53:00\",\n      \"09:55:45\",\n      \"09:58:45\",\n      \"10:02:45\",\n      \"10:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1452\",\n      \"1453\",\n      \"1454\",\n      \"1455\",\n      \"1456\",\n      \"1457\",\n      \"1458\",\n      \"1459\",\n      \"1468\",\n      \"1469\",\n      \"1470\",\n      \"1471,1476\",\n      \"1477\",\n      \"1475\",\n      \"1474\",\n      \"1473\",\n      \"1472\",\n      \"-835,-834,276\",\n      \"1908\",\n      \"1122\",\n      \"1042\",\n      \"1043\",\n      \"1044\",\n      \"1974\",\n      \"1053\",\n      \"1054,1052,1051\",\n      \"1050,1048\",\n      \"1049,1047\",\n      \"1046\",\n      \"1045\",\n      \"1524\",\n      \"1525,642\",\n      \"1517\",\n      \"1518\",\n      \"1519\",\n      \"1520,1521\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"RE_1225_8509268_1015\",\n    \"name\": \"RE 1225\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509179\",\n      \"8509178\",\n      \"8509177\",\n      \"8509176\",\n      \"8509175\",\n      \"8509174\",\n      \"8509173\",\n      \"8509171\",\n      \"8509170\",\n      \"8509169\",\n      \"8509168\",\n      \"8509167\",\n      \"8509183\",\n      \"8509182\",\n      \"8509181\",\n      \"8509180\",\n      \"8509050\",\n      \"8509000\",\n      \"8509006\",\n      \"8509051\",\n      \"8509053\",\n      \"8509054\",\n      \"8509055\",\n      \"8509056\",\n      \"8509002\",\n      \"8509057\",\n      \"8509060\",\n      \"8509062\",\n      \"8509064\",\n      \"8509065\",\n      \"8509067\",\n      \"8509068\",\n      \"8509269\",\n      \"8509264\",\n      \"8509265\",\n      \"8509266\",\n      \"8509268\"\n    ],\n    \"deps\": [\n      \"06:44:00\",\n      \"06:51:00\",\n      \"06:57:00\",\n      \"07:00:00\",\n      \"07:08:00\",\n      \"07:12:00\",\n      \"07:14:00\",\n      \"07:24:00\",\n      \"07:27:00\",\n      \"07:31:00\",\n      \"07:36:00\",\n      \"07:40:00\",\n      \"07:50:00\",\n      \"07:51:00\",\n      \"07:55:00\",\n      \"07:57:00\",\n      \"08:00:00\",\n      \"08:21:00\",\n      \"08:23:00\",\n      \"08:25:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:36:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:14:00\",\n      \"09:18:00\",\n      \"09:29:00\",\n      \"09:34:00\",\n      \"09:54:00\",\n      \"09:56:00\",\n      \"09:59:00\",\n      \"10:03:00\"\n    ],\n    \"arrs\": [\n      \"06:50:45\",\n      \"06:55:00\",\n      \"06:59:45\",\n      \"07:07:00\",\n      \"07:11:45\",\n      \"07:13:45\",\n      \"07:21:00\",\n      \"07:26:00\",\n      \"07:30:45\",\n      \"07:35:45\",\n      \"07:39:45\",\n      \"07:49:00\",\n      \"07:50:45\",\n      \"07:54:00\",\n      \"07:56:45\",\n      \"07:59:45\",\n      \"08:03:00\",\n      \"08:22:45\",\n      \"08:24:45\",\n      \"08:30:00\",\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:35:45\",\n      \"08:40:00\",\n      \"08:50:45\",\n      \"09:00:00\",\n      \"09:06:45\",\n      \"09:13:00\",\n      \"09:17:45\",\n      \"09:28:00\",\n      \"09:32:00\",\n      \"09:53:00\",\n      \"09:55:45\",\n      \"09:58:45\",\n      \"10:02:45\",\n      \"10:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1452\",\n      \"1453\",\n      \"1454\",\n      \"1455\",\n      \"1456\",\n      \"1457\",\n      \"1458\",\n      \"1459\",\n      \"1468\",\n      \"1469\",\n      \"1470\",\n      \"1471,1476\",\n      \"1477\",\n      \"1475\",\n      \"1474\",\n      \"1473\",\n      \"1472\",\n      \"-835,-834,276\",\n      \"1908\",\n      \"1122\",\n      \"1042\",\n      \"1043\",\n      \"1044\",\n      \"1974\",\n      \"1053\",\n      \"1054,1052,1051\",\n      \"1050,1048\",\n      \"1049,1047\",\n      \"1046\",\n      \"1045\",\n      \"1524\",\n      \"1525,642\",\n      \"1517\",\n      \"1518\",\n      \"1519\",\n      \"1520,1521\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_4_15431_8508207_1015\",\n    \"name\": \"S 4 15431\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8507100\",\n      \"8507094\",\n      \"8507070\",\n      \"8507071\",\n      \"8507072\",\n      \"8507073\",\n      \"8507074\",\n      \"8507075\",\n      \"8507076\",\n      \"8507000\",\n      \"8516161\",\n      \"8504410\",\n      \"8508001\",\n      \"8508003\",\n      \"8508004\",\n      \"8508005\",\n      \"8508081\",\n      \"8508080\",\n      \"8508265\",\n      \"8508266\",\n      \"8508267\",\n      \"8508268\",\n      \"8508269\",\n      \"8508207\"\n    ],\n    \"deps\": [\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:50:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:27:00\",\n      \"09:30:00\",\n      \"09:35:00\",\n      \"09:37:00\",\n      \"09:47:00\",\n      \"09:49:00\",\n      \"09:51:00\",\n      \"09:56:00\",\n      \"09:58:00\",\n      \"10:04:00\",\n      \"10:07:00\",\n      \"10:08:00\"\n    ],\n    \"arrs\": [\n      \"08:39:45\",\n      \"08:44:00\",\n      \"08:48:00\",\n      \"08:49:45\",\n      \"08:54:00\",\n      \"08:56:45\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:18:00\",\n      \"09:21:45\",\n      \"09:26:45\",\n      \"09:29:45\",\n      \"09:34:45\",\n      \"09:36:45\",\n      \"09:43:00\",\n      \"09:48:45\",\n      \"09:50:45\",\n      \"09:55:00\",\n      \"09:57:45\",\n      \"10:03:00\",\n      \"10:06:45\",\n      \"10:07:45\",\n      \"10:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"433,434,-1265\",\n      \"-1264\",\n      \"-1263\",\n      \"-1262\",\n      \"-1261\",\n      \"-1260\",\n      \"-1259\",\n      \"-1258\",\n      \"-1257,-1256,-1255,-1254,-1253,-1252,-849,-848,585,-324,-1301\",\n      \"-1300,-1303,-1302\",\n      \"-356,-396,1316,274\",\n      \"364,365\",\n      \"351,-199\",\n      \"-207\",\n      \"-432,-431\",\n      \"431,786\",\n      \"270\",\n      \"789\",\n      \"790,787\",\n      \"788,793\",\n      \"794\",\n      \"795\",\n      \"796,797\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_5_18533_8503209_1015\",\n    \"name\": \"S 5 18533\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503319\",\n      \"8503318\",\n      \"8503317\",\n      \"8503316\",\n      \"8503315\",\n      \"8503314\",\n      \"8503312\",\n      \"8503311\",\n      \"8503310\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503125\",\n      \"8503123\",\n      \"8503122\",\n      \"8503121\",\n      \"8503120\",\n      \"8503110\",\n      \"8503209\"\n    ],\n    \"deps\": [\n      \"08:50:00\",\n      \"08:51:00\",\n      \"08:54:00\",\n      \"08:57:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:25:00\",\n      \"09:28:00\",\n      \"09:40:00\",\n      \"09:46:00\",\n      \"09:50:00\",\n      \"09:54:00\",\n      \"09:58:00\",\n      \"10:10:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:53:45\",\n      \"08:56:45\",\n      \"09:00:00\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:15:00\",\n      \"09:18:45\",\n      \"09:23:00\",\n      \"09:27:00\",\n      \"09:39:00\",\n      \"09:45:00\",\n      \"09:49:45\",\n      \"09:53:00\",\n      \"09:57:45\",\n      \"10:01:00\",\n      \"10:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1599\",\n      \"269\",\n      \"1600\",\n      \"1601\",\n      \"1602\",\n      \"1603,595\",\n      \"457\",\n      \"458,2111\",\n      \"2163,2112,2123,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,-383,-1310,1309,-1312,-1675,-1676,-1677\",\n      \"-1679,-1678,609\",\n      \"606,400\",\n      \"1786,1784\",\n      \"1785\",\n      \"1783,616\",\n      \"1032,1890,-604\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_25_20531_8503239_1017\",\n    \"name\": \"S 25 20531\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503000\",\n      \"8503206\",\n      \"8503209\",\n      \"8503220\",\n      \"8503221\",\n      \"8503225\",\n      \"8503226\",\n      \"8503227\",\n      \"8503228\",\n      \"8503230\",\n      \"8503231\",\n      \"8503232\",\n      \"8503233\",\n      \"8503234\",\n      \"8503235\",\n      \"8503236\",\n      \"8503237\",\n      \"8503238\",\n      \"8503240\",\n      \"8503239\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"09:01:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:30:00\",\n      \"09:32:00\",\n      \"09:36:00\",\n      \"09:39:00\",\n      \"09:44:00\",\n      \"09:45:00\",\n      \"09:48:00\",\n      \"10:00:00\",\n      \"10:02:00\",\n      \"10:04:00\",\n      \"10:06:00\",\n      \"10:09:00\",\n      \"10:11:00\",\n      \"10:15:00\"\n    ],\n    \"arrs\": [\n      \"09:00:00\",\n      \"09:08:00\",\n      \"09:12:45\",\n      \"09:16:45\",\n      \"09:26:00\",\n      \"09:31:45\",\n      \"09:35:00\",\n      \"09:38:45\",\n      \"09:43:00\",\n      \"09:44:45\",\n      \"09:47:45\",\n      \"09:52:00\",\n      \"10:01:45\",\n      \"10:03:45\",\n      \"10:05:45\",\n      \"10:08:45\",\n      \"10:10:45\",\n      \"10:14:00\",\n      \"10:17:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2281,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,140,139,138,141\",\n      \"611,612,124,123,613,614\",\n      \"604,605,125\",\n      \"122\",\n      \"113,129,128,617,618\",\n      \"632,1780\",\n      \"1781\",\n      \"1779\",\n      \"1778\",\n      \"1533\",\n      \"1777\",\n      \"1467\",\n      \"1466\",\n      \"1465\",\n      \"1464\",\n      \"1463\",\n      \"1460\",\n      \"1461\",\n      \"1462\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_25_20536_8503000_1017\",\n    \"name\": \"S 25 20536\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503239\",\n      \"8503240\",\n      \"8503238\",\n      \"8503237\",\n      \"8503236\",\n      \"8503235\",\n      \"8503234\",\n      \"8503233\",\n      \"8503232\",\n      \"8503231\",\n      \"8503230\",\n      \"8503228\",\n      \"8503227\",\n      \"8503226\",\n      \"8503225\",\n      \"8503221\",\n      \"8503220\",\n      \"8503209\",\n      \"8503206\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:44:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:52:00\",\n      \"08:54:00\",\n      \"09:08:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:20:00\",\n      \"09:24:00\",\n      \"09:26:00\",\n      \"09:34:00\",\n      \"09:43:00\",\n      \"09:46:00\",\n      \"09:52:00\",\n      \"10:00:00\"\n    ],\n    \"arrs\": [\n      \"08:43:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:51:45\",\n      \"08:53:45\",\n      \"09:00:00\",\n      \"09:09:45\",\n      \"09:12:45\",\n      \"09:16:00\",\n      \"09:19:45\",\n      \"09:23:00\",\n      \"09:25:45\",\n      \"09:30:00\",\n      \"09:42:00\",\n      \"09:45:45\",\n      \"09:51:00\",\n      \"09:59:00\",\n      \"10:17:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1462\",\n      \"-1461\",\n      \"-1460\",\n      \"-1463\",\n      \"-1464\",\n      \"-1465\",\n      \"-1466\",\n      \"-1467\",\n      \"-1777\",\n      \"-1533\",\n      \"-1778\",\n      \"-1779\",\n      \"-1781\",\n      \"-1780,-632\",\n      \"-618,-617,-128,-129,-113\",\n      \"-122\",\n      \"-125,-605,-604\",\n      \"-614,-613,-123,-124,-612,-611\",\n      \"-141,-138,-139,-140,142,-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_815_8506121_1018\",\n    \"name\": \"IC 815\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8507483\",\n      \"8507100\",\n      \"8507000\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506100\",\n      \"8506105\",\n      \"8506109\",\n      \"8506121\"\n    ],\n    \"deps\": [\n      \"06:49:00\",\n      \"06:57:00\",\n      \"07:25:00\",\n      \"07:36:00\",\n      \"08:02:00\",\n      \"09:07:00\",\n      \"09:18:00\",\n      \"09:35:00\",\n      \"09:47:00\",\n      \"10:00:00\",\n      \"10:11:00\"\n    ],\n    \"arrs\": [\n      \"06:55:00\",\n      \"07:24:00\",\n      \"07:34:00\",\n      \"07:54:00\",\n      \"08:58:00\",\n      \"09:16:00\",\n      \"09:33:00\",\n      \"09:46:00\",\n      \"09:58:00\",\n      \"10:10:00\",\n      \"10:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-2081,-2082,-1907,-275,-218,-219,-1942,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2284,2292,-2286,2291,2293\",\n      \"-2293,-2291,2286,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,464,598,599,465,466,467\",\n      \"468,469,470,471,472\",\n      \"473,474,475,476,477,478\",\n      \"355,625\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"ICE_370_8003004_1737\",\n    \"name\": \"ICE 370\",\n    \"type\": \"ice\",\n    \"sts\": [\n      \"8507492\",\n      \"8507493\",\n      \"8507483\",\n      \"8507100\",\n      \"8507000\",\n      \"8500218\",\n      \"8500023\",\n      \"8500010\",\n      \"8500090\"\n    ],\n    \"deps\": [\n      \"08:00:00\",\n      \"08:05:00\",\n      \"08:22:00\",\n      \"08:32:00\",\n      \"09:04:00\",\n      \"09:32:00\",\n      \"09:48:00\",\n      \"10:13:00\",\n      \"10:23:00\"\n    ],\n    \"arrs\": [\n      \"08:03:00\",\n      \"08:21:00\",\n      \"08:31:00\",\n      \"08:52:00\",\n      \"09:30:00\",\n      \"09:47:00\",\n      \"09:59:00\",\n      \"10:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"253\",\n      \"246,244,245,243,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362\",\n      \"-350,567,568,349,565,566,344,348,345\",\n      \"347,368,369,346,403,404,584\",\n      \"-584,-404,-197\"\n    ],\n    \"service_type\": \"ice\"\n  },\n  {\n    \"id\": \"RE_1323_8509253_1019\",\n    \"name\": \"RE 1323\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509002\",\n      \"8509060\",\n      \"8509064\",\n      \"8509068\",\n      \"8509262\",\n      \"8509259\",\n      \"8509258\",\n      \"8509257\",\n      \"8509256\",\n      \"8509250\",\n      \"8509251\",\n      \"8509252\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"08:20:00\",\n      \"08:31:00\",\n      \"08:47:00\",\n      \"09:03:00\",\n      \"09:33:00\",\n      \"09:50:00\",\n      \"09:56:00\",\n      \"09:58:00\",\n      \"10:00:00\",\n      \"10:04:00\",\n      \"10:10:00\",\n      \"10:13:00\"\n    ],\n    \"arrs\": [\n      \"08:30:00\",\n      \"08:41:00\",\n      \"09:02:00\",\n      \"09:31:00\",\n      \"09:49:45\",\n      \"09:54:00\",\n      \"09:57:45\",\n      \"09:59:45\",\n      \"10:03:45\",\n      \"10:09:00\",\n      \"10:12:45\",\n      \"10:19:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1053,1054,1052,1051\",\n      \"1050,1048,1049,1047\",\n      \"1046,1045,1524\",\n      \"1525,642,-1516,-1515\",\n      \"-1514,-1980\",\n      \"-1513\",\n      \"-1512\",\n      \"-1511\",\n      \"-1510,1483\",\n      \"1488\",\n      \"1489,1484\",\n      \"1485\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"RE_3260_8507000_1020\",\n    \"name\": \"RE 3260\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8501609\",\n      \"8507470\",\n      \"8507471\",\n      \"8507472\",\n      \"8507473\",\n      \"8507474\",\n      \"8507475\",\n      \"8507478\",\n      \"8507480\",\n      \"8507481\",\n      \"8507483\",\n      \"8507100\",\n      \"8507006\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:48:00\",\n      \"08:54:00\",\n      \"09:01:00\",\n      \"09:13:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:50:00\",\n      \"09:59:00\",\n      \"10:08:00\"\n    ],\n    \"arrs\": [\n      \"08:40:45\",\n      \"08:42:45\",\n      \"08:47:45\",\n      \"08:53:45\",\n      \"09:00:00\",\n      \"09:12:00\",\n      \"09:28:00\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:44:00\",\n      \"09:58:00\",\n      \"10:07:45\",\n      \"10:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-217\",\n      \"-213\",\n      \"-214\",\n      \"-216\",\n      \"-215\",\n      \"-2080,-2079,-1569\",\n      \"-2077,-2078,-2074,-1949,-2073,-2075,-2076,-2072,-1950,-275\",\n      \"-218\",\n      \"-219\",\n      \"-1942,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318\",\n      \"317,322,323,352,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"VAE_2410_8505000_1020\",\n    \"name\": \"VAE 2410\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8506302\",\n      \"8506290\",\n      \"8506200\",\n      \"8503116\",\n      \"8503115\",\n      \"8503110\",\n      \"8503209\",\n      \"8503284\",\n      \"8503282\",\n      \"8505004\",\n      \"8505002\",\n      \"8505018\",\n      \"8517336\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:05:00\",\n      \"08:13:00\",\n      \"08:33:00\",\n      \"08:45:00\",\n      \"08:49:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:21:00\",\n      \"09:28:00\",\n      \"09:48:00\",\n      \"10:00:00\",\n      \"10:07:00\",\n      \"10:12:00\"\n    ],\n    \"arrs\": [\n      \"08:12:00\",\n      \"08:32:00\",\n      \"08:43:00\",\n      \"08:48:00\",\n      \"08:57:00\",\n      \"09:04:00\",\n      \"09:19:00\",\n      \"09:27:45\",\n      \"09:46:00\",\n      \"09:59:00\",\n      \"10:06:00\",\n      \"10:11:00\",\n      \"10:20:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-1100,-1104,-1103\",\n      \"-631,-1757,-1763,-1771,-1770,-1769,-1766\",\n      \"-1765,-1893,-1825\",\n      \"-1892\",\n      \"-1891,-1782,616\",\n      \"1032,1890,-604\",\n      \"-614,-1897,-1898,-1900,-1899,-1878,1880,1881,1877\",\n      \"1876,1649,1875\",\n      \"1874,1873,1871,1870\",\n      \"-506,-440,1848\",\n      \"1849,1850,1851\",\n      \"1329\",\n      \"1330,-534,148\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2016_8507000_1021\",\n    \"name\": \"IR 2016\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8503000\",\n      \"8500218\",\n      \"8508100\",\n      \"8508008\",\n      \"8508005\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:57:00\",\n      \"09:36:00\",\n      \"09:49:00\",\n      \"09:54:00\",\n      \"10:07:00\"\n    ],\n    \"arrs\": [\n      \"09:28:00\",\n      \"09:47:00\",\n      \"09:53:45\",\n      \"10:06:00\",\n      \"10:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350\",\n      \"362,363,59,203,1957,204,205,202,201\",\n      \"417,1955,1954,418\",\n      \"200,206\",\n      \"431,432,207,199,1953,107,396,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_4_15430_8507100_1021\",\n    \"name\": \"S 4 15430\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8508207\",\n      \"8508269\",\n      \"8508268\",\n      \"8508267\",\n      \"8508266\",\n      \"8508265\",\n      \"8508080\",\n      \"8508081\",\n      \"8508005\",\n      \"8508004\",\n      \"8508003\",\n      \"8508001\",\n      \"8504410\",\n      \"8516161\",\n      \"8507000\",\n      \"8507076\",\n      \"8507075\",\n      \"8507074\",\n      \"8507073\",\n      \"8507072\",\n      \"8507071\",\n      \"8507070\",\n      \"8507094\",\n      \"8507100\"\n    ],\n    \"deps\": [\n      \"08:43:00\",\n      \"08:46:00\",\n      \"08:48:00\",\n      \"08:55:00\",\n      \"08:57:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:23:00\",\n      \"09:26:00\",\n      \"09:32:00\",\n      \"09:35:00\",\n      \"09:42:00\",\n      \"09:54:00\",\n      \"09:58:00\",\n      \"10:00:00\",\n      \"10:03:00\",\n      \"10:05:00\",\n      \"10:09:00\",\n      \"10:13:00\",\n      \"10:15:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:47:45\",\n      \"08:54:00\",\n      \"08:56:45\",\n      \"09:01:00\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:12:00\",\n      \"09:18:45\",\n      \"09:22:45\",\n      \"09:25:45\",\n      \"09:31:45\",\n      \"09:34:45\",\n      \"09:40:00\",\n      \"09:53:00\",\n      \"09:57:00\",\n      \"09:59:45\",\n      \"10:02:45\",\n      \"10:04:45\",\n      \"10:08:00\",\n      \"10:12:00\",\n      \"10:14:45\",\n      \"10:21:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-797,-796\",\n      \"-795\",\n      \"-794\",\n      \"-793,-788\",\n      \"-787,-790\",\n      \"-789\",\n      \"-270\",\n      \"-786,-431\",\n      \"431,432\",\n      \"207\",\n      \"199,-351\",\n      \"-365,-364\",\n      \"-274,-1316,396,356\",\n      \"1302,1303,1300\",\n      \"1301,324,-585,848,849,1252,1253,1254,1255,1256,1257\",\n      \"1258\",\n      \"1259\",\n      \"1260\",\n      \"1261\",\n      \"1262\",\n      \"1263\",\n      \"1264\",\n      \"1265,-434,-433\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_710_8501026_1024\",\n    \"name\": \"IC 710\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8506302\",\n      \"8506210\",\n      \"8506209\",\n      \"8506208\",\n      \"8506206\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8507000\",\n      \"8504100\",\n      \"8501120\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"06:11:00\",\n      \"06:19:00\",\n      \"06:24:00\",\n      \"06:30:00\",\n      \"06:39:00\",\n      \"06:58:00\",\n      \"07:13:00\",\n      \"07:32:00\",\n      \"08:34:00\",\n      \"08:56:00\",\n      \"09:42:00\",\n      \"10:17:00\"\n    ],\n    \"arrs\": [\n      \"06:18:00\",\n      \"06:23:00\",\n      \"06:29:00\",\n      \"06:38:00\",\n      \"06:56:00\",\n      \"07:11:00\",\n      \"07:23:00\",\n      \"08:28:00\",\n      \"08:55:00\",\n      \"09:40:00\",\n      \"10:15:00\",\n      \"10:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623\",\n      \"-339\",\n      \"-338,-341,-622,-621\",\n      \"-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2254\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80,-2096,-1985,-88,-89,-570,-569,-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"RE_3163_8501609_1024\",\n    \"name\": \"RE 3163\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8507000\",\n      \"8507006\",\n      \"8507100\",\n      \"8507483\",\n      \"8507481\",\n      \"8507480\",\n      \"8507478\",\n      \"8507475\",\n      \"8507474\",\n      \"8507473\",\n      \"8507472\",\n      \"8507471\",\n      \"8507470\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"08:39:00\",\n      \"08:49:00\",\n      \"09:01:00\",\n      \"09:12:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:25:00\",\n      \"09:42:00\",\n      \"09:57:00\",\n      \"10:02:00\",\n      \"10:09:00\",\n      \"10:11:00\",\n      \"10:13:00\"\n    ],\n    \"arrs\": [\n      \"08:48:00\",\n      \"08:59:00\",\n      \"09:10:00\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:24:00\",\n      \"09:41:00\",\n      \"09:54:00\",\n      \"10:01:45\",\n      \"10:08:45\",\n      \"10:10:45\",\n      \"10:12:45\",\n      \"10:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317\",\n      \"-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,1942\",\n      \"219\",\n      \"218\",\n      \"275,1950,2072,2076,2075,2073,1949,2074,2078,2077\",\n      \"1569,2079,2080\",\n      \"215\",\n      \"216\",\n      \"214\",\n      \"213\",\n      \"217,847\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_8_23838_8506302_1024\",\n    \"name\": \"S 8 23838\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503424\",\n      \"8503425\",\n      \"8503426\",\n      \"8503427\",\n      \"8506148\",\n      \"8503428\",\n      \"8503429\",\n      \"8506025\",\n      \"8506139\",\n      \"8506138\",\n      \"8506137\",\n      \"8506136\",\n      \"8506135\",\n      \"8506134\",\n      \"8506133\",\n      \"8506118\",\n      \"8506132\",\n      \"8506131\",\n      \"8506128\",\n      \"8506119\",\n      \"8506127\",\n      \"8506126\",\n      \"8506143\",\n      \"8588122\",\n      \"8506125\",\n      \"8506124\",\n      \"8506123\",\n      \"8506122\",\n      \"8506121\",\n      \"8506398\",\n      \"8506397\",\n      \"8506396\",\n      \"8506395\",\n      \"8506394\",\n      \"8506393\",\n      \"8506303\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:35:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:45:00\",\n      \"08:48:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:30:00\",\n      \"09:32:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:37:00\",\n      \"09:38:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:45:00\",\n      \"09:47:00\",\n      \"09:49:00\",\n      \"10:00:00\",\n      \"10:03:00\",\n      \"10:05:00\",\n      \"10:07:00\",\n      \"10:09:00\",\n      \"10:13:00\",\n      \"10:17:00\",\n      \"10:20:00\"\n    ],\n    \"arrs\": [\n      \"08:32:45\",\n      \"08:34:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:42:00\",\n      \"08:44:45\",\n      \"08:47:45\",\n      \"08:55:00\",\n      \"08:58:45\",\n      \"09:00:45\",\n      \"09:06:45\",\n      \"09:11:00\",\n      \"09:13:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:20:45\",\n      \"09:26:00\",\n      \"09:31:00\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:36:45\",\n      \"09:37:45\",\n      \"09:38:45\",\n      \"09:42:00\",\n      \"09:44:45\",\n      \"09:46:45\",\n      \"09:48:45\",\n      \"09:55:00\",\n      \"10:02:45\",\n      \"10:04:45\",\n      \"10:06:45\",\n      \"10:08:45\",\n      \"10:12:45\",\n      \"10:16:00\",\n      \"10:19:45\",\n      \"10:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1332,1331\",\n      \"1690\",\n      \"1691\",\n      \"1692\",\n      \"1693\",\n      \"1694\",\n      \"1695,1706\",\n      \"1707\",\n      \"1708\",\n      \"1709\",\n      \"1710\",\n      \"1711\",\n      \"1712\",\n      \"1713\",\n      \"1714\",\n      \"1715\",\n      \"1716\",\n      \"596,1717\",\n      \"538\",\n      \"1718\",\n      \"1719\",\n      \"1720\",\n      \"1721\",\n      \"1722\",\n      \"1723\",\n      \"1724\",\n      \"1725\",\n      \"1726\",\n      \"-625,626,1532\",\n      \"1754\",\n      \"1753\",\n      \"1752\",\n      \"1751\",\n      \"1750\",\n      \"-1314\",\n      \"1097\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"RE_3318_8507000_1026\",\n    \"name\": \"RE 3318\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8505000\",\n      \"8508218\",\n      \"8508215\",\n      \"8508213\",\n      \"8508211\",\n      \"8508210\",\n      \"8508208\",\n      \"8508207\",\n      \"8508202\",\n      \"8507000\"\n    ],\n    \"deps\": [\n      \"08:57:00\",\n      \"09:06:00\",\n      \"09:15:00\",\n      \"09:22:00\",\n      \"09:30:00\",\n      \"09:37:00\",\n      \"09:45:00\",\n      \"09:53:00\",\n      \"10:07:00\"\n    ],\n    \"arrs\": [\n      \"09:05:45\",\n      \"09:14:00\",\n      \"09:21:45\",\n      \"09:29:00\",\n      \"09:36:00\",\n      \"09:44:00\",\n      \"09:52:00\",\n      \"10:05:00\",\n      \"10:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,-1832,-1834\",\n      \"-1833,-1835,-1841\",\n      \"-1840,-1836\",\n      \"-1837,-1838\",\n      \"-806\",\n      \"-1946\",\n      \"-805\",\n      \"-797,-798,-799,-800,-802,-801,1279\",\n      \"1280,1278,1285,1286,323,352,356,1302,1303,1300\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"S_8_23831_8503424_1026\",\n    \"name\": \"S 8 23831\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506302\",\n      \"8506303\",\n      \"8506393\",\n      \"8506394\",\n      \"8506395\",\n      \"8506396\",\n      \"8506397\",\n      \"8506398\",\n      \"8506121\",\n      \"8506122\",\n      \"8506123\",\n      \"8506124\",\n      \"8506125\",\n      \"8588122\",\n      \"8506143\",\n      \"8506126\",\n      \"8506127\",\n      \"8506119\",\n      \"8506128\",\n      \"8506131\",\n      \"8506132\",\n      \"8506118\",\n      \"8506133\",\n      \"8506134\",\n      \"8506135\",\n      \"8506136\",\n      \"8506137\",\n      \"8506138\",\n      \"8506139\",\n      \"8506025\",\n      \"8503429\",\n      \"8503428\",\n      \"8506148\",\n      \"8503427\",\n      \"8503426\",\n      \"8503425\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"09:02:00\",\n      \"09:05:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:31:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:37:00\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:45:00\",\n      \"09:50:00\",\n      \"09:52:00\",\n      \"10:00:00\",\n      \"10:02:00\",\n      \"10:05:00\",\n      \"10:12:00\",\n      \"10:14:00\",\n      \"10:17:00\",\n      \"10:19:00\",\n      \"10:22:00\"\n    ],\n    \"arrs\": [\n      \"08:38:45\",\n      \"08:41:45\",\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:52:45\",\n      \"09:00:00\",\n      \"09:04:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:26:00\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:36:45\",\n      \"09:38:45\",\n      \"09:41:45\",\n      \"09:44:45\",\n      \"09:49:45\",\n      \"09:51:45\",\n      \"09:58:00\",\n      \"10:01:45\",\n      \"10:04:45\",\n      \"10:11:00\",\n      \"10:13:45\",\n      \"10:16:00\",\n      \"10:18:45\",\n      \"10:21:00\",\n      \"10:26:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1097\",\n      \"1314\",\n      \"-1750\",\n      \"-1751\",\n      \"-1752\",\n      \"-1753\",\n      \"-1754\",\n      \"-1532,-626,625\",\n      \"-1726\",\n      \"-1725\",\n      \"-1724\",\n      \"-1723\",\n      \"-1722\",\n      \"-1721\",\n      \"-1720\",\n      \"-1719\",\n      \"-1718\",\n      \"-538\",\n      \"-1717,-596\",\n      \"-1716\",\n      \"-1715\",\n      \"-1714\",\n      \"-1713\",\n      \"-1712\",\n      \"-1711\",\n      \"-1710\",\n      \"-1709\",\n      \"-1708\",\n      \"-1707\",\n      \"-1706,-1695\",\n      \"-1694\",\n      \"-1693\",\n      \"-1692\",\n      \"-1691\",\n      \"-1690\",\n      \"-1331,-1332\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_1066_8500010_1029\",\n    \"name\": \"IC 1066\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8507492\",\n      \"8507493\",\n      \"8507483\",\n      \"8507100\",\n      \"8507000\",\n      \"8500218\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"08:30:00\",\n      \"08:35:00\",\n      \"08:54:00\",\n      \"09:04:00\",\n      \"09:34:00\",\n      \"10:05:00\"\n    ],\n    \"arrs\": [\n      \"08:33:00\",\n      \"08:52:00\",\n      \"09:03:00\",\n      \"09:23:00\",\n      \"10:00:00\",\n      \"10:29:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"253\",\n      \"246,244,245,243,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362\",\n      \"-350,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IR_1409_8501609_1032\",\n    \"name\": \"IR 1409\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8501120\",\n      \"8501200\",\n      \"8501300\",\n      \"8501400\",\n      \"8501402\",\n      \"8501403\",\n      \"8501500\",\n      \"8501506\",\n      \"8501509\",\n      \"8501601\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"07:53:00\",\n      \"08:03:00\",\n      \"08:17:00\",\n      \"08:32:00\",\n      \"08:46:00\",\n      \"09:00:00\",\n      \"09:06:00\",\n      \"09:17:00\",\n      \"09:24:00\",\n      \"09:30:00\",\n      \"09:41:00\",\n      \"09:56:00\",\n      \"10:06:00\",\n      \"10:14:00\",\n      \"10:25:00\"\n    ],\n    \"arrs\": [\n      \"08:01:00\",\n      \"08:16:00\",\n      \"08:31:00\",\n      \"08:42:00\",\n      \"08:59:00\",\n      \"09:05:00\",\n      \"09:16:00\",\n      \"09:23:00\",\n      \"09:29:00\",\n      \"09:40:00\",\n      \"09:54:00\",\n      \"10:05:00\",\n      \"10:13:00\",\n      \"10:23:00\",\n      \"10:32:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,1362,116,2087\",\n      \"94,63,62,61,60,66,65,64,580,581\",\n      \"109,111,112,110\",\n      \"225,224,226,223,221\",\n      \"273,1360\",\n      \"408,409\",\n      \"222,220,1944\",\n      \"411,412,228,237,232,233,236,234\",\n      \"235,231\",\n      \"229,230\",\n      \"238,239,240,1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_16_19635_8503103_1035\",\n    \"name\": \"S 16 19635\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8014490\",\n      \"8503424\",\n      \"8503423\",\n      \"8506047\",\n      \"8506000\",\n      \"8503305\",\n      \"8503307\",\n      \"8503016\",\n      \"8503006\",\n      \"8503020\",\n      \"8503000\",\n      \"8503003\",\n      \"8503004\",\n      \"8503100\",\n      \"8503141\",\n      \"8503101\",\n      \"8503102\",\n      \"8503111\",\n      \"8503103\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:30:00\",\n      \"09:43:00\",\n      \"09:51:00\",\n      \"09:55:00\",\n      \"10:02:00\",\n      \"10:07:00\",\n      \"10:10:00\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:21:00\",\n      \"10:23:00\",\n      \"10:24:00\",\n      \"10:28:00\",\n      \"10:30:00\",\n      \"10:31:00\"\n    ],\n    \"arrs\": [\n      \"09:08:00\",\n      \"09:16:45\",\n      \"09:29:00\",\n      \"09:42:00\",\n      \"09:50:00\",\n      \"09:54:45\",\n      \"10:00:00\",\n      \"10:06:00\",\n      \"10:09:45\",\n      \"10:13:00\",\n      \"10:17:00\",\n      \"10:20:00\",\n      \"10:22:45\",\n      \"10:23:45\",\n      \"10:27:00\",\n      \"10:29:45\",\n      \"10:30:45\",\n      \"10:35:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1541,1542,-1332\",\n      \"1333,1334\",\n      \"483,1551,1552,1689,1688\",\n      \"1687,1686,1685,-600\",\n      \"-603,-602,-330\",\n      \"329,91\",\n      \"90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2139,2141,2142,2140,2113\",\n      \"2159,-2109,-93,2333,2365,2342\",\n      \"2346,2242,2312,2319,2318\",\n      \"2321,-1992\",\n      \"-384,-1993,385,1994\",\n      \"1647\",\n      \"1669\",\n      \"1670\",\n      \"1671\",\n      \"1672\",\n      \"1673\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"RE_1326_8509002_1036\",\n    \"name\": \"RE 1326\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509253\",\n      \"8509252\",\n      \"8509251\",\n      \"8509250\",\n      \"8509256\",\n      \"8509257\",\n      \"8509258\",\n      \"8509259\",\n      \"8509262\",\n      \"8509068\",\n      \"8509064\",\n      \"8509060\",\n      \"8509002\"\n    ],\n    \"deps\": [\n      \"08:24:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:33:00\",\n      \"08:37:00\",\n      \"08:39:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"09:14:00\",\n      \"09:48:00\",\n      \"10:14:00\",\n      \"10:26:00\"\n    ],\n    \"arrs\": [\n      \"08:26:45\",\n      \"08:30:00\",\n      \"08:32:45\",\n      \"08:36:45\",\n      \"08:38:45\",\n      \"08:44:45\",\n      \"08:46:45\",\n      \"09:04:00\",\n      \"09:42:00\",\n      \"10:06:00\",\n      \"10:24:00\",\n      \"10:36:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1485\",\n      \"-1484,-1489\",\n      \"-1488\",\n      \"-1483,1510\",\n      \"1511\",\n      \"1512\",\n      \"1513\",\n      \"1980,1514\",\n      \"1515,1516,-642,-1525\",\n      \"-1524,-1045,-1046\",\n      \"-1047,-1049,-1048,-1050\",\n      \"-1051,-1052,-1054,-1053\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"IR_1716_8501026_1037\",\n    \"name\": \"IR 1716\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501509\",\n      \"8501506\",\n      \"8501500\",\n      \"8501400\",\n      \"8501300\",\n      \"8501200\",\n      \"8501120\",\n      \"8501037\",\n      \"8501030\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"07:58:00\",\n      \"08:06:00\",\n      \"08:21:00\",\n      \"08:32:00\",\n      \"08:46:00\",\n      \"09:07:00\",\n      \"09:18:00\",\n      \"09:25:00\",\n      \"09:48:00\",\n      \"09:57:00\",\n      \"10:13:00\",\n      \"10:29:00\"\n    ],\n    \"arrs\": [\n      \"08:04:00\",\n      \"08:20:00\",\n      \"08:30:00\",\n      \"08:45:00\",\n      \"09:06:00\",\n      \"09:17:00\",\n      \"09:24:00\",\n      \"09:39:00\",\n      \"09:56:00\",\n      \"10:12:00\",\n      \"10:27:00\",\n      \"10:37:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905,-240,-239,-238,-230,-229\",\n      \"-231,-235\",\n      \"-234,-236,-233,-232,-237,-228,-412,-411\",\n      \"-1944,-220,-222,-409,-408,-1360,-273\",\n      \"-221,-223,-226,-224,-225\",\n      \"-110,-112,-111,-109\",\n      \"-581,-580,-64,-65,-66,-60,-61,-62,-63,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100,-103,-99,-104\",\n      \"-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IC_1063_8501609_1040\",\n    \"name\": \"IC 1063\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8500010\",\n      \"8500218\",\n      \"8507000\",\n      \"8507100\",\n      \"8507483\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"08:31:00\",\n      \"08:59:00\",\n      \"09:34:00\",\n      \"09:54:00\",\n      \"10:05:00\",\n      \"10:32:00\"\n    ],\n    \"arrs\": [\n      \"08:55:00\",\n      \"09:27:00\",\n      \"09:52:00\",\n      \"10:02:00\",\n      \"10:31:00\",\n      \"10:40:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,350\",\n      \"362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,1942,219,218,275,1907,2082,2081,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"R_526_8505119_1042\",\n    \"name\": \"R 526\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501605\",\n      \"8501636\",\n      \"8515296\",\n      \"8501677\",\n      \"8501676\",\n      \"8501675\",\n      \"8501674\",\n      \"8501673\",\n      \"8501729\",\n      \"8501672\",\n      \"8501671\",\n      \"8501670\",\n      \"8501669\",\n      \"8501668\",\n      \"8501667\",\n      \"8501666\",\n      \"8501665\",\n      \"8501664\",\n      \"8501663\",\n      \"8501662\",\n      \"8501661\",\n      \"8505163\",\n      \"8505164\",\n      \"8505165\",\n      \"8505119\"\n    ],\n    \"deps\": [\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:23:00\",\n      \"08:28:00\",\n      \"08:33:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:50:00\",\n      \"08:53:00\",\n      \"08:56:00\",\n      \"09:03:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:25:00\",\n      \"09:27:00\",\n      \"09:31:00\",\n      \"09:33:00\",\n      \"09:44:00\",\n      \"10:05:00\",\n      \"10:13:00\",\n      \"10:28:00\"\n    ],\n    \"arrs\": [\n      \"08:10:45\",\n      \"08:20:00\",\n      \"08:27:45\",\n      \"08:32:45\",\n      \"08:38:45\",\n      \"08:42:45\",\n      \"08:49:45\",\n      \"08:52:45\",\n      \"08:55:45\",\n      \"09:02:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:15:45\",\n      \"09:18:45\",\n      \"09:24:45\",\n      \"09:26:45\",\n      \"09:30:45\",\n      \"09:32:45\",\n      \"09:37:00\",\n      \"10:04:45\",\n      \"10:12:45\",\n      \"10:20:00\",\n      \"10:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1317\",\n      \"990\",\n      \"2007\",\n      \"991\",\n      \"992\",\n      \"993\",\n      \"994\",\n      \"995\",\n      \"996\",\n      \"997\",\n      \"998\",\n      \"999\",\n      \"1000\",\n      \"1247\",\n      \"1248\",\n      \"1249\",\n      \"1001\",\n      \"1002\",\n      \"1250\",\n      \"1251\",\n      \"2006\",\n      \"1007\",\n      \"1008\",\n      \"641\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"R_2216_8507290_1043\",\n    \"name\": \"R 2216\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501300\",\n      \"8501374\",\n      \"8501375\",\n      \"8501384\",\n      \"8501376\",\n      \"8501385\",\n      \"8501377\",\n      \"8501386\",\n      \"8501387\",\n      \"8501378\",\n      \"8501379\",\n      \"8504070\",\n      \"8501391\",\n      \"8501392\",\n      \"8501393\",\n      \"8501394\",\n      \"8501198\",\n      \"8501395\",\n      \"8501388\",\n      \"8501396\",\n      \"8501397\",\n      \"8501398\",\n      \"8501399\",\n      \"8507270\",\n      \"8507271\",\n      \"8507272\",\n      \"8507273\",\n      \"8507290\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:53:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:22:00\",\n      \"09:27:00\",\n      \"09:31:00\",\n      \"09:36:00\",\n      \"09:38:00\",\n      \"09:44:00\",\n      \"09:45:00\",\n      \"09:47:00\",\n      \"09:49:00\",\n      \"09:51:00\",\n      \"09:59:00\",\n      \"10:05:00\",\n      \"10:11:00\",\n      \"10:15:00\",\n      \"10:20:00\",\n      \"10:25:00\",\n      \"10:32:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:52:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"09:01:45\",\n      \"09:05:00\",\n      \"09:09:45\",\n      \"09:12:45\",\n      \"09:16:45\",\n      \"09:21:45\",\n      \"09:26:00\",\n      \"09:30:45\",\n      \"09:35:45\",\n      \"09:37:45\",\n      \"09:42:00\",\n      \"09:44:45\",\n      \"09:46:45\",\n      \"09:48:45\",\n      \"09:50:45\",\n      \"09:58:45\",\n      \"10:04:45\",\n      \"10:09:00\",\n      \"10:14:45\",\n      \"10:19:45\",\n      \"10:24:45\",\n      \"10:31:45\",\n      \"10:43:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-257,-263,-258,-262,-261,-260\",\n      \"-259\",\n      \"-354\",\n      \"-265\",\n      \"-303\",\n      \"-304\",\n      \"-305\",\n      \"-307\",\n      \"-306\",\n      \"-291\",\n      \"-290\",\n      \"-292\",\n      \"-293\",\n      \"-298\",\n      \"-295\",\n      \"-297\",\n      \"-296\",\n      \"-294\",\n      \"-302\",\n      \"-300\",\n      \"-299\",\n      \"-301\",\n      \"-283\",\n      \"-284\",\n      \"-289\",\n      \"-285\",\n      \"-286\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"IR_2116_8504300_1045\",\n    \"name\": \"IR 2116\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8014586\",\n      \"8506131\",\n      \"8506105\",\n      \"8506100\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8500218\",\n      \"8500212\",\n      \"8500207\",\n      \"8500202\",\n      \"8504300\"\n    ],\n    \"deps\": [\n      \"08:03:00\",\n      \"08:07:00\",\n      \"08:29:00\",\n      \"08:42:00\",\n      \"08:55:00\",\n      \"09:10:00\",\n      \"09:30:00\",\n      \"10:03:00\",\n      \"10:15:00\",\n      \"10:28:00\",\n      \"10:36:00\"\n    ],\n    \"arrs\": [\n      \"08:06:00\",\n      \"08:27:00\",\n      \"08:40:00\",\n      \"08:53:00\",\n      \"09:08:00\",\n      \"09:21:00\",\n      \"10:00:00\",\n      \"10:14:00\",\n      \"10:26:00\",\n      \"10:35:00\",\n      \"10:45:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-597,-596\",\n      \"-486,-485,-484,-482,-481,-480,-479,-473\",\n      \"-472,-471,-470,-469,-468\",\n      \"-467,-466,-465,-599,-598,-464,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2252,2299\",\n      \"-2299,-2252,2309,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350\",\n      \"362,-444,-443,-442,-441,-38,-37\",\n      \"-2200,-36,-415,-1377,-35,-34,-33\",\n      \"-430,-429,-561,-2216,-560,-31,-30,-29\",\n      \"-353,-27,-26,-2214,-25,-24,-16\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"ICN_863_8505300_1047\",\n    \"name\": \"ICN 863\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8503000\",\n      \"8502204\",\n      \"8505004\",\n      \"8505213\",\n      \"8505300\"\n    ],\n    \"deps\": [\n      \"08:09:00\",\n      \"08:31:00\",\n      \"08:50:00\",\n      \"10:25:00\"\n    ],\n    \"arrs\": [\n      \"08:30:00\",\n      \"08:46:00\",\n      \"10:23:00\",\n      \"10:47:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2293,-2291,2286,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,-164,-163,-1998,-162,-1999,-2000,-2001,-165,-503,-502,-161\",\n      \"-367,387,2017,2018,1918,388,508,509,1919,2019,2020,507,2021,2022\",\n      \"510,511,512,513,2023,2029,2027,2034,2032,514,2026,2025,515,516,2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517,277,2046,2047,518,1917,2049,2050,2051,2052,2054,2053,1965,1966,2055,2058,2059,2056,1962,2057,519,520,2060,2061,521\",\n      \"522,523,2062,2063,528,2064,2065,529,530,531,532,2067,2066\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"S_8_23836_8506299_1047\",\n    \"name\": \"S 8 23836\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503424\",\n      \"8503425\",\n      \"8503426\",\n      \"8503427\",\n      \"8506148\",\n      \"8503428\",\n      \"8503429\",\n      \"8506025\",\n      \"8506139\",\n      \"8506138\",\n      \"8506137\",\n      \"8506136\",\n      \"8506135\",\n      \"8506134\",\n      \"8506133\",\n      \"8506118\",\n      \"8506132\",\n      \"8506131\",\n      \"8506128\",\n      \"8506119\",\n      \"8506127\",\n      \"8506126\",\n      \"8506143\",\n      \"8588122\",\n      \"8506125\",\n      \"8506124\",\n      \"8506123\",\n      \"8506122\",\n      \"8506121\",\n      \"8506398\",\n      \"8506397\",\n      \"8506396\",\n      \"8506395\",\n      \"8506394\",\n      \"8506393\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8506297\",\n      \"8506298\",\n      \"8506299\"\n    ],\n    \"deps\": [\n      \"08:01:00\",\n      \"08:03:00\",\n      \"08:05:00\",\n      \"08:07:00\",\n      \"08:09:00\",\n      \"08:13:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:27:00\",\n      \"08:29:00\",\n      \"08:31:00\",\n      \"08:37:00\",\n      \"08:42:00\",\n      \"08:44:00\",\n      \"08:47:00\",\n      \"08:49:00\",\n      \"08:51:00\",\n      \"09:00:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:08:00\",\n      \"09:09:00\",\n      \"09:13:00\",\n      \"09:15:00\",\n      \"09:17:00\",\n      \"09:19:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:37:00\",\n      \"09:39:00\",\n      \"09:44:00\",\n      \"09:48:00\",\n      \"09:52:00\",\n      \"09:57:00\",\n      \"10:00:00\",\n      \"10:06:00\",\n      \"10:09:00\",\n      \"10:13:00\",\n      \"10:17:00\",\n      \"10:20:00\",\n      \"10:24:00\",\n      \"10:31:00\",\n      \"10:36:00\",\n      \"10:41:00\"\n    ],\n    \"arrs\": [\n      \"08:02:45\",\n      \"08:04:45\",\n      \"08:06:45\",\n      \"08:08:45\",\n      \"08:12:00\",\n      \"08:14:45\",\n      \"08:17:45\",\n      \"08:25:00\",\n      \"08:28:45\",\n      \"08:30:45\",\n      \"08:36:45\",\n      \"08:41:00\",\n      \"08:43:45\",\n      \"08:46:45\",\n      \"08:48:45\",\n      \"08:50:45\",\n      \"08:56:00\",\n      \"09:01:00\",\n      \"09:02:45\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:07:45\",\n      \"09:08:45\",\n      \"09:12:00\",\n      \"09:14:45\",\n      \"09:16:45\",\n      \"09:18:45\",\n      \"09:25:00\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:36:45\",\n      \"09:38:45\",\n      \"09:43:00\",\n      \"09:47:45\",\n      \"09:51:00\",\n      \"09:55:00\",\n      \"09:59:45\",\n      \"10:05:00\",\n      \"10:08:45\",\n      \"10:12:45\",\n      \"10:16:45\",\n      \"10:19:45\",\n      \"10:23:45\",\n      \"10:30:00\",\n      \"10:35:45\",\n      \"10:40:45\",\n      \"10:47:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1332,1331\",\n      \"1690\",\n      \"1691\",\n      \"1692\",\n      \"1693\",\n      \"1694\",\n      \"1695,1706\",\n      \"1707\",\n      \"1708\",\n      \"1709\",\n      \"1710\",\n      \"1711\",\n      \"1712\",\n      \"1713\",\n      \"1714\",\n      \"1715\",\n      \"1716\",\n      \"596,1717\",\n      \"538\",\n      \"1718\",\n      \"1719\",\n      \"1720\",\n      \"1721\",\n      \"1722\",\n      \"1723\",\n      \"1724\",\n      \"1725\",\n      \"1726\",\n      \"-625,626,1532\",\n      \"1754\",\n      \"1753\",\n      \"1752\",\n      \"1751\",\n      \"1750\",\n      \"-1314\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-2199,-1764\",\n      \"-1768\",\n      \"-1767\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"EC_313_8301700_1135\",\n    \"name\": \"EC 313\",\n    \"type\": \"ec\",\n    \"sts\": [\n      \"8503000\",\n      \"8502204\",\n      \"8505004\",\n      \"8505213\",\n      \"8505300\",\n      \"8505307\"\n    ],\n    \"deps\": [\n      \"07:32:00\",\n      \"08:00:00\",\n      \"08:17:00\",\n      \"09:59:00\",\n      \"10:26:00\",\n      \"10:52:00\"\n    ],\n    \"arrs\": [\n      \"07:58:00\",\n      \"08:14:00\",\n      \"09:57:00\",\n      \"10:24:00\",\n      \"10:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2293,-2291,2286,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,-164,-163,-1998,-162,-1999,-2000,-2001,-165,-503,-502,-161\",\n      \"-367,387,2017,2018,1918,388,508,509,1919,2019,2020,507,2021,2022\",\n      \"510,511,512,513,2023,2029,2027,2034,2032,514,2026,2025,515,516,2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517,277,2046,2047,518,1917,2049,2050,2051,2052,2054,2053,1965,1966,2055,2058,2059,2056,1962,2057,519,520,2060,2061,521\",\n      \"522,523,2062,2063,528,2064,2065,529,530,531,532,2067,2066\",\n      \"533,539,2069,2068,540,2071,2070,1912,1911,1910,2212,541,542\"\n    ],\n    \"service_type\": \"ec\"\n  },\n  {\n    \"id\": \"R_523_8501605_1050\",\n    \"name\": \"R 523\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8505119\",\n      \"8505165\",\n      \"8505164\",\n      \"8505163\",\n      \"8501661\",\n      \"8501662\",\n      \"8501663\",\n      \"8501664\",\n      \"8501665\",\n      \"8501666\",\n      \"8501667\",\n      \"8501668\",\n      \"8501669\",\n      \"8501670\",\n      \"8501671\",\n      \"8501672\",\n      \"8501729\",\n      \"8501673\",\n      \"8501674\",\n      \"8501675\",\n      \"8501676\",\n      \"8501677\",\n      \"8515296\",\n      \"8501636\",\n      \"8501605\"\n    ],\n    \"deps\": [\n      \"08:12:00\",\n      \"08:37:00\",\n      \"08:41:00\",\n      \"08:50:00\",\n      \"09:12:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:25:00\",\n      \"09:29:00\",\n      \"09:31:00\",\n      \"09:34:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:45:00\",\n      \"09:56:00\",\n      \"09:57:00\",\n      \"10:01:00\",\n      \"10:10:00\",\n      \"10:15:00\",\n      \"10:22:00\",\n      \"10:28:00\",\n      \"10:38:00\",\n      \"10:45:00\"\n    ],\n    \"arrs\": [\n      \"08:22:00\",\n      \"08:40:45\",\n      \"08:49:45\",\n      \"09:11:00\",\n      \"09:14:45\",\n      \"09:17:45\",\n      \"09:20:45\",\n      \"09:24:45\",\n      \"09:28:45\",\n      \"09:30:45\",\n      \"09:33:45\",\n      \"09:36:45\",\n      \"09:39:45\",\n      \"09:44:45\",\n      \"09:55:00\",\n      \"09:56:45\",\n      \"10:00:45\",\n      \"10:09:45\",\n      \"10:14:45\",\n      \"10:21:45\",\n      \"10:27:45\",\n      \"10:33:00\",\n      \"10:44:45\",\n      \"10:50:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-641\",\n      \"-1008\",\n      \"-1007\",\n      \"-2006\",\n      \"-1251\",\n      \"-1250\",\n      \"-1002\",\n      \"-1001\",\n      \"-1249\",\n      \"-1248\",\n      \"-1247\",\n      \"-1000\",\n      \"-999\",\n      \"-998\",\n      \"-997\",\n      \"-996\",\n      \"-995\",\n      \"-994\",\n      \"-993\",\n      \"-992\",\n      \"-991\",\n      \"-2007\",\n      \"-990\",\n      \"-1317\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"ICN_512_8501026_1051\",\n    \"name\": \"ICN 512\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8506302\",\n      \"8506210\",\n      \"8506206\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8502113\",\n      \"8500218\",\n      \"8500207\",\n      \"8504300\",\n      \"8504221\",\n      \"8504200\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"06:42:00\",\n      \"06:49:00\",\n      \"07:06:00\",\n      \"07:25:00\",\n      \"07:39:00\",\n      \"08:04:00\",\n      \"08:29:00\",\n      \"08:40:00\",\n      \"08:59:00\",\n      \"09:19:00\",\n      \"09:37:00\",\n      \"09:56:00\",\n      \"10:44:00\"\n    ],\n    \"arrs\": [\n      \"06:48:45\",\n      \"07:03:00\",\n      \"07:23:00\",\n      \"07:37:00\",\n      \"07:51:00\",\n      \"08:27:00\",\n      \"08:38:00\",\n      \"08:56:00\",\n      \"09:13:00\",\n      \"09:35:00\",\n      \"09:54:00\",\n      \"10:42:00\",\n      \"10:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623,-339,-338,-341,-622,-621\",\n      \"-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2254\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984\",\n      \"-359,-360,-357,-358,350\",\n      \"362,-444,-443,-442,-441,-38,-37,-2200,-36,-415,-1377,-35,-34,-33\",\n      \"-430,-429,-561,-2216,-560,-31,-30,-29,-353,-27,-26,-2214,-25,-24,-16\",\n      \"-563,-562,-15,-14,-13,-12,-11,-10,-9,-577,-576\",\n      \"-554,-553,-8,-552,-551,-7,-6,-5,-4,-3,-2,-644,-645\",\n      \"-573,-572,-1,-393,-550,-549,-392,-267,-587,-391,-390,-389,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"ICN_870_8503000_1051\",\n    \"name\": \"ICN 870\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8505307\",\n      \"8505305\",\n      \"8505300\",\n      \"8505213\",\n      \"8505004\",\n      \"8502204\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"07:45:00\",\n      \"07:52:00\",\n      \"08:12:00\",\n      \"08:36:00\",\n      \"10:13:00\",\n      \"10:29:00\"\n    ],\n    \"arrs\": [\n      \"07:51:45\",\n      \"08:07:00\",\n      \"08:34:00\",\n      \"10:09:00\",\n      \"10:27:00\",\n      \"10:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542,-541\",\n      \"-2212,-1910,-1911,-1912,-2070,-2071,-540,-2068,-2069,-539,-533\",\n      \"-2066,-2067,-532,-531,-530,-529,-2065,-2064,-528,-2063,-2062,-523,-522\",\n      \"-521,-2061,-2060,-520,-519,-2057,-1962,-2056,-2059,-2058,-2055,-1966,-1965,-2053,-2054,-2052,-2051,-2050,-2049,-1917,-518,-2047,-2046,-277,-517,-2045,-2044,-2043,-2042,-2041,-2048,-2035,-2036,-2040,-2039,-2038,-2037,-516,-515,-2025,-2024,-514,-2032,-2033,-2027,2031,2030,2028,-2023,-513,-512,-511,-510\",\n      \"-2022,-2021,-507,-2020,-2019,-1919,-509,-508,-388,-1918,-2018,-2017,-387,367\",\n      \"161,502,503,165,2001,2000,1999,162,1998,163,164,142,-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"IC_563_8509000_1052\",\n    \"name\": \"IC 563\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8500010\",\n      \"8503000\",\n      \"8509411\",\n      \"8509002\",\n      \"8509000\"\n    ],\n    \"deps\": [\n      \"08:33:00\",\n      \"09:37:00\",\n      \"10:33:00\",\n      \"10:43:00\"\n    ],\n    \"arrs\": [\n      \"09:26:00\",\n      \"10:32:00\",\n      \"10:41:00\",\n      \"10:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2245\",\n      \"-2245,-2246,-2287,2288,2289,-2255,-2280,2274,2231,2272,2269,2357,2099,1991,-142,140,139,138,141,611,612,124,123,613,614,604,605,125,122,113,129,128,617,618,632,633,127,126,136,137,130,133,134,132\",\n      \"629,630,135,131\",\n      \"121,834,835\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"S_3_17326_8500126_1052\",\n    \"name\": \"S 3 17326\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8500218\",\n      \"8500028\",\n      \"8500027\",\n      \"8500026\",\n      \"8500025\",\n      \"8500024\",\n      \"8500023\",\n      \"8500022\",\n      \"8500021\",\n      \"8500020\",\n      \"8500010\",\n      \"8500136\",\n      \"8500119\",\n      \"8500118\",\n      \"8500117\",\n      \"8500116\",\n      \"8500115\",\n      \"8500114\",\n      \"8500113\",\n      \"8500109\",\n      \"8500120\",\n      \"8500121\",\n      \"8500122\",\n      \"8500123\",\n      \"8500124\",\n      \"8500125\",\n      \"8500126\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:05:00\",\n      \"09:07:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:17:00\",\n      \"09:20:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:42:00\",\n      \"09:45:00\",\n      \"09:48:00\",\n      \"09:50:00\",\n      \"09:52:00\",\n      \"09:59:00\",\n      \"10:03:00\",\n      \"10:23:00\",\n      \"10:26:00\",\n      \"10:29:00\",\n      \"10:31:00\",\n      \"10:35:00\",\n      \"10:39:00\",\n      \"10:45:00\"\n    ],\n    \"arrs\": [\n      \"08:53:45\",\n      \"08:58:45\",\n      \"09:02:00\",\n      \"09:04:45\",\n      \"09:06:45\",\n      \"09:10:00\",\n      \"09:12:45\",\n      \"09:16:45\",\n      \"09:19:45\",\n      \"09:26:00\",\n      \"09:39:00\",\n      \"09:41:45\",\n      \"09:44:45\",\n      \"09:47:45\",\n      \"09:49:45\",\n      \"09:51:45\",\n      \"09:58:00\",\n      \"10:02:00\",\n      \"10:17:00\",\n      \"10:25:45\",\n      \"10:28:00\",\n      \"10:30:45\",\n      \"10:34:45\",\n      \"10:38:45\",\n      \"10:44:45\",\n      \"10:52:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-350,567,568\",\n      \"349\",\n      \"565,566\",\n      \"344\",\n      \"348\",\n      \"345\",\n      \"347\",\n      \"368,369\",\n      \"346\",\n      \"403,404,584\",\n      \"-584,-1324\",\n      \"-272\",\n      \"-856\",\n      \"-178\",\n      \"-177\",\n      \"-179\",\n      \"-176\",\n      \"-545\",\n      \"-264,-944\",\n      \"-943\",\n      \"-942\",\n      \"-941\",\n      \"-940\",\n      \"936\",\n      \"937\",\n      \"935,930\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_715_8506302_1053\",\n    \"name\": \"IC 715\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501120\",\n      \"8504100\",\n      \"8507000\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506206\",\n      \"8506208\",\n      \"8506209\",\n      \"8506210\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"06:36:00\",\n      \"06:45:00\",\n      \"07:20:00\",\n      \"08:04:00\",\n      \"08:32:00\",\n      \"09:39:00\",\n      \"09:52:00\",\n      \"10:07:00\",\n      \"10:25:00\",\n      \"10:33:00\",\n      \"10:39:00\",\n      \"10:45:00\"\n    ],\n    \"arrs\": [\n      \"06:43:00\",\n      \"07:18:00\",\n      \"08:03:00\",\n      \"08:26:00\",\n      \"09:28:00\",\n      \"09:50:00\",\n      \"10:05:00\",\n      \"10:24:00\",\n      \"10:32:00\",\n      \"10:38:00\",\n      \"10:43:00\",\n      \"10:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087\",\n      \"94,83,82,84,85,578,579,87,86,569,570,89,88,1985,2096,80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2244\",\n      \"-2244,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,372,378,379,332,334,333,331,335,342,337,336\",\n      \"621,622,341,338\",\n      \"339\",\n      \"623,624\",\n      \"340,343,619,620\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"ICN_1619_8500010_1053\",\n    \"name\": \"ICN 1619\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8501120\",\n      \"8504200\",\n      \"8504221\",\n      \"8504300\",\n      \"8500159\",\n      \"8500105\",\n      \"8500109\",\n      \"8500113\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"09:07:00\",\n      \"09:27:00\",\n      \"09:49:00\",\n      \"10:00:00\",\n      \"10:08:00\",\n      \"10:23:00\",\n      \"10:35:00\"\n    ],\n    \"arrs\": [\n      \"09:05:00\",\n      \"09:25:00\",\n      \"09:43:00\",\n      \"09:59:00\",\n      \"10:07:00\",\n      \"10:18:00\",\n      \"10:34:00\",\n      \"10:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2087,-116,-1362,389,390,391,587,267,392,549,550,393,1,572,573\",\n      \"645,644,2,3,4,5,6,7,551,552,8,553,554\",\n      \"576,577,9,10,11,12,13,14,15,562,563\",\n      \"16,24,25,2214,26,27,28\",\n      \"558,559\",\n      \"32,-944\",\n      \"944,264\",\n      \"545,176,179,177,178,856,272,1324,584\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"IR_2115_8014586_1054\",\n    \"name\": \"IR 2115\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8504300\",\n      \"8500202\",\n      \"8500207\",\n      \"8500212\",\n      \"8500218\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506100\",\n      \"8506105\",\n      \"8506131\",\n      \"8014586\"\n    ],\n    \"deps\": [\n      \"08:15:00\",\n      \"08:25:00\",\n      \"08:33:00\",\n      \"08:45:00\",\n      \"08:59:00\",\n      \"09:37:00\",\n      \"09:48:00\",\n      \"10:05:00\",\n      \"10:17:00\",\n      \"10:30:00\",\n      \"10:51:00\"\n    ],\n    \"arrs\": [\n      \"08:24:00\",\n      \"08:32:00\",\n      \"08:44:00\",\n      \"08:57:00\",\n      \"09:30:00\",\n      \"09:46:00\",\n      \"10:03:00\",\n      \"10:16:00\",\n      \"10:28:00\",\n      \"10:50:00\",\n      \"10:54:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"16,24,25,2214,26,27,353\",\n      \"29,30,31,560,2216,561,429,430\",\n      \"33,34,35,1377,415,36,2200\",\n      \"37,38,441,442,443,444,-362\",\n      \"-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2284,2266,2273,2276,2277,2257\",\n      \"-2257,-2277,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,464,598,599,465,466,467\",\n      \"468,469,470,471,472\",\n      \"473,479,480,481,482,484,485,486\",\n      \"596,597\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2512_8501026_1054\",\n    \"name\": \"IR 2512\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8502007\",\n      \"8502001\",\n      \"8507000\",\n      \"8504100\",\n      \"8501120\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"08:00:00\",\n      \"08:18:00\",\n      \"08:32:00\",\n      \"09:04:00\",\n      \"09:26:00\",\n      \"10:12:00\",\n      \"10:47:00\"\n    ],\n    \"arrs\": [\n      \"08:17:00\",\n      \"08:31:00\",\n      \"09:00:00\",\n      \"09:25:00\",\n      \"10:10:00\",\n      \"10:45:00\",\n      \"10:54:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,500,501,2004,499,498,497,496,493,494\",\n      \"495,491,492,490,489,488,487\",\n      \"421,422,-374,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80,-2096,-1985,-88,-89,-570,-569,-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"ICN_668_8500010_1055\",\n    \"name\": \"ICN 668\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8505307\",\n      \"8505305\",\n      \"8505300\",\n      \"8505213\",\n      \"8505004\",\n      \"8505000\",\n      \"8500218\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"06:41:00\",\n      \"06:50:00\",\n      \"07:12:00\",\n      \"07:36:00\",\n      \"09:14:00\",\n      \"09:54:00\",\n      \"10:30:00\"\n    ],\n    \"arrs\": [\n      \"06:48:00\",\n      \"07:05:00\",\n      \"07:34:00\",\n      \"09:09:00\",\n      \"09:41:00\",\n      \"10:27:00\",\n      \"10:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542,-541\",\n      \"-2212,-1910,-1911,-1912,-2070,-2071,-540,-2068,-2069,-539,-533\",\n      \"-2066,-2067,-532,-531,-530,-529,-2065,-2064,-528,-2063,-2062,-523,-522\",\n      \"-521,-2061,-2060,-520,-519,-2057,-1962,-2056,-2059,-2058,-2055,-1966,-1965,-2053,-2054,-2052,-2051,-2050,-2049,-1917,-518,-2047,-2046,-277,-517,-2045,-2044,-2043,-2042,-2041,-2048,-2035,-2036,-2040,-2039,-2038,-2037,-516,-515,-2025,-2024,-514,-2032,-2033,-2027,2031,2030,2028,-2023,-513,-512,-511,-510\",\n      \"-506,-440,1848,1849,1850,1851,1329,1330,-534,148\",\n      \"-148,534,535,419,500,501,2004,499,498,497,496,493,494,495,491,492,490,489,488,487,421,422,375,196,-363,-362\",\n      \"-350,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"VAE_2417_8506302_1055\",\n    \"name\": \"VAE 2417\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8517336\",\n      \"8505018\",\n      \"8505002\",\n      \"8505004\",\n      \"8503282\",\n      \"8503284\",\n      \"8503209\",\n      \"8503110\",\n      \"8503115\",\n      \"8503116\",\n      \"8506200\",\n      \"8506290\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:58:00\",\n      \"09:14:00\",\n      \"09:28:00\",\n      \"09:37:00\",\n      \"09:54:00\",\n      \"10:03:00\",\n      \"10:11:00\",\n      \"10:16:00\",\n      \"10:28:00\",\n      \"10:47:00\"\n    ],\n    \"arrs\": [\n      \"08:45:45\",\n      \"08:48:45\",\n      \"08:57:45\",\n      \"09:11:00\",\n      \"09:27:45\",\n      \"09:36:00\",\n      \"09:53:00\",\n      \"09:59:00\",\n      \"10:10:00\",\n      \"10:15:00\",\n      \"10:27:00\",\n      \"10:46:00\",\n      \"10:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,-1330\",\n      \"-1329\",\n      \"-1851,-1850,-1849\",\n      \"-1848,440,506\",\n      \"-1870,-1871,-1873,-1874\",\n      \"-1875,-1649,-1876\",\n      \"-1877,-1881,-1880,1878,1899,1900,1898,1897,614\",\n      \"604,-1890,-1032\",\n      \"-616,1782,1891\",\n      \"1892\",\n      \"1825,1893,1765\",\n      \"1766,1769,1770,1771,1763,1757,631\",\n      \"1103,1104,1100,620\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_4411_8501609_1056\",\n    \"name\": \"R 4411\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8501428\",\n      \"8501426\",\n      \"8501425\",\n      \"8501424\",\n      \"8501423\",\n      \"8501422\",\n      \"8501421\",\n      \"8501420\",\n      \"8501403\",\n      \"8501404\",\n      \"8501405\",\n      \"8501500\",\n      \"8501501\",\n      \"8501502\",\n      \"8501503\",\n      \"8501504\",\n      \"8501505\",\n      \"8501510\",\n      \"8501506\",\n      \"8501507\",\n      \"8501509\",\n      \"8501600\",\n      \"8501601\",\n      \"8501602\",\n      \"8501603\",\n      \"8501604\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"08:55:00\",\n      \"09:01:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:12:00\",\n      \"09:19:00\",\n      \"09:21:00\",\n      \"09:35:00\",\n      \"09:40:00\",\n      \"09:42:00\",\n      \"09:49:00\",\n      \"09:52:00\",\n      \"09:56:00\",\n      \"09:59:00\",\n      \"10:01:00\",\n      \"10:04:00\",\n      \"10:06:00\",\n      \"10:13:00\",\n      \"10:16:00\",\n      \"10:25:00\",\n      \"10:28:00\",\n      \"10:33:00\",\n      \"10:36:00\",\n      \"10:39:00\",\n      \"10:42:00\",\n      \"10:49:00\"\n    ],\n    \"arrs\": [\n      \"08:59:00\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:08:45\",\n      \"09:11:45\",\n      \"09:18:00\",\n      \"09:20:45\",\n      \"09:26:00\",\n      \"09:39:00\",\n      \"09:41:45\",\n      \"09:48:00\",\n      \"09:51:45\",\n      \"09:55:45\",\n      \"09:58:45\",\n      \"10:00:45\",\n      \"10:03:45\",\n      \"10:05:45\",\n      \"10:12:00\",\n      \"10:15:45\",\n      \"10:24:00\",\n      \"10:27:45\",\n      \"10:32:00\",\n      \"10:35:45\",\n      \"10:38:45\",\n      \"10:41:45\",\n      \"10:48:00\",\n      \"10:56:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-738\",\n      \"-739\",\n      \"-740\",\n      \"-742\",\n      \"-741\",\n      \"953\",\n      \"954\",\n      \"952,409\",\n      \"222\",\n      \"220\",\n      \"1944\",\n      \"411,412\",\n      \"228\",\n      \"237\",\n      \"232\",\n      \"233\",\n      \"236\",\n      \"234\",\n      \"235\",\n      \"231\",\n      \"229\",\n      \"230\",\n      \"238\",\n      \"239\",\n      \"240\",\n      \"1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"S_8_23833_8503424_1056\",\n    \"name\": \"S 8 23833\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506299\",\n      \"8506298\",\n      \"8506297\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506393\",\n      \"8506394\",\n      \"8506395\",\n      \"8506396\",\n      \"8506397\",\n      \"8506398\",\n      \"8506121\",\n      \"8506122\",\n      \"8506123\",\n      \"8506124\",\n      \"8506125\",\n      \"8588122\",\n      \"8506143\",\n      \"8506126\",\n      \"8506127\",\n      \"8506119\",\n      \"8506128\",\n      \"8506131\",\n      \"8506132\",\n      \"8506118\",\n      \"8506133\",\n      \"8506134\",\n      \"8506135\",\n      \"8506136\",\n      \"8506137\",\n      \"8506138\",\n      \"8506139\",\n      \"8506025\",\n      \"8503429\",\n      \"8503428\",\n      \"8506148\",\n      \"8503427\",\n      \"8503426\",\n      \"8503425\",\n      \"8503424\"\n    ],\n    \"deps\": [\n      \"08:13:00\",\n      \"08:17:00\",\n      \"08:22:00\",\n      \"08:29:00\",\n      \"08:32:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:45:00\",\n      \"08:48:00\",\n      \"08:54:00\",\n      \"08:59:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:16:00\",\n      \"09:18:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:32:00\",\n      \"09:35:00\",\n      \"09:36:00\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:44:00\",\n      \"09:46:00\",\n      \"09:47:00\",\n      \"09:49:00\",\n      \"09:50:00\",\n      \"09:53:00\",\n      \"10:01:00\",\n      \"10:03:00\",\n      \"10:05:00\",\n      \"10:07:00\",\n      \"10:09:00\",\n      \"10:12:00\",\n      \"10:15:00\",\n      \"10:20:00\",\n      \"10:22:00\",\n      \"10:30:00\",\n      \"10:32:00\",\n      \"10:35:00\",\n      \"10:42:00\",\n      \"10:44:00\",\n      \"10:47:00\",\n      \"10:49:00\",\n      \"10:52:00\"\n    ],\n    \"arrs\": [\n      \"08:16:45\",\n      \"08:21:45\",\n      \"08:28:45\",\n      \"08:31:45\",\n      \"08:35:45\",\n      \"08:38:45\",\n      \"08:44:45\",\n      \"08:47:45\",\n      \"08:53:00\",\n      \"08:58:00\",\n      \"09:03:00\",\n      \"09:06:45\",\n      \"09:10:00\",\n      \"09:12:45\",\n      \"09:15:45\",\n      \"09:17:45\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:30:00\",\n      \"09:34:45\",\n      \"09:35:45\",\n      \"09:38:45\",\n      \"09:41:45\",\n      \"09:43:45\",\n      \"09:45:45\",\n      \"09:46:45\",\n      \"09:48:45\",\n      \"09:49:45\",\n      \"09:52:45\",\n      \"09:56:00\",\n      \"10:02:45\",\n      \"10:04:45\",\n      \"10:06:45\",\n      \"10:08:45\",\n      \"10:11:45\",\n      \"10:14:45\",\n      \"10:19:45\",\n      \"10:21:45\",\n      \"10:28:00\",\n      \"10:31:45\",\n      \"10:34:45\",\n      \"10:41:00\",\n      \"10:43:45\",\n      \"10:46:00\",\n      \"10:48:45\",\n      \"10:51:00\",\n      \"10:56:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1767\",\n      \"1768\",\n      \"1764,2199,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"1314\",\n      \"-1750\",\n      \"-1751\",\n      \"-1752\",\n      \"-1753\",\n      \"-1754\",\n      \"-1532,-626,625\",\n      \"-1726\",\n      \"-1725\",\n      \"-1724\",\n      \"-1723\",\n      \"-1722\",\n      \"-1721\",\n      \"-1720\",\n      \"-1719\",\n      \"-1718\",\n      \"-538\",\n      \"-1717,-596\",\n      \"-1716\",\n      \"-1715\",\n      \"-1714\",\n      \"-1713\",\n      \"-1712\",\n      \"-1711\",\n      \"-1710\",\n      \"-1709\",\n      \"-1708\",\n      \"-1707\",\n      \"-1706,-1695\",\n      \"-1694\",\n      \"-1693\",\n      \"-1692\",\n      \"-1691\",\n      \"-1690\",\n      \"-1331,-1332\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"ICE_271_8507492_1057\",\n    \"name\": \"ICE 271\",\n    \"type\": \"ice\",\n    \"sts\": [\n      \"8500090\",\n      \"8500010\",\n      \"8500023\",\n      \"8500218\",\n      \"8507000\",\n      \"8507100\",\n      \"8507483\",\n      \"8507493\",\n      \"8507492\"\n    ],\n    \"deps\": [\n      \"08:41:00\",\n      \"08:59:00\",\n      \"09:09:00\",\n      \"09:29:00\",\n      \"10:04:00\",\n      \"10:22:00\",\n      \"10:33:00\",\n      \"10:53:00\"\n    ],\n    \"arrs\": [\n      \"08:47:00\",\n      \"09:08:00\",\n      \"09:25:00\",\n      \"09:56:00\",\n      \"10:21:00\",\n      \"10:31:00\",\n      \"10:51:00\",\n      \"10:57:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"197,404,584\",\n      \"-584,-404,-403,-346,-369,-368,-347\",\n      \"-345,-348,-344,-566,-565,-349,-568,-567,350\",\n      \"362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,-243,-245,-244,-246\",\n      \"-253\"\n    ],\n    \"service_type\": \"ice\"\n  },\n  {\n    \"id\": \"RE_1125_8509253_1058\",\n    \"name\": \"RE 1125\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509000\",\n      \"8509181\",\n      \"8509183\",\n      \"8509189\",\n      \"8509192\",\n      \"8509195\",\n      \"8509197\",\n      \"8509198\",\n      \"8509251\",\n      \"8509252\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"08:58:00\",\n      \"09:04:00\",\n      \"09:08:00\",\n      \"09:30:00\",\n      \"09:47:00\",\n      \"10:02:00\",\n      \"10:14:00\",\n      \"10:30:00\",\n      \"10:48:00\",\n      \"10:51:00\"\n    ],\n    \"arrs\": [\n      \"09:03:45\",\n      \"09:07:45\",\n      \"09:28:00\",\n      \"09:46:45\",\n      \"10:01:00\",\n      \"10:13:00\",\n      \"10:29:45\",\n      \"10:46:00\",\n      \"10:50:45\",\n      \"10:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1472,-1473,-1474\",\n      \"-1475,-1477\",\n      \"-1476,271,829,830,831,832,833\",\n      \"-1478\",\n      \"-1562,-1534,-1561\",\n      \"1481\",\n      \"1482\",\n      \"1479,1480,1483,1488\",\n      \"1489,1484\",\n      \"1485\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"IC_962_8500010_1059\",\n    \"name\": \"IC 962\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8507492\",\n      \"8507493\",\n      \"8507483\",\n      \"8507100\",\n      \"8507000\",\n      \"8500218\",\n      \"8500023\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:05:00\",\n      \"09:22:00\",\n      \"09:32:00\",\n      \"10:04:00\",\n      \"10:32:00\",\n      \"10:48:00\"\n    ],\n    \"arrs\": [\n      \"09:03:00\",\n      \"09:21:00\",\n      \"09:31:00\",\n      \"09:52:00\",\n      \"10:30:00\",\n      \"10:47:00\",\n      \"10:59:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"253\",\n      \"246,244,245,243,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362\",\n      \"-350,567,568,349,565,566,344,348,345\",\n      \"347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IR_2519_8505000_1100\",\n    \"name\": \"IR 2519\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501120\",\n      \"8504100\",\n      \"8507000\",\n      \"8502001\",\n      \"8502007\",\n      \"8505000\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:11:00\",\n      \"08:50:00\",\n      \"09:34:00\",\n      \"10:00:00\",\n      \"10:28:00\",\n      \"10:41:00\"\n    ],\n    \"arrs\": [\n      \"08:09:00\",\n      \"08:46:00\",\n      \"09:33:00\",\n      \"09:56:00\",\n      \"10:27:00\",\n      \"10:40:00\",\n      \"11:00:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087\",\n      \"94,83,82,84,85,578,579,87,86,569,570,89,88,1985,2096,80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,374,-422,-421\",\n      \"-487,-488,-489,-490,-492,-491,-495\",\n      \"-494,-493,-496,-497,-498,-499,-2004,-501,-500,-419,-535,-534,148\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"R_1617_8509369_1112\",\n    \"name\": \"R 1617\",\n    \"type\": \"r\",\n    \"sts\": [\n      \"8509253\",\n      \"8509350\",\n      \"8509351\",\n      \"8509255\",\n      \"8509352\",\n      \"8509353\",\n      \"8509354\",\n      \"8519370\",\n      \"8509373\",\n      \"8509356\",\n      \"8509357\",\n      \"8509358\",\n      \"8509359\",\n      \"8509360\",\n      \"8509361\",\n      \"8509363\",\n      \"8509364\",\n      \"8509365\",\n      \"8509366\",\n      \"8509367\",\n      \"8509368\"\n    ],\n    \"deps\": [\n      \"08:45:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"09:04:00\",\n      \"09:07:00\",\n      \"09:13:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:34:00\",\n      \"09:46:00\",\n      \"09:59:00\",\n      \"10:11:00\",\n      \"10:20:00\",\n      \"10:29:00\",\n      \"10:32:00\",\n      \"10:37:00\",\n      \"10:43:00\",\n      \"10:51:00\",\n      \"10:56:00\",\n      \"11:03:00\"\n    ],\n    \"arrs\": [\n      \"08:47:45\",\n      \"08:50:45\",\n      \"08:55:00\",\n      \"09:06:45\",\n      \"09:12:45\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:24:45\",\n      \"09:33:45\",\n      \"09:45:00\",\n      \"09:58:45\",\n      \"10:10:45\",\n      \"10:19:45\",\n      \"10:27:00\",\n      \"10:31:45\",\n      \"10:36:45\",\n      \"10:42:45\",\n      \"10:50:45\",\n      \"10:55:45\",\n      \"11:01:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1507\",\n      \"1508\",\n      \"1509\",\n      \"1490\",\n      \"1491\",\n      \"1492\",\n      \"1493\",\n      \"1494\",\n      \"1495\",\n      \"1496\",\n      \"1497\",\n      \"1498\",\n      \"1499\",\n      \"1500\",\n      \"1501\",\n      \"1502\",\n      \"1503\",\n      \"1504\",\n      \"1505\",\n      \"1506\"\n    ],\n    \"service_type\": \"r\"\n  },\n  {\n    \"id\": \"IR_1711_8501609_1102\",\n    \"name\": \"IR 1711\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8501120\",\n      \"8501200\",\n      \"8501300\",\n      \"8501400\",\n      \"8501500\",\n      \"8501506\",\n      \"8501509\",\n      \"8501601\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"08:23:00\",\n      \"08:33:00\",\n      \"08:47:00\",\n      \"09:02:00\",\n      \"09:20:00\",\n      \"09:34:00\",\n      \"09:40:00\",\n      \"09:51:00\",\n      \"10:10:00\",\n      \"10:25:00\",\n      \"10:35:00\",\n      \"10:43:00\",\n      \"10:55:00\"\n    ],\n    \"arrs\": [\n      \"08:31:00\",\n      \"08:46:00\",\n      \"09:01:00\",\n      \"09:12:00\",\n      \"09:33:00\",\n      \"09:39:00\",\n      \"09:50:00\",\n      \"10:09:00\",\n      \"10:23:00\",\n      \"10:34:00\",\n      \"10:42:00\",\n      \"10:53:00\",\n      \"11:02:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,1362,116,2087\",\n      \"94,63,62,61,60,66,65,64,580,581\",\n      \"109,111,112,110\",\n      \"225,224,226,223,221\",\n      \"273,1360,408,409,222,220,1944\",\n      \"411,412,228,237,232,233,236,234\",\n      \"235,231\",\n      \"229,230\",\n      \"238,239,240,1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_1418_8501026_1107\",\n    \"name\": \"IR 1418\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501601\",\n      \"8501509\",\n      \"8501506\",\n      \"8501500\",\n      \"8501403\",\n      \"8501402\",\n      \"8501400\",\n      \"8501300\",\n      \"8501200\",\n      \"8501120\",\n      \"8501037\",\n      \"8501030\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"08:28:00\",\n      \"08:36:00\",\n      \"08:47:00\",\n      \"08:55:00\",\n      \"09:06:00\",\n      \"09:19:00\",\n      \"09:29:00\",\n      \"09:35:00\",\n      \"09:42:00\",\n      \"09:53:00\",\n      \"10:00:00\",\n      \"10:18:00\",\n      \"10:27:00\",\n      \"10:43:00\",\n      \"10:59:00\"\n    ],\n    \"arrs\": [\n      \"08:34:00\",\n      \"08:46:00\",\n      \"08:54:00\",\n      \"09:04:00\",\n      \"09:18:00\",\n      \"09:28:00\",\n      \"09:34:00\",\n      \"09:41:00\",\n      \"09:52:00\",\n      \"09:59:00\",\n      \"10:14:00\",\n      \"10:26:00\",\n      \"10:42:00\",\n      \"10:57:00\",\n      \"11:07:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905,-240,-239,-238\",\n      \"-230,-229\",\n      \"-231,-235\",\n      \"-234,-236,-233,-232,-237,-228,-412,-411\",\n      \"-1944,-220,-222\",\n      \"-409,-408\",\n      \"-1360,-273\",\n      \"-221,-223,-226,-224,-225\",\n      \"-110,-112,-111,-109\",\n      \"-581,-580,-64,-65,-66,-60,-61,-62,-63,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100,-103,-99,-104\",\n      \"-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IC_816_8501609_1111\",\n    \"name\": \"IC 816\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8506121\",\n      \"8506109\",\n      \"8506105\",\n      \"8506100\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8507000\",\n      \"8507100\",\n      \"8507483\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"07:41:00\",\n      \"07:47:00\",\n      \"07:59:00\",\n      \"08:12:00\",\n      \"08:25:00\",\n      \"08:40:00\",\n      \"09:02:00\",\n      \"10:07:00\",\n      \"10:25:00\",\n      \"10:36:00\",\n      \"11:03:00\"\n    ],\n    \"arrs\": [\n      \"07:46:00\",\n      \"07:57:00\",\n      \"08:10:00\",\n      \"08:23:00\",\n      \"08:38:00\",\n      \"08:51:00\",\n      \"09:58:00\",\n      \"10:24:00\",\n      \"10:34:00\",\n      \"11:02:00\",\n      \"11:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-625,-355\",\n      \"-478,-477,-476,-475,-474,-473\",\n      \"-472,-471,-470,-469,-468\",\n      \"-467,-466,-465,-599,-598,-464,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2307,2222\",\n      \"-2222,-2307,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,1942,219,218,275,1907,2082,2081,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"RE_1220_8509179_1111\",\n    \"name\": \"RE 1220\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509268\",\n      \"8509267\",\n      \"8509266\",\n      \"8509265\",\n      \"8509264\",\n      \"8509269\",\n      \"8509068\",\n      \"8509067\",\n      \"8509065\",\n      \"8509064\",\n      \"8509062\",\n      \"8509060\",\n      \"8509057\",\n      \"8509002\",\n      \"8509056\",\n      \"8509055\",\n      \"8509054\",\n      \"8509053\",\n      \"8509051\",\n      \"8509006\",\n      \"8509000\",\n      \"8509183\",\n      \"8509167\",\n      \"8509168\",\n      \"8509169\",\n      \"8509170\",\n      \"8509171\",\n      \"8509173\",\n      \"8509174\",\n      \"8509175\",\n      \"8509176\",\n      \"8509177\",\n      \"8509178\",\n      \"8509179\"\n    ],\n    \"deps\": [\n      \"07:40:00\",\n      \"07:42:00\",\n      \"07:47:00\",\n      \"07:51:00\",\n      \"07:55:00\",\n      \"08:03:00\",\n      \"08:25:00\",\n      \"08:28:00\",\n      \"08:36:00\",\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:58:00\",\n      \"09:06:00\",\n      \"09:17:00\",\n      \"09:18:00\",\n      \"09:20:00\",\n      \"09:22:00\",\n      \"09:27:00\",\n      \"09:31:00\",\n      \"09:33:00\",\n      \"09:56:00\",\n      \"10:05:00\",\n      \"10:10:00\",\n      \"10:16:00\",\n      \"10:20:00\",\n      \"10:27:00\",\n      \"10:33:00\",\n      \"10:38:00\",\n      \"10:40:00\",\n      \"10:47:00\",\n      \"10:54:00\",\n      \"10:57:00\",\n      \"11:00:00\"\n    ],\n    \"arrs\": [\n      \"07:41:45\",\n      \"07:46:45\",\n      \"07:50:45\",\n      \"07:54:00\",\n      \"08:00:00\",\n      \"08:23:00\",\n      \"08:27:00\",\n      \"08:35:45\",\n      \"08:42:00\",\n      \"08:50:00\",\n      \"08:56:00\",\n      \"09:05:45\",\n      \"09:10:00\",\n      \"09:17:45\",\n      \"09:19:45\",\n      \"09:21:45\",\n      \"09:25:00\",\n      \"09:30:45\",\n      \"09:32:45\",\n      \"09:37:00\",\n      \"10:04:00\",\n      \"10:09:45\",\n      \"10:15:45\",\n      \"10:19:45\",\n      \"10:26:00\",\n      \"10:31:00\",\n      \"10:37:45\",\n      \"10:39:45\",\n      \"10:46:00\",\n      \"10:53:00\",\n      \"10:56:45\",\n      \"10:59:45\",\n      \"11:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1521\",\n      \"-1520\",\n      \"-1519\",\n      \"-1518\",\n      \"-1517\",\n      \"-642,-1525\",\n      \"-1524\",\n      \"-1045\",\n      \"-1046\",\n      \"-1047,-1049\",\n      \"-1048,-1050\",\n      \"-1051,-1052,-1054\",\n      \"-1053\",\n      \"-1974\",\n      \"-1044\",\n      \"-1043\",\n      \"-1042\",\n      \"-1122\",\n      \"-1908\",\n      \"-276,834,835\",\n      \"-1472,-1473,-1474,-1475,-1477\",\n      \"-1476,-1471\",\n      \"-1470\",\n      \"-1469\",\n      \"-1468\",\n      \"-1459\",\n      \"-1458\",\n      \"-1457\",\n      \"-1456\",\n      \"-1455\",\n      \"-1454\",\n      \"-1453\",\n      \"-1452\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"IR_2163_8505400_1113\",\n    \"name\": \"IR 2163\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8500010\",\n      \"8500218\",\n      \"8505000\",\n      \"8505004\",\n      \"8505006\",\n      \"8505007\",\n      \"8505112\",\n      \"8505114\",\n      \"8505119\",\n      \"8505201\",\n      \"8505204\",\n      \"8505209\",\n      \"8505213\",\n      \"8505404\",\n      \"8505400\"\n    ],\n    \"deps\": [\n      \"07:04:00\",\n      \"07:30:00\",\n      \"08:18:00\",\n      \"08:53:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:15:00\",\n      \"09:24:00\",\n      \"09:50:00\",\n      \"10:01:00\",\n      \"10:19:00\",\n      \"10:40:00\",\n      \"10:54:00\",\n      \"11:02:00\"\n    ],\n    \"arrs\": [\n      \"07:28:00\",\n      \"08:05:00\",\n      \"08:44:00\",\n      \"09:00:00\",\n      \"09:04:00\",\n      \"09:14:00\",\n      \"09:23:00\",\n      \"09:49:00\",\n      \"10:00:00\",\n      \"10:18:00\",\n      \"10:39:00\",\n      \"10:53:00\",\n      \"11:01:00\",\n      \"11:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,350\",\n      \"362,363,-196,-375,-422,-421,-487,-488,-489,-490,-492,-491,-495,-494,-493,-496,-497,-498,-499,-2004,-501,-500,-419,-535,-534,148\",\n      \"-148,534,-1330,-1329,-1851,-1850,-1849,-1848,440,506\",\n      \"510,511\",\n      \"512\",\n      \"513,2023,2029,2027,2034,2032,514,2026,2025\",\n      \"515,516\",\n      \"2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517\",\n      \"277,2046,2047\",\n      \"518,1917,2049,2050,2051,2052,2054,2053\",\n      \"1965,1966,2055,2058,2059,2056,1962,2057,519\",\n      \"520,2060,2061,521\",\n      \"522,523,381,524\",\n      \"2014,1990,525,526,527\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"ICN_1514_8501120_1115\",\n    \"name\": \"ICN 1514\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8506302\",\n      \"8506210\",\n      \"8506206\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8502113\",\n      \"8500218\",\n      \"8500207\",\n      \"8504300\",\n      \"8504221\",\n      \"8504200\",\n      \"8501120\"\n    ],\n    \"deps\": [\n      \"07:48:00\",\n      \"07:56:00\",\n      \"08:10:00\",\n      \"08:28:00\",\n      \"08:43:00\",\n      \"09:04:00\",\n      \"09:29:00\",\n      \"09:40:00\",\n      \"09:59:00\",\n      \"10:16:00\",\n      \"10:34:00\",\n      \"10:53:00\"\n    ],\n    \"arrs\": [\n      \"07:54:00\",\n      \"08:08:00\",\n      \"08:26:00\",\n      \"08:41:00\",\n      \"08:53:00\",\n      \"09:27:00\",\n      \"09:38:00\",\n      \"09:56:00\",\n      \"10:13:00\",\n      \"10:32:00\",\n      \"10:51:00\",\n      \"11:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623,-339,-338,-341,-622,-621\",\n      \"-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2253,2297\",\n      \"-2297,2298,-2252,2309,2308,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984\",\n      \"-359,-360,-357,-358,350\",\n      \"362,-444,-443,-442,-441,-38,-37,-2200,-36,-415,-1377,-35,-34,-33\",\n      \"-430,-429,-561,-2216,-560,-31,-30,-29,-353,-27,-26,-2214,-25,-24,-16\",\n      \"-563,-562,-15,-14,-13,-12,-11,-10,-9,-577,-576\",\n      \"-554,-553,-8,-552,-551,-7,-6,-5,-4,-3,-2,-644,-645\",\n      \"-573,-572,-1,-393,-550,-549,-392,-267,-587,-391,-390,-389,1362,116,2087\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"ICN_1517_8506302_1115\",\n    \"name\": \"ICN 1517\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8501120\",\n      \"8504200\",\n      \"8504221\",\n      \"8504300\",\n      \"8500207\",\n      \"8500218\",\n      \"8502113\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506206\",\n      \"8506210\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"07:45:00\",\n      \"08:07:00\",\n      \"08:27:00\",\n      \"08:46:00\",\n      \"09:01:00\",\n      \"09:20:00\",\n      \"09:30:00\",\n      \"10:09:00\",\n      \"10:22:00\",\n      \"10:37:00\",\n      \"10:54:00\",\n      \"11:07:00\"\n    ],\n    \"arrs\": [\n      \"08:05:00\",\n      \"08:25:00\",\n      \"08:43:00\",\n      \"08:59:00\",\n      \"09:18:00\",\n      \"09:28:00\",\n      \"09:56:00\",\n      \"10:20:00\",\n      \"10:35:00\",\n      \"10:52:00\",\n      \"11:06:00\",\n      \"11:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-2087,-116,-1362,389,390,391,587,267,392,549,550,393,1,572,573\",\n      \"645,644,2,3,4,5,6,7,551,552,8,553,554\",\n      \"576,577,9,10,11,12,13,14,15,562,563\",\n      \"16,24,25,2214,26,27,353,29,30,31,560,2216,561,429,430\",\n      \"33,34,35,1377,415,36,2200,37,38,441,442,443,444,-362\",\n      \"-350,358,357,360,359\",\n      \"-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2245\",\n      \"-2245,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,372,378,379,332,334,333,331,335,342,337,336\",\n      \"621,622,341,338,339,623,624\",\n      \"340,343,619,620\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"RE_1229_8509268_1115\",\n    \"name\": \"RE 1229\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509179\",\n      \"8509178\",\n      \"8509177\",\n      \"8509176\",\n      \"8509175\",\n      \"8509174\",\n      \"8509173\",\n      \"8509171\",\n      \"8509170\",\n      \"8509169\",\n      \"8509168\",\n      \"8509167\",\n      \"8509183\",\n      \"8509181\",\n      \"8509050\",\n      \"8509000\",\n      \"8509006\",\n      \"8509051\",\n      \"8509053\",\n      \"8509054\",\n      \"8509055\",\n      \"8509056\",\n      \"8509002\",\n      \"8509057\",\n      \"8509060\",\n      \"8509062\",\n      \"8509064\",\n      \"8509065\",\n      \"8509067\",\n      \"8509068\",\n      \"8509269\",\n      \"8509264\",\n      \"8509265\",\n      \"8509266\",\n      \"8509268\"\n    ],\n    \"deps\": [\n      \"07:44:00\",\n      \"07:51:00\",\n      \"07:57:00\",\n      \"08:00:00\",\n      \"08:08:00\",\n      \"08:12:00\",\n      \"08:14:00\",\n      \"08:24:00\",\n      \"08:27:00\",\n      \"08:31:00\",\n      \"08:36:00\",\n      \"08:40:00\",\n      \"08:49:00\",\n      \"08:52:00\",\n      \"08:56:00\",\n      \"09:21:00\",\n      \"09:23:00\",\n      \"09:25:00\",\n      \"09:31:00\",\n      \"09:33:00\",\n      \"09:35:00\",\n      \"09:36:00\",\n      \"09:49:00\",\n      \"09:51:00\",\n      \"10:02:00\",\n      \"10:07:00\",\n      \"10:14:00\",\n      \"10:18:00\",\n      \"10:29:00\",\n      \"10:34:00\",\n      \"10:54:00\",\n      \"10:56:00\",\n      \"10:59:00\",\n      \"11:03:00\"\n    ],\n    \"arrs\": [\n      \"07:50:45\",\n      \"07:55:00\",\n      \"07:59:45\",\n      \"08:07:00\",\n      \"08:11:45\",\n      \"08:13:45\",\n      \"08:21:00\",\n      \"08:26:00\",\n      \"08:30:45\",\n      \"08:35:45\",\n      \"08:39:45\",\n      \"08:48:00\",\n      \"08:51:45\",\n      \"08:55:45\",\n      \"09:01:00\",\n      \"09:22:45\",\n      \"09:24:45\",\n      \"09:30:00\",\n      \"09:32:45\",\n      \"09:34:45\",\n      \"09:35:45\",\n      \"09:40:00\",\n      \"09:50:45\",\n      \"10:00:00\",\n      \"10:06:45\",\n      \"10:13:00\",\n      \"10:17:45\",\n      \"10:28:00\",\n      \"10:32:00\",\n      \"10:53:00\",\n      \"10:55:45\",\n      \"10:58:45\",\n      \"11:02:45\",\n      \"11:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1452\",\n      \"1453\",\n      \"1454\",\n      \"1455\",\n      \"1456\",\n      \"1457\",\n      \"1458\",\n      \"1459\",\n      \"1468\",\n      \"1469\",\n      \"1470\",\n      \"1471,1476\",\n      \"1477,1475\",\n      \"1474,1473\",\n      \"1472\",\n      \"-835,-834,276\",\n      \"1908\",\n      \"1122\",\n      \"1042\",\n      \"1043\",\n      \"1044\",\n      \"1974\",\n      \"1053\",\n      \"1054,1052,1051\",\n      \"1050,1048\",\n      \"1049,1047\",\n      \"1046\",\n      \"1045\",\n      \"1524\",\n      \"1525,642\",\n      \"1517\",\n      \"1518\",\n      \"1519\",\n      \"1520,1521\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"IC_817_8506121_1118\",\n    \"name\": \"IC 817\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8507483\",\n      \"8507100\",\n      \"8507000\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506100\",\n      \"8506105\",\n      \"8506109\",\n      \"8506121\"\n    ],\n    \"deps\": [\n      \"07:49:00\",\n      \"07:57:00\",\n      \"08:25:00\",\n      \"08:36:00\",\n      \"09:02:00\",\n      \"10:07:00\",\n      \"10:18:00\",\n      \"10:35:00\",\n      \"10:47:00\",\n      \"11:00:00\",\n      \"11:11:00\"\n    ],\n    \"arrs\": [\n      \"07:55:00\",\n      \"08:24:00\",\n      \"08:34:00\",\n      \"08:54:00\",\n      \"09:58:00\",\n      \"10:16:00\",\n      \"10:33:00\",\n      \"10:46:00\",\n      \"10:58:00\",\n      \"11:10:00\",\n      \"11:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-2081,-2082,-1907,-275,-218,-219,-1942,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2284,2292,-2286,2291,2293\",\n      \"-2293,-2291,2286,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,464,598,599,465,466,467\",\n      \"468,469,470,471,472\",\n      \"473,474,475,476,477,478\",\n      \"355,625\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IC_712_8501026_1124\",\n    \"name\": \"IC 712\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8506302\",\n      \"8506210\",\n      \"8506209\",\n      \"8506208\",\n      \"8506206\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8507000\",\n      \"8504100\",\n      \"8501120\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"07:11:00\",\n      \"07:19:00\",\n      \"07:24:00\",\n      \"07:30:00\",\n      \"07:39:00\",\n      \"07:58:00\",\n      \"08:13:00\",\n      \"08:32:00\",\n      \"09:34:00\",\n      \"09:56:00\",\n      \"10:42:00\",\n      \"11:17:00\"\n    ],\n    \"arrs\": [\n      \"07:18:00\",\n      \"07:23:00\",\n      \"07:29:00\",\n      \"07:38:00\",\n      \"07:56:00\",\n      \"08:11:00\",\n      \"08:23:00\",\n      \"09:28:00\",\n      \"09:55:00\",\n      \"10:40:00\",\n      \"11:15:00\",\n      \"11:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623\",\n      \"-339\",\n      \"-338,-341,-622,-621\",\n      \"-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2254\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80,-2096,-1985,-88,-89,-570,-569,-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IR_1411_8501609_1132\",\n    \"name\": \"IR 1411\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8501120\",\n      \"8501200\",\n      \"8501300\",\n      \"8501400\",\n      \"8501402\",\n      \"8501403\",\n      \"8501500\",\n      \"8501506\",\n      \"8501509\",\n      \"8501601\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"08:53:00\",\n      \"09:03:00\",\n      \"09:17:00\",\n      \"09:32:00\",\n      \"09:46:00\",\n      \"10:00:00\",\n      \"10:06:00\",\n      \"10:17:00\",\n      \"10:24:00\",\n      \"10:30:00\",\n      \"10:41:00\",\n      \"10:56:00\",\n      \"11:06:00\",\n      \"11:14:00\",\n      \"11:25:00\"\n    ],\n    \"arrs\": [\n      \"09:01:00\",\n      \"09:16:00\",\n      \"09:31:00\",\n      \"09:42:00\",\n      \"09:59:00\",\n      \"10:05:00\",\n      \"10:16:00\",\n      \"10:23:00\",\n      \"10:29:00\",\n      \"10:40:00\",\n      \"10:54:00\",\n      \"11:05:00\",\n      \"11:13:00\",\n      \"11:23:00\",\n      \"11:32:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,1362,116,2087\",\n      \"94,63,62,61,60,66,65,64,580,581\",\n      \"109,111,112,110\",\n      \"225,224,226,223,221\",\n      \"273,1360\",\n      \"408,409\",\n      \"222,220,1944\",\n      \"411,412,228,237,232,233,236,234\",\n      \"235,231\",\n      \"229,230\",\n      \"238,239,240,1905,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_1718_8501026_1137\",\n    \"name\": \"IR 1718\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8501601\",\n      \"8501509\",\n      \"8501506\",\n      \"8501500\",\n      \"8501400\",\n      \"8501300\",\n      \"8501200\",\n      \"8501120\",\n      \"8501037\",\n      \"8501030\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"08:58:00\",\n      \"09:06:00\",\n      \"09:16:00\",\n      \"09:23:00\",\n      \"09:35:00\",\n      \"09:48:00\",\n      \"10:09:00\",\n      \"10:19:00\",\n      \"10:26:00\",\n      \"10:48:00\",\n      \"10:57:00\",\n      \"11:13:00\",\n      \"11:29:00\"\n    ],\n    \"arrs\": [\n      \"09:04:00\",\n      \"09:15:00\",\n      \"09:22:00\",\n      \"09:33:00\",\n      \"09:47:00\",\n      \"10:08:00\",\n      \"10:18:00\",\n      \"10:25:00\",\n      \"10:40:00\",\n      \"10:56:00\",\n      \"11:12:00\",\n      \"11:27:00\",\n      \"11:37:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-1905,-240,-239,-238\",\n      \"-230,-229\",\n      \"-231,-235\",\n      \"-234,-236,-233,-232,-237,-228,-412,-411\",\n      \"-1944,-220,-222,-409,-408,-1360,-273\",\n      \"-221,-223,-226,-224,-225\",\n      \"-110,-112,-111,-109\",\n      \"-581,-580,-64,-65,-66,-60,-61,-62,-63,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96\",\n      \"-398,-397,-101,-102,-100,-103,-99,-104\",\n      \"-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_4_23413_8503116_1142\",\n    \"name\": \"S 4 23413\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"05:02:00\",\n      \"05:04:00\",\n      \"05:08:00\",\n      \"05:11:00\",\n      \"05:13:00\",\n      \"05:16:00\",\n      \"05:19:00\",\n      \"05:24:00\",\n      \"05:33:00\",\n      \"05:48:00\",\n      \"05:51:00\",\n      \"05:59:00\",\n      \"06:02:00\",\n      \"06:06:00\",\n      \"06:09:00\",\n      \"06:15:00\",\n      \"06:18:00\",\n      \"06:24:00\",\n      \"06:29:00\",\n      \"06:39:00\",\n      \"06:42:00\",\n      \"06:47:00\",\n      \"06:52:00\",\n      \"06:53:00\",\n      \"06:57:00\",\n      \"06:59:00\",\n      \"07:03:00\",\n      \"07:06:00\",\n      \"07:08:00\",\n      \"07:15:00\",\n      \"07:18:00\",\n      \"07:21:00\",\n      \"07:30:00\",\n      \"07:33:00\",\n      \"07:36:00\",\n      \"07:48:00\",\n      \"07:51:00\",\n      \"08:02:00\",\n      \"08:04:00\",\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:13:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:24:00\",\n      \"08:33:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:24:00\",\n      \"09:29:00\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:53:00\",\n      \"09:57:00\",\n      \"09:59:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:08:00\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:21:00\",\n      \"10:30:00\",\n      \"10:33:00\",\n      \"10:36:00\",\n      \"10:48:00\",\n      \"10:51:00\",\n      \"11:02:00\",\n      \"11:04:00\",\n      \"11:08:00\",\n      \"11:11:00\",\n      \"11:13:00\",\n      \"11:16:00\",\n      \"11:19:00\",\n      \"11:24:00\",\n      \"11:33:00\"\n    ],\n    \"arrs\": [\n      \"05:03:45\",\n      \"05:07:00\",\n      \"05:10:00\",\n      \"05:12:45\",\n      \"05:15:00\",\n      \"05:18:00\",\n      \"05:23:00\",\n      \"05:30:00\",\n      \"05:42:00\",\n      \"05:50:45\",\n      \"05:58:00\",\n      \"06:01:00\",\n      \"06:05:00\",\n      \"06:08:00\",\n      \"06:14:00\",\n      \"06:17:00\",\n      \"06:23:00\",\n      \"06:28:45\",\n      \"06:33:00\",\n      \"06:41:45\",\n      \"06:46:00\",\n      \"06:51:00\",\n      \"06:52:45\",\n      \"06:56:00\",\n      \"06:58:45\",\n      \"07:02:45\",\n      \"07:05:45\",\n      \"07:07:45\",\n      \"07:12:00\",\n      \"07:17:00\",\n      \"07:20:45\",\n      \"07:26:00\",\n      \"07:32:45\",\n      \"07:35:45\",\n      \"07:44:00\",\n      \"07:50:45\",\n      \"07:59:00\",\n      \"08:03:45\",\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:12:45\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:23:00\",\n      \"08:30:00\",\n      \"08:42:00\",\n      \"08:50:45\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:23:00\",\n      \"09:28:45\",\n      \"09:33:00\",\n      \"09:41:45\",\n      \"09:46:00\",\n      \"09:51:00\",\n      \"09:52:45\",\n      \"09:56:00\",\n      \"09:58:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:07:45\",\n      \"10:12:00\",\n      \"10:17:00\",\n      \"10:20:45\",\n      \"10:26:00\",\n      \"10:32:45\",\n      \"10:35:45\",\n      \"10:44:00\",\n      \"10:50:45\",\n      \"10:59:00\",\n      \"11:03:45\",\n      \"11:07:00\",\n      \"11:10:00\",\n      \"11:12:45\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:23:00\",\n      \"11:30:00\",\n      \"11:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"EC_253_8301700_1250\",\n    \"name\": \"EC 253\",\n    \"type\": \"ec\",\n    \"sts\": [\n      \"8505000\",\n      \"8505004\",\n      \"8505213\",\n      \"8505300\",\n      \"8505307\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"09:16:00\",\n      \"10:59:00\",\n      \"11:26:00\",\n      \"12:08:00\"\n    ],\n    \"arrs\": [\n      \"09:14:00\",\n      \"10:57:00\",\n      \"11:24:00\",\n      \"11:48:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,-1330,-1329,-1851,-1850,-1849,-1848,440,506\",\n      \"510,511,512,513,2023,2029,2027,2034,2032,514,2026,2025,515,516,2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517,277,2046,2047,518,1917,2049,2050,2051,2052,2054,2053,1965,1966,2055,2058,2059,2056,1962,2057,519,520,2060,2061,521\",\n      \"522,523,2062,2063,528,2064,2065,529,530,531,532,2067,2066\",\n      \"533,539,2069,2068,540,2071,2070,1912,1911,1910,2212,541,542\"\n    ],\n    \"service_type\": \"ec\"\n  },\n  {\n    \"id\": \"IR_2268_8503000_1151\",\n    \"name\": \"IR 2268\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505400\",\n      \"8505404\",\n      \"8505213\",\n      \"8505209\",\n      \"8505204\",\n      \"8505201\",\n      \"8505119\",\n      \"8505114\",\n      \"8505112\",\n      \"8505007\",\n      \"8505006\",\n      \"8505004\",\n      \"8502204\",\n      \"8503000\"\n    ],\n    \"deps\": [\n      \"08:47:00\",\n      \"08:58:00\",\n      \"09:06:00\",\n      \"09:18:00\",\n      \"09:40:00\",\n      \"09:58:00\",\n      \"10:08:00\",\n      \"10:34:00\",\n      \"10:42:00\",\n      \"10:54:00\",\n      \"10:58:00\",\n      \"11:13:00\",\n      \"11:29:00\"\n    ],\n    \"arrs\": [\n      \"08:57:00\",\n      \"09:04:00\",\n      \"09:17:45\",\n      \"09:39:00\",\n      \"09:57:00\",\n      \"10:07:45\",\n      \"10:33:00\",\n      \"10:41:00\",\n      \"10:53:00\",\n      \"10:57:00\",\n      \"11:06:00\",\n      \"11:27:00\",\n      \"11:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-527,-526,-525,-1990,-2014\",\n      \"-524,-381,-523,-522\",\n      \"-521,-2061,-2060,-520\",\n      \"-519,-2057,-1962,-2056,-2059,-2058,-2055,-1966,-1965\",\n      \"-2053,-2054,-2052,-2051,-2050,-2049,-1917,-518\",\n      \"-2047,-2046,-277\",\n      \"-517,-2045,-2044,-2043,-2042,-2041,-2048,-2035,-2036,-2040,-2039,-2038,-2037\",\n      \"-516,-515\",\n      \"-2025,-2024,-514,-2032,-2033,-2027,2031,2030,2028,-2023,-513\",\n      \"-512\",\n      \"-511,-510\",\n      \"-2022,-2021,-507,-2020,-2019,-1919,-509,-508,-388,-1918,-2018,-2017,-387,367\",\n      \"161,502,503,165,2001,2000,1999,162,1998,163,164,142,-1991,-2099,2356,2229,2270,2271,2230,2266,2280,2255,2281\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IC_717_8506302_1153\",\n    \"name\": \"IC 717\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501120\",\n      \"8504100\",\n      \"8507000\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506206\",\n      \"8506208\",\n      \"8506209\",\n      \"8506210\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"07:36:00\",\n      \"07:45:00\",\n      \"08:20:00\",\n      \"09:04:00\",\n      \"09:32:00\",\n      \"10:39:00\",\n      \"10:52:00\",\n      \"11:07:00\",\n      \"11:25:00\",\n      \"11:33:00\",\n      \"11:39:00\",\n      \"11:45:00\"\n    ],\n    \"arrs\": [\n      \"07:43:00\",\n      \"08:18:00\",\n      \"09:03:00\",\n      \"09:26:00\",\n      \"10:28:00\",\n      \"10:50:00\",\n      \"11:05:00\",\n      \"11:24:00\",\n      \"11:32:00\",\n      \"11:38:00\",\n      \"11:43:00\",\n      \"11:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087\",\n      \"94,83,82,84,85,578,579,87,86,569,570,89,88,1985,2096,80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2244\",\n      \"-2244,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,372,378,379,332,334,333,331,335,342,337,336\",\n      \"621,622,341,338\",\n      \"339\",\n      \"623,624\",\n      \"340,343,619,620\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IR_2516_8501026_1154\",\n    \"name\": \"IR 2516\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505000\",\n      \"8502007\",\n      \"8502001\",\n      \"8507000\",\n      \"8504100\",\n      \"8501120\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:18:00\",\n      \"09:32:00\",\n      \"10:04:00\",\n      \"10:26:00\",\n      \"11:12:00\",\n      \"11:47:00\"\n    ],\n    \"arrs\": [\n      \"09:17:00\",\n      \"09:31:00\",\n      \"10:00:00\",\n      \"10:25:00\",\n      \"11:10:00\",\n      \"11:45:00\",\n      \"11:54:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-148,534,535,419,500,501,2004,499,498,497,496,493,494\",\n      \"495,491,492,490,489,488,487\",\n      \"421,422,-374,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80,-2096,-1985,-88,-89,-570,-569,-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"IR_2170_8500010_1155\",\n    \"name\": \"IR 2170\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8505307\",\n      \"8505305\",\n      \"8505300\",\n      \"8505214\",\n      \"8505213\",\n      \"8505209\",\n      \"8505204\",\n      \"8505201\",\n      \"8505119\",\n      \"8505114\",\n      \"8505112\",\n      \"8505007\",\n      \"8505006\",\n      \"8505004\",\n      \"8505000\",\n      \"8500218\",\n      \"8500010\"\n    ],\n    \"deps\": [\n      \"07:11:00\",\n      \"07:20:00\",\n      \"07:37:00\",\n      \"07:58:00\",\n      \"08:06:00\",\n      \"08:18:00\",\n      \"08:40:00\",\n      \"08:58:00\",\n      \"09:08:00\",\n      \"09:34:00\",\n      \"09:42:00\",\n      \"09:54:00\",\n      \"09:58:00\",\n      \"10:14:00\",\n      \"10:54:00\",\n      \"11:30:00\"\n    ],\n    \"arrs\": [\n      \"07:19:00\",\n      \"07:35:00\",\n      \"07:57:45\",\n      \"08:04:00\",\n      \"08:17:45\",\n      \"08:39:00\",\n      \"08:57:00\",\n      \"09:07:45\",\n      \"09:33:00\",\n      \"09:41:00\",\n      \"09:53:00\",\n      \"09:57:00\",\n      \"10:06:00\",\n      \"10:41:00\",\n      \"11:27:00\",\n      \"11:55:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-542,-541\",\n      \"-2212,-1910,-1911,-1912,-2070,-2071,-540,-2068,-2069,-539,-533\",\n      \"-2066,-2067,-532,-531,-530,-529,-2065,-2064,-528,-2063,-2062,-523\",\n      \"-522\",\n      \"-521,-2061,-2060,-520\",\n      \"-519,-2057,-1962,-2056,-2059,-2058,-2055,-1966,-1965\",\n      \"-2053,-2054,-2052,-2051,-2050,-2049,-1917,-518\",\n      \"-2047,-2046,-277\",\n      \"-517,-2045,-2044,-2043,-2042,-2041,-2048,-2035,-2036,-2040,-2039,-2038,-2037\",\n      \"-516,-515\",\n      \"-2025,-2024,-514,-2032,-2033,-2027,2031,2030,2028,-2023,-513\",\n      \"-512\",\n      \"-511,-510\",\n      \"-506,-440,1848,1849,1850,1851,1329,1330,-534,148\",\n      \"-148,534,535,419,500,501,2004,499,498,497,496,493,494,495,491,492,490,489,488,487,421,422,375,196,-363,-362\",\n      \"-350,567,568,349,565,566,344,348,345,347,368,369,346,403,404,584\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"S_4_23414_8509411_1158\",\n    \"name\": \"S 4 23414\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"05:01:00\",\n      \"05:07:00\",\n      \"05:18:00\",\n      \"05:29:00\",\n      \"05:35:00\",\n      \"05:38:00\",\n      \"05:41:00\",\n      \"05:43:00\",\n      \"05:47:00\",\n      \"05:50:00\",\n      \"05:54:00\",\n      \"06:00:00\",\n      \"06:07:00\",\n      \"06:15:00\",\n      \"06:20:00\",\n      \"06:23:00\",\n      \"06:33:00\",\n      \"06:38:00\",\n      \"06:40:00\",\n      \"06:45:00\",\n      \"06:47:00\",\n      \"06:52:00\",\n      \"06:55:00\",\n      \"06:58:00\",\n      \"07:02:00\",\n      \"07:03:00\",\n      \"07:06:00\",\n      \"07:10:00\",\n      \"07:16:00\",\n      \"07:27:00\",\n      \"07:30:00\",\n      \"07:36:00\",\n      \"07:39:00\",\n      \"07:43:00\",\n      \"07:47:00\",\n      \"07:50:00\",\n      \"07:54:00\",\n      \"08:01:00\",\n      \"08:07:00\",\n      \"08:18:00\",\n      \"08:29:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:07:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:40:00\",\n      \"09:45:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:55:00\",\n      \"09:58:00\",\n      \"10:02:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:10:00\",\n      \"10:16:00\",\n      \"10:27:00\",\n      \"10:30:00\",\n      \"10:36:00\",\n      \"10:39:00\",\n      \"10:43:00\",\n      \"10:47:00\",\n      \"10:50:00\",\n      \"10:54:00\",\n      \"11:01:00\",\n      \"11:07:00\",\n      \"11:18:00\",\n      \"11:29:00\",\n      \"11:35:00\",\n      \"11:38:00\",\n      \"11:41:00\",\n      \"11:43:00\",\n      \"11:47:00\",\n      \"11:50:00\",\n      \"11:54:00\"\n    ],\n    \"arrs\": [\n      \"05:06:45\",\n      \"05:11:00\",\n      \"05:27:00\",\n      \"05:34:00\",\n      \"05:37:00\",\n      \"05:40:00\",\n      \"05:42:45\",\n      \"05:46:00\",\n      \"05:49:00\",\n      \"05:53:45\",\n      \"05:58:00\",\n      \"06:06:45\",\n      \"06:12:00\",\n      \"06:19:45\",\n      \"06:22:45\",\n      \"06:29:00\",\n      \"06:37:45\",\n      \"06:39:45\",\n      \"06:43:00\",\n      \"06:46:45\",\n      \"06:51:45\",\n      \"06:54:45\",\n      \"06:57:45\",\n      \"07:01:45\",\n      \"07:02:45\",\n      \"07:05:45\",\n      \"07:09:45\",\n      \"07:15:45\",\n      \"07:20:00\",\n      \"07:29:45\",\n      \"07:35:00\",\n      \"07:38:45\",\n      \"07:42:45\",\n      \"07:46:45\",\n      \"07:49:45\",\n      \"07:53:45\",\n      \"08:00:00\",\n      \"08:06:45\",\n      \"08:11:00\",\n      \"08:27:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:42:45\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:06:45\",\n      \"09:12:00\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:29:00\",\n      \"09:37:45\",\n      \"09:39:45\",\n      \"09:43:00\",\n      \"09:46:45\",\n      \"09:51:45\",\n      \"09:54:45\",\n      \"09:57:45\",\n      \"10:01:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:09:45\",\n      \"10:15:45\",\n      \"10:20:00\",\n      \"10:29:45\",\n      \"10:35:00\",\n      \"10:38:45\",\n      \"10:42:45\",\n      \"10:46:45\",\n      \"10:49:45\",\n      \"10:53:45\",\n      \"11:00:00\",\n      \"11:06:45\",\n      \"11:11:00\",\n      \"11:27:00\",\n      \"11:34:00\",\n      \"11:37:00\",\n      \"11:40:00\",\n      \"11:42:45\",\n      \"11:46:00\",\n      \"11:49:00\",\n      \"11:53:45\",\n      \"11:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23424_8509411_1158\",\n    \"name\": \"S 4 23424\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"05:01:00\",\n      \"05:07:00\",\n      \"05:18:00\",\n      \"05:29:00\",\n      \"05:35:00\",\n      \"05:38:00\",\n      \"05:41:00\",\n      \"05:43:00\",\n      \"05:47:00\",\n      \"05:50:00\",\n      \"05:54:00\",\n      \"06:00:00\",\n      \"06:07:00\",\n      \"06:15:00\",\n      \"06:20:00\",\n      \"06:23:00\",\n      \"06:33:00\",\n      \"06:38:00\",\n      \"06:40:00\",\n      \"06:45:00\",\n      \"06:47:00\",\n      \"06:52:00\",\n      \"06:55:00\",\n      \"06:58:00\",\n      \"07:02:00\",\n      \"07:03:00\",\n      \"07:06:00\",\n      \"07:10:00\",\n      \"07:16:00\",\n      \"07:27:00\",\n      \"07:30:00\",\n      \"07:36:00\",\n      \"07:39:00\",\n      \"07:43:00\",\n      \"07:47:00\",\n      \"07:50:00\",\n      \"07:54:00\",\n      \"08:01:00\",\n      \"08:07:00\",\n      \"08:18:00\",\n      \"08:29:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:07:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:40:00\",\n      \"09:45:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:55:00\",\n      \"09:58:00\",\n      \"10:02:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:10:00\",\n      \"10:16:00\",\n      \"10:27:00\",\n      \"10:30:00\",\n      \"10:36:00\",\n      \"10:39:00\",\n      \"10:43:00\",\n      \"10:47:00\",\n      \"10:50:00\",\n      \"10:54:00\",\n      \"11:01:00\",\n      \"11:07:00\",\n      \"11:18:00\",\n      \"11:29:00\",\n      \"11:35:00\",\n      \"11:38:00\",\n      \"11:41:00\",\n      \"11:43:00\",\n      \"11:47:00\",\n      \"11:50:00\",\n      \"11:54:00\"\n    ],\n    \"arrs\": [\n      \"05:06:45\",\n      \"05:11:00\",\n      \"05:27:00\",\n      \"05:34:00\",\n      \"05:37:00\",\n      \"05:40:00\",\n      \"05:42:45\",\n      \"05:46:00\",\n      \"05:49:00\",\n      \"05:53:45\",\n      \"05:58:00\",\n      \"06:06:45\",\n      \"06:12:00\",\n      \"06:19:45\",\n      \"06:22:45\",\n      \"06:29:00\",\n      \"06:37:45\",\n      \"06:39:45\",\n      \"06:43:00\",\n      \"06:46:45\",\n      \"06:51:45\",\n      \"06:54:45\",\n      \"06:57:45\",\n      \"07:01:45\",\n      \"07:02:45\",\n      \"07:05:45\",\n      \"07:09:45\",\n      \"07:15:45\",\n      \"07:20:00\",\n      \"07:29:45\",\n      \"07:35:00\",\n      \"07:38:45\",\n      \"07:42:45\",\n      \"07:46:45\",\n      \"07:49:45\",\n      \"07:53:45\",\n      \"08:00:00\",\n      \"08:06:45\",\n      \"08:11:00\",\n      \"08:27:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:42:45\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:06:45\",\n      \"09:12:00\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:29:00\",\n      \"09:37:45\",\n      \"09:39:45\",\n      \"09:43:00\",\n      \"09:46:45\",\n      \"09:51:45\",\n      \"09:54:45\",\n      \"09:57:45\",\n      \"10:01:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:09:45\",\n      \"10:15:45\",\n      \"10:20:00\",\n      \"10:29:45\",\n      \"10:35:00\",\n      \"10:38:45\",\n      \"10:42:45\",\n      \"10:46:45\",\n      \"10:49:45\",\n      \"10:53:45\",\n      \"11:00:00\",\n      \"11:06:45\",\n      \"11:11:00\",\n      \"11:27:00\",\n      \"11:34:00\",\n      \"11:37:00\",\n      \"11:40:00\",\n      \"11:42:45\",\n      \"11:46:00\",\n      \"11:49:00\",\n      \"11:53:45\",\n      \"11:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"IC_818_8501609_1211\",\n    \"name\": \"IC 818\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8506121\",\n      \"8506109\",\n      \"8506105\",\n      \"8506100\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8507000\",\n      \"8507100\",\n      \"8507483\",\n      \"8501605\",\n      \"8501609\"\n    ],\n    \"deps\": [\n      \"08:41:00\",\n      \"08:47:00\",\n      \"08:59:00\",\n      \"09:12:00\",\n      \"09:25:00\",\n      \"09:40:00\",\n      \"10:02:00\",\n      \"11:07:00\",\n      \"11:25:00\",\n      \"11:36:00\",\n      \"12:03:00\"\n    ],\n    \"arrs\": [\n      \"08:46:00\",\n      \"08:57:00\",\n      \"09:10:00\",\n      \"09:23:00\",\n      \"09:38:00\",\n      \"09:51:00\",\n      \"10:58:00\",\n      \"11:24:00\",\n      \"11:34:00\",\n      \"12:02:00\",\n      \"12:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-625,-355\",\n      \"-478,-477,-476,-475,-474,-473\",\n      \"-472,-471,-470,-469,-468\",\n      \"-467,-466,-465,-599,-598,-464,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2307,2222\",\n      \"-2222,-2307,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-352,-323,-322,-317,-318,-319,-320,-582,-434,-433\",\n      \"-321,255\",\n      \"254,1942,219,218,275,1907,2082,2081,1906\",\n      \"227,847\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"RE_1224_8509179_1211\",\n    \"name\": \"RE 1224\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509268\",\n      \"8509266\",\n      \"8509265\",\n      \"8509264\",\n      \"8509269\",\n      \"8509068\",\n      \"8509067\",\n      \"8509065\",\n      \"8509064\",\n      \"8509062\",\n      \"8509060\",\n      \"8509057\",\n      \"8509002\",\n      \"8509056\",\n      \"8509055\",\n      \"8509054\",\n      \"8509053\",\n      \"8509051\",\n      \"8509006\",\n      \"8509000\",\n      \"8509183\",\n      \"8509167\",\n      \"8509168\",\n      \"8509169\",\n      \"8509170\",\n      \"8509171\",\n      \"8509173\",\n      \"8509174\",\n      \"8509175\",\n      \"8509176\",\n      \"8509177\",\n      \"8509178\",\n      \"8509179\"\n    ],\n    \"deps\": [\n      \"08:40:00\",\n      \"08:47:00\",\n      \"08:51:00\",\n      \"08:55:00\",\n      \"09:03:00\",\n      \"09:25:00\",\n      \"09:28:00\",\n      \"09:36:00\",\n      \"09:44:00\",\n      \"09:51:00\",\n      \"09:58:00\",\n      \"10:06:00\",\n      \"10:17:00\",\n      \"10:18:00\",\n      \"10:20:00\",\n      \"10:22:00\",\n      \"10:27:00\",\n      \"10:31:00\",\n      \"10:33:00\",\n      \"10:56:00\",\n      \"11:05:00\",\n      \"11:10:00\",\n      \"11:16:00\",\n      \"11:20:00\",\n      \"11:27:00\",\n      \"11:33:00\",\n      \"11:38:00\",\n      \"11:40:00\",\n      \"11:47:00\",\n      \"11:54:00\",\n      \"11:57:00\",\n      \"12:00:00\"\n    ],\n    \"arrs\": [\n      \"08:46:45\",\n      \"08:50:45\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:23:00\",\n      \"09:27:45\",\n      \"09:35:45\",\n      \"09:43:00\",\n      \"09:50:00\",\n      \"09:56:00\",\n      \"10:05:45\",\n      \"10:10:00\",\n      \"10:17:45\",\n      \"10:19:45\",\n      \"10:21:45\",\n      \"10:26:00\",\n      \"10:30:45\",\n      \"10:32:45\",\n      \"10:37:00\",\n      \"11:04:00\",\n      \"11:09:45\",\n      \"11:15:45\",\n      \"11:19:45\",\n      \"11:26:00\",\n      \"11:31:00\",\n      \"11:37:45\",\n      \"11:39:45\",\n      \"11:46:00\",\n      \"11:53:00\",\n      \"11:56:45\",\n      \"11:59:45\",\n      \"12:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1521,-1520\",\n      \"-1519\",\n      \"-1518\",\n      \"-1517\",\n      \"-642,-1525\",\n      \"-1524\",\n      \"-1045\",\n      \"-1046\",\n      \"-1047,-1049\",\n      \"-1048,-1050\",\n      \"-1051,-1052,-1054\",\n      \"-1053\",\n      \"-1974\",\n      \"-1044\",\n      \"-1043\",\n      \"-1042\",\n      \"-1122\",\n      \"-1908\",\n      \"-276,834,835\",\n      \"-1472,-1473,-1474,-1475,-1477\",\n      \"-1476,-1471\",\n      \"-1470\",\n      \"-1469\",\n      \"-1468\",\n      \"-1459\",\n      \"-1458\",\n      \"-1457\",\n      \"-1456\",\n      \"-1455\",\n      \"-1454\",\n      \"-1453\",\n      \"-1452\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"IR_2165_8505400_1213\",\n    \"name\": \"IR 2165\",\n    \"type\": \"ir\",\n    \"sts\": [\n      \"8500010\",\n      \"8500218\",\n      \"8505000\",\n      \"8505004\",\n      \"8505006\",\n      \"8505007\",\n      \"8505112\",\n      \"8505114\",\n      \"8505119\",\n      \"8505201\",\n      \"8505204\",\n      \"8505209\",\n      \"8505213\",\n      \"8505404\",\n      \"8505400\"\n    ],\n    \"deps\": [\n      \"08:04:00\",\n      \"08:30:00\",\n      \"09:18:00\",\n      \"09:53:00\",\n      \"10:01:00\",\n      \"10:05:00\",\n      \"10:15:00\",\n      \"10:24:00\",\n      \"10:50:00\",\n      \"11:01:00\",\n      \"11:19:00\",\n      \"11:40:00\",\n      \"11:54:00\",\n      \"12:02:00\"\n    ],\n    \"arrs\": [\n      \"08:28:00\",\n      \"09:05:00\",\n      \"09:44:00\",\n      \"10:00:00\",\n      \"10:04:00\",\n      \"10:14:00\",\n      \"10:23:00\",\n      \"10:49:00\",\n      \"11:00:00\",\n      \"11:18:00\",\n      \"11:39:00\",\n      \"11:53:00\",\n      \"12:01:00\",\n      \"12:13:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-584,-404,-403,-346,-369,-368,-347,-345,-348,-344,-566,-565,-349,-568,-567,350\",\n      \"362,363,-196,-375,-422,-421,-487,-488,-489,-490,-492,-491,-495,-494,-493,-496,-497,-498,-499,-2004,-501,-500,-419,-535,-534,148\",\n      \"-148,534,-1330,-1329,-1851,-1850,-1849,-1848,440,506\",\n      \"510,511\",\n      \"512\",\n      \"513,2023,2029,2027,2034,2032,514,2026,2025\",\n      \"515,516\",\n      \"2037,2038,2039,2040,2036,2035,2048,2041,2042,2043,2044,2045,517\",\n      \"277,2046,2047\",\n      \"518,1917,2049,2050,2051,2052,2054,2053\",\n      \"1965,1966,2055,2058,2059,2056,1962,2057,519\",\n      \"520,2060,2061,521\",\n      \"522,523,381,524\",\n      \"2014,1990,525,526,527\"\n    ],\n    \"service_type\": \"ir\"\n  },\n  {\n    \"id\": \"ICN_519_8506302_1215\",\n    \"name\": \"ICN 519\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501030\",\n      \"8501037\",\n      \"8504200\",\n      \"8504221\",\n      \"8504300\",\n      \"8500207\",\n      \"8500218\",\n      \"8502113\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506206\",\n      \"8506210\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"08:05:00\",\n      \"08:14:00\",\n      \"08:27:00\",\n      \"08:41:00\",\n      \"09:04:00\",\n      \"09:24:00\",\n      \"09:46:00\",\n      \"10:01:00\",\n      \"10:20:00\",\n      \"10:30:00\",\n      \"11:09:00\",\n      \"11:22:00\",\n      \"11:37:00\",\n      \"11:54:00\",\n      \"12:07:00\"\n    ],\n    \"arrs\": [\n      \"08:12:00\",\n      \"08:26:00\",\n      \"08:40:00\",\n      \"09:02:00\",\n      \"09:22:00\",\n      \"09:41:00\",\n      \"09:59:00\",\n      \"10:18:00\",\n      \"10:28:00\",\n      \"10:56:00\",\n      \"11:20:00\",\n      \"11:35:00\",\n      \"11:52:00\",\n      \"12:06:00\",\n      \"12:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95\",\n      \"104,99,103,100,102,101,397,398\",\n      \"96,98,97,361,389,390,391,587,267,392,549,550,393,1,572,573\",\n      \"645,644,2,3,4,5,6,7,551,552,8,553,554\",\n      \"576,577,9,10,11,12,13,14,15,562,563\",\n      \"16,24,25,2214,26,27,353,29,30,31,560,2216,561,429,430\",\n      \"33,34,35,1377,415,36,2200,37,38,441,442,443,444,-362\",\n      \"-350,358,357,360,359\",\n      \"-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2284,2292,-2286,2291,2295,2294\",\n      \"-2294,-2247,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,372,378,379,332,334,333,331,335,342,337,336\",\n      \"621,622,341,338,339,623,624\",\n      \"340,343,619,620\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"RE_1233_8509268_1215\",\n    \"name\": \"RE 1233\",\n    \"type\": \"re\",\n    \"sts\": [\n      \"8509179\",\n      \"8509178\",\n      \"8509177\",\n      \"8509176\",\n      \"8509175\",\n      \"8509174\",\n      \"8509173\",\n      \"8509171\",\n      \"8509170\",\n      \"8509169\",\n      \"8509168\",\n      \"8509167\",\n      \"8509183\",\n      \"8509181\",\n      \"8509050\",\n      \"8509000\",\n      \"8509006\",\n      \"8509051\",\n      \"8509053\",\n      \"8509054\",\n      \"8509055\",\n      \"8509056\",\n      \"8509002\",\n      \"8509057\",\n      \"8509060\",\n      \"8509062\",\n      \"8509064\",\n      \"8509065\",\n      \"8509067\",\n      \"8509068\",\n      \"8509269\",\n      \"8509264\",\n      \"8509265\",\n      \"8509266\",\n      \"8509268\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"08:51:00\",\n      \"08:57:00\",\n      \"09:00:00\",\n      \"09:08:00\",\n      \"09:12:00\",\n      \"09:14:00\",\n      \"09:24:00\",\n      \"09:27:00\",\n      \"09:31:00\",\n      \"09:36:00\",\n      \"09:40:00\",\n      \"09:49:00\",\n      \"09:52:00\",\n      \"09:56:00\",\n      \"10:21:00\",\n      \"10:23:00\",\n      \"10:25:00\",\n      \"10:31:00\",\n      \"10:33:00\",\n      \"10:35:00\",\n      \"10:36:00\",\n      \"10:49:00\",\n      \"10:51:00\",\n      \"11:02:00\",\n      \"11:07:00\",\n      \"11:14:00\",\n      \"11:18:00\",\n      \"11:29:00\",\n      \"11:34:00\",\n      \"11:54:00\",\n      \"11:56:00\",\n      \"11:59:00\",\n      \"12:03:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:55:00\",\n      \"08:59:45\",\n      \"09:07:00\",\n      \"09:11:45\",\n      \"09:13:45\",\n      \"09:21:00\",\n      \"09:26:00\",\n      \"09:30:45\",\n      \"09:35:45\",\n      \"09:39:45\",\n      \"09:48:00\",\n      \"09:51:45\",\n      \"09:55:45\",\n      \"10:01:00\",\n      \"10:22:45\",\n      \"10:24:45\",\n      \"10:30:00\",\n      \"10:32:45\",\n      \"10:34:45\",\n      \"10:35:45\",\n      \"10:40:00\",\n      \"10:50:45\",\n      \"11:00:00\",\n      \"11:06:45\",\n      \"11:13:00\",\n      \"11:17:45\",\n      \"11:28:00\",\n      \"11:32:00\",\n      \"11:53:00\",\n      \"11:55:45\",\n      \"11:58:45\",\n      \"12:02:45\",\n      \"12:15:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1452\",\n      \"1453\",\n      \"1454\",\n      \"1455\",\n      \"1456\",\n      \"1457\",\n      \"1458\",\n      \"1459\",\n      \"1468\",\n      \"1469\",\n      \"1470\",\n      \"1471,1476\",\n      \"1477,1475\",\n      \"1474,1473\",\n      \"1472\",\n      \"-835,-834,276\",\n      \"1908\",\n      \"1122\",\n      \"1042\",\n      \"1043\",\n      \"1044\",\n      \"1974\",\n      \"1053\",\n      \"1054,1052,1051\",\n      \"1050,1048\",\n      \"1049,1047\",\n      \"1046\",\n      \"1045\",\n      \"1524\",\n      \"1525,642\",\n      \"1517\",\n      \"1518\",\n      \"1519\",\n      \"1520,1521\"\n    ],\n    \"service_type\": \"re\"\n  },\n  {\n    \"id\": \"IC_819_8506121_1218\",\n    \"name\": \"IC 819\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501609\",\n      \"8501605\",\n      \"8507483\",\n      \"8507100\",\n      \"8507000\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506100\",\n      \"8506105\",\n      \"8506109\",\n      \"8506121\"\n    ],\n    \"deps\": [\n      \"08:49:00\",\n      \"08:57:00\",\n      \"09:25:00\",\n      \"09:36:00\",\n      \"10:02:00\",\n      \"11:07:00\",\n      \"11:18:00\",\n      \"11:35:00\",\n      \"11:47:00\",\n      \"12:00:00\",\n      \"12:11:00\"\n    ],\n    \"arrs\": [\n      \"08:55:00\",\n      \"09:24:00\",\n      \"09:34:00\",\n      \"09:54:00\",\n      \"10:58:00\",\n      \"11:16:00\",\n      \"11:33:00\",\n      \"11:46:00\",\n      \"11:58:00\",\n      \"12:10:00\",\n      \"12:18:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-847,-227\",\n      \"-1906,-2081,-2082,-1907,-275,-218,-219,-1942,-254\",\n      \"-255,321\",\n      \"433,434,582,320,319,318,317,322,323,352,356,1302,1303,1300\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2284,2292,-2286,2291,2293\",\n      \"-2293,-2291,2286,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,464,598,599,465,466,467\",\n      \"468,469,470,471,472\",\n      \"473,474,475,476,477,478\",\n      \"355,625\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"IC_716_8501026_1224\",\n    \"name\": \"IC 716\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8506302\",\n      \"8506210\",\n      \"8506209\",\n      \"8506208\",\n      \"8506206\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8507000\",\n      \"8504100\",\n      \"8501120\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"08:11:00\",\n      \"08:19:00\",\n      \"08:24:00\",\n      \"08:30:00\",\n      \"08:39:00\",\n      \"08:58:00\",\n      \"09:13:00\",\n      \"09:32:00\",\n      \"10:34:00\",\n      \"10:56:00\",\n      \"11:42:00\",\n      \"12:17:00\"\n    ],\n    \"arrs\": [\n      \"08:18:00\",\n      \"08:23:00\",\n      \"08:29:00\",\n      \"08:38:00\",\n      \"08:56:00\",\n      \"09:11:00\",\n      \"09:23:00\",\n      \"10:28:00\",\n      \"10:55:00\",\n      \"11:40:00\",\n      \"12:15:00\",\n      \"12:24:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623\",\n      \"-339\",\n      \"-338,-341,-622,-621\",\n      \"-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2254\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984,-359,-360,-357,-358,350,362,363,59,203,1957,1956,1954,1952,107,396,356,1302,1303,1300\",\n      \"1301,324,-1363,-72,-73,-71,-68,-69,-70,-67,-1327,-575,-574\",\n      \"-77,-76,-78,-75,-79,-74,-81,-80,-2096,-1985,-88,-89,-570,-569,-86,-87,-579,-578,-85,-84,-82,-83,-94\",\n      \"-2087,-116,-1362,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"S_4_23417_8503116_1242\",\n    \"name\": \"S 4 23417\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"06:02:00\",\n      \"06:04:00\",\n      \"06:08:00\",\n      \"06:11:00\",\n      \"06:13:00\",\n      \"06:16:00\",\n      \"06:19:00\",\n      \"06:24:00\",\n      \"06:33:00\",\n      \"06:48:00\",\n      \"06:51:00\",\n      \"06:59:00\",\n      \"07:02:00\",\n      \"07:06:00\",\n      \"07:09:00\",\n      \"07:15:00\",\n      \"07:18:00\",\n      \"07:24:00\",\n      \"07:29:00\",\n      \"07:39:00\",\n      \"07:42:00\",\n      \"07:47:00\",\n      \"07:52:00\",\n      \"07:53:00\",\n      \"07:57:00\",\n      \"07:59:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:08:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:21:00\",\n      \"08:30:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:24:00\",\n      \"09:33:00\",\n      \"09:48:00\",\n      \"09:51:00\",\n      \"09:59:00\",\n      \"10:02:00\",\n      \"10:06:00\",\n      \"10:09:00\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:24:00\",\n      \"10:29:00\",\n      \"10:39:00\",\n      \"10:42:00\",\n      \"10:47:00\",\n      \"10:52:00\",\n      \"10:53:00\",\n      \"10:57:00\",\n      \"10:59:00\",\n      \"11:03:00\",\n      \"11:06:00\",\n      \"11:08:00\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:21:00\",\n      \"11:30:00\",\n      \"11:33:00\",\n      \"11:36:00\",\n      \"11:48:00\",\n      \"11:51:00\",\n      \"12:02:00\",\n      \"12:04:00\",\n      \"12:08:00\",\n      \"12:11:00\",\n      \"12:13:00\",\n      \"12:16:00\",\n      \"12:19:00\",\n      \"12:24:00\",\n      \"12:33:00\"\n    ],\n    \"arrs\": [\n      \"06:03:45\",\n      \"06:07:00\",\n      \"06:10:00\",\n      \"06:12:45\",\n      \"06:15:00\",\n      \"06:18:00\",\n      \"06:23:00\",\n      \"06:30:00\",\n      \"06:42:00\",\n      \"06:50:45\",\n      \"06:58:00\",\n      \"07:01:00\",\n      \"07:05:00\",\n      \"07:08:00\",\n      \"07:14:00\",\n      \"07:17:00\",\n      \"07:23:00\",\n      \"07:28:45\",\n      \"07:33:00\",\n      \"07:41:45\",\n      \"07:46:00\",\n      \"07:51:00\",\n      \"07:52:45\",\n      \"07:56:00\",\n      \"07:58:45\",\n      \"08:02:45\",\n      \"08:05:45\",\n      \"08:07:45\",\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:20:45\",\n      \"08:26:00\",\n      \"08:32:45\",\n      \"08:35:45\",\n      \"08:44:00\",\n      \"08:50:45\",\n      \"08:59:00\",\n      \"09:03:45\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:12:45\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:23:00\",\n      \"09:30:00\",\n      \"09:42:00\",\n      \"09:50:45\",\n      \"09:58:00\",\n      \"10:01:00\",\n      \"10:05:00\",\n      \"10:08:00\",\n      \"10:14:00\",\n      \"10:17:00\",\n      \"10:23:00\",\n      \"10:28:45\",\n      \"10:33:00\",\n      \"10:41:45\",\n      \"10:46:00\",\n      \"10:51:00\",\n      \"10:52:45\",\n      \"10:56:00\",\n      \"10:58:45\",\n      \"11:02:45\",\n      \"11:05:45\",\n      \"11:07:45\",\n      \"11:12:00\",\n      \"11:17:00\",\n      \"11:20:45\",\n      \"11:26:00\",\n      \"11:32:45\",\n      \"11:35:45\",\n      \"11:44:00\",\n      \"11:50:45\",\n      \"11:59:00\",\n      \"12:03:45\",\n      \"12:07:00\",\n      \"12:10:00\",\n      \"12:12:45\",\n      \"12:15:00\",\n      \"12:18:00\",\n      \"12:23:00\",\n      \"12:30:00\",\n      \"12:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"ICN_518_8501026_1251\",\n    \"name\": \"ICN 518\",\n    \"type\": \"icn\",\n    \"sts\": [\n      \"8506302\",\n      \"8506210\",\n      \"8506206\",\n      \"8506000\",\n      \"8503016\",\n      \"8503000\",\n      \"8502113\",\n      \"8500218\",\n      \"8500207\",\n      \"8504300\",\n      \"8504221\",\n      \"8504200\",\n      \"8501008\",\n      \"8501026\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:56:00\",\n      \"09:10:00\",\n      \"09:28:00\",\n      \"09:43:00\",\n      \"10:04:00\",\n      \"10:29:00\",\n      \"10:40:00\",\n      \"10:59:00\",\n      \"11:19:00\",\n      \"11:37:00\",\n      \"11:56:00\",\n      \"12:44:00\"\n    ],\n    \"arrs\": [\n      \"08:54:00\",\n      \"09:08:00\",\n      \"09:26:00\",\n      \"09:41:00\",\n      \"09:53:00\",\n      \"10:27:00\",\n      \"10:38:00\",\n      \"10:56:00\",\n      \"11:13:00\",\n      \"11:35:00\",\n      \"11:54:00\",\n      \"12:42:00\",\n      \"12:51:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-619,-343,-340\",\n      \"-624,-623,-339,-338,-341,-622,-621\",\n      \"-336,-337,-342,-335,-331,-333,-334,-332,-379,-378,-372,-601,-600\",\n      \"-603,-602,-330,329,91,90,-1996,-211\",\n      \"-212,2134,2145,2174,2172,2135,2138,2156,2136,2149,2352,2137,2175,2220,2267,2303,2304,2305,2306,2263,2254\",\n      \"-2254,-2263,-2262,2261,2249,2259,2368,2260,2340,2372,2401,2400,2389,2378,2412,2405,2406,105,1959,106,210,425,426,423,424,376,1984\",\n      \"-359,-360,-357,-358,350\",\n      \"362,-444,-443,-442,-441,-38,-37,-2200,-36,-415,-1377,-35,-34,-33\",\n      \"-430,-429,-561,-2216,-560,-31,-30,-29,-353,-27,-26,-2214,-25,-24,-16\",\n      \"-563,-562,-15,-14,-13,-12,-11,-10,-9,-577,-576\",\n      \"-554,-553,-8,-552,-551,-7,-6,-5,-4,-3,-2,-644,-645\",\n      \"-573,-572,-1,-393,-550,-549,-392,-267,-587,-391,-390,-389,-361,-97,-98,-96,-398,-397,-101,-102,-100,-103,-99,-104,-95,-169,-170,-168,-171,-167,-172,-166,-173,174,175\",\n      \"1968,1963,39\"\n    ],\n    \"service_type\": \"icn\"\n  },\n  {\n    \"id\": \"IC_719_8506302_1253\",\n    \"name\": \"IC 719\",\n    \"type\": \"ic\",\n    \"sts\": [\n      \"8501026\",\n      \"8501008\",\n      \"8501120\",\n      \"8504100\",\n      \"8507000\",\n      \"8503000\",\n      \"8503016\",\n      \"8506000\",\n      \"8506206\",\n      \"8506208\",\n      \"8506209\",\n      \"8506210\",\n      \"8506302\"\n    ],\n    \"deps\": [\n      \"08:36:00\",\n      \"08:45:00\",\n      \"09:20:00\",\n      \"10:04:00\",\n      \"10:32:00\",\n      \"11:39:00\",\n      \"11:52:00\",\n      \"12:07:00\",\n      \"12:25:00\",\n      \"12:33:00\",\n      \"12:39:00\",\n      \"12:45:00\"\n    ],\n    \"arrs\": [\n      \"08:43:00\",\n      \"09:18:00\",\n      \"10:03:00\",\n      \"10:26:00\",\n      \"11:28:00\",\n      \"11:50:00\",\n      \"12:05:00\",\n      \"12:24:00\",\n      \"12:32:00\",\n      \"12:38:00\",\n      \"12:43:00\",\n      \"12:53:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-39,-1963,-1968\",\n      \"-175,-174,173,166,172,167,171,168,170,169,95,104,99,103,100,102,101,397,398,96,98,97,361,1362,116,2087\",\n      \"94,83,82,84,85,578,579,87,86,569,570,89,88,1985,2096,80,81,74,79,75,78,76,77\",\n      \"574,575,1327,67,70,69,68,71,73,72,1363,-324,-1301\",\n      \"-1300,-1303,-1302,-356,-396,-107,-1952,-1954,-1956,-1957,-203,-59,-363,-362,-350,358,357,360,359,-1984,-376,-424,-423,-426,-425,-210,-106,-1959,-105,-2406,-1997,2369,2376,2414,2423,2371,2370,2388,2397,2403,2427,2350,2337,2224,2225,2226,2227,2228,2268,2283,2243,2250,2287,2246,2244\",\n      \"-2244,-2246,-2287,2288,2289,2282,2278,-2422,-2296,-2223,2176,2144,2143,2354,2146,2155,-2141,2160,2161,2171,2173,2133,212\",\n      \"211,1996,-90,-91,-329,330,602,603\",\n      \"600,601,372,378,379,332,334,333,331,335,342,337,336\",\n      \"621,622,341,338\",\n      \"339\",\n      \"623,624\",\n      \"340,343,619,620\"\n    ],\n    \"service_type\": \"ic\"\n  },\n  {\n    \"id\": \"GEX_906_8509253_1258\",\n    \"name\": \"GEX 906\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8509179\",\n      \"8509171\",\n      \"8509189\",\n      \"8509192\",\n      \"8509195\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"08:44:00\",\n      \"09:23:00\",\n      \"11:30:00\",\n      \"11:47:00\",\n      \"12:02:00\"\n    ],\n    \"arrs\": [\n      \"09:21:00\",\n      \"11:28:00\",\n      \"11:46:45\",\n      \"12:01:00\",\n      \"12:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1452,1453,1454,1455,1456,1457,1458\",\n      \"1459,1468,1469,1470,1471,271,829,830,831,832,833\",\n      \"-1478\",\n      \"-1562,-1534,-1561\",\n      \"1481,1482,1479,1480,1483,1488,1489,1484,1485\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"S_4_23418_8509411_1258\",\n    \"name\": \"S 4 23418\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"05:27:00\",\n      \"05:30:00\",\n      \"05:36:00\",\n      \"05:39:00\",\n      \"05:43:00\",\n      \"05:47:00\",\n      \"05:50:00\",\n      \"05:54:00\",\n      \"06:01:00\",\n      \"06:07:00\",\n      \"06:18:00\",\n      \"06:29:00\",\n      \"06:35:00\",\n      \"06:38:00\",\n      \"06:41:00\",\n      \"06:43:00\",\n      \"06:47:00\",\n      \"06:50:00\",\n      \"06:54:00\",\n      \"07:00:00\",\n      \"07:07:00\",\n      \"07:15:00\",\n      \"07:20:00\",\n      \"07:23:00\",\n      \"07:33:00\",\n      \"07:38:00\",\n      \"07:40:00\",\n      \"07:45:00\",\n      \"07:47:00\",\n      \"07:52:00\",\n      \"07:55:00\",\n      \"07:58:00\",\n      \"08:02:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:10:00\",\n      \"08:16:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:18:00\",\n      \"09:29:00\",\n      \"09:35:00\",\n      \"09:38:00\",\n      \"09:41:00\",\n      \"09:43:00\",\n      \"09:47:00\",\n      \"09:50:00\",\n      \"09:54:00\",\n      \"10:00:00\",\n      \"10:07:00\",\n      \"10:15:00\",\n      \"10:20:00\",\n      \"10:23:00\",\n      \"10:33:00\",\n      \"10:38:00\",\n      \"10:40:00\",\n      \"10:45:00\",\n      \"10:47:00\",\n      \"10:52:00\",\n      \"10:55:00\",\n      \"10:58:00\",\n      \"11:02:00\",\n      \"11:03:00\",\n      \"11:06:00\",\n      \"11:10:00\",\n      \"11:16:00\",\n      \"11:27:00\",\n      \"11:30:00\",\n      \"11:36:00\",\n      \"11:39:00\",\n      \"11:43:00\",\n      \"11:47:00\",\n      \"11:50:00\",\n      \"11:54:00\",\n      \"12:01:00\",\n      \"12:07:00\",\n      \"12:18:00\",\n      \"12:29:00\",\n      \"12:35:00\",\n      \"12:38:00\",\n      \"12:41:00\",\n      \"12:43:00\",\n      \"12:47:00\",\n      \"12:50:00\",\n      \"12:54:00\"\n    ],\n    \"arrs\": [\n      \"05:29:45\",\n      \"05:35:00\",\n      \"05:38:45\",\n      \"05:42:45\",\n      \"05:46:45\",\n      \"05:49:45\",\n      \"05:53:45\",\n      \"06:00:00\",\n      \"06:06:45\",\n      \"06:11:00\",\n      \"06:27:00\",\n      \"06:34:00\",\n      \"06:37:00\",\n      \"06:40:00\",\n      \"06:42:45\",\n      \"06:46:00\",\n      \"06:49:00\",\n      \"06:53:45\",\n      \"06:58:00\",\n      \"07:06:45\",\n      \"07:12:00\",\n      \"07:19:45\",\n      \"07:22:45\",\n      \"07:29:00\",\n      \"07:37:45\",\n      \"07:39:45\",\n      \"07:43:00\",\n      \"07:46:45\",\n      \"07:51:45\",\n      \"07:54:45\",\n      \"07:57:45\",\n      \"08:01:45\",\n      \"08:02:45\",\n      \"08:05:45\",\n      \"08:09:45\",\n      \"08:15:45\",\n      \"08:20:00\",\n      \"08:29:45\",\n      \"08:35:00\",\n      \"08:38:45\",\n      \"08:42:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:53:45\",\n      \"09:00:00\",\n      \"09:06:45\",\n      \"09:11:00\",\n      \"09:27:00\",\n      \"09:34:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:42:45\",\n      \"09:46:00\",\n      \"09:49:00\",\n      \"09:53:45\",\n      \"09:58:00\",\n      \"10:06:45\",\n      \"10:12:00\",\n      \"10:19:45\",\n      \"10:22:45\",\n      \"10:29:00\",\n      \"10:37:45\",\n      \"10:39:45\",\n      \"10:43:00\",\n      \"10:46:45\",\n      \"10:51:45\",\n      \"10:54:45\",\n      \"10:57:45\",\n      \"11:01:45\",\n      \"11:02:45\",\n      \"11:05:45\",\n      \"11:09:45\",\n      \"11:15:45\",\n      \"11:20:00\",\n      \"11:29:45\",\n      \"11:35:00\",\n      \"11:38:45\",\n      \"11:42:45\",\n      \"11:46:45\",\n      \"11:49:45\",\n      \"11:53:45\",\n      \"12:00:00\",\n      \"12:06:45\",\n      \"12:11:00\",\n      \"12:27:00\",\n      \"12:34:00\",\n      \"12:37:00\",\n      \"12:40:00\",\n      \"12:42:45\",\n      \"12:46:00\",\n      \"12:49:00\",\n      \"12:53:45\",\n      \"12:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23428_8509411_1258\",\n    \"name\": \"S 4 23428\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"05:27:00\",\n      \"05:30:00\",\n      \"05:36:00\",\n      \"05:39:00\",\n      \"05:43:00\",\n      \"05:47:00\",\n      \"05:50:00\",\n      \"05:54:00\",\n      \"06:01:00\",\n      \"06:07:00\",\n      \"06:18:00\",\n      \"06:29:00\",\n      \"06:35:00\",\n      \"06:38:00\",\n      \"06:41:00\",\n      \"06:43:00\",\n      \"06:47:00\",\n      \"06:50:00\",\n      \"06:54:00\",\n      \"07:00:00\",\n      \"07:07:00\",\n      \"07:15:00\",\n      \"07:20:00\",\n      \"07:23:00\",\n      \"07:33:00\",\n      \"07:38:00\",\n      \"07:40:00\",\n      \"07:45:00\",\n      \"07:47:00\",\n      \"07:52:00\",\n      \"07:55:00\",\n      \"07:58:00\",\n      \"08:02:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:10:00\",\n      \"08:16:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:18:00\",\n      \"09:29:00\",\n      \"09:35:00\",\n      \"09:38:00\",\n      \"09:41:00\",\n      \"09:43:00\",\n      \"09:47:00\",\n      \"09:50:00\",\n      \"09:54:00\",\n      \"10:00:00\",\n      \"10:07:00\",\n      \"10:15:00\",\n      \"10:20:00\",\n      \"10:23:00\",\n      \"10:33:00\",\n      \"10:38:00\",\n      \"10:40:00\",\n      \"10:45:00\",\n      \"10:47:00\",\n      \"10:52:00\",\n      \"10:55:00\",\n      \"10:58:00\",\n      \"11:02:00\",\n      \"11:03:00\",\n      \"11:06:00\",\n      \"11:10:00\",\n      \"11:16:00\",\n      \"11:27:00\",\n      \"11:30:00\",\n      \"11:36:00\",\n      \"11:39:00\",\n      \"11:43:00\",\n      \"11:47:00\",\n      \"11:50:00\",\n      \"11:54:00\",\n      \"12:01:00\",\n      \"12:07:00\",\n      \"12:18:00\",\n      \"12:29:00\",\n      \"12:35:00\",\n      \"12:38:00\",\n      \"12:41:00\",\n      \"12:43:00\",\n      \"12:47:00\",\n      \"12:50:00\",\n      \"12:54:00\"\n    ],\n    \"arrs\": [\n      \"05:29:45\",\n      \"05:35:00\",\n      \"05:38:45\",\n      \"05:42:45\",\n      \"05:46:45\",\n      \"05:49:45\",\n      \"05:53:45\",\n      \"06:00:00\",\n      \"06:06:45\",\n      \"06:11:00\",\n      \"06:27:00\",\n      \"06:34:00\",\n      \"06:37:00\",\n      \"06:40:00\",\n      \"06:42:45\",\n      \"06:46:00\",\n      \"06:49:00\",\n      \"06:53:45\",\n      \"06:58:00\",\n      \"07:06:45\",\n      \"07:12:00\",\n      \"07:19:45\",\n      \"07:22:45\",\n      \"07:29:00\",\n      \"07:37:45\",\n      \"07:39:45\",\n      \"07:43:00\",\n      \"07:46:45\",\n      \"07:51:45\",\n      \"07:54:45\",\n      \"07:57:45\",\n      \"08:01:45\",\n      \"08:02:45\",\n      \"08:05:45\",\n      \"08:09:45\",\n      \"08:15:45\",\n      \"08:20:00\",\n      \"08:29:45\",\n      \"08:35:00\",\n      \"08:38:45\",\n      \"08:42:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:53:45\",\n      \"09:00:00\",\n      \"09:06:45\",\n      \"09:11:00\",\n      \"09:27:00\",\n      \"09:34:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:42:45\",\n      \"09:46:00\",\n      \"09:49:00\",\n      \"09:53:45\",\n      \"09:58:00\",\n      \"10:06:45\",\n      \"10:12:00\",\n      \"10:19:45\",\n      \"10:22:45\",\n      \"10:29:00\",\n      \"10:37:45\",\n      \"10:39:45\",\n      \"10:43:00\",\n      \"10:46:45\",\n      \"10:51:45\",\n      \"10:54:45\",\n      \"10:57:45\",\n      \"11:01:45\",\n      \"11:02:45\",\n      \"11:05:45\",\n      \"11:09:45\",\n      \"11:15:45\",\n      \"11:20:00\",\n      \"11:29:45\",\n      \"11:35:00\",\n      \"11:38:45\",\n      \"11:42:45\",\n      \"11:46:45\",\n      \"11:49:45\",\n      \"11:53:45\",\n      \"12:00:00\",\n      \"12:06:45\",\n      \"12:11:00\",\n      \"12:27:00\",\n      \"12:34:00\",\n      \"12:37:00\",\n      \"12:40:00\",\n      \"12:42:45\",\n      \"12:46:00\",\n      \"12:49:00\",\n      \"12:53:45\",\n      \"12:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23422_8503116_1311\",\n    \"name\": \"S 4 23422\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"05:00:00\",\n      \"05:07:00\",\n      \"05:15:00\",\n      \"05:20:00\",\n      \"05:23:00\",\n      \"05:33:00\",\n      \"05:38:00\",\n      \"05:40:00\",\n      \"05:45:00\",\n      \"05:47:00\",\n      \"05:52:00\",\n      \"05:55:00\",\n      \"05:58:00\",\n      \"06:02:00\",\n      \"06:03:00\",\n      \"06:06:00\",\n      \"06:10:00\",\n      \"06:16:00\",\n      \"06:27:00\",\n      \"06:30:00\",\n      \"06:36:00\",\n      \"06:39:00\",\n      \"06:43:00\",\n      \"06:47:00\",\n      \"06:50:00\",\n      \"06:54:00\",\n      \"07:01:00\",\n      \"07:07:00\",\n      \"07:18:00\",\n      \"07:29:00\",\n      \"07:35:00\",\n      \"07:38:00\",\n      \"07:41:00\",\n      \"07:43:00\",\n      \"07:47:00\",\n      \"07:50:00\",\n      \"07:54:00\",\n      \"08:00:00\",\n      \"08:07:00\",\n      \"08:15:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:16:00\",\n      \"09:27:00\",\n      \"09:30:00\",\n      \"09:36:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:47:00\",\n      \"09:50:00\",\n      \"09:54:00\",\n      \"10:01:00\",\n      \"10:07:00\",\n      \"10:18:00\",\n      \"10:29:00\",\n      \"10:35:00\",\n      \"10:38:00\",\n      \"10:41:00\",\n      \"10:43:00\",\n      \"10:47:00\",\n      \"10:50:00\",\n      \"10:54:00\",\n      \"11:00:00\",\n      \"11:07:00\",\n      \"11:15:00\",\n      \"11:20:00\",\n      \"11:23:00\",\n      \"11:33:00\",\n      \"11:38:00\",\n      \"11:40:00\",\n      \"11:45:00\",\n      \"11:47:00\",\n      \"11:52:00\",\n      \"11:55:00\",\n      \"11:58:00\",\n      \"12:02:00\",\n      \"12:03:00\",\n      \"12:06:00\",\n      \"12:10:00\",\n      \"12:16:00\",\n      \"12:27:00\",\n      \"12:30:00\",\n      \"12:36:00\",\n      \"12:39:00\",\n      \"12:43:00\",\n      \"12:47:00\",\n      \"12:50:00\",\n      \"12:54:00\",\n      \"13:01:00\",\n      \"13:07:00\"\n    ],\n    \"arrs\": [\n      \"05:06:45\",\n      \"05:12:00\",\n      \"05:19:45\",\n      \"05:22:45\",\n      \"05:29:00\",\n      \"05:37:45\",\n      \"05:39:45\",\n      \"05:43:00\",\n      \"05:46:45\",\n      \"05:51:45\",\n      \"05:54:45\",\n      \"05:57:45\",\n      \"06:01:45\",\n      \"06:02:45\",\n      \"06:05:45\",\n      \"06:09:45\",\n      \"06:15:45\",\n      \"06:20:00\",\n      \"06:29:45\",\n      \"06:35:00\",\n      \"06:38:45\",\n      \"06:42:45\",\n      \"06:46:45\",\n      \"06:49:45\",\n      \"06:53:45\",\n      \"07:00:00\",\n      \"07:06:45\",\n      \"07:11:00\",\n      \"07:27:00\",\n      \"07:34:00\",\n      \"07:37:00\",\n      \"07:40:00\",\n      \"07:42:45\",\n      \"07:46:00\",\n      \"07:49:00\",\n      \"07:53:45\",\n      \"07:58:00\",\n      \"08:06:45\",\n      \"08:12:00\",\n      \"08:19:45\",\n      \"08:22:45\",\n      \"08:29:00\",\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:43:00\",\n      \"08:46:45\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:15:45\",\n      \"09:20:00\",\n      \"09:29:45\",\n      \"09:35:00\",\n      \"09:38:45\",\n      \"09:42:45\",\n      \"09:46:45\",\n      \"09:49:45\",\n      \"09:53:45\",\n      \"10:00:00\",\n      \"10:06:45\",\n      \"10:11:00\",\n      \"10:27:00\",\n      \"10:34:00\",\n      \"10:37:00\",\n      \"10:40:00\",\n      \"10:42:45\",\n      \"10:46:00\",\n      \"10:49:00\",\n      \"10:53:45\",\n      \"10:58:00\",\n      \"11:06:45\",\n      \"11:12:00\",\n      \"11:19:45\",\n      \"11:22:45\",\n      \"11:29:00\",\n      \"11:37:45\",\n      \"11:39:45\",\n      \"11:43:00\",\n      \"11:46:45\",\n      \"11:51:45\",\n      \"11:54:45\",\n      \"11:57:45\",\n      \"12:01:45\",\n      \"12:02:45\",\n      \"12:05:45\",\n      \"12:09:45\",\n      \"12:15:45\",\n      \"12:20:00\",\n      \"12:29:45\",\n      \"12:35:00\",\n      \"12:38:45\",\n      \"12:42:45\",\n      \"12:46:45\",\n      \"12:49:45\",\n      \"12:53:45\",\n      \"13:00:00\",\n      \"13:06:45\",\n      \"13:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23419_8503116_1342\",\n    \"name\": \"S 4 23419\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"04:59:00\",\n      \"05:02:00\",\n      \"05:06:00\",\n      \"05:09:00\",\n      \"05:15:00\",\n      \"05:18:00\",\n      \"05:24:00\",\n      \"05:29:00\",\n      \"05:39:00\",\n      \"05:42:00\",\n      \"05:47:00\",\n      \"05:52:00\",\n      \"05:53:00\",\n      \"05:57:00\",\n      \"05:59:00\",\n      \"06:03:00\",\n      \"06:06:00\",\n      \"06:08:00\",\n      \"06:15:00\",\n      \"06:18:00\",\n      \"06:21:00\",\n      \"06:30:00\",\n      \"06:33:00\",\n      \"06:36:00\",\n      \"06:48:00\",\n      \"06:51:00\",\n      \"07:02:00\",\n      \"07:04:00\",\n      \"07:08:00\",\n      \"07:11:00\",\n      \"07:13:00\",\n      \"07:16:00\",\n      \"07:19:00\",\n      \"07:24:00\",\n      \"07:33:00\",\n      \"07:48:00\",\n      \"07:51:00\",\n      \"07:59:00\",\n      \"08:02:00\",\n      \"08:06:00\",\n      \"08:09:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:24:00\",\n      \"08:29:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:36:00\",\n      \"09:48:00\",\n      \"09:51:00\",\n      \"10:02:00\",\n      \"10:04:00\",\n      \"10:08:00\",\n      \"10:11:00\",\n      \"10:13:00\",\n      \"10:16:00\",\n      \"10:19:00\",\n      \"10:24:00\",\n      \"10:33:00\",\n      \"10:48:00\",\n      \"10:51:00\",\n      \"10:59:00\",\n      \"11:02:00\",\n      \"11:06:00\",\n      \"11:09:00\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:24:00\",\n      \"11:29:00\",\n      \"11:39:00\",\n      \"11:42:00\",\n      \"11:47:00\",\n      \"11:52:00\",\n      \"11:53:00\",\n      \"11:57:00\",\n      \"11:59:00\",\n      \"12:03:00\",\n      \"12:06:00\",\n      \"12:08:00\",\n      \"12:15:00\",\n      \"12:18:00\",\n      \"12:21:00\",\n      \"12:30:00\",\n      \"12:33:00\",\n      \"12:36:00\",\n      \"12:48:00\",\n      \"12:51:00\",\n      \"13:02:00\",\n      \"13:04:00\",\n      \"13:08:00\",\n      \"13:11:00\",\n      \"13:13:00\",\n      \"13:16:00\",\n      \"13:19:00\",\n      \"13:24:00\",\n      \"13:33:00\"\n    ],\n    \"arrs\": [\n      \"05:01:00\",\n      \"05:05:00\",\n      \"05:08:00\",\n      \"05:14:00\",\n      \"05:17:00\",\n      \"05:23:00\",\n      \"05:28:45\",\n      \"05:33:00\",\n      \"05:41:45\",\n      \"05:46:00\",\n      \"05:51:00\",\n      \"05:52:45\",\n      \"05:56:00\",\n      \"05:58:45\",\n      \"06:02:45\",\n      \"06:05:45\",\n      \"06:07:45\",\n      \"06:12:00\",\n      \"06:17:00\",\n      \"06:20:45\",\n      \"06:26:00\",\n      \"06:32:45\",\n      \"06:35:45\",\n      \"06:44:00\",\n      \"06:50:45\",\n      \"06:59:00\",\n      \"07:03:45\",\n      \"07:07:00\",\n      \"07:10:00\",\n      \"07:12:45\",\n      \"07:15:00\",\n      \"07:18:00\",\n      \"07:23:00\",\n      \"07:30:00\",\n      \"07:42:00\",\n      \"07:50:45\",\n      \"07:58:00\",\n      \"08:01:00\",\n      \"08:05:00\",\n      \"08:08:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:23:00\",\n      \"08:28:45\",\n      \"08:33:00\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:52:45\",\n      \"08:56:00\",\n      \"08:58:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:12:00\",\n      \"09:17:00\",\n      \"09:20:45\",\n      \"09:26:00\",\n      \"09:32:45\",\n      \"09:35:45\",\n      \"09:44:00\",\n      \"09:50:45\",\n      \"09:59:00\",\n      \"10:03:45\",\n      \"10:07:00\",\n      \"10:10:00\",\n      \"10:12:45\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:23:00\",\n      \"10:30:00\",\n      \"10:42:00\",\n      \"10:50:45\",\n      \"10:58:00\",\n      \"11:01:00\",\n      \"11:05:00\",\n      \"11:08:00\",\n      \"11:14:00\",\n      \"11:17:00\",\n      \"11:23:00\",\n      \"11:28:45\",\n      \"11:33:00\",\n      \"11:41:45\",\n      \"11:46:00\",\n      \"11:51:00\",\n      \"11:52:45\",\n      \"11:56:00\",\n      \"11:58:45\",\n      \"12:02:45\",\n      \"12:05:45\",\n      \"12:07:45\",\n      \"12:12:00\",\n      \"12:17:00\",\n      \"12:20:45\",\n      \"12:26:00\",\n      \"12:32:45\",\n      \"12:35:45\",\n      \"12:44:00\",\n      \"12:50:45\",\n      \"12:59:00\",\n      \"13:03:45\",\n      \"13:07:00\",\n      \"13:10:00\",\n      \"13:12:45\",\n      \"13:15:00\",\n      \"13:18:00\",\n      \"13:23:00\",\n      \"13:30:00\",\n      \"13:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23421_8503116_1342\",\n    \"name\": \"S 4 23421\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"04:59:00\",\n      \"05:02:00\",\n      \"05:06:00\",\n      \"05:09:00\",\n      \"05:15:00\",\n      \"05:18:00\",\n      \"05:24:00\",\n      \"05:29:00\",\n      \"05:39:00\",\n      \"05:42:00\",\n      \"05:47:00\",\n      \"05:52:00\",\n      \"05:53:00\",\n      \"05:57:00\",\n      \"05:59:00\",\n      \"06:03:00\",\n      \"06:06:00\",\n      \"06:08:00\",\n      \"06:15:00\",\n      \"06:18:00\",\n      \"06:21:00\",\n      \"06:30:00\",\n      \"06:33:00\",\n      \"06:36:00\",\n      \"06:48:00\",\n      \"06:51:00\",\n      \"07:02:00\",\n      \"07:04:00\",\n      \"07:08:00\",\n      \"07:11:00\",\n      \"07:13:00\",\n      \"07:16:00\",\n      \"07:19:00\",\n      \"07:24:00\",\n      \"07:33:00\",\n      \"07:48:00\",\n      \"07:51:00\",\n      \"07:59:00\",\n      \"08:02:00\",\n      \"08:06:00\",\n      \"08:09:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:24:00\",\n      \"08:29:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:36:00\",\n      \"09:48:00\",\n      \"09:51:00\",\n      \"10:02:00\",\n      \"10:04:00\",\n      \"10:08:00\",\n      \"10:11:00\",\n      \"10:13:00\",\n      \"10:16:00\",\n      \"10:19:00\",\n      \"10:24:00\",\n      \"10:33:00\",\n      \"10:48:00\",\n      \"10:51:00\",\n      \"10:59:00\",\n      \"11:02:00\",\n      \"11:06:00\",\n      \"11:09:00\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:24:00\",\n      \"11:29:00\",\n      \"11:39:00\",\n      \"11:42:00\",\n      \"11:47:00\",\n      \"11:52:00\",\n      \"11:53:00\",\n      \"11:57:00\",\n      \"11:59:00\",\n      \"12:03:00\",\n      \"12:06:00\",\n      \"12:08:00\",\n      \"12:15:00\",\n      \"12:18:00\",\n      \"12:21:00\",\n      \"12:30:00\",\n      \"12:33:00\",\n      \"12:36:00\",\n      \"12:48:00\",\n      \"12:51:00\",\n      \"13:02:00\",\n      \"13:04:00\",\n      \"13:08:00\",\n      \"13:11:00\",\n      \"13:13:00\",\n      \"13:16:00\",\n      \"13:19:00\",\n      \"13:24:00\",\n      \"13:33:00\"\n    ],\n    \"arrs\": [\n      \"05:01:00\",\n      \"05:05:00\",\n      \"05:08:00\",\n      \"05:14:00\",\n      \"05:17:00\",\n      \"05:23:00\",\n      \"05:28:45\",\n      \"05:33:00\",\n      \"05:41:45\",\n      \"05:46:00\",\n      \"05:51:00\",\n      \"05:52:45\",\n      \"05:56:00\",\n      \"05:58:45\",\n      \"06:02:45\",\n      \"06:05:45\",\n      \"06:07:45\",\n      \"06:12:00\",\n      \"06:17:00\",\n      \"06:20:45\",\n      \"06:26:00\",\n      \"06:32:45\",\n      \"06:35:45\",\n      \"06:44:00\",\n      \"06:50:45\",\n      \"06:59:00\",\n      \"07:03:45\",\n      \"07:07:00\",\n      \"07:10:00\",\n      \"07:12:45\",\n      \"07:15:00\",\n      \"07:18:00\",\n      \"07:23:00\",\n      \"07:30:00\",\n      \"07:42:00\",\n      \"07:50:45\",\n      \"07:58:00\",\n      \"08:01:00\",\n      \"08:05:00\",\n      \"08:08:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:23:00\",\n      \"08:28:45\",\n      \"08:33:00\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:52:45\",\n      \"08:56:00\",\n      \"08:58:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:12:00\",\n      \"09:17:00\",\n      \"09:20:45\",\n      \"09:26:00\",\n      \"09:32:45\",\n      \"09:35:45\",\n      \"09:44:00\",\n      \"09:50:45\",\n      \"09:59:00\",\n      \"10:03:45\",\n      \"10:07:00\",\n      \"10:10:00\",\n      \"10:12:45\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:23:00\",\n      \"10:30:00\",\n      \"10:42:00\",\n      \"10:50:45\",\n      \"10:58:00\",\n      \"11:01:00\",\n      \"11:05:00\",\n      \"11:08:00\",\n      \"11:14:00\",\n      \"11:17:00\",\n      \"11:23:00\",\n      \"11:28:45\",\n      \"11:33:00\",\n      \"11:41:45\",\n      \"11:46:00\",\n      \"11:51:00\",\n      \"11:52:45\",\n      \"11:56:00\",\n      \"11:58:45\",\n      \"12:02:45\",\n      \"12:05:45\",\n      \"12:07:45\",\n      \"12:12:00\",\n      \"12:17:00\",\n      \"12:20:45\",\n      \"12:26:00\",\n      \"12:32:45\",\n      \"12:35:45\",\n      \"12:44:00\",\n      \"12:50:45\",\n      \"12:59:00\",\n      \"13:03:45\",\n      \"13:07:00\",\n      \"13:10:00\",\n      \"13:12:45\",\n      \"13:15:00\",\n      \"13:18:00\",\n      \"13:23:00\",\n      \"13:30:00\",\n      \"13:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23432_8509411_1358\",\n    \"name\": \"S 4 23432\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"07:18:00\",\n      \"07:29:00\",\n      \"07:35:00\",\n      \"07:38:00\",\n      \"07:41:00\",\n      \"07:43:00\",\n      \"07:47:00\",\n      \"07:50:00\",\n      \"07:54:00\",\n      \"08:00:00\",\n      \"08:07:00\",\n      \"08:15:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:16:00\",\n      \"09:27:00\",\n      \"09:30:00\",\n      \"09:36:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:47:00\",\n      \"09:50:00\",\n      \"09:54:00\",\n      \"10:01:00\",\n      \"10:07:00\",\n      \"10:18:00\",\n      \"10:29:00\",\n      \"10:35:00\",\n      \"10:38:00\",\n      \"10:41:00\",\n      \"10:43:00\",\n      \"10:47:00\",\n      \"10:50:00\",\n      \"10:54:00\",\n      \"11:00:00\",\n      \"11:07:00\",\n      \"11:15:00\",\n      \"11:20:00\",\n      \"11:23:00\",\n      \"11:33:00\",\n      \"11:38:00\",\n      \"11:40:00\",\n      \"11:45:00\",\n      \"11:47:00\",\n      \"11:52:00\",\n      \"11:55:00\",\n      \"11:58:00\",\n      \"12:02:00\",\n      \"12:03:00\",\n      \"12:06:00\",\n      \"12:10:00\",\n      \"12:16:00\",\n      \"12:27:00\",\n      \"12:30:00\",\n      \"12:36:00\",\n      \"12:39:00\",\n      \"12:43:00\",\n      \"12:47:00\",\n      \"12:50:00\",\n      \"12:54:00\",\n      \"13:01:00\",\n      \"13:07:00\",\n      \"13:18:00\",\n      \"13:29:00\",\n      \"13:35:00\",\n      \"13:38:00\",\n      \"13:41:00\",\n      \"13:43:00\",\n      \"13:47:00\",\n      \"13:50:00\",\n      \"13:54:00\"\n    ],\n    \"arrs\": [\n      \"07:27:00\",\n      \"07:34:00\",\n      \"07:37:00\",\n      \"07:40:00\",\n      \"07:42:45\",\n      \"07:46:00\",\n      \"07:49:00\",\n      \"07:53:45\",\n      \"07:58:00\",\n      \"08:06:45\",\n      \"08:12:00\",\n      \"08:19:45\",\n      \"08:22:45\",\n      \"08:29:00\",\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:43:00\",\n      \"08:46:45\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:15:45\",\n      \"09:20:00\",\n      \"09:29:45\",\n      \"09:35:00\",\n      \"09:38:45\",\n      \"09:42:45\",\n      \"09:46:45\",\n      \"09:49:45\",\n      \"09:53:45\",\n      \"10:00:00\",\n      \"10:06:45\",\n      \"10:11:00\",\n      \"10:27:00\",\n      \"10:34:00\",\n      \"10:37:00\",\n      \"10:40:00\",\n      \"10:42:45\",\n      \"10:46:00\",\n      \"10:49:00\",\n      \"10:53:45\",\n      \"10:58:00\",\n      \"11:06:45\",\n      \"11:12:00\",\n      \"11:19:45\",\n      \"11:22:45\",\n      \"11:29:00\",\n      \"11:37:45\",\n      \"11:39:45\",\n      \"11:43:00\",\n      \"11:46:45\",\n      \"11:51:45\",\n      \"11:54:45\",\n      \"11:57:45\",\n      \"12:01:45\",\n      \"12:02:45\",\n      \"12:05:45\",\n      \"12:09:45\",\n      \"12:15:45\",\n      \"12:20:00\",\n      \"12:29:45\",\n      \"12:35:00\",\n      \"12:38:45\",\n      \"12:42:45\",\n      \"12:46:45\",\n      \"12:49:45\",\n      \"12:53:45\",\n      \"13:00:00\",\n      \"13:06:45\",\n      \"13:11:00\",\n      \"13:27:00\",\n      \"13:34:00\",\n      \"13:37:00\",\n      \"13:40:00\",\n      \"13:42:45\",\n      \"13:46:00\",\n      \"13:49:00\",\n      \"13:53:45\",\n      \"13:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23423_8509411_1359\",\n    \"name\": \"S 4 23423\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"05:48:00\",\n      \"05:51:00\",\n      \"05:59:00\",\n      \"06:02:00\",\n      \"06:06:00\",\n      \"06:09:00\",\n      \"06:15:00\",\n      \"06:18:00\",\n      \"06:24:00\",\n      \"06:29:00\",\n      \"06:39:00\",\n      \"06:42:00\",\n      \"06:47:00\",\n      \"06:52:00\",\n      \"06:53:00\",\n      \"06:57:00\",\n      \"06:59:00\",\n      \"07:03:00\",\n      \"07:06:00\",\n      \"07:08:00\",\n      \"07:15:00\",\n      \"07:18:00\",\n      \"07:21:00\",\n      \"07:30:00\",\n      \"07:33:00\",\n      \"07:36:00\",\n      \"07:48:00\",\n      \"07:51:00\",\n      \"08:02:00\",\n      \"08:04:00\",\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:13:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:24:00\",\n      \"08:33:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:24:00\",\n      \"09:29:00\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:53:00\",\n      \"09:57:00\",\n      \"09:59:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:08:00\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:21:00\",\n      \"10:30:00\",\n      \"10:33:00\",\n      \"10:36:00\",\n      \"10:48:00\",\n      \"10:51:00\",\n      \"11:02:00\",\n      \"11:04:00\",\n      \"11:08:00\",\n      \"11:11:00\",\n      \"11:13:00\",\n      \"11:16:00\",\n      \"11:19:00\",\n      \"11:24:00\",\n      \"11:33:00\",\n      \"11:48:00\",\n      \"11:51:00\",\n      \"11:59:00\",\n      \"12:02:00\",\n      \"12:06:00\",\n      \"12:09:00\",\n      \"12:15:00\",\n      \"12:18:00\",\n      \"12:24:00\",\n      \"12:29:00\",\n      \"12:39:00\",\n      \"12:42:00\",\n      \"12:47:00\",\n      \"12:52:00\",\n      \"12:53:00\",\n      \"12:57:00\",\n      \"12:59:00\",\n      \"13:03:00\",\n      \"13:06:00\",\n      \"13:08:00\",\n      \"13:15:00\",\n      \"13:18:00\",\n      \"13:21:00\",\n      \"13:30:00\",\n      \"13:33:00\",\n      \"13:36:00\",\n      \"13:48:00\",\n      \"13:51:00\"\n    ],\n    \"arrs\": [\n      \"05:50:45\",\n      \"05:58:00\",\n      \"06:01:00\",\n      \"06:05:00\",\n      \"06:08:00\",\n      \"06:14:00\",\n      \"06:17:00\",\n      \"06:23:00\",\n      \"06:28:45\",\n      \"06:33:00\",\n      \"06:41:45\",\n      \"06:46:00\",\n      \"06:51:00\",\n      \"06:52:45\",\n      \"06:56:00\",\n      \"06:58:45\",\n      \"07:02:45\",\n      \"07:05:45\",\n      \"07:07:45\",\n      \"07:12:00\",\n      \"07:17:00\",\n      \"07:20:45\",\n      \"07:26:00\",\n      \"07:32:45\",\n      \"07:35:45\",\n      \"07:44:00\",\n      \"07:50:45\",\n      \"07:59:00\",\n      \"08:03:45\",\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:12:45\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:23:00\",\n      \"08:30:00\",\n      \"08:42:00\",\n      \"08:50:45\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:23:00\",\n      \"09:28:45\",\n      \"09:33:00\",\n      \"09:41:45\",\n      \"09:46:00\",\n      \"09:51:00\",\n      \"09:52:45\",\n      \"09:56:00\",\n      \"09:58:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:07:45\",\n      \"10:12:00\",\n      \"10:17:00\",\n      \"10:20:45\",\n      \"10:26:00\",\n      \"10:32:45\",\n      \"10:35:45\",\n      \"10:44:00\",\n      \"10:50:45\",\n      \"10:59:00\",\n      \"11:03:45\",\n      \"11:07:00\",\n      \"11:10:00\",\n      \"11:12:45\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:23:00\",\n      \"11:30:00\",\n      \"11:42:00\",\n      \"11:50:45\",\n      \"11:58:00\",\n      \"12:01:00\",\n      \"12:05:00\",\n      \"12:08:00\",\n      \"12:14:00\",\n      \"12:17:00\",\n      \"12:23:00\",\n      \"12:28:45\",\n      \"12:33:00\",\n      \"12:41:45\",\n      \"12:46:00\",\n      \"12:51:00\",\n      \"12:52:45\",\n      \"12:56:00\",\n      \"12:58:45\",\n      \"13:02:45\",\n      \"13:05:45\",\n      \"13:07:45\",\n      \"13:12:00\",\n      \"13:17:00\",\n      \"13:20:45\",\n      \"13:26:00\",\n      \"13:32:45\",\n      \"13:35:45\",\n      \"13:44:00\",\n      \"13:50:45\",\n      \"13:59:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23426_8503116_1411\",\n    \"name\": \"S 4 23426\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"06:00:00\",\n      \"06:07:00\",\n      \"06:15:00\",\n      \"06:20:00\",\n      \"06:23:00\",\n      \"06:33:00\",\n      \"06:38:00\",\n      \"06:40:00\",\n      \"06:45:00\",\n      \"06:47:00\",\n      \"06:52:00\",\n      \"06:55:00\",\n      \"06:58:00\",\n      \"07:02:00\",\n      \"07:03:00\",\n      \"07:06:00\",\n      \"07:10:00\",\n      \"07:16:00\",\n      \"07:27:00\",\n      \"07:30:00\",\n      \"07:36:00\",\n      \"07:39:00\",\n      \"07:43:00\",\n      \"07:47:00\",\n      \"07:50:00\",\n      \"07:54:00\",\n      \"08:01:00\",\n      \"08:07:00\",\n      \"08:18:00\",\n      \"08:29:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:07:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:40:00\",\n      \"09:45:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:55:00\",\n      \"09:58:00\",\n      \"10:02:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:10:00\",\n      \"10:16:00\",\n      \"10:27:00\",\n      \"10:30:00\",\n      \"10:36:00\",\n      \"10:39:00\",\n      \"10:43:00\",\n      \"10:47:00\",\n      \"10:50:00\",\n      \"10:54:00\",\n      \"11:01:00\",\n      \"11:07:00\",\n      \"11:18:00\",\n      \"11:29:00\",\n      \"11:35:00\",\n      \"11:38:00\",\n      \"11:41:00\",\n      \"11:43:00\",\n      \"11:47:00\",\n      \"11:50:00\",\n      \"11:54:00\",\n      \"12:00:00\",\n      \"12:07:00\",\n      \"12:15:00\",\n      \"12:20:00\",\n      \"12:23:00\",\n      \"12:33:00\",\n      \"12:38:00\",\n      \"12:40:00\",\n      \"12:45:00\",\n      \"12:47:00\",\n      \"12:52:00\",\n      \"12:55:00\",\n      \"12:58:00\",\n      \"13:02:00\",\n      \"13:03:00\",\n      \"13:06:00\",\n      \"13:10:00\",\n      \"13:16:00\",\n      \"13:27:00\",\n      \"13:30:00\",\n      \"13:36:00\",\n      \"13:39:00\",\n      \"13:43:00\",\n      \"13:47:00\",\n      \"13:50:00\",\n      \"13:54:00\",\n      \"14:01:00\",\n      \"14:07:00\"\n    ],\n    \"arrs\": [\n      \"06:06:45\",\n      \"06:12:00\",\n      \"06:19:45\",\n      \"06:22:45\",\n      \"06:29:00\",\n      \"06:37:45\",\n      \"06:39:45\",\n      \"06:43:00\",\n      \"06:46:45\",\n      \"06:51:45\",\n      \"06:54:45\",\n      \"06:57:45\",\n      \"07:01:45\",\n      \"07:02:45\",\n      \"07:05:45\",\n      \"07:09:45\",\n      \"07:15:45\",\n      \"07:20:00\",\n      \"07:29:45\",\n      \"07:35:00\",\n      \"07:38:45\",\n      \"07:42:45\",\n      \"07:46:45\",\n      \"07:49:45\",\n      \"07:53:45\",\n      \"08:00:00\",\n      \"08:06:45\",\n      \"08:11:00\",\n      \"08:27:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:42:45\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:06:45\",\n      \"09:12:00\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:29:00\",\n      \"09:37:45\",\n      \"09:39:45\",\n      \"09:43:00\",\n      \"09:46:45\",\n      \"09:51:45\",\n      \"09:54:45\",\n      \"09:57:45\",\n      \"10:01:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:09:45\",\n      \"10:15:45\",\n      \"10:20:00\",\n      \"10:29:45\",\n      \"10:35:00\",\n      \"10:38:45\",\n      \"10:42:45\",\n      \"10:46:45\",\n      \"10:49:45\",\n      \"10:53:45\",\n      \"11:00:00\",\n      \"11:06:45\",\n      \"11:11:00\",\n      \"11:27:00\",\n      \"11:34:00\",\n      \"11:37:00\",\n      \"11:40:00\",\n      \"11:42:45\",\n      \"11:46:00\",\n      \"11:49:00\",\n      \"11:53:45\",\n      \"11:58:00\",\n      \"12:06:45\",\n      \"12:12:00\",\n      \"12:19:45\",\n      \"12:22:45\",\n      \"12:29:00\",\n      \"12:37:45\",\n      \"12:39:45\",\n      \"12:43:00\",\n      \"12:46:45\",\n      \"12:51:45\",\n      \"12:54:45\",\n      \"12:57:45\",\n      \"13:01:45\",\n      \"13:02:45\",\n      \"13:05:45\",\n      \"13:09:45\",\n      \"13:15:45\",\n      \"13:20:00\",\n      \"13:29:45\",\n      \"13:35:00\",\n      \"13:38:45\",\n      \"13:42:45\",\n      \"13:46:45\",\n      \"13:49:45\",\n      \"13:53:45\",\n      \"14:00:00\",\n      \"14:06:45\",\n      \"14:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23425_8503116_1442\",\n    \"name\": \"S 4 23425\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"08:04:00\",\n      \"08:08:00\",\n      \"08:11:00\",\n      \"08:13:00\",\n      \"08:16:00\",\n      \"08:19:00\",\n      \"08:24:00\",\n      \"08:33:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:24:00\",\n      \"09:29:00\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:53:00\",\n      \"09:57:00\",\n      \"09:59:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:08:00\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:21:00\",\n      \"10:30:00\",\n      \"10:33:00\",\n      \"10:36:00\",\n      \"10:48:00\",\n      \"10:51:00\",\n      \"11:02:00\",\n      \"11:04:00\",\n      \"11:08:00\",\n      \"11:11:00\",\n      \"11:13:00\",\n      \"11:16:00\",\n      \"11:19:00\",\n      \"11:24:00\",\n      \"11:33:00\",\n      \"11:48:00\",\n      \"11:51:00\",\n      \"11:59:00\",\n      \"12:02:00\",\n      \"12:06:00\",\n      \"12:09:00\",\n      \"12:15:00\",\n      \"12:18:00\",\n      \"12:24:00\",\n      \"12:29:00\",\n      \"12:39:00\",\n      \"12:42:00\",\n      \"12:47:00\",\n      \"12:52:00\",\n      \"12:53:00\",\n      \"12:57:00\",\n      \"12:59:00\",\n      \"13:03:00\",\n      \"13:06:00\",\n      \"13:08:00\",\n      \"13:15:00\",\n      \"13:18:00\",\n      \"13:21:00\",\n      \"13:30:00\",\n      \"13:33:00\",\n      \"13:36:00\",\n      \"13:48:00\",\n      \"13:51:00\",\n      \"14:02:00\",\n      \"14:04:00\",\n      \"14:08:00\",\n      \"14:11:00\",\n      \"14:13:00\",\n      \"14:16:00\",\n      \"14:19:00\",\n      \"14:24:00\",\n      \"14:33:00\"\n    ],\n    \"arrs\": [\n      \"08:03:45\",\n      \"08:07:00\",\n      \"08:10:00\",\n      \"08:12:45\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:23:00\",\n      \"08:30:00\",\n      \"08:42:00\",\n      \"08:50:45\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:23:00\",\n      \"09:28:45\",\n      \"09:33:00\",\n      \"09:41:45\",\n      \"09:46:00\",\n      \"09:51:00\",\n      \"09:52:45\",\n      \"09:56:00\",\n      \"09:58:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:07:45\",\n      \"10:12:00\",\n      \"10:17:00\",\n      \"10:20:45\",\n      \"10:26:00\",\n      \"10:32:45\",\n      \"10:35:45\",\n      \"10:44:00\",\n      \"10:50:45\",\n      \"10:59:00\",\n      \"11:03:45\",\n      \"11:07:00\",\n      \"11:10:00\",\n      \"11:12:45\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:23:00\",\n      \"11:30:00\",\n      \"11:42:00\",\n      \"11:50:45\",\n      \"11:58:00\",\n      \"12:01:00\",\n      \"12:05:00\",\n      \"12:08:00\",\n      \"12:14:00\",\n      \"12:17:00\",\n      \"12:23:00\",\n      \"12:28:45\",\n      \"12:33:00\",\n      \"12:41:45\",\n      \"12:46:00\",\n      \"12:51:00\",\n      \"12:52:45\",\n      \"12:56:00\",\n      \"12:58:45\",\n      \"13:02:45\",\n      \"13:05:45\",\n      \"13:07:45\",\n      \"13:12:00\",\n      \"13:17:00\",\n      \"13:20:45\",\n      \"13:26:00\",\n      \"13:32:45\",\n      \"13:35:45\",\n      \"13:44:00\",\n      \"13:50:45\",\n      \"13:59:00\",\n      \"14:03:45\",\n      \"14:07:00\",\n      \"14:10:00\",\n      \"14:12:45\",\n      \"14:15:00\",\n      \"14:18:00\",\n      \"14:23:00\",\n      \"14:30:00\",\n      \"14:42:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23436_8509411_1458\",\n    \"name\": \"S 4 23436\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"08:18:00\",\n      \"08:29:00\",\n      \"08:35:00\",\n      \"08:38:00\",\n      \"08:41:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"09:00:00\",\n      \"09:07:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:40:00\",\n      \"09:45:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:55:00\",\n      \"09:58:00\",\n      \"10:02:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:10:00\",\n      \"10:16:00\",\n      \"10:27:00\",\n      \"10:30:00\",\n      \"10:36:00\",\n      \"10:39:00\",\n      \"10:43:00\",\n      \"10:47:00\",\n      \"10:50:00\",\n      \"10:54:00\",\n      \"11:01:00\",\n      \"11:07:00\",\n      \"11:18:00\",\n      \"11:29:00\",\n      \"11:35:00\",\n      \"11:38:00\",\n      \"11:41:00\",\n      \"11:43:00\",\n      \"11:47:00\",\n      \"11:50:00\",\n      \"11:54:00\",\n      \"12:00:00\",\n      \"12:07:00\",\n      \"12:15:00\",\n      \"12:20:00\",\n      \"12:23:00\",\n      \"12:33:00\",\n      \"12:38:00\",\n      \"12:40:00\",\n      \"12:45:00\",\n      \"12:47:00\",\n      \"12:52:00\",\n      \"12:55:00\",\n      \"12:58:00\",\n      \"13:02:00\",\n      \"13:03:00\",\n      \"13:06:00\",\n      \"13:10:00\",\n      \"13:16:00\",\n      \"13:27:00\",\n      \"13:30:00\",\n      \"13:36:00\",\n      \"13:39:00\",\n      \"13:43:00\",\n      \"13:47:00\",\n      \"13:50:00\",\n      \"13:54:00\",\n      \"14:01:00\",\n      \"14:07:00\",\n      \"14:18:00\",\n      \"14:29:00\",\n      \"14:35:00\",\n      \"14:38:00\",\n      \"14:41:00\",\n      \"14:43:00\",\n      \"14:47:00\",\n      \"14:50:00\",\n      \"14:54:00\"\n    ],\n    \"arrs\": [\n      \"08:27:00\",\n      \"08:34:00\",\n      \"08:37:00\",\n      \"08:40:00\",\n      \"08:42:45\",\n      \"08:46:00\",\n      \"08:49:00\",\n      \"08:53:45\",\n      \"08:58:00\",\n      \"09:06:45\",\n      \"09:12:00\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:29:00\",\n      \"09:37:45\",\n      \"09:39:45\",\n      \"09:43:00\",\n      \"09:46:45\",\n      \"09:51:45\",\n      \"09:54:45\",\n      \"09:57:45\",\n      \"10:01:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:09:45\",\n      \"10:15:45\",\n      \"10:20:00\",\n      \"10:29:45\",\n      \"10:35:00\",\n      \"10:38:45\",\n      \"10:42:45\",\n      \"10:46:45\",\n      \"10:49:45\",\n      \"10:53:45\",\n      \"11:00:00\",\n      \"11:06:45\",\n      \"11:11:00\",\n      \"11:27:00\",\n      \"11:34:00\",\n      \"11:37:00\",\n      \"11:40:00\",\n      \"11:42:45\",\n      \"11:46:00\",\n      \"11:49:00\",\n      \"11:53:45\",\n      \"11:58:00\",\n      \"12:06:45\",\n      \"12:12:00\",\n      \"12:19:45\",\n      \"12:22:45\",\n      \"12:29:00\",\n      \"12:37:45\",\n      \"12:39:45\",\n      \"12:43:00\",\n      \"12:46:45\",\n      \"12:51:45\",\n      \"12:54:45\",\n      \"12:57:45\",\n      \"13:01:45\",\n      \"13:02:45\",\n      \"13:05:45\",\n      \"13:09:45\",\n      \"13:15:45\",\n      \"13:20:00\",\n      \"13:29:45\",\n      \"13:35:00\",\n      \"13:38:45\",\n      \"13:42:45\",\n      \"13:46:45\",\n      \"13:49:45\",\n      \"13:53:45\",\n      \"14:00:00\",\n      \"14:06:45\",\n      \"14:11:00\",\n      \"14:27:00\",\n      \"14:34:00\",\n      \"14:37:00\",\n      \"14:40:00\",\n      \"14:42:45\",\n      \"14:46:00\",\n      \"14:49:00\",\n      \"14:53:45\",\n      \"14:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23427_8509411_1459\",\n    \"name\": \"S 4 23427\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"06:48:00\",\n      \"06:51:00\",\n      \"06:59:00\",\n      \"07:02:00\",\n      \"07:06:00\",\n      \"07:09:00\",\n      \"07:15:00\",\n      \"07:18:00\",\n      \"07:24:00\",\n      \"07:29:00\",\n      \"07:39:00\",\n      \"07:42:00\",\n      \"07:47:00\",\n      \"07:52:00\",\n      \"07:53:00\",\n      \"07:57:00\",\n      \"07:59:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:08:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:21:00\",\n      \"08:30:00\",\n      \"08:33:00\",\n      \"08:36:00\",\n      \"08:48:00\",\n      \"08:51:00\",\n      \"09:02:00\",\n      \"09:04:00\",\n      \"09:08:00\",\n      \"09:11:00\",\n      \"09:13:00\",\n      \"09:16:00\",\n      \"09:19:00\",\n      \"09:24:00\",\n      \"09:33:00\",\n      \"09:48:00\",\n      \"09:51:00\",\n      \"09:59:00\",\n      \"10:02:00\",\n      \"10:06:00\",\n      \"10:09:00\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:24:00\",\n      \"10:29:00\",\n      \"10:39:00\",\n      \"10:42:00\",\n      \"10:47:00\",\n      \"10:52:00\",\n      \"10:53:00\",\n      \"10:57:00\",\n      \"10:59:00\",\n      \"11:03:00\",\n      \"11:06:00\",\n      \"11:08:00\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:21:00\",\n      \"11:30:00\",\n      \"11:33:00\",\n      \"11:36:00\",\n      \"11:48:00\",\n      \"11:51:00\",\n      \"12:02:00\",\n      \"12:04:00\",\n      \"12:08:00\",\n      \"12:11:00\",\n      \"12:13:00\",\n      \"12:16:00\",\n      \"12:19:00\",\n      \"12:24:00\",\n      \"12:33:00\",\n      \"12:48:00\",\n      \"12:51:00\",\n      \"12:59:00\",\n      \"13:02:00\",\n      \"13:06:00\",\n      \"13:09:00\",\n      \"13:15:00\",\n      \"13:18:00\",\n      \"13:24:00\",\n      \"13:29:00\",\n      \"13:39:00\",\n      \"13:42:00\",\n      \"13:47:00\",\n      \"13:52:00\",\n      \"13:53:00\",\n      \"13:57:00\",\n      \"13:59:00\",\n      \"14:03:00\",\n      \"14:06:00\",\n      \"14:08:00\",\n      \"14:15:00\",\n      \"14:18:00\",\n      \"14:21:00\",\n      \"14:30:00\",\n      \"14:33:00\",\n      \"14:36:00\",\n      \"14:48:00\",\n      \"14:51:00\"\n    ],\n    \"arrs\": [\n      \"06:50:45\",\n      \"06:58:00\",\n      \"07:01:00\",\n      \"07:05:00\",\n      \"07:08:00\",\n      \"07:14:00\",\n      \"07:17:00\",\n      \"07:23:00\",\n      \"07:28:45\",\n      \"07:33:00\",\n      \"07:41:45\",\n      \"07:46:00\",\n      \"07:51:00\",\n      \"07:52:45\",\n      \"07:56:00\",\n      \"07:58:45\",\n      \"08:02:45\",\n      \"08:05:45\",\n      \"08:07:45\",\n      \"08:12:00\",\n      \"08:17:00\",\n      \"08:20:45\",\n      \"08:26:00\",\n      \"08:32:45\",\n      \"08:35:45\",\n      \"08:44:00\",\n      \"08:50:45\",\n      \"08:59:00\",\n      \"09:03:45\",\n      \"09:07:00\",\n      \"09:10:00\",\n      \"09:12:45\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:23:00\",\n      \"09:30:00\",\n      \"09:42:00\",\n      \"09:50:45\",\n      \"09:58:00\",\n      \"10:01:00\",\n      \"10:05:00\",\n      \"10:08:00\",\n      \"10:14:00\",\n      \"10:17:00\",\n      \"10:23:00\",\n      \"10:28:45\",\n      \"10:33:00\",\n      \"10:41:45\",\n      \"10:46:00\",\n      \"10:51:00\",\n      \"10:52:45\",\n      \"10:56:00\",\n      \"10:58:45\",\n      \"11:02:45\",\n      \"11:05:45\",\n      \"11:07:45\",\n      \"11:12:00\",\n      \"11:17:00\",\n      \"11:20:45\",\n      \"11:26:00\",\n      \"11:32:45\",\n      \"11:35:45\",\n      \"11:44:00\",\n      \"11:50:45\",\n      \"11:59:00\",\n      \"12:03:45\",\n      \"12:07:00\",\n      \"12:10:00\",\n      \"12:12:45\",\n      \"12:15:00\",\n      \"12:18:00\",\n      \"12:23:00\",\n      \"12:30:00\",\n      \"12:42:00\",\n      \"12:50:45\",\n      \"12:58:00\",\n      \"13:01:00\",\n      \"13:05:00\",\n      \"13:08:00\",\n      \"13:14:00\",\n      \"13:17:00\",\n      \"13:23:00\",\n      \"13:28:45\",\n      \"13:33:00\",\n      \"13:41:45\",\n      \"13:46:00\",\n      \"13:51:00\",\n      \"13:52:45\",\n      \"13:56:00\",\n      \"13:58:45\",\n      \"14:02:45\",\n      \"14:05:45\",\n      \"14:07:45\",\n      \"14:12:00\",\n      \"14:17:00\",\n      \"14:20:45\",\n      \"14:26:00\",\n      \"14:32:45\",\n      \"14:35:45\",\n      \"14:44:00\",\n      \"14:50:45\",\n      \"14:59:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23430_8503116_1511\",\n    \"name\": \"S 4 23430\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"07:00:00\",\n      \"07:07:00\",\n      \"07:15:00\",\n      \"07:20:00\",\n      \"07:23:00\",\n      \"07:33:00\",\n      \"07:38:00\",\n      \"07:40:00\",\n      \"07:45:00\",\n      \"07:47:00\",\n      \"07:52:00\",\n      \"07:55:00\",\n      \"07:58:00\",\n      \"08:02:00\",\n      \"08:03:00\",\n      \"08:06:00\",\n      \"08:10:00\",\n      \"08:16:00\",\n      \"08:27:00\",\n      \"08:30:00\",\n      \"08:36:00\",\n      \"08:39:00\",\n      \"08:43:00\",\n      \"08:47:00\",\n      \"08:50:00\",\n      \"08:54:00\",\n      \"09:01:00\",\n      \"09:07:00\",\n      \"09:18:00\",\n      \"09:29:00\",\n      \"09:35:00\",\n      \"09:38:00\",\n      \"09:41:00\",\n      \"09:43:00\",\n      \"09:47:00\",\n      \"09:50:00\",\n      \"09:54:00\",\n      \"10:00:00\",\n      \"10:07:00\",\n      \"10:15:00\",\n      \"10:20:00\",\n      \"10:23:00\",\n      \"10:33:00\",\n      \"10:38:00\",\n      \"10:40:00\",\n      \"10:45:00\",\n      \"10:47:00\",\n      \"10:52:00\",\n      \"10:55:00\",\n      \"10:58:00\",\n      \"11:02:00\",\n      \"11:03:00\",\n      \"11:06:00\",\n      \"11:10:00\",\n      \"11:16:00\",\n      \"11:27:00\",\n      \"11:30:00\",\n      \"11:36:00\",\n      \"11:39:00\",\n      \"11:43:00\",\n      \"11:47:00\",\n      \"11:50:00\",\n      \"11:54:00\",\n      \"12:01:00\",\n      \"12:07:00\",\n      \"12:18:00\",\n      \"12:29:00\",\n      \"12:35:00\",\n      \"12:38:00\",\n      \"12:41:00\",\n      \"12:43:00\",\n      \"12:47:00\",\n      \"12:50:00\",\n      \"12:54:00\",\n      \"13:00:00\",\n      \"13:07:00\",\n      \"13:15:00\",\n      \"13:20:00\",\n      \"13:23:00\",\n      \"13:33:00\",\n      \"13:38:00\",\n      \"13:40:00\",\n      \"13:45:00\",\n      \"13:47:00\",\n      \"13:52:00\",\n      \"13:55:00\",\n      \"13:58:00\",\n      \"14:02:00\",\n      \"14:03:00\",\n      \"14:06:00\",\n      \"14:10:00\",\n      \"14:16:00\",\n      \"14:27:00\",\n      \"14:30:00\",\n      \"14:36:00\",\n      \"14:39:00\",\n      \"14:43:00\",\n      \"14:47:00\",\n      \"14:50:00\",\n      \"14:54:00\",\n      \"15:01:00\",\n      \"15:07:00\"\n    ],\n    \"arrs\": [\n      \"07:06:45\",\n      \"07:12:00\",\n      \"07:19:45\",\n      \"07:22:45\",\n      \"07:29:00\",\n      \"07:37:45\",\n      \"07:39:45\",\n      \"07:43:00\",\n      \"07:46:45\",\n      \"07:51:45\",\n      \"07:54:45\",\n      \"07:57:45\",\n      \"08:01:45\",\n      \"08:02:45\",\n      \"08:05:45\",\n      \"08:09:45\",\n      \"08:15:45\",\n      \"08:20:00\",\n      \"08:29:45\",\n      \"08:35:00\",\n      \"08:38:45\",\n      \"08:42:45\",\n      \"08:46:45\",\n      \"08:49:45\",\n      \"08:53:45\",\n      \"09:00:00\",\n      \"09:06:45\",\n      \"09:11:00\",\n      \"09:27:00\",\n      \"09:34:00\",\n      \"09:37:00\",\n      \"09:40:00\",\n      \"09:42:45\",\n      \"09:46:00\",\n      \"09:49:00\",\n      \"09:53:45\",\n      \"09:58:00\",\n      \"10:06:45\",\n      \"10:12:00\",\n      \"10:19:45\",\n      \"10:22:45\",\n      \"10:29:00\",\n      \"10:37:45\",\n      \"10:39:45\",\n      \"10:43:00\",\n      \"10:46:45\",\n      \"10:51:45\",\n      \"10:54:45\",\n      \"10:57:45\",\n      \"11:01:45\",\n      \"11:02:45\",\n      \"11:05:45\",\n      \"11:09:45\",\n      \"11:15:45\",\n      \"11:20:00\",\n      \"11:29:45\",\n      \"11:35:00\",\n      \"11:38:45\",\n      \"11:42:45\",\n      \"11:46:45\",\n      \"11:49:45\",\n      \"11:53:45\",\n      \"12:00:00\",\n      \"12:06:45\",\n      \"12:11:00\",\n      \"12:27:00\",\n      \"12:34:00\",\n      \"12:37:00\",\n      \"12:40:00\",\n      \"12:42:45\",\n      \"12:46:00\",\n      \"12:49:00\",\n      \"12:53:45\",\n      \"12:58:00\",\n      \"13:06:45\",\n      \"13:12:00\",\n      \"13:19:45\",\n      \"13:22:45\",\n      \"13:29:00\",\n      \"13:37:45\",\n      \"13:39:45\",\n      \"13:43:00\",\n      \"13:46:45\",\n      \"13:51:45\",\n      \"13:54:45\",\n      \"13:57:45\",\n      \"14:01:45\",\n      \"14:02:45\",\n      \"14:05:45\",\n      \"14:09:45\",\n      \"14:15:45\",\n      \"14:20:00\",\n      \"14:29:45\",\n      \"14:35:00\",\n      \"14:38:45\",\n      \"14:42:45\",\n      \"14:46:45\",\n      \"14:49:45\",\n      \"14:53:45\",\n      \"15:00:00\",\n      \"15:06:45\",\n      \"15:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"GEX_900_8509253_1558\",\n    \"name\": \"GEX 900\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8501689\",\n      \"8501672\",\n      \"8501661\",\n      \"8505165\",\n      \"8509179\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"07:52:00\",\n      \"09:48:00\",\n      \"10:21:00\",\n      \"10:54:00\",\n      \"12:27:00\"\n    ],\n    \"arrs\": [\n      \"09:47:45\",\n      \"10:20:45\",\n      \"10:48:00\",\n      \"11:55:00\",\n      \"15:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"635,985,984,983,982,981,1318,1317,990,2007,991,992,993,994,995,996\",\n      \"997,998,999,1000,1247,1248,1249,1001,1002,1250,1251\",\n      \"2006,1007,1008\",\n      \"536,1031,1443,1444,1445,1446,1447,1448,1449,1450,1451\",\n      \"1452,1453,1454,1455,1456,1457,1458,1459,1468,1469,1470,1471,271,829,830,831,832,833,-1478,-1562,-1534,-1561,1481,1482,1479,1480,1483,1488,1489,1484,1485\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"S_4_23431_8509411_1559\",\n    \"name\": \"S 4 23431\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"07:48:00\",\n      \"07:51:00\",\n      \"07:59:00\",\n      \"08:02:00\",\n      \"08:06:00\",\n      \"08:09:00\",\n      \"08:15:00\",\n      \"08:18:00\",\n      \"08:24:00\",\n      \"08:29:00\",\n      \"08:39:00\",\n      \"08:42:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:53:00\",\n      \"08:57:00\",\n      \"08:59:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:08:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:21:00\",\n      \"09:30:00\",\n      \"09:33:00\",\n      \"09:36:00\",\n      \"09:48:00\",\n      \"09:51:00\",\n      \"10:02:00\",\n      \"10:04:00\",\n      \"10:08:00\",\n      \"10:11:00\",\n      \"10:13:00\",\n      \"10:16:00\",\n      \"10:19:00\",\n      \"10:24:00\",\n      \"10:33:00\",\n      \"10:48:00\",\n      \"10:51:00\",\n      \"10:59:00\",\n      \"11:02:00\",\n      \"11:06:00\",\n      \"11:09:00\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:24:00\",\n      \"11:29:00\",\n      \"11:39:00\",\n      \"11:42:00\",\n      \"11:47:00\",\n      \"11:52:00\",\n      \"11:53:00\",\n      \"11:57:00\",\n      \"11:59:00\",\n      \"12:03:00\",\n      \"12:06:00\",\n      \"12:08:00\",\n      \"12:15:00\",\n      \"12:18:00\",\n      \"12:21:00\",\n      \"12:30:00\",\n      \"12:33:00\",\n      \"12:36:00\",\n      \"12:48:00\",\n      \"12:51:00\",\n      \"13:02:00\",\n      \"13:04:00\",\n      \"13:08:00\",\n      \"13:11:00\",\n      \"13:13:00\",\n      \"13:16:00\",\n      \"13:19:00\",\n      \"13:24:00\",\n      \"13:33:00\",\n      \"13:48:00\",\n      \"13:51:00\",\n      \"13:59:00\",\n      \"14:02:00\",\n      \"14:06:00\",\n      \"14:09:00\",\n      \"14:15:00\",\n      \"14:18:00\",\n      \"14:24:00\",\n      \"14:29:00\",\n      \"14:39:00\",\n      \"14:42:00\",\n      \"14:47:00\",\n      \"14:52:00\",\n      \"14:53:00\",\n      \"14:57:00\",\n      \"14:59:00\",\n      \"15:03:00\",\n      \"15:06:00\",\n      \"15:08:00\",\n      \"15:15:00\",\n      \"15:18:00\",\n      \"15:21:00\",\n      \"15:30:00\",\n      \"15:33:00\",\n      \"15:36:00\",\n      \"15:48:00\",\n      \"15:51:00\"\n    ],\n    \"arrs\": [\n      \"07:50:45\",\n      \"07:58:00\",\n      \"08:01:00\",\n      \"08:05:00\",\n      \"08:08:00\",\n      \"08:14:00\",\n      \"08:17:00\",\n      \"08:23:00\",\n      \"08:28:45\",\n      \"08:33:00\",\n      \"08:41:45\",\n      \"08:46:00\",\n      \"08:51:00\",\n      \"08:52:45\",\n      \"08:56:00\",\n      \"08:58:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:07:45\",\n      \"09:12:00\",\n      \"09:17:00\",\n      \"09:20:45\",\n      \"09:26:00\",\n      \"09:32:45\",\n      \"09:35:45\",\n      \"09:44:00\",\n      \"09:50:45\",\n      \"09:59:00\",\n      \"10:03:45\",\n      \"10:07:00\",\n      \"10:10:00\",\n      \"10:12:45\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:23:00\",\n      \"10:30:00\",\n      \"10:42:00\",\n      \"10:50:45\",\n      \"10:58:00\",\n      \"11:01:00\",\n      \"11:05:00\",\n      \"11:08:00\",\n      \"11:14:00\",\n      \"11:17:00\",\n      \"11:23:00\",\n      \"11:28:45\",\n      \"11:33:00\",\n      \"11:41:45\",\n      \"11:46:00\",\n      \"11:51:00\",\n      \"11:52:45\",\n      \"11:56:00\",\n      \"11:58:45\",\n      \"12:02:45\",\n      \"12:05:45\",\n      \"12:07:45\",\n      \"12:12:00\",\n      \"12:17:00\",\n      \"12:20:45\",\n      \"12:26:00\",\n      \"12:32:45\",\n      \"12:35:45\",\n      \"12:44:00\",\n      \"12:50:45\",\n      \"12:59:00\",\n      \"13:03:45\",\n      \"13:07:00\",\n      \"13:10:00\",\n      \"13:12:45\",\n      \"13:15:00\",\n      \"13:18:00\",\n      \"13:23:00\",\n      \"13:30:00\",\n      \"13:42:00\",\n      \"13:50:45\",\n      \"13:58:00\",\n      \"14:01:00\",\n      \"14:05:00\",\n      \"14:08:00\",\n      \"14:14:00\",\n      \"14:17:00\",\n      \"14:23:00\",\n      \"14:28:45\",\n      \"14:33:00\",\n      \"14:41:45\",\n      \"14:46:00\",\n      \"14:51:00\",\n      \"14:52:45\",\n      \"14:56:00\",\n      \"14:58:45\",\n      \"15:02:45\",\n      \"15:05:45\",\n      \"15:07:45\",\n      \"15:12:00\",\n      \"15:17:00\",\n      \"15:20:45\",\n      \"15:26:00\",\n      \"15:32:45\",\n      \"15:35:45\",\n      \"15:44:00\",\n      \"15:50:45\",\n      \"15:59:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"GEX_901_8501689_1600\",\n    \"name\": \"GEX 901\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8509253\",\n      \"8509179\",\n      \"8505165\",\n      \"8501689\"\n    ],\n    \"deps\": [\n      \"08:02:00\",\n      \"11:37:00\",\n      \"13:08:00\"\n    ],\n    \"arrs\": [\n      \"11:27:00\",\n      \"12:50:00\",\n      \"16:00:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"-1485,-1484,-1489,-1488,-1483,-1480,-1479,-1482,-1481,1561,1534,1562,1478,-833,-832,-831,-830,-829,-271,-1471,-1470,-1469,-1468,-1459,-1458,-1457,-1456,-1455,-1454,-1453,-1452\",\n      \"-1451,-1450,-1449,-1448,-1447,-1446,-1445,-1444,-1443,-1031,-536\",\n      \"-1008,-1007,-2006,-1251,-1250,-1002,-1001,-1249,-1248,-1247,-1000,-999,-998,-997,-996,-995,-994,-993,-992,-991,-2007,-990,-1317,-1318,-981,-982,-983,-984,-985,-635\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"S_4_23434_8503116_1611\",\n    \"name\": \"S 4 23434\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"08:00:00\",\n      \"08:07:00\",\n      \"08:15:00\",\n      \"08:20:00\",\n      \"08:23:00\",\n      \"08:33:00\",\n      \"08:38:00\",\n      \"08:40:00\",\n      \"08:45:00\",\n      \"08:47:00\",\n      \"08:52:00\",\n      \"08:55:00\",\n      \"08:58:00\",\n      \"09:02:00\",\n      \"09:03:00\",\n      \"09:06:00\",\n      \"09:10:00\",\n      \"09:16:00\",\n      \"09:27:00\",\n      \"09:30:00\",\n      \"09:36:00\",\n      \"09:39:00\",\n      \"09:43:00\",\n      \"09:47:00\",\n      \"09:50:00\",\n      \"09:54:00\",\n      \"10:01:00\",\n      \"10:07:00\",\n      \"10:18:00\",\n      \"10:29:00\",\n      \"10:35:00\",\n      \"10:38:00\",\n      \"10:41:00\",\n      \"10:43:00\",\n      \"10:47:00\",\n      \"10:50:00\",\n      \"10:54:00\",\n      \"11:00:00\",\n      \"11:07:00\",\n      \"11:15:00\",\n      \"11:20:00\",\n      \"11:23:00\",\n      \"11:33:00\",\n      \"11:38:00\",\n      \"11:40:00\",\n      \"11:45:00\",\n      \"11:47:00\",\n      \"11:52:00\",\n      \"11:55:00\",\n      \"11:58:00\",\n      \"12:02:00\",\n      \"12:03:00\",\n      \"12:06:00\",\n      \"12:10:00\",\n      \"12:16:00\",\n      \"12:27:00\",\n      \"12:30:00\",\n      \"12:36:00\",\n      \"12:39:00\",\n      \"12:43:00\",\n      \"12:47:00\",\n      \"12:50:00\",\n      \"12:54:00\",\n      \"13:01:00\",\n      \"13:07:00\",\n      \"13:18:00\",\n      \"13:29:00\",\n      \"13:35:00\",\n      \"13:38:00\",\n      \"13:41:00\",\n      \"13:43:00\",\n      \"13:47:00\",\n      \"13:50:00\",\n      \"13:54:00\",\n      \"14:00:00\",\n      \"14:07:00\",\n      \"14:15:00\",\n      \"14:20:00\",\n      \"14:23:00\",\n      \"14:33:00\",\n      \"14:38:00\",\n      \"14:40:00\",\n      \"14:45:00\",\n      \"14:47:00\",\n      \"14:52:00\",\n      \"14:55:00\",\n      \"14:58:00\",\n      \"15:02:00\",\n      \"15:03:00\",\n      \"15:06:00\",\n      \"15:10:00\",\n      \"15:16:00\",\n      \"15:27:00\",\n      \"15:30:00\",\n      \"15:36:00\",\n      \"15:39:00\",\n      \"15:43:00\",\n      \"15:47:00\",\n      \"15:50:00\",\n      \"15:54:00\",\n      \"16:01:00\",\n      \"16:07:00\"\n    ],\n    \"arrs\": [\n      \"08:06:45\",\n      \"08:12:00\",\n      \"08:19:45\",\n      \"08:22:45\",\n      \"08:29:00\",\n      \"08:37:45\",\n      \"08:39:45\",\n      \"08:43:00\",\n      \"08:46:45\",\n      \"08:51:45\",\n      \"08:54:45\",\n      \"08:57:45\",\n      \"09:01:45\",\n      \"09:02:45\",\n      \"09:05:45\",\n      \"09:09:45\",\n      \"09:15:45\",\n      \"09:20:00\",\n      \"09:29:45\",\n      \"09:35:00\",\n      \"09:38:45\",\n      \"09:42:45\",\n      \"09:46:45\",\n      \"09:49:45\",\n      \"09:53:45\",\n      \"10:00:00\",\n      \"10:06:45\",\n      \"10:11:00\",\n      \"10:27:00\",\n      \"10:34:00\",\n      \"10:37:00\",\n      \"10:40:00\",\n      \"10:42:45\",\n      \"10:46:00\",\n      \"10:49:00\",\n      \"10:53:45\",\n      \"10:58:00\",\n      \"11:06:45\",\n      \"11:12:00\",\n      \"11:19:45\",\n      \"11:22:45\",\n      \"11:29:00\",\n      \"11:37:45\",\n      \"11:39:45\",\n      \"11:43:00\",\n      \"11:46:45\",\n      \"11:51:45\",\n      \"11:54:45\",\n      \"11:57:45\",\n      \"12:01:45\",\n      \"12:02:45\",\n      \"12:05:45\",\n      \"12:09:45\",\n      \"12:15:45\",\n      \"12:20:00\",\n      \"12:29:45\",\n      \"12:35:00\",\n      \"12:38:45\",\n      \"12:42:45\",\n      \"12:46:45\",\n      \"12:49:45\",\n      \"12:53:45\",\n      \"13:00:00\",\n      \"13:06:45\",\n      \"13:11:00\",\n      \"13:27:00\",\n      \"13:34:00\",\n      \"13:37:00\",\n      \"13:40:00\",\n      \"13:42:45\",\n      \"13:46:00\",\n      \"13:49:00\",\n      \"13:53:45\",\n      \"13:58:00\",\n      \"14:06:45\",\n      \"14:12:00\",\n      \"14:19:45\",\n      \"14:22:45\",\n      \"14:29:00\",\n      \"14:37:45\",\n      \"14:39:45\",\n      \"14:43:00\",\n      \"14:46:45\",\n      \"14:51:45\",\n      \"14:54:45\",\n      \"14:57:45\",\n      \"15:01:45\",\n      \"15:02:45\",\n      \"15:05:45\",\n      \"15:09:45\",\n      \"15:15:45\",\n      \"15:20:00\",\n      \"15:29:45\",\n      \"15:35:00\",\n      \"15:38:45\",\n      \"15:42:45\",\n      \"15:46:45\",\n      \"15:49:45\",\n      \"15:53:45\",\n      \"16:00:00\",\n      \"16:06:45\",\n      \"16:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"GEX_902_8509253_1658\",\n    \"name\": \"GEX 902\",\n    \"type\": \"d\",\n    \"sts\": [\n      \"8501689\",\n      \"8505165\",\n      \"8509179\",\n      \"8509253\"\n    ],\n    \"deps\": [\n      \"08:52:00\",\n      \"11:54:00\",\n      \"13:27:00\"\n    ],\n    \"arrs\": [\n      \"11:48:00\",\n      \"12:55:00\",\n      \"16:58:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"635,985,984,983,982,981,1318,1317,990,2007,991,992,993,994,995,996,997,998,999,1000,1247,1248,1249,1001,1002,1250,1251,2006,1007,1008\",\n      \"536,1031,1443,1444,1445,1446,1447,1448,1449,1450,1451\",\n      \"1452,1453,1454,1455,1456,1457,1458,1459,1468,1469,1470,1471,271,829,830,831,832,833,-1478,-1562,-1534,-1561,1481,1482,1479,1480,1483,1488,1489,1484,1485\"\n    ],\n    \"service_type\": \"d\"\n  },\n  {\n    \"id\": \"S_4_23435_8509411_1659\",\n    \"name\": \"S 4 23435\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\",\n      \"8509412\",\n      \"8509413\",\n      \"8509414\",\n      \"8509415\",\n      \"8509416\",\n      \"8509417\",\n      \"8509418\",\n      \"8503225\",\n      \"8503116\",\n      \"8503117\",\n      \"8506200\",\n      \"8506201\",\n      \"8506294\",\n      \"8506293\",\n      \"8506292\",\n      \"8506291\",\n      \"8506290\",\n      \"8506392\",\n      \"8506302\",\n      \"8506303\",\n      \"8506304\",\n      \"8506305\",\n      \"8506322\",\n      \"8506311\",\n      \"8506312\",\n      \"8506313\",\n      \"8506314\",\n      \"8506316\",\n      \"8506317\",\n      \"8506318\",\n      \"8506319\",\n      \"8509400\",\n      \"8509401\",\n      \"8509402\",\n      \"8509404\",\n      \"8509406\",\n      \"8509411\"\n    ],\n    \"deps\": [\n      \"08:48:00\",\n      \"08:51:00\",\n      \"08:59:00\",\n      \"09:02:00\",\n      \"09:06:00\",\n      \"09:09:00\",\n      \"09:15:00\",\n      \"09:18:00\",\n      \"09:24:00\",\n      \"09:29:00\",\n      \"09:39:00\",\n      \"09:42:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:53:00\",\n      \"09:57:00\",\n      \"09:59:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:08:00\",\n      \"10:15:00\",\n      \"10:18:00\",\n      \"10:21:00\",\n      \"10:30:00\",\n      \"10:33:00\",\n      \"10:36:00\",\n      \"10:48:00\",\n      \"10:51:00\",\n      \"11:02:00\",\n      \"11:04:00\",\n      \"11:08:00\",\n      \"11:11:00\",\n      \"11:13:00\",\n      \"11:16:00\",\n      \"11:19:00\",\n      \"11:24:00\",\n      \"11:33:00\",\n      \"11:48:00\",\n      \"11:51:00\",\n      \"11:59:00\",\n      \"12:02:00\",\n      \"12:06:00\",\n      \"12:09:00\",\n      \"12:15:00\",\n      \"12:18:00\",\n      \"12:24:00\",\n      \"12:29:00\",\n      \"12:39:00\",\n      \"12:42:00\",\n      \"12:47:00\",\n      \"12:52:00\",\n      \"12:53:00\",\n      \"12:57:00\",\n      \"12:59:00\",\n      \"13:03:00\",\n      \"13:06:00\",\n      \"13:08:00\",\n      \"13:15:00\",\n      \"13:18:00\",\n      \"13:21:00\",\n      \"13:30:00\",\n      \"13:33:00\",\n      \"13:36:00\",\n      \"13:48:00\",\n      \"13:51:00\",\n      \"14:02:00\",\n      \"14:04:00\",\n      \"14:08:00\",\n      \"14:11:00\",\n      \"14:13:00\",\n      \"14:16:00\",\n      \"14:19:00\",\n      \"14:24:00\",\n      \"14:33:00\",\n      \"14:48:00\",\n      \"14:51:00\",\n      \"14:59:00\",\n      \"15:02:00\",\n      \"15:06:00\",\n      \"15:09:00\",\n      \"15:15:00\",\n      \"15:18:00\",\n      \"15:24:00\",\n      \"15:29:00\",\n      \"15:39:00\",\n      \"15:42:00\",\n      \"15:47:00\",\n      \"15:52:00\",\n      \"15:53:00\",\n      \"15:57:00\",\n      \"15:59:00\",\n      \"16:03:00\",\n      \"16:06:00\",\n      \"16:08:00\",\n      \"16:15:00\",\n      \"16:18:00\",\n      \"16:21:00\",\n      \"16:30:00\",\n      \"16:33:00\",\n      \"16:36:00\",\n      \"16:48:00\",\n      \"16:51:00\"\n    ],\n    \"arrs\": [\n      \"08:50:45\",\n      \"08:58:00\",\n      \"09:01:00\",\n      \"09:05:00\",\n      \"09:08:00\",\n      \"09:14:00\",\n      \"09:17:00\",\n      \"09:23:00\",\n      \"09:28:45\",\n      \"09:33:00\",\n      \"09:41:45\",\n      \"09:46:00\",\n      \"09:51:00\",\n      \"09:52:45\",\n      \"09:56:00\",\n      \"09:58:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:07:45\",\n      \"10:12:00\",\n      \"10:17:00\",\n      \"10:20:45\",\n      \"10:26:00\",\n      \"10:32:45\",\n      \"10:35:45\",\n      \"10:44:00\",\n      \"10:50:45\",\n      \"10:59:00\",\n      \"11:03:45\",\n      \"11:07:00\",\n      \"11:10:00\",\n      \"11:12:45\",\n      \"11:15:00\",\n      \"11:18:00\",\n      \"11:23:00\",\n      \"11:30:00\",\n      \"11:42:00\",\n      \"11:50:45\",\n      \"11:58:00\",\n      \"12:01:00\",\n      \"12:05:00\",\n      \"12:08:00\",\n      \"12:14:00\",\n      \"12:17:00\",\n      \"12:23:00\",\n      \"12:28:45\",\n      \"12:33:00\",\n      \"12:41:45\",\n      \"12:46:00\",\n      \"12:51:00\",\n      \"12:52:45\",\n      \"12:56:00\",\n      \"12:58:45\",\n      \"13:02:45\",\n      \"13:05:45\",\n      \"13:07:45\",\n      \"13:12:00\",\n      \"13:17:00\",\n      \"13:20:45\",\n      \"13:26:00\",\n      \"13:32:45\",\n      \"13:35:45\",\n      \"13:44:00\",\n      \"13:50:45\",\n      \"13:59:00\",\n      \"14:03:45\",\n      \"14:07:00\",\n      \"14:10:00\",\n      \"14:12:45\",\n      \"14:15:00\",\n      \"14:18:00\",\n      \"14:23:00\",\n      \"14:30:00\",\n      \"14:42:00\",\n      \"14:50:45\",\n      \"14:58:00\",\n      \"15:01:00\",\n      \"15:05:00\",\n      \"15:08:00\",\n      \"15:14:00\",\n      \"15:17:00\",\n      \"15:23:00\",\n      \"15:28:45\",\n      \"15:33:00\",\n      \"15:41:45\",\n      \"15:46:00\",\n      \"15:51:00\",\n      \"15:52:45\",\n      \"15:56:00\",\n      \"15:58:45\",\n      \"16:02:45\",\n      \"16:05:45\",\n      \"16:07:45\",\n      \"16:12:00\",\n      \"16:17:00\",\n      \"16:20:45\",\n      \"16:26:00\",\n      \"16:32:45\",\n      \"16:35:45\",\n      \"16:44:00\",\n      \"16:50:45\",\n      \"16:59:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\",\n      \"-132\",\n      \"-134\",\n      \"-133\",\n      \"-130\",\n      \"-137\",\n      \"-136\",\n      \"-126\",\n      \"-127,-633,-632\",\n      \"-618,-1896,-1895,-1894\",\n      \"1825\",\n      \"1893,1765\",\n      \"1766\",\n      \"1769\",\n      \"1770\",\n      \"1771\",\n      \"1763\",\n      \"1757,631\",\n      \"1103,1104\",\n      \"1100,620\",\n      \"-1097\",\n      \"-1749\",\n      \"-1748\",\n      \"-1747\",\n      \"-1746\",\n      \"627,1113\",\n      \"1114\",\n      \"1115,1066\",\n      \"1566,1567\",\n      \"1065\",\n      \"1064\",\n      \"1063\",\n      \"1062\",\n      \"1061\",\n      \"1060\",\n      \"1059\",\n      \"1546,1547,1058\",\n      \"1057,1056,1055,-629\"\n    ],\n    \"service_type\": \"s\"\n  },\n  {\n    \"id\": \"S_4_23438_8503116_1711\",\n    \"name\": \"S 4 23438\",\n    \"type\": \"s\",\n    \"sts\": [\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\",\n      \"8503225\",\n      \"8509418\",\n      \"8509417\",\n      \"8509416\",\n      \"8509415\",\n      \"8509414\",\n      \"8509413\",\n      \"8509412\",\n      \"8509411\",\n      \"8509406\",\n      \"8509404\",\n      \"8509402\",\n      \"8509401\",\n      \"8509400\",\n      \"8506319\",\n      \"8506318\",\n      \"8506317\",\n      \"8506316\",\n      \"8506314\",\n      \"8506313\",\n      \"8506312\",\n      \"8506311\",\n      \"8506322\",\n      \"8506305\",\n      \"8506304\",\n      \"8506303\",\n      \"8506302\",\n      \"8506392\",\n      \"8506290\",\n      \"8506291\",\n      \"8506292\",\n      \"8506293\",\n      \"8506294\",\n      \"8506201\",\n      \"8506200\",\n      \"8503117\",\n      \"8503116\"\n    ],\n    \"deps\": [\n      \"09:00:00\",\n      \"09:07:00\",\n      \"09:15:00\",\n      \"09:20:00\",\n      \"09:23:00\",\n      \"09:33:00\",\n      \"09:38:00\",\n      \"09:40:00\",\n      \"09:45:00\",\n      \"09:47:00\",\n      \"09:52:00\",\n      \"09:55:00\",\n      \"09:58:00\",\n      \"10:02:00\",\n      \"10:03:00\",\n      \"10:06:00\",\n      \"10:10:00\",\n      \"10:16:00\",\n      \"10:27:00\",\n      \"10:30:00\",\n      \"10:36:00\",\n      \"10:39:00\",\n      \"10:43:00\",\n      \"10:47:00\",\n      \"10:50:00\",\n      \"10:54:00\",\n      \"11:01:00\",\n      \"11:07:00\",\n      \"11:18:00\",\n      \"11:29:00\",\n      \"11:35:00\",\n      \"11:38:00\",\n      \"11:41:00\",\n      \"11:43:00\",\n      \"11:47:00\",\n      \"11:50:00\",\n      \"11:54:00\",\n      \"12:00:00\",\n      \"12:07:00\",\n      \"12:15:00\",\n      \"12:20:00\",\n      \"12:23:00\",\n      \"12:33:00\",\n      \"12:38:00\",\n      \"12:40:00\",\n      \"12:45:00\",\n      \"12:47:00\",\n      \"12:52:00\",\n      \"12:55:00\",\n      \"12:58:00\",\n      \"13:02:00\",\n      \"13:03:00\",\n      \"13:06:00\",\n      \"13:10:00\",\n      \"13:16:00\",\n      \"13:27:00\",\n      \"13:30:00\",\n      \"13:36:00\",\n      \"13:39:00\",\n      \"13:43:00\",\n      \"13:47:00\",\n      \"13:50:00\",\n      \"13:54:00\",\n      \"14:01:00\",\n      \"14:07:00\",\n      \"14:18:00\",\n      \"14:29:00\",\n      \"14:35:00\",\n      \"14:38:00\",\n      \"14:41:00\",\n      \"14:43:00\",\n      \"14:47:00\",\n      \"14:50:00\",\n      \"14:54:00\",\n      \"15:00:00\",\n      \"15:07:00\",\n      \"15:15:00\",\n      \"15:20:00\",\n      \"15:23:00\",\n      \"15:33:00\",\n      \"15:38:00\",\n      \"15:40:00\",\n      \"15:45:00\",\n      \"15:47:00\",\n      \"15:52:00\",\n      \"15:55:00\",\n      \"15:58:00\",\n      \"16:02:00\",\n      \"16:03:00\",\n      \"16:06:00\",\n      \"16:10:00\",\n      \"16:16:00\",\n      \"16:27:00\",\n      \"16:30:00\",\n      \"16:36:00\",\n      \"16:39:00\",\n      \"16:43:00\",\n      \"16:47:00\",\n      \"16:50:00\",\n      \"16:54:00\",\n      \"17:01:00\",\n      \"17:07:00\"\n    ],\n    \"arrs\": [\n      \"09:06:45\",\n      \"09:12:00\",\n      \"09:19:45\",\n      \"09:22:45\",\n      \"09:29:00\",\n      \"09:37:45\",\n      \"09:39:45\",\n      \"09:43:00\",\n      \"09:46:45\",\n      \"09:51:45\",\n      \"09:54:45\",\n      \"09:57:45\",\n      \"10:01:45\",\n      \"10:02:45\",\n      \"10:05:45\",\n      \"10:09:45\",\n      \"10:15:45\",\n      \"10:20:00\",\n      \"10:29:45\",\n      \"10:35:00\",\n      \"10:38:45\",\n      \"10:42:45\",\n      \"10:46:45\",\n      \"10:49:45\",\n      \"10:53:45\",\n      \"11:00:00\",\n      \"11:06:45\",\n      \"11:11:00\",\n      \"11:27:00\",\n      \"11:34:00\",\n      \"11:37:00\",\n      \"11:40:00\",\n      \"11:42:45\",\n      \"11:46:00\",\n      \"11:49:00\",\n      \"11:53:45\",\n      \"11:58:00\",\n      \"12:06:45\",\n      \"12:12:00\",\n      \"12:19:45\",\n      \"12:22:45\",\n      \"12:29:00\",\n      \"12:37:45\",\n      \"12:39:45\",\n      \"12:43:00\",\n      \"12:46:45\",\n      \"12:51:45\",\n      \"12:54:45\",\n      \"12:57:45\",\n      \"13:01:45\",\n      \"13:02:45\",\n      \"13:05:45\",\n      \"13:09:45\",\n      \"13:15:45\",\n      \"13:20:00\",\n      \"13:29:45\",\n      \"13:35:00\",\n      \"13:38:45\",\n      \"13:42:45\",\n      \"13:46:45\",\n      \"13:49:45\",\n      \"13:53:45\",\n      \"14:00:00\",\n      \"14:06:45\",\n      \"14:11:00\",\n      \"14:27:00\",\n      \"14:34:00\",\n      \"14:37:00\",\n      \"14:40:00\",\n      \"14:42:45\",\n      \"14:46:00\",\n      \"14:49:00\",\n      \"14:53:45\",\n      \"14:58:00\",\n      \"15:06:45\",\n      \"15:12:00\",\n      \"15:19:45\",\n      \"15:22:45\",\n      \"15:29:00\",\n      \"15:37:45\",\n      \"15:39:45\",\n      \"15:43:00\",\n      \"15:46:45\",\n      \"15:51:45\",\n      \"15:54:45\",\n      \"15:57:45\",\n      \"16:01:45\",\n      \"16:02:45\",\n      \"16:05:45\",\n      \"16:09:45\",\n      \"16:15:45\",\n      \"16:20:00\",\n      \"16:29:45\",\n      \"16:35:00\",\n      \"16:38:45\",\n      \"16:42:45\",\n      \"16:46:45\",\n      \"16:49:45\",\n      \"16:53:45\",\n      \"17:00:00\",\n      \"17:06:45\",\n      \"17:11:00\"\n    ],\n    \"edges\": [\n      \"\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\",\n      \"1894,1895,1896,618\",\n      \"632,633,127\",\n      \"126\",\n      \"136\",\n      \"137\",\n      \"130\",\n      \"133\",\n      \"134\",\n      \"132\",\n      \"629,-1055,-1056,-1057\",\n      \"-1058,-1547,-1546\",\n      \"-1059\",\n      \"-1060\",\n      \"-1061\",\n      \"-1062\",\n      \"-1063\",\n      \"-1064\",\n      \"-1065\",\n      \"-1567,-1566\",\n      \"-1066,-1115\",\n      \"-1114\",\n      \"-1113,-627\",\n      \"1746\",\n      \"1747\",\n      \"1748\",\n      \"1749\",\n      \"1097\",\n      \"-620,-1100\",\n      \"-1104,-1103\",\n      \"-631,-1757\",\n      \"-1763\",\n      \"-1771\",\n      \"-1770\",\n      \"-1769\",\n      \"-1766\",\n      \"-1765,-1893\",\n      \"-1825\"\n    ],\n    \"service_type\": \"s\"\n  }\n]"
  },
  {
    "path": "api/geojson/edges.geojson",
    "content": "{\n\"type\":\"FeatureCollection\",\n\"crs\":{\n\"type\":\"name\",\n\"properties\":{\n\"name\":\"urn:ogc:def:crs:OGC:1.3:CRS84\"\n}\n},\n\"features\":[{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.579816,46.72714],[6.580883,46.728004],[6.582048,46.728982],[6.583276,46.730096],[6.584309,46.731073],[6.58524,46.73232],[6.586203,46.733657],[6.5871,46.734926],[6.58787,46.735991],[6.588547,46.73674],[6.589222,46.737624],[6.590613,46.738806],[6.591552,46.739512],[6.593013,46.740425],[6.594249,46.74111],[6.59627,46.741869],[6.599075,46.742814],[6.599074,46.742836],[6.601293,46.743506],[6.60276,46.744081],[6.604356,46.744768],[6.60556,46.745363],[6.607542,46.746527]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.642038,46.806324],[6.643507,46.806921],[6.644615,46.807447],[6.645981,46.808313],[6.646924,46.808928],[6.648095,46.809635],[6.648095,46.809657],[6.650632,46.811253],[6.652389,46.812392],[6.654178,46.813508],[6.656067,46.814536],[6.65714,46.815242],[6.657952,46.815901],[6.658795,46.816628],[6.658794,46.816651],[6.65964,46.817242],[6.660518,46.817767],[6.66153,46.818179],[6.66287,46.818639],[6.664833,46.819126],[6.666142,46.819405],[6.667811,46.819822],[6.669382,46.820194],[6.670789,46.820496],[6.671508,46.820771],[6.672584,46.821275],[6.67415,46.822006],[6.675683,46.822738],[6.676465,46.823171],[6.677343,46.823786],[6.678221,46.8244],[6.679031,46.825149],[6.679904,46.826124],[6.68055,46.82685],[6.681294,46.827644],[6.681877,46.828256],[6.682461,46.828779],[6.68324,46.829392],[6.684186,46.829894],[6.68549,46.830557],[6.686958,46.831243],[6.689894,46.832682],[6.692703,46.833782],[6.694402,46.834447],[6.696885,46.835365],[6.698845,46.836166],[6.700904,46.836901],[6.703812,46.837979],[6.704595,46.838367],[6.705572,46.838982],[6.706613,46.839778],[6.708691,46.841527],[6.710772,46.843118],[6.711451,46.843888],[6.712096,46.844794],[6.712644,46.845541],[6.713227,46.846221],[6.714171,46.846858],[6.715117,46.847315],[6.716524,46.847707],[6.717507,46.847939],[6.718292,46.848192],[6.719631,46.848786],[6.720838,46.849402],[6.722206,46.850335]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":3,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.722206,46.850335],[6.723802,46.851314],[6.724684,46.851703],[6.725437,46.851955],[6.72642,46.852142],[6.727699,46.852285],[6.728946,46.852451],[6.72983,46.852659],[6.731007,46.853072],[6.731889,46.853506],[6.732669,46.854119],[6.733513,46.854891],[6.734423,46.855685],[6.735725,46.856572],[6.737455,46.857485],[6.739118,46.858441],[6.740456,46.859148],[6.7417,46.859517],[6.743012,46.859727],[6.743961,46.859981],[6.744779,46.860302],[6.745628,46.860712],[6.746607,46.861192],[6.747519,46.861828],[6.748364,46.862577],[6.749891,46.863939],[6.751028,46.864937],[6.751871,46.865867],[6.752224,46.866522],[6.752544,46.867223],[6.752828,46.868104],[6.753375,46.869009],[6.75386,46.869665],[6.754112,46.870546],[6.754292,46.871832],[6.75445,46.872396],[6.754769,46.873119],[6.75535,46.873957],[6.755834,46.874681],[6.756217,46.875585],[6.756764,46.876512],[6.757474,46.877508]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":4,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.757474,46.877508],[6.75825,46.878504],[6.759194,46.879299],[6.760204,46.879958],[6.761019,46.880504],[6.761603,46.881094],[6.762089,46.881705],[6.762311,46.882338],[6.76253,46.883195],[6.762749,46.884098],[6.7632,46.884822],[6.763523,46.88532],[6.76414,46.885865],[6.76515,46.886592],[6.765573,46.886955],[6.765992,46.887634],[6.766443,46.888357],[6.767057,46.88924],[6.767508,46.889941],[6.768094,46.890463],[6.768811,46.890941],[6.769857,46.891443],[6.770805,46.891877],[6.771556,46.892287],[6.772633,46.892969],[6.773482,46.893425],[6.7743,46.893723],[6.775183,46.894111],[6.776,46.894521],[6.77639,46.894907],[6.77678,46.895292],[6.777134,46.895858],[6.777553,46.896582],[6.778006,46.897148],[6.778723,46.897693],[6.781267,46.899353]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":5,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.781267,46.899353],[6.782865,46.900444],[6.786292,46.90256],[6.786292,46.902582],[6.787631,46.903356],[6.787664,46.903379],[6.788576,46.904038],[6.790205,46.905309],[6.792649,46.907194],[6.794801,46.908784],[6.79555,46.909396],[6.796167,46.910076],[6.796752,46.910643],[6.797239,46.911186],[6.797888,46.911889],[6.798602,46.912727],[6.799317,46.913452],[6.79987,46.913973],[6.800943,46.914949],[6.802669,46.916491],[6.803384,46.917216],[6.803934,46.91794],[6.804483,46.9188],[6.804903,46.919433],[6.805513,46.920722],[6.805513,46.920699],[6.806449,46.922282],[6.806965,46.923164],[6.807547,46.924046],[6.808422,46.925155],[6.80923,46.926399],[6.810008,46.927395],[6.811398,46.929499]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":6,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.811398,46.929499],[6.811816,46.93029],[6.812431,46.931173],[6.813367,46.93271],[6.814466,46.934384],[6.815339,46.935787],[6.816825,46.938161],[6.817665,46.939496],[6.818182,46.940332],[6.818731,46.941169],[6.819442,46.942323],[6.81996,46.943092],[6.820347,46.943793],[6.820604,46.944312],[6.820923,46.945148],[6.821178,46.945871],[6.821367,46.946615],[6.821684,46.947654],[6.822063,46.949053],[6.822313,46.950204],[6.822632,46.951107],[6.822981,46.952281],[6.823299,46.95323],[6.82378,46.954337],[6.824201,46.954925],[6.824883,46.955718],[6.825665,46.956443],[6.826351,46.956897],[6.827234,46.957375],[6.828547,46.957766],[6.83091,46.958409],[6.833601,46.959145],[6.835339,46.95974]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":7,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.835339,46.95974],[6.836386,46.960309],[6.837203,46.960854],[6.837987,46.961399],[6.838837,46.961877],[6.839852,46.962401],[6.841,46.962767],[6.842575,46.963249],[6.843657,46.963615],[6.844312,46.964002],[6.845064,46.964479],[6.846042,46.965341],[6.847639,46.966746]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":8,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.877397,46.979878],[6.878221,46.97986],[6.880855,46.979828],[6.883195,46.979704],[6.884051,46.979753],[6.885038,46.979848],[6.886122,46.980034],[6.888059,46.980652],[6.889111,46.980859],[6.890097,46.980999],[6.891313,46.981253],[6.893547,46.981782],[6.894665,46.981945],[6.895883,46.982064],[6.897265,46.98216],[6.89812,46.982255],[6.899402,46.982509],[6.900552,46.982785],[6.90157,46.983082],[6.903111,46.983743],[6.904784,46.98445],[6.906359,46.984998],[6.90823,46.985638]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":9,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.982416,47.014807],[6.983831,47.015015],[6.985444,47.015247],[6.986693,47.015613],[6.988271,47.016115],[6.989257,47.016479],[6.990932,47.017117],[6.991817,47.017616],[6.992703,47.018116],[6.994342,47.019204],[6.996146,47.02027],[6.997687,47.021223],[6.997687,47.0212],[6.998933,47.021994],[7.000081,47.022607],[7.001066,47.023039],[7.001033,47.023038],[7.001952,47.023515],[7.002608,47.023991],[7.003687,47.024987],[7.005159,47.026367],[7.006138,47.027566],[7.006953,47.028718],[7.007869,47.029555],[7.008688,47.030212],[7.00957,47.031162],[7.010157,47.031953],[7.011042,47.032655],[7.01242,47.033472],[7.014883,47.034608],[7.015704,47.035039],[7.016756,47.035426],[7.018433,47.035905],[7.02021,47.036295],[7.020966,47.036591],[7.021656,47.036886],[7.022247,47.037249],[7.022901,47.037883],[7.023458,47.038335]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":10,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.023458,47.038335],[7.023979,47.039149],[7.024631,47.040188],[7.025281,47.041317],[7.026001,47.042018],[7.026034,47.042063],[7.027348,47.042744],[7.028595,47.043402],[7.029745,47.044038],[7.031025,47.044786],[7.031976,47.045488],[7.033221,47.046484],[7.035219,47.048249],[7.037152,47.049924],[7.038299,47.050897],[7.038889,47.051305],[7.039874,47.051917]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":11,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.039874,47.051917],[7.042731,47.053459],[7.044145,47.054095],[7.045197,47.054482],[7.04648,47.054914],[7.048191,47.055461],[7.050298,47.055919],[7.05392,47.056788],[7.055236,47.057108],[7.056324,47.057202],[7.057875,47.057117],[7.058568,47.056961],[7.059526,47.056852],[7.060681,47.05672],[7.06177,47.056611],[7.062958,47.056525],[7.064046,47.056483],[7.065003,47.056464],[7.066288,47.056648]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":12,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.066288,47.056648],[7.067934,47.056969],[7.069779,47.057336],[7.071458,47.057657],[7.071491,47.057657],[7.073699,47.058025],[7.075411,47.058391],[7.077025,47.058666],[7.07877,47.059077],[7.079593,47.059328],[7.080547,47.059737],[7.081665,47.060236],[7.082751,47.060622],[7.084265,47.061055],[7.085516,47.061375],[7.086471,47.061558],[7.088022,47.061518],[7.088055,47.061518],[7.089902,47.061478],[7.089968,47.061479],[7.091089,47.061504],[7.091814,47.061642],[7.092768,47.061983],[7.095368,47.06287]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":13,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.095368,47.06287],[7.097804,47.063598],[7.099055,47.064053],[7.100437,47.064507],[7.101919,47.06494],[7.101951,47.064963],[7.103202,47.06535],[7.104519,47.065804],[7.104552,47.065804],[7.105638,47.066191],[7.106461,47.066441],[7.107151,47.066849],[7.108269,47.06746],[7.10932,47.068162],[7.110206,47.068998],[7.111059,47.0697],[7.111616,47.070287],[7.112075,47.070807],[7.112531,47.0718],[7.112564,47.0718],[7.112822,47.072612],[7.112822,47.072635],[7.113245,47.073605],[7.113604,47.074259],[7.114128,47.074915],[7.114817,47.075548],[7.115672,47.076023],[7.117054,47.076636],[7.119456,47.077612],[7.119489,47.077634],[7.122352,47.078814],[7.125973,47.080289],[7.128113,47.081129],[7.130384,47.082081],[7.131899,47.082559],[7.133217,47.0829],[7.134139,47.083196],[7.135094,47.083514]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":14,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.135094,47.083514],[7.135785,47.083831],[7.136674,47.084217],[7.138286,47.085055],[7.139766,47.085848],[7.142367,47.086824],[7.144541,47.087663],[7.145791,47.088275],[7.146382,47.088772],[7.148157,47.090039],[7.148881,47.090536],[7.150692,47.09124],[7.152768,47.091786],[7.154086,47.092195],[7.155337,47.092739],[7.156851,47.093599]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":15,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.156851,47.093599],[7.158267,47.094053],[7.159882,47.094508],[7.162617,47.095258],[7.164265,47.095781],[7.165945,47.096371],[7.167821,47.097299],[7.169632,47.098137],[7.171344,47.098998],[7.172991,47.099723],[7.172991,47.099745],[7.174406,47.100447],[7.175296,47.100855],[7.175821,47.101307],[7.176445,47.101939],[7.177036,47.102617],[7.177725,47.103452],[7.179073,47.104695],[7.180387,47.10587],[7.181505,47.106841],[7.182688,47.107858],[7.18417,47.108718],[7.186444,47.109534],[7.18964,47.110781],[7.191287,47.111506],[7.193297,47.112367],[7.19333,47.112367],[7.194581,47.113023],[7.196194,47.114041]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":16,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.242346,47.132632],[7.244527,47.132028],[7.247503,47.130996],[7.250314,47.130144],[7.252262,47.13008],[7.253549,47.130307],[7.253549,47.13033],[7.254671,47.13076],[7.256055,47.131416],[7.25711,47.132138],[7.257701,47.132928]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":17,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.257701,47.132928],[7.258294,47.131213],[7.258353,47.129179],[7.258512,47.128572],[7.259614,47.127396],[7.260403,47.12629],[7.261348,47.125256],[7.26271,47.124545],[7.264228,47.123976],[7.26627,47.123515],[7.272963,47.123953],[7.276048,47.1241],[7.27788,47.123603]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":18,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.27788,47.123603],[7.280081,47.122428],[7.284745,47.119257],[7.285635,47.118866],[7.286734,47.118546],[7.290659,47.11773],[7.29406,47.116985],[7.296835,47.11581],[7.298826,47.114135],[7.300347,47.112352],[7.301691,47.110633]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":19,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.318251,47.098581],[7.316492,47.095449],[7.313889,47.090984],[7.31269,47.089626],[7.309039,47.086124],[7.305702,47.08305],[7.305024,47.082478],[7.304608,47.081656],[7.304455,47.080157],[7.305085,47.078872],[7.306293,47.076696]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":20,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.306293,47.076696],[7.307553,47.074091],[7.308708,47.072022],[7.309651,47.071059],[7.311377,47.070097],[7.313365,47.069136],[7.314986,47.068709],[7.317704,47.068248],[7.321205,47.068002],[7.325281,47.067578],[7.327058,47.067365],[7.329097,47.06701],[7.331031,47.066441],[7.332443,47.065764],[7.33443,47.064588],[7.335791,47.063375],[7.336838,47.062234],[7.337886,47.060914],[7.338671,47.059736],[7.339091,47.058594],[7.339459,47.057417],[7.339722,47.05656]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":21,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.339722,47.05656],[7.340403,47.055347],[7.341345,47.054455],[7.343385,47.0531],[7.345476,47.052138],[7.347932,47.051319],[7.352113,47.050216],[7.355195,47.049433],[7.35739,47.048827],[7.358905,47.048364],[7.364132,47.045833],[7.365543,47.045334],[7.369513,47.044516],[7.37646,47.043342],[7.386384,47.041669]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":22,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.386384,47.041669],[7.390249,47.040993],[7.393696,47.040351],[7.413438,47.036573],[7.4149,47.036181],[7.418556,47.034861],[7.431715,47.029615],[7.433177,47.029258],[7.43939,47.027545],[7.44247,47.026616],[7.444767,47.02551],[7.448317,47.023296],[7.449622,47.022618],[7.451965,47.02152]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":23,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.451965,47.02152],[7.456877,47.01944],[7.458756,47.018618],[7.460321,47.01744],[7.461521,47.016333],[7.463295,47.013869],[7.46486,47.011763],[7.465694,47.01012],[7.466007,47.009156],[7.465981,47.007734]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":24,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.257701,47.132928],[7.25816,47.133988],[7.258848,47.135702],[7.259666,47.137844],[7.260127,47.138454],[7.261379,47.139402],[7.26283,47.140103],[7.265138,47.141166],[7.268469,47.142726],[7.271933,47.144309],[7.272724,47.144941],[7.273943,47.146002],[7.274634,47.146679],[7.276646,47.147899]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":25,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.276646,47.147899],[7.280141,47.149864],[7.283406,47.151762],[7.286968,47.153863],[7.287001,47.153885],[7.289508,47.155331],[7.292411,47.15707],[7.294584,47.15839]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":26,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.33993,47.17141],[7.343795,47.172315],[7.344918,47.172586],[7.346801,47.172835],[7.349478,47.173221],[7.351427,47.173493],[7.35146,47.173493],[7.352914,47.173652],[7.354038,47.173968],[7.355326,47.174487],[7.35701,47.175187],[7.363418,47.178009],[7.366788,47.179453]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":27,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.366788,47.179453],[7.372915,47.182209]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":28,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.372915,47.182209],[7.383365,47.185129],[7.384307,47.1857],[7.385248,47.186522],[7.387916,47.1897],[7.389485,47.191878]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":29,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.400794,47.189251],[7.405025,47.190109],[7.415074,47.19214],[7.421389,47.19347],[7.428563,47.195049]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":30,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.428563,47.195049],[7.434482,47.196131],[7.440433,47.197303],[7.444335,47.198047],[7.447939,47.19879],[7.453263,47.199872],[7.456669,47.200682]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":31,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.456669,47.200682],[7.458455,47.20102],[7.464176,47.202123],[7.469567,47.203181],[7.476678,47.204667],[7.495069,47.208423]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":32,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.381477,47.280341],[7.382013,47.28105],[7.382266,47.281797],[7.38258,47.282475],[7.382448,47.283289],[7.382052,47.285759],[7.381837,47.290292],[7.381311,47.291292],[7.380786,47.291791],[7.379578,47.292897],[7.378948,47.293825],[7.378527,47.294753],[7.378315,47.296323],[7.378314,47.29718],[7.378942,47.298323],[7.380306,47.299002],[7.381827,47.29993],[7.382875,47.300823],[7.383241,47.302109],[7.38324,47.303108],[7.383345,47.303537],[7.383554,47.303965],[7.383921,47.304394],[7.385914,47.305644],[7.388012,47.306751],[7.388799,47.307287],[7.389428,47.307787],[7.3899,47.308751],[7.390685,47.310394],[7.389948,47.313642],[7.389948,47.313677],[7.389474,47.314712],[7.388319,47.315462],[7.386901,47.316032],[7.386848,47.316032],[7.385378,47.316281],[7.383489,47.316352],[7.382281,47.316565],[7.381441,47.317029],[7.380495,47.317671],[7.379602,47.318813],[7.376815,47.32231],[7.375868,47.323915],[7.375605,47.325022],[7.375761,47.325772],[7.376757,47.326807],[7.377701,47.328271],[7.377805,47.328664],[7.377436,47.329985],[7.375124,47.331447],[7.37255,47.332802],[7.371709,47.333337],[7.37071,47.334157],[7.369763,47.335442],[7.369132,47.336191],[7.368867,47.338297],[7.368286,47.340617],[7.367651,47.344436],[7.366965,47.346577],[7.362065,47.35764],[7.360641,47.361102],[7.359957,47.361672],[7.359116,47.362171],[7.357014,47.362848],[7.354083,47.362408]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":33,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.551067,47.205233],[7.554788,47.205765],[7.557198,47.206191],[7.559085,47.206653],[7.561288,47.207828],[7.564278,47.209467],[7.56433,47.209467],[7.567477,47.210999],[7.569942,47.212031],[7.574923,47.214025],[7.583419,47.217191]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":34,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.583419,47.217191],[7.587458,47.218793],[7.589398,47.219397],[7.591443,47.21968],[7.593643,47.219748],[7.597678,47.2196],[7.602026,47.219344],[7.618842,47.218534]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":35,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.618842,47.218534],[7.622457,47.218314],[7.624185,47.218276],[7.625758,47.218487],[7.62581,47.218487],[7.627436,47.218806],[7.628904,47.219232],[7.630374,47.219908],[7.633207,47.220938],[7.636408,47.222325],[7.650318,47.228476],[7.653573,47.229826],[7.656307,47.231999]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":36,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.694854,47.270616],[7.697857,47.273393],[7.703171,47.278639]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":37,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.710505,47.285252],[7.712293,47.285997],[7.715024,47.286633],[7.718595,47.287303],[7.72453,47.288502],[7.730099,47.289987],[7.73504,47.291617],[7.767117,47.303381],[7.771641,47.305082]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":38,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.771641,47.305082],[7.776743,47.306923],[7.784949,47.309755],[7.789894,47.311525],[7.799049,47.314888]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":39,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.101674,46.218004],[6.100607,46.218916],[6.099372,46.22033],[6.099235,46.221709],[6.099868,46.223835],[6.100695,46.225106],[6.102509,46.226627],[6.104332,46.227815],[6.106131,46.228598],[6.107247,46.229231],[6.10944,46.230732],[6.111265,46.231849]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":40,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.959581,46.834845],[6.960874,46.835707],[6.962062,46.836676],[6.966534,46.842835],[6.968187,46.844199],[6.972069,46.8465],[6.977193,46.849662],[6.985375,46.854408]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":41,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.066195,46.831816],[7.072228,46.832086],[7.076026,46.831955],[7.077432,46.831674],[7.078581,46.83107],[7.080462,46.829755],[7.081505,46.82933],[7.082808,46.829049],[7.085043,46.82927],[7.086863,46.829347],[7.088113,46.829065],[7.089104,46.828711],[7.090253,46.827929],[7.092242,46.826079],[7.09329,46.824868],[7.093608,46.823941],[7.093249,46.823048],[7.092218,46.821688],[7.091496,46.820757],[7.091293,46.8199],[7.091401,46.819329],[7.091926,46.818581],[7.09271,46.817905],[7.09391,46.817445],[7.095679,46.817271],[7.097135,46.81724],[7.098278,46.817386],[7.100304,46.817714],[7.101761,46.817682],[7.103636,46.817152],[7.104834,46.816906],[7.106447,46.816839]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":42,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.0024,47.213281],[7.001988,47.212494],[7.001887,47.211994],[7.001052,47.211562],[7.000584,47.211168],[7.000745,47.210776],[7.001639,47.21028],[7.002741,47.21007],[7.004728,47.210577],[7.005564,47.210866]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":43,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.204952,47.222904],[7.205001,47.223511],[7.204734,47.22476],[7.204782,47.225688],[7.205146,47.226403],[7.206034,47.226976],[7.207708,47.227729],[7.212363,47.229701],[7.213252,47.230346],[7.216648,47.23278],[7.217798,47.23346],[7.218792,47.233819],[7.219945,47.233964],[7.220888,47.234109],[7.223925,47.234757],[7.228116,47.235193]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":44,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.139279,46.942015],[7.141622,46.942972],[7.146192,46.94609],[7.153048,46.950855]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":45,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.4233,47.284101],[7.425904,47.284434],[7.427163,47.284542],[7.428317,47.284827],[7.430625,47.285363],[7.4353,47.285501]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":46,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.541364,47.210066],[7.542658,47.21066],[7.544261,47.211852]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":47,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.336386,46.976515],[8.336879,46.976114],[8.341339,46.972485],[8.342815,46.971355],[8.34433,46.970462],[8.345434,46.969954],[8.346506,46.969636],[8.347263,46.96913],[8.347946,46.968434],[8.34859,46.967453],[8.35051,46.965819],[8.351264,46.965218],[8.351535,46.964812],[8.351875,46.964309],[8.352278,46.96352],[8.353,46.963015],[8.353962,46.962365],[8.355932,46.961659],[8.357865,46.960881],[8.360151,46.960339],[8.361608,46.960185],[8.362474,46.959988],[8.363159,46.959387],[8.363745,46.95912],[8.366859,46.958286]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":48,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.309514,46.9803],[8.310042,46.978844],[8.310898,46.978004],[8.311934,46.977521],[8.313287,46.977367],[8.314958,46.977426],[8.31955,46.977534],[8.32122,46.977592],[8.322055,46.977633],[8.323417,46.977956],[8.324503,46.978471],[8.325205,46.978847],[8.326433,46.97948],[8.328106,46.979705],[8.329667,46.979502],[8.331435,46.979155],[8.333647,46.978329],[8.335404,46.977316],[8.336386,46.976515]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":49,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.138018,46.757667],[8.137217,46.757268],[8.136723,46.756557],[8.136609,46.75582],[8.136705,46.755224],[8.137218,46.754673],[8.137801,46.754289],[8.13921,46.753424],[8.139862,46.752967],[8.14041,46.752488],[8.140822,46.752224],[8.141268,46.751911],[8.141609,46.751481],[8.142158,46.751144],[8.143193,46.750829],[8.14447,46.750487],[8.145749,46.750337],[8.149234,46.749363],[8.150131,46.749143],[8.150612,46.748807],[8.151231,46.748494],[8.151783,46.748395],[8.15251,46.748319],[8.153443,46.74817],[8.154306,46.747975],[8.154992,46.747542],[8.155505,46.747063],[8.155813,46.746751],[8.15612,46.74644],[8.156914,46.746221],[8.15729,46.745838],[8.157631,46.745502],[8.158112,46.74519],[8.158801,46.744947],[8.159283,46.744754],[8.159558,46.744538],[8.15983,46.744203],[8.160103,46.743916],[8.160792,46.743626],[8.161654,46.743335],[8.163514,46.74268],[8.164856,46.742053],[8.165578,46.741644],[8.166853,46.741183],[8.168059,46.740795],[8.168534,46.740078],[8.170347,46.738424],[8.171642,46.73694],[8.172523,46.73553],[8.173752,46.73426],[8.174435,46.733542],[8.17541,46.731465],[8.175883,46.730581],[8.176865,46.729028],[8.177688,46.728475]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":50,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.175369,46.814675],[8.175637,46.814031],[8.175866,46.813006],[8.176028,46.812195],[8.176119,46.811195],[8.175515,46.810128],[8.174848,46.809537],[8.17328,46.808929],[8.172268,46.808459],[8.17153,46.807702],[8.17093,46.806944],[8.1704,46.806186],[8.170044,46.805498],[8.169824,46.804619],[8.170434,46.803568],[8.170842,46.802994],[8.170937,46.802351],[8.170753,46.801566],[8.170434,46.801045],[8.169698,46.800454],[8.167297,46.799708],[8.166426,46.799428],[8.165553,46.798934],[8.164852,46.798319],[8.164706,46.797773],[8.164803,46.797249],[8.165214,46.796913],[8.165757,46.796076],[8.16571,46.795125],[8.165562,46.794411],[8.165551,46.79365],[8.16551,46.793127],[8.165815,46.792625],[8.165913,46.792196],[8.16549,46.791699],[8.165241,46.791177],[8.165234,46.790677],[8.165633,46.789413],[8.165351,46.789058],[8.164478,46.788611],[8.164054,46.787995],[8.163652,46.78645],[8.163602,46.786286]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":51,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.21884,46.860818],[8.218645,46.860753],[8.217769,46.860211],[8.216926,46.859503],[8.216153,46.858794],[8.215381,46.858205],[8.214751,46.857804],[8.214431,46.857283],[8.21355,46.856361],[8.213232,46.855934],[8.213151,46.855149],[8.212895,46.854247],[8.212219,46.853061],[8.211621,46.852518],[8.210744,46.85181],[8.209445,46.850747],[8.209057,46.850322],[8.208703,46.8498],[8.208349,46.849303],[8.207717,46.848807],[8.206944,46.848098],[8.206137,46.847437],[8.20554,46.846965],[8.205084,46.846611],[8.204386,46.846307],[8.203651,46.845859],[8.20159,46.844826],[8.199982,46.84398],[8.198512,46.843014],[8.197884,46.842756],[8.19684,46.842549],[8.195414,46.842296],[8.192425,46.841816],[8.19079,46.841541],[8.189919,46.841238],[8.189534,46.840978],[8.188864,46.840221],[8.188402,46.839439],[8.187902,46.838395],[8.18663,46.836646]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":52,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.238368,46.871042],[8.237253,46.870764],[8.236412,46.870175],[8.235428,46.869372],[8.234304,46.868452],[8.232728,46.867487],[8.231261,46.866855],[8.23008,46.866791],[8.228971,46.86687],[8.227821,46.866545],[8.226768,46.865743],[8.225713,46.864798],[8.223892,46.863645],[8.223504,46.863195],[8.22315,46.862721],[8.222589,46.862321],[8.222029,46.862039],[8.221191,46.861688],[8.219761,46.861126],[8.21884,46.860818]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":53,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.275357,46.940476],[8.275014,46.940018],[8.274618,46.939164],[8.274706,46.93814],[8.274518,46.937213],[8.274017,46.936241],[8.27396,46.934861],[8.274292,46.933811],[8.274212,46.933145],[8.27403,46.932647],[8.273494,46.931698],[8.27323,46.93032],[8.273401,46.927915],[8.27352,46.926629],[8.273612,46.925842],[8.273249,46.924869],[8.272035,46.92276],[8.26712,46.917155],[8.266765,46.916657],[8.266405,46.915803],[8.266249,46.914709],[8.26603,46.914021],[8.265395,46.913359],[8.264866,46.912839],[8.264268,46.912344],[8.263043,46.911734],[8.262236,46.911239],[8.259392,46.909213],[8.255984,46.906619],[8.250467,46.90235],[8.249259,46.900526],[8.248361,46.898557],[8.247885,46.896918],[8.247547,46.894403]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":54,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.309514,46.9803],[8.309508,46.979937],[8.309591,46.976509],[8.309408,46.971655],[8.309261,46.971133],[8.308835,46.970612],[8.308166,46.970117],[8.307257,46.969767],[8.305789,46.969326],[8.302193,46.968401],[8.301116,46.968433],[8.300074,46.968512],[8.298995,46.968449],[8.2984,46.968192],[8.297489,46.96777],[8.295567,46.96719],[8.29396,46.966654],[8.292974,46.965876],[8.29058,46.964014],[8.289138,46.963001],[8.28829,46.962127],[8.287379,46.961681],[8.284406,46.960489],[8.281322,46.958941],[8.278721,46.957127],[8.278114,46.956061],[8.27771,46.954683]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":55,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.27771,46.954683],[8.277006,46.951928],[8.276081,46.948293],[8.275675,46.946772],[8.275975,46.945985],[8.276278,46.945364],[8.276926,46.94455],[8.2774,46.943737],[8.277487,46.942618],[8.276569,46.941744],[8.275688,46.940917],[8.275357,46.940476]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":56,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.247547,46.894403],[8.247416,46.893423],[8.247099,46.890831],[8.246549,46.88893],[8.245419,46.885297],[8.244699,46.883612],[8.243893,46.880785],[8.243432,46.880146],[8.243114,46.879744],[8.242163,46.878846],[8.241983,46.878395],[8.242039,46.877466],[8.241854,46.87673],[8.241738,46.875945],[8.241617,46.874803],[8.241424,46.87352],[8.241209,46.873045],[8.240366,46.872384],[8.238368,46.871042]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":57,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.18663,46.836646],[8.186523,46.8365],[8.185104,46.8342],[8.184951,46.833178],[8.185084,46.832725],[8.18553,46.832365],[8.185802,46.83203],[8.186212,46.831575],[8.186517,46.831049],[8.18679,46.830691],[8.187202,46.830402],[8.187439,46.829996],[8.187397,46.82952],[8.187114,46.829118],[8.18655,46.828431],[8.186091,46.827863],[8.185944,46.827245],[8.185102,46.826536],[8.184849,46.8258],[8.184868,46.824658],[8.184688,46.824159],[8.184021,46.823568],[8.183416,46.822453],[8.182681,46.821982],[8.181979,46.821368],[8.18159,46.820823],[8.181065,46.820469],[8.180507,46.820187],[8.180191,46.819904],[8.179525,46.819408],[8.178723,46.819057],[8.177747,46.818706],[8.177014,46.81833],[8.176657,46.81757],[8.175466,46.816697],[8.174901,46.815939],[8.174998,46.815439],[8.175369,46.814675]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":58,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.163602,46.786286],[8.163435,46.785737],[8.163527,46.784832],[8.16383,46.784188],[8.164404,46.783089],[8.165003,46.781253],[8.165234,46.780371],[8.164916,46.779921],[8.164284,46.779306],[8.16362,46.778858],[8.162469,46.778341],[8.161703,46.778013],[8.161212,46.777612],[8.160859,46.777114],[8.160438,46.776736],[8.159879,46.776358],[8.15911,46.775863],[8.158449,46.775653],[8.15716,46.77509],[8.156259,46.775072],[8.155561,46.77472],[8.155066,46.773937],[8.154741,46.772916],[8.15442,46.772275],[8.15475,46.771012],[8.154774,46.770226],[8.154492,46.769871],[8.15369,46.769424],[8.153304,46.769045],[8.152741,46.768406],[8.151591,46.767913],[8.150128,46.767304],[8.14967,46.766664],[8.149487,46.765975],[8.149066,46.765525],[8.148332,46.765078],[8.147842,46.764628],[8.147453,46.764012],[8.147374,46.763298],[8.14747,46.762703],[8.14743,46.762322],[8.147147,46.761848],[8.146968,46.761397],[8.147099,46.760849],[8.146885,46.76035],[8.146048,46.759927],[8.145493,46.759859],[8.144419,46.759842],[8.143275,46.759754],[8.142233,46.759522],[8.141604,46.75905],[8.141217,46.7586],[8.140519,46.758223],[8.139096,46.75797],[8.138018,46.757667]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":59,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.907879,47.345215],[7.908159,47.343596],[7.907901,47.342098],[7.907223,47.340625],[7.905491,47.338776],[7.902916,47.336526],[7.90051,47.333632],[7.898389,47.331189],[7.897149,47.329528],[7.895201,47.326823],[7.894417,47.325137],[7.893737,47.323354],[7.893331,47.321],[7.893029,47.318336],[7.893084,47.316598],[7.892717,47.314625],[7.89151,47.312559],[7.889639,47.310591],[7.887282,47.309125],[7.884789,47.308016]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":60,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.707817,46.495291],[6.708653,46.494924],[6.710813,46.493248],[6.712934,46.491809],[6.714564,46.491058],[6.716784,46.490025],[6.718624,46.488966],[6.720046,46.488261],[6.721293,46.48784],[6.722604,46.487682],[6.72319,46.487662],[6.723986,46.487763]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":61,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.689634,46.504342],[6.690156,46.504133],[6.693379,46.502917],[6.696009,46.502125],[6.697675,46.501303],[6.699516,46.500268],[6.700943,46.499301],[6.702686,46.497789],[6.703936,46.497154],[6.705984,46.496097],[6.707817,46.495291]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":62,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.659969,46.510714],[6.664361,46.509697],[6.666293,46.509638],[6.668537,46.509416],[6.670927,46.508623],[6.673284,46.50771],[6.676301,46.506469],[6.678687,46.505914],[6.680515,46.505831],[6.684307,46.505856],[6.686759,46.505492],[6.689634,46.504342]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":63,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.637424,46.513344],[6.640045,46.51286],[6.64315,46.512715],[6.645292,46.512397],[6.647195,46.511911],[6.649513,46.511379],[6.651138,46.511081],[6.653965,46.511077],[6.657065,46.511241],[6.659241,46.510947],[6.659969,46.510714]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":64,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.785036,46.474182],[6.787273,46.474433],[6.788789,46.474418],[6.790377,46.474142],[6.791896,46.473865],[6.794108,46.473259],[6.795596,46.47272],[6.797391,46.47242]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":65,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.744888,46.489327],[6.745293,46.489227],[6.747826,46.487886],[6.749142,46.487394],[6.751393,46.486551],[6.752054,46.486031],[6.75362,46.484827],[6.75435,46.484284],[6.755495,46.483672],[6.756777,46.483108],[6.757509,46.482422],[6.758798,46.481311],[6.759805,46.480722],[6.761502,46.480019],[6.763581,46.479103],[6.765207,46.478565],[6.76621,46.478261],[6.767387,46.477769],[6.768184,46.477416],[6.769496,46.477186],[6.771123,46.476529],[6.773095,46.475898],[6.775622,46.474961],[6.776659,46.474634],[6.778903,46.474242],[6.781285,46.473875],[6.783112,46.473791],[6.785036,46.474182]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":66,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.723986,46.487763],[6.725151,46.487912],[6.727279,46.488568],[6.731119,46.490068],[6.732594,46.490577],[6.734076,46.49061],[6.735938,46.490479],[6.737941,46.490134],[6.739704,46.489716],[6.740946,46.489605],[6.742566,46.489615],[6.74398,46.489552],[6.744888,46.489327]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":67,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.253836,46.862993],[7.257087,46.861638],[7.258407,46.861355],[7.26028,46.861334],[7.26236,46.861932],[7.26385,46.862791],[7.266413,46.864176],[7.268456,46.86544],[7.270396,46.866562],[7.274555,46.868353],[7.276807,46.869308],[7.277811,46.870071],[7.278781,46.87081],[7.280548,46.871646],[7.28075,46.871753]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":68,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.351755,46.893496],[7.351691,46.89419],[7.35148,46.895594],[7.352033,46.897022],[7.353628,46.898713],[7.354493,46.900546],[7.356536,46.903975],[7.356737,46.904362]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":69,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.322027,46.888076],[7.326603,46.887623],[7.328095,46.887648],[7.330525,46.88796],[7.33233,46.887961],[7.335177,46.887964],[7.340938,46.888707],[7.342847,46.888851],[7.345347,46.888616],[7.347637,46.88907],[7.349545,46.889833],[7.350586,46.890619],[7.351487,46.891548],[7.351764,46.892072],[7.351797,46.893047],[7.351755,46.893496]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":70,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.28075,46.871753],[7.287063,46.875129],[7.289004,46.87587],[7.291051,46.876253],[7.294659,46.876781],[7.296428,46.877188],[7.297919,46.877976],[7.298646,46.878762],[7.299198,46.87981],[7.299507,46.881024],[7.30013,46.881882],[7.301204,46.882763],[7.301758,46.883026],[7.30266,46.883336],[7.303562,46.883647],[7.304534,46.883767],[7.305575,46.883816],[7.306893,46.884008],[7.307587,46.88427],[7.308454,46.884652],[7.309147,46.885153],[7.310082,46.886034],[7.310774,46.886916],[7.312299,46.88787],[7.313687,46.888442],[7.315665,46.888635],[7.319936,46.888282],[7.322027,46.888076]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":71,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.356737,46.904362],[7.358129,46.907046],[7.360796,46.911975],[7.362022,46.914365]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":72,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.376513,46.92586],[7.381581,46.92879],[7.384359,46.930624],[7.393109,46.935983],[7.39451,46.936874]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":73,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.362022,46.914365],[7.362701,46.915689],[7.36374,46.917665],[7.365023,46.919213],[7.366515,46.920142],[7.370299,46.922286],[7.376513,46.92586]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":74,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.000149,46.749],[7.001997,46.749203],[7.005594,46.749692],[7.008079,46.750725],[7.010042,46.751994],[7.011766,46.752929],[7.013184,46.753267],[7.014602,46.753392],[7.017168,46.75302],[7.022199,46.751777],[7.024209,46.751475],[7.025664,46.751481],[7.027775,46.751607],[7.030131,46.751425],[7.032418,46.751291],[7.035353,46.751373]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":75,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.065042,46.765914],[7.06528,46.766136],[7.066135,46.76771],[7.066056,46.76909],[7.065424,46.770349],[7.063645,46.772057],[7.061695,46.773478],[7.060056,46.77502],[7.058936,46.776659],[7.058336,46.778227],[7.05836,46.779798],[7.059389,46.781254],[7.061737,46.782404]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":76,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.096195,46.788746],[7.097761,46.789372],[7.100799,46.791118],[7.102422,46.792075],[7.10391,46.792341],[7.107271,46.792375],[7.110599,46.792171],[7.111987,46.79196],[7.113692,46.790823],[7.115533,46.790019],[7.116321,46.789817]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":77,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.116321,46.789817],[7.118379,46.789289],[7.120674,46.78801],[7.123174,46.787137],[7.125496,46.787],[7.127572,46.787506],[7.129368,46.788463],[7.131306,46.788944],[7.133003,46.789139],[7.135498,46.789122],[7.138097,46.789152],[7.139723,46.789561],[7.1428,46.790831],[7.143941,46.791334],[7.145602,46.791742],[7.147226,46.792532],[7.148364,46.79363],[7.14898,46.794988],[7.149078,46.79625],[7.148935,46.797058],[7.148757,46.79782],[7.149059,46.799605],[7.149744,46.801249],[7.151083,46.80349]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":78,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.061737,46.782404],[7.063363,46.782719],[7.066341,46.782943],[7.069909,46.783026],[7.073579,46.78349],[7.076382,46.784046],[7.079181,46.785126],[7.07987,46.785699],[7.082561,46.787493],[7.084463,46.787975],[7.086473,46.787981],[7.089526,46.787372],[7.092091,46.787356],[7.093924,46.787837],[7.096195,46.788746]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":79,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.035353,46.751373],[7.036295,46.7514],[7.038681,46.751813],[7.040856,46.752796],[7.04192,46.753966],[7.042743,46.755088],[7.043803,46.756995],[7.045456,46.758286],[7.048388,46.759796],[7.051046,46.761043],[7.052568,46.761357],[7.054366,46.761673],[7.057684,46.762779],[7.061518,46.764219],[7.064488,46.765395],[7.065042,46.765914]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":80,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.91182,46.693579],[6.913873,46.695873],[6.915206,46.697545],[6.916546,46.69848],[6.919782,46.700161],[6.927185,46.703812],[6.93397,46.707079],[6.94427,46.712075],[6.948989,46.71438],[6.953674,46.716709],[6.957498,46.718677],[6.960285,46.720474]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":81,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.960285,46.720474],[6.96176,46.722027],[6.962716,46.723459],[6.963945,46.725321],[6.965453,46.727065],[6.967441,46.729262],[6.968879,46.731125],[6.969902,46.73289],[6.972682,46.735686],[6.976598,46.739225],[6.978526,46.74047],[6.980526,46.741383],[6.983186,46.742012],[6.984464,46.742446],[6.985948,46.742952],[6.987466,46.743577],[6.992292,46.746214],[6.995497,46.74794],[6.997949,46.748759],[7.000149,46.749]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":82,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.657815,46.514652],[6.668053,46.514746],[6.669948,46.514878],[6.672355,46.515322],[6.67339,46.515258],[6.675467,46.514677],[6.676613,46.514113],[6.678598,46.512651],[6.678899,46.512488]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":83,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.637424,46.513344],[6.638909,46.513164],[6.641215,46.513394],[6.643344,46.51398],[6.645715,46.514521],[6.64785,46.514726],[6.65278,46.514713],[6.657815,46.514652]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":84,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.678899,46.512488],[6.680335,46.511711],[6.682412,46.511129],[6.68448,46.511143],[6.687234,46.511447],[6.689918,46.511822],[6.692328,46.5121],[6.694641,46.511829],[6.697207,46.510775],[6.698915,46.509865]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":85,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.698915,46.509865],[6.699325,46.509646],[6.701104,46.508134],[6.702583,46.505812],[6.704094,46.503751],[6.705384,46.50264],[6.707737,46.501965],[6.710398,46.501459],[6.711786,46.500753],[6.712729,46.499879],[6.713781,46.498505],[6.714897,46.497536],[6.716458,46.496808],[6.718187,46.496391],[6.71991,46.496426],[6.721938,46.496796],[6.723136,46.49695]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":86,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.785662,46.508439],[6.786805,46.510849],[6.789567,46.513436],[6.791965,46.514711],[6.793407,46.515219],[6.794541,46.515487],[6.796056,46.515662],[6.799125,46.515608],[6.801608,46.515622],[6.80295,46.51582],[6.804426,46.516352],[6.80624,46.517552],[6.808216,46.519515],[6.809645,46.521213],[6.810698,46.522575],[6.811853,46.524058],[6.812742,46.524681],[6.813939,46.525592],[6.814997,46.526526],[6.816253,46.528223],[6.81762,46.529302],[6.819029,46.529786],[6.821472,46.530251],[6.824084,46.531003],[6.826865,46.532137],[6.828956,46.533291],[6.830774,46.534157],[6.832801,46.534858],[6.834586,46.535629],[6.835745,46.536826],[6.836321,46.537805],[6.83682,46.539402],[6.837082,46.541082]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":87,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.766029,46.493953],[6.767037,46.495334],[6.767432,46.49686],[6.768036,46.49822],[6.769058,46.499178],[6.771047,46.499999],[6.77263,46.500199],[6.775729,46.500407],[6.778138,46.500731],[6.780745,46.501793],[6.782249,46.502849],[6.783848,46.504525],[6.784657,46.5061],[6.785662,46.508439]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":88,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.850357,46.621665],[6.850547,46.621898],[6.854875,46.624134],[6.856353,46.624808],[6.861617,46.626906],[6.865774,46.629117],[6.866834,46.630074],[6.867584,46.631101],[6.867915,46.632436],[6.867516,46.634243],[6.867605,46.635624],[6.86818,46.636817],[6.868553,46.637461],[6.869607,46.639061],[6.870722,46.641494],[6.872154,46.643382],[6.874543,46.646178],[6.877923,46.650218],[6.880659,46.653063],[6.883261,46.656424]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":89,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.837064,46.572211],[6.83731,46.572846],[6.838495,46.57497],[6.839129,46.576878],[6.839143,46.578758],[6.838474,46.579897],[6.837256,46.580819],[6.835832,46.581549],[6.834093,46.582754],[6.832971,46.584271],[6.831844,46.586312],[6.831415,46.587619],[6.832014,46.589574],[6.832722,46.591125],[6.833604,46.592462],[6.834799,46.593706],[6.835648,46.594972],[6.835838,46.596497],[6.835601,46.599161],[6.835542,46.601351],[6.836151,46.60252],[6.837692,46.603623],[6.840026,46.604968],[6.840914,46.60583],[6.841631,46.606595],[6.841725,46.607476],[6.841647,46.608214],[6.841292,46.609116],[6.841142,46.610163],[6.841409,46.610997],[6.84209,46.611953],[6.843702,46.612913],[6.844902,46.613729],[6.845951,46.61571],[6.84656,46.616856],[6.847515,46.618027],[6.848911,46.619891],[6.850357,46.621665]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":90,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.625434,47.438578],[8.621661,47.43926],[8.619122,47.440214],[8.616031,47.441626],[8.612195,47.442664],[8.606367,47.444211]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":91,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.660714,47.422884],[8.653965,47.425264],[8.649342,47.427097],[8.647195,47.428286],[8.645276,47.430257],[8.644055,47.432103],[8.642456,47.434309],[8.640455,47.435758],[8.638197,47.436757],[8.635014,47.437171],[8.630995,47.437807],[8.625434,47.438578]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":92,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.660714,47.422884],[8.655741,47.42351],[8.638288,47.425968],[8.635998,47.426308],[8.633151,47.426696],[8.631507,47.426776],[8.629829,47.426688],[8.627494,47.426417],[8.62471,47.425476],[8.623233,47.424628],[8.621498,47.423423],[8.620348,47.42196],[8.619314,47.420096]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":93,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.513982,47.395953],[8.514294,47.396503],[8.514643,47.396974],[8.516686,47.398283],[8.518757,47.39938],[8.523714,47.400534],[8.529296,47.401893],[8.531195,47.402233],[8.532508,47.402706],[8.533727,47.403224],[8.534539,47.403717],[8.534991,47.404137],[8.535454,47.404596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":94,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.629331,46.516581],[6.631348,46.516157],[6.63319,46.515218],[6.634756,46.514205],[6.637424,46.513344]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":95,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.187397,46.316729],[6.187896,46.318228],[6.188816,46.320071],[6.189839,46.321867],[6.192526,46.326039],[6.193922,46.328125],[6.195812,46.331121],[6.196465,46.332604],[6.197026,46.33511],[6.197611,46.338092],[6.199331,46.345561],[6.199803,46.347447],[6.200704,46.348623],[6.201476,46.349465],[6.203464,46.351201],[6.20768,46.354793],[6.212606,46.358917],[6.214418,46.360889],[6.218193,46.365786],[6.221865,46.370729],[6.22571,46.375602],[6.227287,46.37738],[6.232586,46.381888],[6.235294,46.383869]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":96,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.495414,46.512267],[6.496283,46.51283],[6.499155,46.514258],[6.502814,46.515979],[6.508505,46.518395]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":97,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.519694,46.523298],[6.521915,46.524156],[6.524623,46.525106],[6.528536,46.526209],[6.534135,46.527539],[6.537881,46.528306],[6.540208,46.529094]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":98,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.508505,46.518395],[6.508873,46.518551],[6.516058,46.521823],[6.519208,46.523111],[6.519694,46.523298]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":99,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.26832,46.419143],[6.273637,46.424308],[6.279201,46.429697],[6.284293,46.4347],[6.286926,46.437155],[6.287809,46.437711],[6.289886,46.438827],[6.293058,46.440264],[6.297055,46.441732],[6.300987,46.443081],[6.305905,46.445011],[6.309349,46.446616],[6.314155,46.449021],[6.319029,46.451449],[6.321858,46.452881],[6.32461,46.454741],[6.329024,46.457832],[6.334184,46.461524],[6.33708,46.463052]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":100,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.399327,46.475642],[6.401728,46.476218],[6.402873,46.476381],[6.406794,46.476752],[6.409836,46.476902],[6.411913,46.476799],[6.427895,46.475113]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":101,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.455339,46.48198],[6.456012,46.482616],[6.458277,46.485016],[6.460343,46.486986],[6.46436,46.489757],[6.469637,46.493325],[6.473894,46.496218],[6.474728,46.496654]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":102,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.427895,46.475113],[6.431243,46.474829],[6.434652,46.474955],[6.438118,46.475676],[6.445624,46.47786],[6.452133,46.479893],[6.454386,46.481079],[6.455339,46.48198]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":103,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.33708,46.463052],[6.339506,46.464051],[6.341629,46.464643],[6.345602,46.465776],[6.347791,46.466583],[6.350962,46.468208],[6.353967,46.469522],[6.356024,46.470042],[6.358904,46.470736],[6.364433,46.471598],[6.368426,46.471802],[6.374603,46.471265],[6.37774,46.471175],[6.380732,46.471418],[6.383476,46.472038],[6.390097,46.473504],[6.399327,46.475642]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":104,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.235294,46.383869],[6.238863,46.387335],[6.240364,46.389493],[6.241275,46.391835],[6.242169,46.393392],[6.243343,46.394761],[6.247803,46.398498],[6.250474,46.400644],[6.251995,46.401851],[6.254717,46.404855],[6.257507,46.407859],[6.259994,46.410599],[6.262346,46.413242],[6.2644,46.415334],[6.26832,46.419143]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":105,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.279386,47.42865],[8.275766,47.428027]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":106,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.235274,47.41468],[8.235051,47.414605],[8.230228,47.413258],[8.227411,47.412444],[8.224983,47.411818],[8.220368,47.410326],[8.217549,47.409346]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":107,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.521981,47.025116],[7.519155,47.020858],[7.516261,47.016457],[7.51232,47.010581],[7.510055,47.007798],[7.506363,47.004611],[7.502881,47.0024],[7.49853,47.000189],[7.494215,46.99862],[7.489274,46.997504],[7.486247,46.996934],[7.480124,46.995413],[7.474661,46.993225],[7.471913,46.991965],[7.46819,46.989728],[7.465615,46.987111],[7.465023,46.985207],[7.465091,46.982375],[7.465786,46.980933]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":108,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.606367,47.444211],[8.591675,47.448205],[8.589369,47.448925]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":109,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.84279,46.463528],[6.845112,46.462279],[6.848121,46.461152],[6.850334,46.460355],[6.854657,46.458663],[6.855663,46.45805],[6.859444,46.455451]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":110,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.893456,46.443195],[6.898388,46.442338],[6.900492,46.442015],[6.90139,46.441662],[6.903152,46.441099],[6.906609,46.43964],[6.908028,46.438933],[6.909241,46.438058],[6.909764,46.437441],[6.910916,46.435757]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":111,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.859444,46.455451],[6.862982,46.45316],[6.865166,46.451743],[6.866554,46.450798],[6.868283,46.450045],[6.870149,46.449436],[6.87222,46.449018],[6.876948,46.447994]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":112,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.876948,46.447994],[6.879813,46.447342],[6.881022,46.446991],[6.88303,46.445858],[6.885383,46.444798],[6.887352,46.444094],[6.888422,46.443885],[6.893456,46.443195]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":113,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.901891,47.182802],[8.907738,47.18297],[8.909517,47.182924],[8.910421,47.182769],[8.918902,47.181423],[8.920287,47.180976],[8.921874,47.180313],[8.92431,47.178782],[8.926784,47.17737],[8.928372,47.17673],[8.93035,47.1763],[8.932194,47.176086],[8.933871,47.176135],[8.936601,47.176362],[8.938954,47.176582]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":114,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.940368,46.819768],[6.943258,46.822209],[6.944905,46.824179],[6.946503,46.825721],[6.949704,46.828306]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":115,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.547614,46.640743],[6.547719,46.642169],[6.547387,46.643452],[6.5468,46.644411],[6.546008,46.645333],[6.544486,46.646428],[6.542917,46.647273],[6.539257,46.6491],[6.537221,46.649977],[6.536284,46.650148],[6.534934,46.650316],[6.533274,46.650374],[6.532233,46.65058],[6.53088,46.65089],[6.530197,46.651385],[6.52747,46.653255],[6.526738,46.653606],[6.526007,46.653922],[6.524913,46.654199],[6.524026,46.654513],[6.523137,46.65497],[6.522195,46.655498],[6.521353,46.656205],[6.520775,46.656665],[6.518157,46.658143]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":116,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.579046,46.537343],[6.579574,46.537056],[6.58632,46.533608],[6.592404,46.530511],[6.597157,46.528706],[6.602764,46.526839]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":117,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.778584,46.48108],[6.780494,46.481234],[6.781945,46.480957],[6.783504,46.480216],[6.788069,46.478815],[6.791654,46.477264],[6.794044,46.476171],[6.796017,46.475361],[6.798088,46.475052],[6.799795,46.474954],[6.803527,46.473975],[6.806741,46.473101],[6.808968,46.472649],[6.811299,46.472162],[6.81316,46.472172],[6.81486,46.47261],[6.816512,46.472726],[6.818015,46.472378],[6.819103,46.472062]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":118,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.058512,46.611569],[7.061285,46.607579],[7.061706,46.606653],[7.061401,46.605902]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":119,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.788395,47.635173],[8.788768,47.633241],[8.787877,47.621757],[8.787687,47.621188],[8.787137,47.620313],[8.786453,47.619726],[8.785775,47.619354],[8.785063,47.619029],[8.784211,47.618777],[8.78347,47.61869],[8.782695,47.618675],[8.777495,47.619021],[8.770398,47.619555],[8.768744,47.619598],[8.767904,47.61975],[8.766891,47.620095],[8.765952,47.620534],[8.762796,47.622426],[8.761577,47.622964],[8.760319,47.623311],[8.757685,47.623579],[8.751075,47.623892],[8.750016,47.623761],[8.748741,47.623466],[8.74764,47.623074],[8.746637,47.622372],[8.746058,47.621712],[8.745617,47.620979],[8.745759,47.619573],[8.746193,47.61864],[8.746243,47.617807],[8.745944,47.617096],[8.745258,47.61639],[8.744473,47.61597],[8.743267,47.615579],[8.742027,47.61526],[8.741173,47.614889],[8.740421,47.61435],[8.739594,47.613621],[8.738596,47.613109],[8.737462,47.612812],[8.735492,47.612834],[8.732213,47.614037],[8.730288,47.614463],[8.728499,47.614721],[8.7241,47.614746]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":120,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.587035,47.547829],[7.585842,47.548061],[7.583628,47.5481],[7.58173,47.548102],[7.579935,47.547176],[7.578615,47.546321],[7.578297,47.545572],[7.577476,47.545477],[7.576182,47.545317],[7.57465,47.545416],[7.573309,47.545806],[7.571969,47.546294],[7.569721,47.547724],[7.56867,47.548601],[7.567619,47.549802],[7.566903,47.550906],[7.566665,47.551684],[7.566427,47.552398],[7.56624,47.55415],[7.566004,47.555577],[7.566055,47.556907],[7.566345,47.558009],[7.566778,47.558917],[7.567212,47.559889],[7.567741,47.560699],[7.568653,47.561639],[7.571199,47.563906],[7.572255,47.564781],[7.573072,47.565753],[7.573457,47.566401],[7.573554,47.567017],[7.573365,47.568023],[7.572507,47.569937],[7.57122,47.572436]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":121,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.553766,46.967138],[9.555272,46.959346],[9.556596,46.95325],[9.5582,46.945435],[9.55867,46.939712],[9.559427,46.932484],[9.559629,46.930552],[9.560156,46.928947],[9.560731,46.927651],[9.561191,46.926118],[9.561373,46.923687],[9.561614,46.921849],[9.561265,46.92007],[9.560521,46.916179],[9.5596,46.913982],[9.558328,46.912553],[9.554791,46.910095],[9.550724,46.907384],[9.549796,46.906735],[9.548451,46.905236],[9.54506,46.900251],[9.5407,46.893569],[9.539577,46.890614],[9.53861,46.888084],[9.537689,46.88672],[9.536554,46.885217],[9.534814,46.882464],[9.53383,46.880386],[9.533248,46.877921],[9.5328,46.872644],[9.532339,46.867938],[9.531937,46.865636],[9.531623,46.862928],[9.531729,46.861188],[9.531958,46.85816],[9.531842,46.856948]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":122,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.852561,47.189997],[8.853113,47.190081],[8.857146,47.190746],[8.861917,47.191544],[8.863213,47.191718],[8.864819,47.191722],[8.873471,47.191424],[8.875108,47.191261],[8.876632,47.190813],[8.877773,47.190394],[8.893446,47.183794],[8.895105,47.183154],[8.897399,47.182792],[8.899143,47.182722],[8.901891,47.182802]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":123,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.726562,47.200805],[8.727431,47.200935],[8.731158,47.201988],[8.734928,47.20335],[8.737068,47.203754],[8.739701,47.204296],[8.741286,47.204849],[8.743334,47.205778],[8.74642,47.206291],[8.751151,47.206927],[8.753675,47.207279],[8.755983,47.207395],[8.757097,47.20724]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":124,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.707886,47.208273],[8.708457,47.207858],[8.709827,47.2067],[8.710851,47.205689],[8.711454,47.204612],[8.712405,47.203506],[8.713669,47.202326],[8.715465,47.201473],[8.717793,47.200971],[8.721029,47.200459],[8.722632,47.200322],[8.725503,47.200647],[8.726562,47.200805]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":125,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.82277,47.194092],[8.826007,47.19372],[8.830026,47.193814],[8.831628,47.193676],[8.832841,47.193328],[8.834979,47.192278],[8.839322,47.190131],[8.841091,47.189657],[8.844229,47.189476],[8.848205,47.189332],[8.852561,47.189997]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":126,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.172548,47.11794],[9.173901,47.117729],[9.17552,47.117109],[9.176487,47.116833],[9.178609,47.116682],[9.180897,47.116242],[9.182244,47.115841],[9.184036,47.115195],[9.185221,47.115177],[9.186308,47.115374],[9.187224,47.115646],[9.188206,47.115822],[9.189809,47.115773],[9.191197,47.115586],[9.193375,47.115005],[9.196175,47.114248],[9.198477,47.114284],[9.199765,47.114193],[9.201217,47.113814],[9.20319,47.113379],[9.204646,47.113118],[9.205372,47.112941],[9.206451,47.112876],[9.211689,47.113081],[9.214897,47.113265]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":127,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.094866,47.129861],[9.098242,47.129439],[9.101982,47.128576],[9.112831,47.126395],[9.118898,47.125235],[9.124273,47.124252],[9.133772,47.122422],[9.142924,47.120692],[9.147707,47.119788],[9.15423,47.118738],[9.15823,47.118417],[9.164604,47.118178],[9.170668,47.118039],[9.172548,47.11794]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":128,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.982886,47.172679],[8.987814,47.171589],[8.990094,47.170797],[8.999121,47.166723],[9.020232,47.157104],[9.027222,47.153937],[9.029658,47.152547],[9.030374,47.152099]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":129,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.938954,47.176582],[8.947311,47.177364],[8.948396,47.177469],[8.950522,47.177346],[8.955322,47.176735],[8.972646,47.174601],[8.976677,47.173976],[8.978761,47.173591],[8.982886,47.172679]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":130,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.276834,47.112943],[9.277375,47.112811],[9.278345,47.112628],[9.28041,47.112857],[9.285309,47.11335],[9.28954,47.113686],[9.291572,47.113963],[9.294585,47.114343],[9.29613,47.114651],[9.296973,47.114828],[9.301113,47.11657],[9.306873,47.118738],[9.309901,47.119546],[9.311927,47.119656],[9.312689,47.119628]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":131,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.529559,47.003601],[9.531618,47.001968],[9.53306,47.000585],[9.542639,46.989267],[9.548119,46.982619],[9.550396,46.979482],[9.551505,46.977628],[9.552096,46.975832],[9.553191,46.970074],[9.553766,46.967138]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":132,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.417296,47.054011],[9.42029,47.052846],[9.422631,47.052091],[9.43551,47.048106],[9.442636,47.045863],[9.44524,47.044926]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":133,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.312689,47.119628],[9.314296,47.11957],[9.316579,47.119033],[9.319018,47.117969],[9.32289,47.116025],[9.324997,47.114467],[9.32741,47.112665],[9.33983,47.10301],[9.347967,47.096699]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":134,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.347967,47.096699],[9.355638,47.090749],[9.358862,47.088314],[9.378999,47.072644],[9.380737,47.071567],[9.382644,47.070345],[9.390747,47.066113],[9.394789,47.064211],[9.40031,47.061783],[9.413158,47.055921],[9.416513,47.054316],[9.417296,47.054011]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":135,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.505662,47.01044],[9.507752,47.010282],[9.510684,47.010514],[9.512636,47.010574],[9.515048,47.009936],[9.518066,47.008786],[9.526594,47.005226],[9.529559,47.003601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":136,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.214897,47.113265],[9.215951,47.113325],[9.217412,47.113231],[9.218935,47.112898],[9.22128,47.1121],[9.222627,47.111698],[9.225998,47.11136],[9.228822,47.111363],[9.230504,47.111599],[9.232951,47.111799],[9.235061,47.112314],[9.236356,47.11246],[9.240512,47.112657],[9.242357,47.11258],[9.244166,47.112433],[9.245701,47.112456],[9.249174,47.113092],[9.255241,47.114039]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":137,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.255241,47.114039],[9.257202,47.114346],[9.264496,47.115539],[9.266099,47.11549],[9.267312,47.11528],[9.269312,47.114606],[9.270796,47.114154],[9.271874,47.114065],[9.273368,47.113922],[9.274443,47.113738],[9.276545,47.113014],[9.276834,47.112943]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":138,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.596328,47.261654],[8.597677,47.261436],[8.598721,47.261187],[8.599484,47.260942],[8.600559,47.260526],[8.602081,47.259773],[8.603329,47.259261],[8.60569,47.258547],[8.606972,47.257986],[8.609635,47.256674],[8.611471,47.255941],[8.612411,47.255765],[8.613737,47.255633],[8.615271,47.25545],[8.616454,47.2552],[8.61815,47.254421],[8.619464,47.253765],[8.621677,47.252695],[8.623101,47.252276],[8.626337,47.2516],[8.629712,47.250899],[8.634879,47.24906],[8.638555,47.247737],[8.641409,47.247231],[8.643676,47.246993],[8.644309,47.246954]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":139,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.578721,47.279701],[8.581605,47.274996],[8.583393,47.271956],[8.585038,47.270369],[8.586305,47.269142],[8.58862,47.266215],[8.589842,47.264513],[8.591182,47.263405],[8.59208,47.262896],[8.592769,47.262413],[8.594021,47.262115],[8.595482,47.261791],[8.596328,47.261654]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":140,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.568759,47.293092],[8.570329,47.29241],[8.571185,47.291521],[8.574273,47.28704],[8.576443,47.283853],[8.577552,47.2817],[8.578361,47.280288],[8.578721,47.279701]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":141,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.644309,47.246954],[8.647899,47.246735],[8.650019,47.246189],[8.65376,47.244697],[8.656081,47.243768],[8.657767,47.242632],[8.658959,47.241263],[8.659484,47.239758],[8.660394,47.238296],[8.661903,47.237019],[8.664426,47.235802],[8.666529,47.234542],[8.668528,47.233354],[8.669183,47.232966],[8.670676,47.232546],[8.672304,47.23191],[8.673824,47.231155],[8.674779,47.230146],[8.675554,47.228923]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":142,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.568759,47.293092],[8.566368,47.294186],[8.565028,47.295342],[8.563927,47.2964]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":143,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.555007,47.306928],[8.553618,47.310137],[8.552106,47.314817],[8.551479,47.316631],[8.550189,47.318548],[8.549619,47.319743],[8.547862,47.324497],[8.547817,47.32463]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":144,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.53069,47.363794],[8.530511,47.364312],[8.529941,47.365579],[8.528682,47.367376],[8.526857,47.368917],[8.525128,47.370153]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":145,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533037,47.354717],[8.532232,47.35599],[8.531637,47.357733],[8.531195,47.360093],[8.531073,47.362689],[8.53069,47.363794]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":146,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.547817,47.32463],[8.546872,47.327386],[8.545593,47.329826],[8.543898,47.332484],[8.542562,47.333901],[8.541663,47.334457],[8.540311,47.335088],[8.539621,47.335619],[8.539105,47.336052],[8.538661,47.336604],[8.538468,47.337415],[8.537702,47.339326],[8.536454,47.341646],[8.534748,47.343781],[8.53417,47.344619],[8.534106,47.344929],[8.533656,47.347911]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":147,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.563927,47.2964],[8.561599,47.298636],[8.559852,47.30039],[8.556917,47.303917],[8.555387,47.30605],[8.555007,47.306928]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":148,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.310235,47.04617],[8.310409,47.04831]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":149,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.312502,46.993512],[8.312469,46.993077],[8.312667,46.992456],[8.313112,46.991977],[8.313764,46.991448],[8.313997,46.99078],[8.31378,46.990306],[8.313075,46.989692],[8.312091,46.989129],[8.310998,46.988209],[8.309935,46.987003],[8.309643,46.986172],[8.309967,46.984646],[8.31002,46.98367],[8.309706,46.982581]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":150,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.302308,47.026842],[8.3024,47.026712],[8.304061,47.023915],[8.306387,47.01928],[8.306602,47.018295]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":151,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.310235,47.04617],[8.310072,47.044743],[8.309645,47.042009],[8.309008,47.04141]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":152,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.306602,47.018295],[8.306971,47.01661],[8.307194,47.015394],[8.307285,47.014513],[8.306779,47.011209],[8.306548,47.009854],[8.306181,47.008666],[8.305556,47.006577],[8.305819,47.00567],[8.307163,47.004875],[8.308407,47.004342],[8.309228,47.003455],[8.309744,47.00307],[8.310362,47.002589],[8.311013,47.001965],[8.311768,47.001317],[8.312105,47.000672],[8.312151,46.99922],[8.312013,46.99715],[8.311855,46.995961],[8.312501,46.995076],[8.312557,46.994242],[8.312502,46.993512]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":153,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.309706,46.982581],[8.309541,46.982008],[8.309514,46.9803]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":154,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.483797,47.181032],[8.49039,47.178972],[8.502359,47.175268],[8.506834,47.17387]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":155,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.471223,47.182251],[8.473781,47.182931],[8.475528,47.183034],[8.477305,47.182875],[8.483797,47.181032]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":156,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.457432,47.178059],[8.457877,47.178218],[8.469886,47.181895],[8.471223,47.182251]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":157,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.450283,47.173829],[8.450543,47.174331],[8.45246,47.176052],[8.455135,47.177242],[8.457432,47.178059]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":158,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.342894,47.084879],[8.35065,47.089833],[8.351849,47.090704],[8.3564,47.093616]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":159,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.373749,47.10497],[8.375643,47.106197],[8.38372,47.111533],[8.387175,47.113695],[8.389159,47.115463],[8.392818,47.119544]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":160,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.3564,47.093616],[8.358756,47.095123],[8.367041,47.100626],[8.373749,47.10497]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":161,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.516305,47.177686],[8.51634,47.177947],[8.517068,47.183866]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":162,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.576299,47.244718],[8.576575,47.246199],[8.577438,47.247333],[8.579413,47.24817],[8.590827,47.252293],[8.591994,47.2529],[8.592849,47.253654],[8.593211,47.254245],[8.593325,47.254672],[8.593199,47.255292],[8.59314,47.255793],[8.592743,47.256387]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":163,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.588763,47.25931],[8.587673,47.26006],[8.586545,47.261261],[8.584329,47.263901],[8.583435,47.264601],[8.581745,47.265665],[8.581027,47.266433],[8.579124,47.269023],[8.578659,47.270146],[8.578636,47.273978],[8.578736,47.275381],[8.578369,47.276218],[8.577875,47.276738]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":164,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.577875,47.276738],[8.575564,47.279173],[8.575228,47.279819],[8.574957,47.280226],[8.574538,47.28192],[8.574147,47.284899],[8.573787,47.286045],[8.571727,47.289516],[8.569655,47.292464],[8.568759,47.293092]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":165,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.522558,47.195246],[8.523259,47.195542],[8.525865,47.196636],[8.526894,47.197412],[8.527542,47.198358],[8.527734,47.199213],[8.527267,47.200288],[8.526141,47.201584],[8.525639,47.20266],[8.525665,47.203945],[8.526422,47.205128],[8.527523,47.206022],[8.533365,47.208204],[8.535472,47.208731],[8.537679,47.209067],[8.539578,47.209691],[8.540852,47.210488],[8.541855,47.211716],[8.542719,47.21297],[8.543572,47.213675]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":166,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.147238,46.2501],[6.147241,46.250881],[6.147587,46.252218],[6.148516,46.253538],[6.150028,46.254912],[6.151684,46.255978],[6.154407,46.256914],[6.155271,46.257449]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":167,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.160693,46.26307],[6.161214,46.263704],[6.164651,46.269336],[6.165836,46.271492],[6.166133,46.273495],[6.166104,46.276184],[6.166141,46.277518],[6.165858,46.279348]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":168,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.162637,46.287754],[6.162229,46.289162],[6.161791,46.291704],[6.161911,46.292467],[6.162265,46.293471],[6.163131,46.294623],[6.164776,46.296236],[6.166763,46.297877],[6.168757,46.29928],[6.170314,46.30025],[6.170525,46.300394]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":169,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.181639,46.307979],[6.181944,46.308188],[6.183729,46.309755],[6.1849,46.311101],[6.185894,46.312683],[6.186187,46.3134],[6.187061,46.315719],[6.187397,46.316729]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":170,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.170525,46.300394],[6.181639,46.307979]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":171,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.165858,46.279348],[6.165574,46.279773],[6.164644,46.281357],[6.163392,46.283509],[6.162888,46.285956],[6.162752,46.287358],[6.162637,46.287754]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":172,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.155271,46.257449],[6.156403,46.25815],[6.158211,46.260051],[6.160693,46.26307]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":173,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.14741,46.242274],[6.147238,46.2501]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":174,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.14741,46.242274],[6.147416,46.242052],[6.147199,46.239645],[6.14719,46.237145],[6.146512,46.235376],[6.145745,46.233011],[6.145529,46.231985],[6.145808,46.228917],[6.145728,46.227916],[6.145343,46.226817],[6.144689,46.225476],[6.1444,46.224664],[6.144445,46.224188],[6.144425,46.22317]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":175,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.144425,46.22317],[6.144398,46.221831],[6.144345,46.216855],[6.144421,46.213667],[6.143575,46.211776],[6.142371,46.210501]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":176,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.529562,47.433429],[7.531773,47.434403],[7.532756,47.434544],[7.53465,47.434495],[7.537034,47.434446],[7.538894,47.434801],[7.54135,47.435418],[7.542508,47.435726],[7.543701,47.436058],[7.544754,47.436533],[7.546089,47.437674],[7.546863,47.438792],[7.547391,47.439862],[7.54764,47.441099],[7.547746,47.441861],[7.547888,47.442432],[7.54852,47.442907],[7.549258,47.443263],[7.550942,47.443643],[7.55231,47.44376],[7.554379,47.443496],[7.556762,47.442447],[7.562475,47.440133],[7.565068,47.439083],[7.565944,47.438701],[7.567697,47.438509],[7.570187,47.43834],[7.572292,47.438694],[7.573836,47.439097],[7.575134,47.439095],[7.576221,47.438999],[7.577448,47.438688],[7.579341,47.438329],[7.580639,47.438208],[7.582112,47.438421],[7.583587,47.438942],[7.58464,47.439465],[7.585623,47.439701],[7.587027,47.439866],[7.588712,47.440292],[7.590291,47.440838],[7.59191,47.44111]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":177,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.603379,47.453456],[7.608723,47.457041],[7.609567,47.457611],[7.610166,47.458515],[7.610028,47.459348],[7.60989,47.459848],[7.609471,47.460538],[7.60842,47.461278],[7.606074,47.462614],[7.605127,47.462996],[7.603901,47.463712],[7.603239,47.465188],[7.603138,47.466473],[7.603247,47.467734]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":178,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.603247,47.467734],[7.603566,47.468638],[7.604483,47.470255],[7.605082,47.470968],[7.605434,47.471372],[7.606702,47.472822],[7.607759,47.473962],[7.611436,47.482333],[7.611543,47.482761],[7.61172,47.483428],[7.611243,47.48764],[7.611132,47.489261]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":179,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.59191,47.44111],[7.592257,47.441168],[7.593555,47.441285],[7.595975,47.441235],[7.596606,47.441257],[7.597834,47.441351],[7.598783,47.44173],[7.600469,47.44268],[7.601664,47.443583],[7.602088,47.444439],[7.602055,47.445129],[7.601917,47.445819],[7.601184,47.447153],[7.599893,47.449249],[7.599824,47.449653],[7.599826,47.450296],[7.600108,47.450867],[7.600531,47.451604],[7.601551,47.452364],[7.603379,47.453456]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":180,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.913826,46.473157],[6.912865,46.472748],[6.911973,46.472363],[6.911289,46.471883],[6.910125,46.471164],[6.909471,46.471042],[6.908888,46.470825],[6.908031,46.470369],[6.907839,46.47023]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":181,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.909766,46.483182],[6.910932,46.483735],[6.911517,46.483857],[6.911897,46.483716],[6.912245,46.483384],[6.912318,46.482956],[6.912499,46.4821],[6.912676,46.481601],[6.91306,46.481055],[6.913756,46.480321],[6.9139,46.479679]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":182,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.9139,46.479679],[6.913941,46.479012],[6.914292,46.478324],[6.914849,46.477731],[6.915167,46.476995],[6.915452,46.475949],[6.915496,46.474997],[6.915023,46.474019],[6.914478,46.473445],[6.913826,46.473157]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":183,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.854808,46.467704],[6.854289,46.467963],[6.853565,46.468007],[6.852909,46.468099],[6.852629,46.46855],[6.853034,46.469337],[6.853746,46.470388],[6.853946,46.471008],[6.8537,46.471411],[6.853182,46.471551],[6.852359,46.471238]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":184,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.861127,46.466285],[6.859476,46.466062],[6.858342,46.465818],[6.857346,46.465551],[6.856657,46.465548],[6.856139,46.465712],[6.855824,46.466138],[6.855854,46.466591],[6.855778,46.467185],[6.854808,46.467704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":185,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.852359,46.471238],[6.851883,46.47064],[6.850345,46.469514],[6.849043,46.468817],[6.847707,46.468143],[6.846786,46.467305],[6.84279,46.463528]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":186,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.888551,46.468391],[6.888146,46.468371],[6.88742,46.468581],[6.886763,46.46884],[6.885866,46.469002],[6.884728,46.469116],[6.88359,46.469277],[6.882002,46.469602]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":187,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.882002,46.469602],[6.880344,46.469999],[6.879616,46.470447],[6.879026,46.470825],[6.878094,46.471059],[6.877575,46.47127],[6.876852,46.471219],[6.876544,46.471051],[6.876169,46.470692],[6.875584,46.470546],[6.875102,46.470568],[6.87479,46.470757],[6.874235,46.471135],[6.873887,46.471442],[6.873336,46.471463],[6.872649,46.471222],[6.872036,46.470552]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":188,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.865458,46.468605],[6.865273,46.468376],[6.864692,46.467969],[6.863766,46.467559],[6.862841,46.467102],[6.862295,46.4666],[6.861127,46.466285]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":189,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.872036,46.470552],[6.871218,46.469739],[6.870737,46.469642],[6.868362,46.469439],[6.867122,46.469409],[6.866194,46.469214],[6.865545,46.468711],[6.865458,46.468605]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":190,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.892836,46.467894],[6.892178,46.468152],[6.891485,46.468554],[6.89052,46.468692],[6.8899,46.468617],[6.889179,46.468423],[6.888551,46.468391]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":191,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.895636,46.465873],[6.895228,46.466358],[6.894118,46.467114],[6.892836,46.467894]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":192,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.907839,46.47023],[6.907039,46.46965],[6.906559,46.469457],[6.905938,46.469502],[6.905385,46.469737],[6.905036,46.470212],[6.904861,46.470473],[6.904307,46.470756],[6.903786,46.471134],[6.903523,46.471324]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":193,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.903523,46.471324],[6.903197,46.47156],[6.902813,46.47201],[6.902671,46.472414],[6.902253,46.472888],[6.901525,46.473337]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":194,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.901525,46.473337],[6.900765,46.473595],[6.899589,46.474066],[6.89886,46.47461],[6.898267,46.475345]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":195,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.898267,46.475345],[6.897745,46.475842],[6.897294,46.476149],[6.896846,46.476218],[6.896467,46.476145],[6.896056,46.475953],[6.895818,46.475619],[6.895895,46.474857],[6.896074,46.47412],[6.896218,46.47389]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":196,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.908027,47.320562],[7.905144,47.322978],[7.903964,47.324125],[7.903619,47.324792],[7.903555,47.325388],[7.903737,47.326196],[7.904916,47.328952],[7.907385,47.335082],[7.908533,47.338314],[7.908966,47.339692],[7.909079,47.340596],[7.909052,47.341572],[7.908955,47.342453],[7.907879,47.345215]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":197,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.6067,47.569301],[7.609314,47.565596],[7.615716,47.555806],[7.616444,47.552771],[7.616175,47.551201],[7.615429,47.548846],[7.614105,47.547064],[7.612151,47.546138],[7.610228,47.545949]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":198,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.875276,45.977097],[8.882797,45.981333],[8.88431,45.981718]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":199,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.545263,47.049451],[7.53946,47.047664],[7.53723,47.046928],[7.535418,47.045906],[7.530883,47.041198],[7.527151,47.037107],[7.525826,47.035632],[7.524675,47.033991],[7.524009,47.031374],[7.523135,47.028804]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":200,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.700915,47.188512],[7.700789,47.188113],[7.699802,47.184978],[7.699691,47.183443],[7.700535,47.179],[7.702088,47.170587],[7.702592,47.167514],[7.702514,47.165578],[7.701725,47.163548],[7.69877,47.158747],[7.696171,47.15504],[7.695284,47.152139],[7.695349,47.151091],[7.695442,47.148568],[7.695958,47.146997],[7.696402,47.145068],[7.696219,47.143236],[7.694394,47.141003],[7.69212,47.139508],[7.689496,47.137729],[7.685787,47.135215],[7.683513,47.133577],[7.681026,47.131131],[7.676785,47.126475],[7.671075,47.120323],[7.669143,47.116971],[7.666822,47.112264],[7.666499,47.110075],[7.666421,47.108243],[7.665439,47.10684],[7.664146,47.105915],[7.662609,47.104642]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":201,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.7867,47.2187],[7.785604,47.21778],[7.784329,47.217064]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":202,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.818374,47.252299],[7.817634,47.252187],[7.814065,47.251651],[7.812208,47.25111],[7.810699,47.250163],[7.808663,47.248956],[7.806387,47.248201],[7.803759,47.247329],[7.800954,47.245981],[7.799022,47.244464],[7.798033,47.242897],[7.796934,47.240544],[7.79601,47.238334],[7.793953,47.233676],[7.791721,47.229089],[7.789736,47.224693],[7.788141,47.221152],[7.787044,47.218989],[7.7867,47.2187]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":203,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.884789,47.308016],[7.880161,47.306867],[7.878814,47.30639]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":204,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.856727,47.295461],[7.854118,47.291947],[7.85228,47.289455],[7.850056,47.286774],[7.848853,47.285017],[7.847723,47.283522],[7.846801,47.281883],[7.845768,47.279412],[7.844593,47.276727],[7.844132,47.2758],[7.841277,47.272883],[7.839586,47.271199],[7.837475,47.269421],[7.832939,47.265939],[7.832329,47.265431]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":205,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.832329,47.265431],[7.829949,47.26345],[7.828928,47.262383],[7.828528,47.260337],[7.827872,47.256556],[7.827091,47.25494],[7.825158,47.253566],[7.821483,47.252769],[7.818374,47.252299]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":206,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.662609,47.104642],[7.660963,47.103279],[7.660473,47.102733],[7.659943,47.101092],[7.658015,47.098406],[7.655151,47.096793],[7.652357,47.095347],[7.652322,47.09537],[7.649459,47.093853],[7.648827,47.092783],[7.648333,47.091118],[7.648363,47.08988],[7.648285,47.087786],[7.647546,47.085931],[7.646216,47.084386],[7.643454,47.08194],[7.642753,47.080775],[7.642955,47.079037],[7.642742,47.077753],[7.641483,47.07647],[7.63883,47.075094],[7.637816,47.074286],[7.63743,47.073454],[7.637426,47.072359],[7.637699,47.070788],[7.637589,47.069265],[7.635279,47.066247],[7.63346,47.064084],[7.631747,47.062397],[7.629932,47.061282],[7.628224,47.060737],[7.625541,47.060575],[7.622547,47.060746],[7.619227,47.060902]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":207,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.581703,47.063874],[7.575494,47.060383],[7.570438,47.057581],[7.568067,47.056513],[7.561898,47.054473],[7.553152,47.051864],[7.548553,47.050464],[7.545263,47.049451]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":208,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.217416,47.436456],[8.215631,47.443437]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":209,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.217549,47.409346],[8.220554,47.411256],[8.221726,47.412271],[8.222406,47.413266],[8.222742,47.414668],[8.22263,47.416549],[8.221533,47.420626],[8.219909,47.427086],[8.218611,47.431807],[8.217416,47.436456]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":210,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.217549,47.409346],[8.214731,47.407601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":211,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561837,47.450185],[8.563467,47.450955],[8.565159,47.451343],[8.567195,47.451347],[8.569123,47.451304],[8.571041,47.450738],[8.573509,47.449666],[8.575244,47.448745],[8.578582,47.447356],[8.581966,47.446442],[8.585917,47.445808],[8.59142,47.44561],[8.595803,47.445495],[8.597802,47.445451],[8.60126,47.445312]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":212,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.559847,47.438654],[8.559217,47.439533],[8.559086,47.441192],[8.55917,47.443499],[8.559198,47.446474],[8.560222,47.448487],[8.561837,47.450185]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":213,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.88105,46.306572],[7.881255,46.306332],[7.882521,46.305685],[7.883824,46.305441],[7.885746,46.305267],[7.887048,46.304953],[7.888899,46.304517],[7.890786,46.304319],[7.892848,46.304454],[7.89467,46.304613],[7.896284,46.304654],[7.897725,46.304458],[7.899332,46.303666],[7.900702,46.303184],[7.903861,46.303124],[7.905232,46.302832],[7.906704,46.302255],[7.908277,46.301463],[7.908945,46.30129]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":214,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.843928,46.312123],[7.84503,46.31199],[7.847432,46.311648],[7.848807,46.31181],[7.850805,46.31254],[7.852767,46.313104],[7.854899,46.313382],[7.85665,46.313376],[7.858266,46.313536],[7.859571,46.313531],[7.860567,46.313456],[7.862316,46.313093],[7.863721,46.31273],[7.86561,46.312747],[7.867844,46.312834],[7.869872,46.313088],[7.873103,46.313338],[7.875166,46.313615],[7.876817,46.313871],[7.878156,46.313842],[7.879254,46.313647],[7.88045,46.312928],[7.881337,46.312116],[7.881432,46.311211],[7.880772,46.310214],[7.880559,46.309453],[7.88024,46.308121],[7.880541,46.307168],[7.88105,46.306572]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":215,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.755182,46.366962],[7.755832,46.365398],[7.756408,46.364088],[7.757638,46.362704],[7.758595,46.361678],[7.759031,46.359963],[7.759883,46.35858],[7.760358,46.357531],[7.760385,46.35627],[7.759897,46.355224],[7.759687,46.354534],[7.759817,46.353344],[7.759536,46.352297],[7.75943,46.351798],[7.759383,46.349584],[7.758961,46.347967],[7.758366,46.346089],[7.757874,46.344257],[7.757136,46.341475],[7.756954,46.339857],[7.756911,46.33831],[7.756964,46.33562],[7.756739,46.332431],[7.756418,46.330457],[7.755823,46.328578],[7.755227,46.32639],[7.755118,46.325414],[7.755453,46.324033],[7.756617,46.323197],[7.758194,46.322669],[7.760218,46.322306],[7.761663,46.322516],[7.764309,46.32277]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":216,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.764309,46.32277],[7.766543,46.322835],[7.768397,46.322735],[7.771248,46.322584],[7.77293,46.32246],[7.774303,46.322241],[7.775638,46.3215],[7.776974,46.320829],[7.778209,46.320516],[7.779685,46.32044],[7.780682,46.320413],[7.781539,46.320197],[7.783358,46.319858],[7.785726,46.319517],[7.787685,46.319702],[7.78975,46.320243],[7.792399,46.320973],[7.793843,46.321063],[7.795627,46.320772],[7.797101,46.320291],[7.798852,46.320143],[7.800296,46.320305],[7.802393,46.320465],[7.803765,46.320151],[7.805446,46.319812],[7.806784,46.319618],[7.807884,46.319686],[7.808916,46.31992],[7.809811,46.320131],[7.810535,46.320534],[7.81102,46.321127],[7.811127,46.321674],[7.811371,46.322197],[7.811786,46.322648],[7.812957,46.32312],[7.814195,46.323235],[7.815945,46.322991],[7.816631,46.322727],[7.817348,46.322201],[7.817756,46.321486],[7.818399,46.320079],[7.819005,46.318435],[7.819823,46.317504],[7.820816,46.316953],[7.822222,46.31671],[7.824422,46.316822],[7.825213,46.317081],[7.826657,46.317124],[7.827995,46.317],[7.829333,46.31671],[7.830668,46.316063],[7.831452,46.315251],[7.832473,46.313962],[7.833911,46.31329],[7.835455,46.313023],[7.836381,46.312853],[7.837992,46.312443],[7.838952,46.312226],[7.841391,46.312241],[7.842594,46.312284],[7.843928,46.312123]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":217,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.908945,46.30129],[7.909955,46.301028],[7.911157,46.300999],[7.912326,46.301137],[7.914014,46.301772],[7.915907,46.302217],[7.917899,46.302208],[7.918586,46.302253],[7.920237,46.302603],[7.921372,46.302789],[7.922712,46.302807],[7.924122,46.30311],[7.926771,46.303622],[7.928076,46.303617],[7.929622,46.303658],[7.930485,46.304082],[7.932241,46.304598],[7.934788,46.305206],[7.936094,46.305391],[7.937021,46.305363],[7.938228,46.305834],[7.939879,46.30616],[7.940911,46.306345],[7.944185,46.307521],[7.947148,46.308555],[7.949492,46.309425],[7.950701,46.31011],[7.952422,46.310507],[7.953797,46.310619],[7.95521,46.311184],[7.956245,46.311679],[7.957934,46.31229],[7.95962,46.312568],[7.961239,46.313084],[7.962723,46.313768],[7.964376,46.314284],[7.968167,46.315551],[7.969753,46.316115],[7.970651,46.316682],[7.97162,46.317368],[7.97348,46.317859],[7.975477,46.318349],[7.977892,46.319361],[7.979303,46.319617],[7.981261,46.319583],[7.985176,46.319692]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":218,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.689885,46.625518],[7.689358,46.623686],[7.688697,46.622593],[7.688211,46.622023],[7.687586,46.6215],[7.685961,46.621028],[7.684854,46.620816],[7.683954,46.620366],[7.6834,46.620034],[7.681804,46.618442],[7.680693,46.617326],[7.679689,46.616757],[7.677924,46.615999],[7.676919,46.61524],[7.675254,46.613553],[7.672722,46.611012],[7.671681,46.609943],[7.671057,46.609301],[7.670364,46.608779],[7.669154,46.60852],[7.667046,46.608262],[7.665594,46.607861],[7.663759,46.606793],[7.662199,46.605273],[7.661816,46.604631],[7.661191,46.603823],[7.660565,46.602753],[7.659526,46.601851],[7.657483,46.600474],[7.655682,46.599169],[7.655196,46.59867],[7.654641,46.597862],[7.653283,46.595008],[7.65262,46.593272],[7.651578,46.588261]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":219,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.691081,46.637582],[7.691279,46.635606],[7.69137,46.632797],[7.691465,46.631036],[7.691357,46.630155],[7.691112,46.629323],[7.690446,46.627397],[7.689885,46.625518]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":220,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.025477,46.169459],[7.027615,46.164812],[7.02873,46.162221],[7.029948,46.159703],[7.030715,46.157921],[7.031102,46.156589],[7.031247,46.155542],[7.031223,46.154186],[7.030764,46.151423],[7.030469,46.149637],[7.030476,46.148733],[7.030725,46.147448],[7.031248,46.146236],[7.032147,46.145026],[7.038289,46.138764],[7.038398,46.13865]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":221,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.926534,46.359301],[6.928847,46.35589],[6.937625,46.343505],[6.942149,46.337289],[6.942947,46.336507],[6.944196,46.335203],[6.947833,46.332006],[6.951953,46.328525],[6.955796,46.325305],[6.95943,46.322297],[6.960573,46.321207],[6.961197,46.32052],[6.961891,46.319761],[6.962882,46.318089]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":222,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.002014,46.216517],[7.001999,46.215102],[7.002251,46.21358],[7.002636,46.212701],[7.004263,46.21066],[7.006237,46.208264],[7.007622,46.206437],[7.009042,46.204681],[7.010392,46.202972],[7.011738,46.201859],[7.013459,46.200913],[7.016929,46.19995],[7.019915,46.199366],[7.022357,46.198328],[7.023872,46.197358],[7.02522,46.195959],[7.026224,46.194582],[7.029031,46.190546],[7.031179,46.187388],[7.031425,46.186627],[7.031506,46.184914],[7.031309,46.183723],[7.030737,46.182412],[7.02982,46.181266],[7.02656,46.177375],[7.025542,46.176133],[7.024764,46.17475],[7.024394,46.173844],[7.024436,46.172892],[7.024547,46.171846],[7.025386,46.169659],[7.025477,46.169459]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":223,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.927248,46.39871],[6.927242,46.398535],[6.927198,46.39594],[6.928567,46.385664],[6.928726,46.383404],[6.928668,46.382261],[6.928541,46.381142],[6.928112,46.379212],[6.924727,46.369938],[6.924225,46.368484],[6.924127,46.367912],[6.923965,46.36684],[6.924155,46.364913],[6.924409,46.363605],[6.925043,46.361942],[6.926128,46.3599],[6.926534,46.359301]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":224,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.922863,46.426077],[6.923165,46.425602],[6.923969,46.424321],[6.924187,46.423132],[6.924405,46.421895],[6.924861,46.420993],[6.926423,46.419595],[6.927154,46.418789],[6.92768,46.417673]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":225,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.910916,46.435757],[6.912388,46.433122],[6.912808,46.432338],[6.914264,46.431321],[6.915888,46.43071],[6.917923,46.430291],[6.919098,46.429844],[6.920204,46.429326],[6.921593,46.428071],[6.922863,46.426077]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":226,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.92768,46.417673],[6.928044,46.415652],[6.928504,46.41425],[6.929445,46.412968],[6.930421,46.411688],[6.93088,46.410476],[6.931096,46.409406],[6.931071,46.408477],[6.930804,46.4075],[6.930433,46.406761],[6.929585,46.405495],[6.928735,46.404325],[6.927886,46.403203],[6.927446,46.402463],[6.927312,46.401986],[6.927322,46.400939],[6.927248,46.39871]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":227,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.882171,46.294133],[7.885103,46.294091],[7.886923,46.294084],[7.88895,46.294243],[7.895344,46.295122],[7.898747,46.29556],[7.911667,46.296673],[7.918918,46.297262],[7.92617,46.298016],[7.92875,46.298457],[7.930987,46.299019],[7.933434,46.300055],[7.935126,46.301071],[7.937924,46.30282],[7.939719,46.303836],[7.941892,46.304897],[7.944201,46.305672],[7.945922,46.306117],[7.948231,46.306964],[7.953608,46.308986],[7.957365,46.310397],[7.96071,46.311762],[7.962814,46.312705],[7.968742,46.314724],[7.975326,46.317073],[7.980081,46.318574],[7.982045,46.319207],[7.985176,46.319692]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":228,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.125089,46.126208],[7.125394,46.126355],[7.142464,46.134565],[7.17276,46.149206]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":229,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.531781,46.291599],[7.534117,46.292454],[7.535835,46.293119],[7.537691,46.294379],[7.539376,46.29552],[7.541128,46.296209],[7.543155,46.296516],[7.546075,46.297156],[7.547999,46.297797],[7.551815,46.30003],[7.562475,46.306279],[7.565294,46.307775],[7.567941,46.308772],[7.569831,46.30927],[7.571652,46.309315],[7.573266,46.309171],[7.574811,46.30905],[7.576013,46.308977],[7.57694,46.309],[7.577696,46.309094],[7.578795,46.309307],[7.579548,46.309653]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":230,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.579548,46.309653],[7.581065,46.310351],[7.582167,46.311373],[7.584127,46.312204],[7.585261,46.312345],[7.586566,46.312391],[7.588042,46.312222],[7.588969,46.312055],[7.590446,46.311981],[7.592164,46.312098],[7.593263,46.312144],[7.594396,46.312095],[7.595496,46.312189],[7.596836,46.312496],[7.598693,46.31335],[7.601306,46.313942],[7.602852,46.314154],[7.604879,46.314317],[7.606735,46.314767],[7.610412,46.31519],[7.612577,46.31552],[7.615464,46.316039],[7.61701,46.316132],[7.618831,46.316367],[7.620481,46.316602],[7.622164,46.316576],[7.624567,46.316167],[7.627931,46.315424],[7.629131,46.31497],[7.631188,46.3138],[7.633383,46.312892],[7.635169,46.312651],[7.636508,46.312624],[7.637916,46.312646],[7.638946,46.31243],[7.640663,46.31226],[7.642276,46.312114],[7.642751,46.312092]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":231,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.41964,46.251404],[7.426521,46.25384],[7.442716,46.259506],[7.452428,46.262742],[7.453732,46.263218],[7.457301,46.264788],[7.459395,46.265668],[7.462209,46.266525],[7.466671,46.267428],[7.469417,46.268022],[7.47357,46.26914],[7.480367,46.271113],[7.483525,46.272016],[7.491112,46.273917],[7.494752,46.275153],[7.498941,46.276436],[7.506495,46.278812],[7.510582,46.280047],[7.521159,46.283491],[7.523736,46.284513],[7.524801,46.285202],[7.52566,46.286011],[7.526452,46.287319],[7.52745,46.288866],[7.527966,46.28946],[7.529823,46.290887],[7.531781,46.291599]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":232,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.217901,46.172748],[7.224972,46.17795],[7.229789,46.18153],[7.240523,46.188642]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":233,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.240523,46.188642],[7.250882,46.195609],[7.262373,46.203411],[7.265896,46.205868],[7.268257,46.207276],[7.269133,46.207704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":234,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.30567,46.216156],[7.332745,46.22204],[7.354101,46.226414],[7.35914,46.227274],[7.360193,46.227463]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":235,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.360193,46.227463],[7.361678,46.227728],[7.365209,46.228588],[7.366922,46.229374],[7.367882,46.230017],[7.368601,46.230803],[7.369251,46.231851],[7.370414,46.23466],[7.370996,46.235446],[7.373668,46.238185],[7.378122,46.242448],[7.380419,46.243758],[7.383677,46.244783],[7.386352,46.24557],[7.391462,46.246429],[7.406624,46.248933],[7.413073,46.249982],[7.417396,46.250673],[7.418048,46.25084],[7.41964,46.251404]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":236,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.269133,46.207704],[7.269626,46.207944],[7.272913,46.209091],[7.277778,46.210193],[7.286378,46.212014],[7.30567,46.216156]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":237,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.17276,46.149206],[7.1921,46.158438],[7.203106,46.163721],[7.208678,46.166446],[7.210557,46.167545],[7.212197,46.168595],[7.217901,46.172748]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":238,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.642751,46.312092],[7.644371,46.312015],[7.645779,46.311751],[7.647391,46.311201],[7.648488,46.310651],[7.649756,46.309983],[7.650819,46.309624],[7.652535,46.309239],[7.662555,46.306983],[7.666158,46.306285],[7.668698,46.305971],[7.672234,46.305678],[7.674638,46.305649],[7.677489,46.305786],[7.680719,46.306184],[7.687009,46.307313],[7.696635,46.309219]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":239,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.696635,46.309219],[7.698113,46.30943],[7.701857,46.309612],[7.706529,46.309815],[7.711028,46.309638],[7.714735,46.309201],[7.71978,46.308498],[7.73114,46.306898],[7.733679,46.306463],[7.735874,46.306029],[7.737763,46.305929],[7.741265,46.305825],[7.743533,46.306009],[7.745492,46.306242],[7.748105,46.30683]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":240,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.748105,46.30683],[7.754776,46.308239],[7.756872,46.308448],[7.758521,46.308538],[7.760067,46.308462],[7.763327,46.308048],[7.76844,46.307343],[7.777191,46.306223],[7.779146,46.305908],[7.780416,46.305761],[7.785122,46.305794],[7.791372,46.305751],[7.795012,46.305787],[7.796353,46.305902],[7.79972,46.306225],[7.801772,46.306347]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":241,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.389267,46.945937],[7.392881,46.946319],[7.395556,46.94651],[7.399136,46.946416],[7.401079,46.946363]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":242,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.177688,46.728475],[8.182591,46.727586]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":243,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.697387,46.673771],[7.696765,46.673987],[7.695661,46.674465],[7.693938,46.675802],[7.691905,46.677211],[7.69025,46.678285],[7.688838,46.679479],[7.686842,46.681577]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":244,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.814371,46.660046],[7.812786,46.660742],[7.811444,46.661603],[7.81034,46.662011],[7.809099,46.662515],[7.808204,46.662994],[7.807551,46.663663],[7.806725,46.664189],[7.805862,46.664406],[7.80455,46.664553],[7.803444,46.66458],[7.802232,46.664346],[7.800915,46.663803],[7.799908,46.663163],[7.798625,46.662596],[7.797308,46.662077],[7.794674,46.661062],[7.793564,46.660494],[7.79235,46.65995],[7.790204,46.659457],[7.789232,46.658889],[7.787809,46.658012],[7.78684,46.657777],[7.785319,46.657758],[7.783694,46.657692],[7.78179,46.657364],[7.778536,46.656589],[7.776978,46.656189],[7.775938,46.655723]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":245,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.775938,46.655723],[7.774864,46.655243],[7.773479,46.654842],[7.772475,46.654655],[7.771196,46.654706],[7.770161,46.654995],[7.76885,46.655427],[7.768127,46.655762],[7.766745,46.655909],[7.765535,46.655841],[7.764391,46.655416],[7.762833,46.654921],[7.761483,46.654615],[7.760342,46.654594],[7.758995,46.654717],[7.758029,46.655101],[7.756304,46.655558],[7.7543,46.655825],[7.753334,46.655994],[7.751952,46.656212],[7.751366,46.656428],[7.750401,46.656978],[7.749368,46.657576],[7.748265,46.658246],[7.746886,46.658844],[7.745886,46.659275],[7.745197,46.659777],[7.744889,46.660349],[7.744305,46.66097],[7.743479,46.661495],[7.742272,46.662022],[7.74065,46.66255],[7.738749,46.662746],[7.737575,46.662915],[7.736539,46.663204],[7.735021,46.663683],[7.733397,46.663878],[7.732636,46.663761],[7.731633,46.663668],[7.730699,46.663647],[7.72987,46.663792],[7.729007,46.664032],[7.728145,46.664415],[7.72718,46.664846],[7.725523,46.665374],[7.724972,46.665804],[7.72418,46.666401],[7.7228,46.666951],[7.721384,46.667241],[7.720278,46.667267],[7.719206,46.667365],[7.717653,46.667821],[7.716825,46.668251],[7.715653,46.668921],[7.714032,46.669662],[7.710406,46.670456],[7.707263,46.671273],[7.705468,46.67173],[7.704189,46.671899],[7.702877,46.672164],[7.700425,46.672884],[7.697387,46.673771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":246,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.851199,46.681916],[7.851105,46.68096],[7.85096,46.680056],[7.850499,46.678558],[7.850287,46.677964],[7.849694,46.677323],[7.848859,46.676707],[7.846148,46.674884],[7.843959,46.673417],[7.842323,46.672018],[7.841106,46.671047],[7.840237,46.670478],[7.838676,46.669722],[7.836317,46.668659],[7.834201,46.667762],[7.832049,46.666604],[7.828928,46.66521],[7.827607,46.664239],[7.826564,46.663504],[7.824795,46.662582],[7.824307,46.662108],[7.823543,46.661515],[7.822954,46.661375],[7.822088,46.661163],[7.821222,46.660833],[7.820596,46.66043],[7.819973,46.660266],[7.819177,46.660173],[7.817966,46.659963],[7.816754,46.659658],[7.814992,46.659783],[7.814371,46.660046]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":247,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.928186,46.716084],[7.927142,46.715517],[7.92544,46.714834],[7.924642,46.714576],[7.923565,46.714057],[7.922694,46.71337],[7.921754,46.712827],[7.919218,46.711648],[7.917796,46.71132],[7.916856,46.710634],[7.915982,46.709591],[7.915179,46.708832],[7.913096,46.70796],[7.911743,46.707609],[7.910217,46.707163],[7.908999,46.706383],[7.907403,46.705818],[7.905945,46.705324],[7.905009,46.705066],[7.903833,46.705142],[7.902761,46.705242],[7.900538,46.704227],[7.899991,46.703999]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":248,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.089912,46.745521],[8.087444,46.745208],[8.077802,46.743859],[8.076484,46.743652],[8.072709,46.743554],[8.063357,46.743272],[8.058993,46.743153],[8.057645,46.743303],[8.056405,46.743857],[8.055132,46.744554],[8.054101,46.74525],[8.052967,46.745994],[8.052143,46.746641],[8.051321,46.747455],[8.050947,46.748076],[8.050472,46.748935],[8.050068,46.749889],[8.049555,46.750463],[8.048696,46.751063],[8.047731,46.751449],[8.047181,46.751809],[8.046078,46.752314],[8.045353,46.752509],[8.044664,46.752822],[8.044253,46.753229],[8.043811,46.753945],[8.043192,46.754305],[8.041639,46.754813],[8.03963,46.754776],[8.039364,46.754758]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":249,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.177688,46.728475],[8.174098,46.729165],[8.169438,46.730099],[8.165056,46.731174],[8.16337,46.731947],[8.158048,46.735194],[8.151796,46.738898],[8.147637,46.741185],[8.143952,46.742636],[8.141814,46.743292],[8.140123,46.743707],[8.138499,46.744003],[8.136183,46.744255],[8.132549,46.744396],[8.120821,46.745181],[8.104772,46.746489],[8.10145,46.746651],[8.099684,46.746662],[8.096945,46.746416],[8.090322,46.745573],[8.089912,46.745521]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":250,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.958943,46.736988],[7.957726,46.736399],[7.956925,46.735855],[7.956432,46.735072],[7.955625,46.733957],[7.954127,46.73294],[7.95253,46.732471],[7.95114,46.731883],[7.949327,46.73051],[7.948314,46.729491],[7.947858,46.728827],[7.946848,46.728236],[7.945667,46.727766],[7.944517,46.726961],[7.943261,46.725825],[7.942322,46.7254],[7.941107,46.725049],[7.940308,46.724719],[7.939542,46.724199],[7.938463,46.723489],[7.937489,46.722994],[7.936965,46.722449],[7.93637,46.721761],[7.935395,46.721099],[7.93456,46.720626],[7.933824,46.71963],[7.932569,46.718612],[7.931665,46.718187],[7.930482,46.717502],[7.928186,46.716084]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":251,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.039364,46.754758],[8.03866,46.75471],[8.037722,46.754429],[8.036854,46.754291],[8.036058,46.754319],[8.03516,46.75449],[8.034125,46.754853],[8.032952,46.755311],[8.031159,46.756011],[8.029986,46.756397],[8.028673,46.75669],[8.026568,46.757367],[8.025599,46.757467],[8.024525,46.757401],[8.023207,46.757218],[8.021994,46.757153],[8.0212,46.757323],[8.020401,46.757523]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":252,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.899991,46.703999],[7.899462,46.70378],[7.898348,46.702975],[7.897409,46.70236],[7.895599,46.701129],[7.895423,46.700702],[7.895174,46.699965],[7.894649,46.699134],[7.893848,46.698518],[7.892455,46.697453],[7.891726,46.697146],[7.889853,46.696559],[7.887526,46.695449],[7.886174,46.695121],[7.885067,46.695126],[7.883959,46.69494],[7.882846,46.694206],[7.880199,46.692027],[7.878981,46.691103],[7.878218,46.690797],[7.877283,46.690705],[7.876488,46.690732],[7.875451,46.690902],[7.874174,46.691145],[7.872721,46.691127],[7.872029,46.69113],[7.870413,46.691075],[7.869981,46.691012]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":253,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.869981,46.691012],[7.869305,46.690913],[7.867922,46.690965],[7.866989,46.691017],[7.865951,46.690997],[7.864601,46.690835],[7.862696,46.690604],[7.861278,46.690514],[7.860311,46.690708],[7.859517,46.691021],[7.858515,46.691096],[7.85765,46.691027],[7.856678,46.690603],[7.855878,46.689987],[7.855456,46.689179],[7.854613,46.687421],[7.853813,46.686829],[7.8527,46.686047],[7.852,46.685026],[7.851292,46.682792],[7.851217,46.682102],[7.851199,46.681916]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":254,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.677991,46.687451],[7.678566,46.686998],[7.68091,46.685184],[7.682289,46.684396],[7.683912,46.683678],[7.685774,46.682603],[7.686842,46.681577]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":255,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.667347,46.69],[7.669965,46.689657],[7.672525,46.689628],[7.674115,46.689411],[7.677084,46.688167],[7.677991,46.687451]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":256,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.524974,46.657761],[7.524577,46.657537],[7.52354,46.657157],[7.522399,46.656801],[7.520877,46.656493],[7.519909,46.65647],[7.518492,46.656637],[7.51552,46.657115],[7.514553,46.657497],[7.513793,46.657545],[7.512341,46.65757],[7.511027,46.657785],[7.510129,46.658119],[7.509092,46.658286],[7.50809,46.658215],[7.507122,46.65812],[7.506016,46.65824],[7.505221,46.658478],[7.504288,46.658669],[7.502767,46.658527],[7.501488,46.65829],[7.499897,46.658124],[7.498584,46.657982],[7.497581,46.658221],[7.495854,46.658936],[7.495611,46.659019]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":257,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.911666,46.437136],[6.912395,46.436496],[6.912917,46.43588],[6.913439,46.435359],[6.91389,46.43498],[6.913927,46.434647],[6.913654,46.434455],[6.91324,46.434525],[6.912858,46.434928],[6.911815,46.43597],[6.911434,46.436183],[6.911124,46.436181],[6.910916,46.435757]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":258,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.906248,46.441918],[6.907458,46.441448],[6.909151,46.440597]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":259,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.910238,46.445864],[6.908507,46.446808],[6.907603,46.447685],[6.906039,46.449129],[6.904203,46.450215],[6.903162,46.451091],[6.902388,46.452706]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":260,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.902388,46.452706],[6.902384,46.453134],[6.902136,46.453823],[6.901616,46.45413],[6.901031,46.454151],[6.900414,46.453863],[6.900144,46.453266],[6.900392,46.45253],[6.900872,46.451221]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":261,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.900872,46.451221],[6.900959,46.450985],[6.901103,46.450296],[6.901352,46.449512],[6.901464,46.448703],[6.901263,46.448131],[6.900898,46.446748]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":262,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.900898,46.446748],[6.901213,46.446179],[6.902187,46.445184],[6.902742,46.444829],[6.903158,46.444498],[6.903577,46.443905],[6.904307,46.443218],[6.906248,46.441918]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":263,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.909151,46.440597],[6.909568,46.440387],[6.910366,46.439772],[6.910854,46.439203],[6.911308,46.438491],[6.911209,46.438109],[6.911386,46.43761],[6.911666,46.437136]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":264,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.354083,47.362408],[7.356225,47.363133],[7.357485,47.363491],[7.358535,47.364456],[7.358954,47.365313],[7.359317,47.368454],[7.360153,47.371132],[7.361463,47.374024],[7.361777,47.375095],[7.361565,47.37588],[7.360828,47.376879],[7.359618,47.377735],[7.359092,47.378449],[7.358933,47.379234],[7.359142,47.379984],[7.360714,47.382698],[7.361815,47.38484],[7.363284,47.386662],[7.364912,47.387805],[7.36675,47.388591],[7.36943,47.389129],[7.371795,47.38938],[7.373687,47.389488],[7.375527,47.389775],[7.378154,47.390668],[7.381044,47.391134],[7.38383,47.3911],[7.387142,47.391458],[7.390558,47.391781],[7.392713,47.392032],[7.395025,47.392747],[7.396812,47.393533],[7.399229,47.394462],[7.400911,47.394855],[7.403697,47.394891],[7.405695,47.394678],[7.40906,47.393965],[7.416052,47.393145],[7.417681,47.393324],[7.420257,47.394039],[7.421781,47.394396],[7.43424,47.393755],[7.434976,47.393969],[7.435712,47.394361],[7.436868,47.395361],[7.437814,47.396218],[7.439707,47.398645],[7.441179,47.400001],[7.442809,47.400965],[7.446016,47.402429],[7.447856,47.403249],[7.450485,47.404391],[7.452273,47.404784],[7.453745,47.404784],[7.45506,47.404534],[7.456216,47.403927],[7.45711,47.402927],[7.458161,47.40207],[7.45958,47.401392],[7.461315,47.401213],[7.462735,47.401463],[7.464312,47.401855],[7.465679,47.401819],[7.466888,47.401533],[7.468307,47.400997],[7.470095,47.400319],[7.471724,47.400068],[7.473407,47.400211],[7.475457,47.400603],[7.476824,47.400888],[7.479348,47.400851],[7.480452,47.400851],[7.481767,47.401279],[7.488394,47.403918],[7.489499,47.404738],[7.491026,47.407308],[7.491448,47.408485],[7.492184,47.409235],[7.493394,47.409877],[7.49492,47.410197],[7.496235,47.410375],[7.497181,47.410731],[7.497918,47.411374],[7.498392,47.412052],[7.498709,47.412658],[7.499656,47.413657],[7.501025,47.414692],[7.502681,47.419168]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":265,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.913266,46.449571],[6.91351,46.449307],[6.913892,46.448952],[6.91417,46.448643],[6.91452,46.448074],[6.914904,46.447528],[6.91491,46.446933],[6.915056,46.446077],[6.915581,46.445175],[6.91624,46.444726],[6.917035,46.44442],[6.917726,46.444161],[6.918282,46.44364],[6.918803,46.443143],[6.919427,46.442694],[6.919946,46.442458],[6.920638,46.442104],[6.920985,46.441772],[6.921369,46.441251],[6.921478,46.440704],[6.921826,46.440253],[6.922208,46.439969],[6.922554,46.43978],[6.923072,46.439545],[6.923522,46.439332],[6.923628,46.439023],[6.923494,46.43869],[6.923013,46.438521],[6.922463,46.438495],[6.922152,46.438636],[6.921563,46.43899]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":266,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.945924,46.270151],[6.946252,46.260465],[6.946154,46.259869]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":267,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.547614,46.640743],[6.551086,46.648501],[6.552187,46.651192],[6.55253,46.652277],[6.552828,46.65406],[6.552878,46.654984],[6.552859,46.656111],[6.552751,46.656719],[6.552751,46.656742]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":268,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.551067,47.205233],[7.55061,47.205474],[7.545382,47.204819],[7.54272,47.20469],[7.542334,47.204954],[7.541224,47.209614],[7.541364,47.210066]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":269,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.381667,47.505705],[8.411728,47.497888]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":270,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.618583,47.051849],[7.61966,47.051038],[7.620632,47.050084],[7.625627,47.044745],[7.627119,47.043219],[7.6293,47.039741]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":271,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.405293,46.822791],[9.403618,46.822746],[9.399935,46.8235],[9.397882,46.823321],[9.396524,46.823178],[9.395851,46.822784],[9.394958,46.822086],[9.393875,46.821866],[9.391063,46.821795],[9.389985,46.821718],[9.388551,46.822338],[9.387545,46.822331],[9.386807,46.822058],[9.386309,46.821733],[9.386008,46.821072],[9.386158,46.820427],[9.386551,46.819801],[9.387122,46.819267],[9.387665,46.818949],[9.388632,46.818837],[9.388667,46.818836],[9.389912,46.818744],[9.390666,46.818493],[9.391064,46.817986],[9.39128,46.817244],[9.39231,46.813155],[9.392776,46.8126],[9.393724,46.811988],[9.397856,46.810227]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":272,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.617452,47.513344],[7.618392,47.515257],[7.618676,47.516232],[7.618678,47.516803],[7.61833,47.517684],[7.617773,47.51928],[7.616831,47.521042],[7.614003,47.526377],[7.613689,47.527162],[7.613274,47.529067],[7.61272,47.531733],[7.612026,47.534399],[7.611468,47.535732],[7.610978,47.536352],[7.610243,47.537019],[7.608875,47.537997]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":273,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.962882,46.318089],[6.963495,46.317054],[6.965102,46.313943],[6.965627,46.312827],[6.966235,46.310116],[6.967257,46.303146],[6.968629,46.295393],[6.969822,46.288543],[6.970511,46.284238],[6.970703,46.281858],[6.971339,46.279743],[6.97235,46.277835]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":274,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.46193,46.996997],[7.461829,46.999059],[7.461933,46.999916],[7.462124,47.000775]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":275,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.651578,46.588261],[7.651388,46.587348],[7.650619,46.584731],[7.650512,46.583898],[7.650267,46.583018],[7.649987,46.582043]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":276,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.531842,46.856948],[9.531566,46.857998],[9.531297,46.860003],[9.531145,46.862339]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":277,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.589631,46.66731],[8.588651,46.664473],[8.588639,46.662788]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":278,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.576524,46.139116],[8.579579,46.139831],[8.581299,46.140012],[8.582346,46.140499],[8.583821,46.140931],[8.584508,46.141297],[8.585482,46.141685],[8.586953,46.141943],[8.588313,46.142004],[8.589599,46.141916],[8.590786,46.142277],[8.591655,46.14279],[8.592344,46.143206],[8.59278,46.143574],[8.593003,46.143945],[8.593012,46.144392],[8.592912,46.144741],[8.592491,46.145093],[8.592353,46.145343],[8.592364,46.14584],[8.592444,46.146287],[8.592988,46.146604],[8.593497,46.147022],[8.594333,46.147659],[8.595277,46.148321],[8.596328,46.148956],[8.597266,46.149344],[8.598237,46.149608],[8.598815,46.149875],[8.599145,46.15027],[8.5993,46.150815],[8.599097,46.151364],[8.598788,46.151963],[8.598835,46.15251],[8.599316,46.153275],[8.599828,46.153817],[8.600441,46.154034],[8.601232,46.154086]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":279,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.389901,46.627192],[7.389656,46.62707],[7.386894,46.625283],[7.385893,46.624497],[7.385099,46.623593],[7.383443,46.621426],[7.379269,46.616402],[7.378821,46.615711],[7.378823,46.614259],[7.378652,46.612784],[7.378549,46.61176],[7.37824,46.61057],[7.377481,46.609046],[7.376413,46.607332],[7.37531,46.605642],[7.374551,46.604642],[7.374207,46.603975],[7.374289,46.603592]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":280,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.435429,46.656046],[7.434289,46.655903],[7.433563,46.655641],[7.432975,46.65526],[7.431489,46.653642],[7.431074,46.653332],[7.430072,46.652999],[7.429001,46.652475],[7.427964,46.651975],[7.4271,46.651642],[7.425821,46.651356],[7.424646,46.650952],[7.423989,46.650761],[7.423125,46.650666],[7.422123,46.650475],[7.421467,46.650261],[7.420948,46.649904],[7.42043,46.649666],[7.419946,46.649499],[7.419151,46.649261],[7.418633,46.64907],[7.41808,46.648689],[7.417502,46.647873]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":281,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.476148,46.659351],[7.475805,46.659348],[7.474042,46.659492],[7.471795,46.659469],[7.470481,46.659302],[7.469271,46.65897],[7.468096,46.658613],[7.467128,46.658565],[7.465538,46.658732],[7.464155,46.65909],[7.463118,46.659423],[7.462047,46.659733],[7.461424,46.659733],[7.460629,46.659543],[7.459903,46.659329],[7.458071,46.659043],[7.45617,46.658877],[7.455271,46.659068],[7.453577,46.659663],[7.452955,46.659734],[7.452091,46.659496],[7.45133,46.659306],[7.450397,46.659092],[7.449256,46.659044],[7.447459,46.65914],[7.444244,46.659354],[7.443656,46.659354],[7.442896,46.65914],[7.442239,46.658759],[7.441893,46.658378],[7.441029,46.657879],[7.440303,46.657522],[7.438886,46.657093],[7.437261,46.656546],[7.435429,46.656046]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":282,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.417502,46.647873],[7.417355,46.647666],[7.417217,46.64688],[7.41739,46.646381],[7.417667,46.6455],[7.417563,46.644881],[7.417218,46.644239],[7.416596,46.643286],[7.415422,46.64212],[7.414904,46.641311],[7.414352,46.639787],[7.41411,46.639454],[7.41373,46.639264],[7.412762,46.639001],[7.412002,46.638716],[7.410344,46.63793],[7.408582,46.637049],[7.407753,46.636406],[7.406648,46.635477],[7.405163,46.634168],[7.403436,46.633049],[7.40209,46.63231],[7.40095,46.631953],[7.399326,46.631381],[7.396908,46.630428],[7.393144,46.628737],[7.390416,46.627451],[7.389901,46.627192]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":283,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.280273,46.49031],[7.280445,46.490096],[7.281446,46.48986],[7.28279,46.489719],[7.283996,46.489649],[7.284651,46.489483],[7.285101,46.489056],[7.284964,46.488532],[7.284656,46.487865],[7.284451,46.487103],[7.284523,46.486223],[7.28487,46.485485],[7.285802,46.484868],[7.286492,46.484535],[7.286459,46.484035],[7.28615,46.48363],[7.285462,46.483201],[7.284946,46.482701],[7.284914,46.482153],[7.284984,46.481534],[7.285435,46.480559],[7.285918,46.480203],[7.285988,46.479846],[7.285782,46.479512],[7.285473,46.479298],[7.284888,46.478892],[7.284614,46.478559],[7.284649,46.478178],[7.284891,46.477845],[7.285203,46.477227],[7.285653,46.476513],[7.286068,46.476014],[7.286482,46.475634],[7.286862,46.475253],[7.287071,46.47473],[7.286934,46.474349],[7.2863,46.473934],[7.285818,46.473862],[7.285163,46.474123],[7.284507,46.474622],[7.283713,46.475263]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":284,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.291249,46.504607],[7.291123,46.50451],[7.29047,46.503915],[7.289747,46.503509],[7.288852,46.503175],[7.286786,46.502482],[7.285995,46.501909],[7.285892,46.501671],[7.285893,46.501124],[7.286136,46.500696],[7.286619,46.500315],[7.286999,46.500197],[7.287585,46.500222],[7.287998,46.500365],[7.288756,46.50058],[7.289548,46.500605],[7.289997,46.50051],[7.290377,46.500178],[7.29055,46.49975],[7.290482,46.499345],[7.290276,46.499035],[7.289933,46.498678],[7.289038,46.498129],[7.288281,46.497652],[7.288144,46.497342],[7.288112,46.496605],[7.287839,46.495676],[7.287564,46.495342],[7.287186,46.495009],[7.286566,46.494698],[7.285878,46.494555],[7.285396,46.494292],[7.284673,46.494006],[7.283846,46.493838],[7.283226,46.493742],[7.282158,46.493717],[7.281159,46.493668],[7.280539,46.493381],[7.27992,46.492976],[7.279611,46.492618],[7.279509,46.492071],[7.279579,46.491618],[7.280273,46.49031]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":285,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.352083,46.531141],[7.351849,46.531064],[7.351539,46.530921],[7.350678,46.53042],[7.350058,46.530015],[7.349162,46.529753],[7.348232,46.529205],[7.347543,46.528776],[7.346992,46.528299],[7.346406,46.527966],[7.34551,46.527584],[7.345166,46.527179],[7.344719,46.526512],[7.344375,46.526036],[7.343308,46.524964],[7.342619,46.524249],[7.341517,46.523725],[7.341138,46.523725],[7.340551,46.523843],[7.339999,46.524057],[7.33962,46.524056],[7.338965,46.523961],[7.338345,46.523674],[7.337794,46.523293],[7.337104,46.523102],[7.336001,46.523006],[7.334967,46.522862],[7.333588,46.522766],[7.331829,46.522764],[7.331106,46.522668],[7.330037,46.522334],[7.329314,46.521905],[7.327901,46.521499],[7.32704,46.52126],[7.325075,46.521187],[7.323351,46.520804],[7.321595,46.519969],[7.319288,46.518348],[7.318496,46.518109],[7.31722,46.518132],[7.316531,46.517917],[7.315808,46.517654],[7.31436,46.517558],[7.311464,46.51753]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":286,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.375272,46.553132],[7.375068,46.552476],[7.374759,46.551215],[7.375277,46.550644],[7.37576,46.550311],[7.376934,46.549955],[7.377382,46.549717],[7.377624,46.549408],[7.377832,46.54867],[7.377833,46.54817],[7.378074,46.547742],[7.378075,46.547266],[7.378077,46.545743],[7.378146,46.545338],[7.378147,46.544481],[7.378251,46.543791],[7.378219,46.54222],[7.378323,46.541435],[7.377979,46.540459],[7.378256,46.539983],[7.378601,46.539697],[7.37905,46.539341],[7.379809,46.538889],[7.379982,46.538389],[7.379879,46.538032],[7.379707,46.537722],[7.379259,46.537484],[7.378431,46.537341],[7.377983,46.537388],[7.377396,46.537769],[7.377189,46.53815],[7.377188,46.538768],[7.377291,46.539506],[7.377359,46.540149],[7.377151,46.540887],[7.376909,46.541577],[7.376701,46.542148],[7.376631,46.542838],[7.376355,46.543576],[7.376043,46.544409],[7.375628,46.54498],[7.374006,46.54624],[7.373384,46.546692],[7.372418,46.546739],[7.372005,46.546524],[7.371384,46.546191],[7.370592,46.545429],[7.369799,46.544548],[7.36949,46.543905],[7.369353,46.543143],[7.36887,46.542714],[7.367664,46.541785],[7.366941,46.541238],[7.365631,46.540213],[7.364805,46.539546],[7.364426,46.539022],[7.363426,46.538498],[7.362841,46.538093],[7.362634,46.537784],[7.362462,46.537379],[7.362152,46.53695],[7.361532,46.536593],[7.360878,46.536069],[7.359671,46.535497],[7.358878,46.535306],[7.358292,46.535043],[7.357982,46.534781],[7.356569,46.534257],[7.355708,46.533709],[7.354606,46.532542],[7.353917,46.531875],[7.353366,46.531565],[7.352083,46.531141]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":287,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.374289,46.603592],[7.374346,46.603332],[7.374415,46.602928],[7.374692,46.602285],[7.374694,46.601119],[7.374454,46.599501],[7.374351,46.59862],[7.37487,46.598001],[7.375216,46.597002],[7.375148,46.59655],[7.374874,46.594836],[7.374426,46.594074],[7.373943,46.593288],[7.37384,46.59286],[7.374187,46.592027],[7.375397,46.590647],[7.377781,46.588673],[7.378541,46.588412],[7.379473,46.588246],[7.380406,46.587794],[7.380889,46.587556],[7.381546,46.586747],[7.381927,46.586129],[7.382411,46.584653],[7.382862,46.582749],[7.383302,46.579913]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":288,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.383302,46.579913],[7.383349,46.579608],[7.38318,46.576371],[7.383008,46.574871],[7.38256,46.574467],[7.381733,46.573728],[7.380043,46.572728],[7.379043,46.571918],[7.378216,46.570728],[7.377011,46.567728],[7.376498,46.564348],[7.375503,46.558921],[7.375264,46.557421],[7.375343,46.553357],[7.375272,46.553132]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":289,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.311464,46.51753],[7.31036,46.517696],[7.309705,46.517528],[7.309051,46.517147],[7.308638,46.516694],[7.308088,46.516241],[7.307331,46.515788],[7.306263,46.515263],[7.30523,46.514739],[7.304301,46.513976],[7.303304,46.512951],[7.302685,46.512498],[7.301892,46.512283],[7.300893,46.512044],[7.300515,46.51171],[7.300241,46.511091],[7.299794,46.510543],[7.299106,46.510042],[7.297523,46.508874],[7.295768,46.507706],[7.29274,46.50575],[7.291249,46.504607]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":290,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.043091,46.486488],[7.043154,46.487392],[7.042907,46.488058],[7.042731,46.488676],[7.041998,46.489959],[7.041236,46.490361],[7.040752,46.490621],[7.040233,46.490928],[7.04023,46.491285],[7.040331,46.491643],[7.040709,46.491858],[7.041293,46.492027],[7.041739,46.492314],[7.041805,46.492671],[7.041562,46.49298],[7.041113,46.493145],[7.040734,46.49312],[7.040322,46.492833],[7.040188,46.492356],[7.040087,46.491999],[7.039814,46.491712],[7.039332,46.491568],[7.03892,46.491352],[7.038543,46.491089],[7.037959,46.49092],[7.037545,46.490871],[7.037131,46.490918],[7.036717,46.491106],[7.036507,46.49151],[7.036332,46.491891],[7.036089,46.492104],[7.035571,46.492197],[7.035055,46.492053],[7.034302,46.491455]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":291,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.034302,46.491455],[7.03365,46.491024],[7.032825,46.490831],[7.032136,46.490733],[7.031138,46.490563],[7.030519,46.490323],[7.029626,46.490034],[7.028903,46.489865],[7.02818,46.489814],[7.027525,46.489812],[7.026633,46.489357],[7.025192,46.488471],[7.024403,46.487992],[7.02375,46.487775],[7.023338,46.487559],[7.022689,46.486891],[7.022039,46.486246],[7.021559,46.485958],[7.021112,46.485766],[7.020528,46.485574],[7.020116,46.485382],[7.019773,46.485166],[7.019154,46.484973],[7.018397,46.484899],[7.018088,46.484731],[7.017815,46.484445],[7.01768,46.484087],[7.017545,46.48373],[7.017271,46.483443],[7.016692,46.482632],[7.016696,46.482156],[7.016663,46.481918],[7.016425,46.481488],[7.016223,46.48094],[7.015883,46.48032],[7.015544,46.479581],[7.015343,46.478842],[7.015317,46.477747],[7.015119,46.476676],[7.014917,46.476032],[7.014576,46.475626],[7.014063,46.47522],[7.013515,46.474789],[7.013241,46.474503],[7.012903,46.473764],[7.01222,46.472952],[7.011537,46.472259],[7.010682,46.471446],[7.00962,46.470728],[7.008658,46.470392],[7.00794,46.469675]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":292,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.04644,46.467097],[7.045712,46.467689],[7.045329,46.468235],[7.045153,46.468853],[7.044975,46.469567],[7.044833,46.470138],[7.044658,46.470542],[7.044171,46.471159],[7.043546,46.471823],[7.0433,46.472465],[7.042817,46.472653],[7.041851,46.47284],[7.041127,46.472957],[7.040676,46.473265],[7.040467,46.473621],[7.040085,46.474072],[7.03991,46.474452],[7.0397,46.474832],[7.03908,46.474878],[7.038048,46.474707],[7.037153,46.474561],[7.036567,46.474583],[7.036256,46.474725],[7.035943,46.475152],[7.035144,46.475959],[7.034658,46.476552],[7.034551,46.477027],[7.034752,46.47779],[7.03478,46.478623],[7.035121,46.479124],[7.035428,46.479458],[7.035873,46.479865],[7.036489,46.480462],[7.03714,46.480916],[7.037584,46.481441],[7.037854,46.48218],[7.037921,46.482466],[7.038298,46.482801],[7.039362,46.483376],[7.04046,46.483975],[7.041315,46.484763],[7.042411,46.485671],[7.043091,46.486488]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":293,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.083209,46.46479],[7.08159,46.464738],[7.080971,46.464593],[7.080284,46.4644],[7.079699,46.464327],[7.078872,46.464324],[7.078009,46.464655],[7.07742,46.465081],[7.07676,46.465912],[7.076239,46.466601],[7.075753,46.467171],[7.07489,46.467453],[7.073925,46.46745],[7.072722,46.467089],[7.071796,46.466491],[7.071007,46.466108],[7.070251,46.46582],[7.069598,46.465508],[7.068361,46.465076],[7.067777,46.464907],[7.06702,46.464786],[7.065401,46.464757],[7.062956,46.464773],[7.062508,46.464723],[7.061855,46.464507],[7.061237,46.464243],[7.060411,46.464169],[7.059447,46.464094],[7.058449,46.463996],[7.057278,46.463944],[7.056864,46.464062],[7.055967,46.464249],[7.05483,46.464269],[7.053729,46.46417],[7.05321,46.464454],[7.052657,46.464738],[7.051966,46.465045],[7.051276,46.465209],[7.050691,46.46516],[7.049865,46.465038],[7.049108,46.464964],[7.048555,46.465224],[7.047654,46.465911],[7.04644,46.467097]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":294,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.171806,46.477387],[7.170705,46.477027],[7.169951,46.476383],[7.16954,46.475834],[7.168991,46.475428],[7.16851,46.475142],[7.167477,46.474949],[7.166203,46.474803],[7.165171,46.474681],[7.164345,46.474441],[7.163899,46.474155],[7.163591,46.473607],[7.163214,46.473249],[7.162768,46.472938],[7.162217,46.472913],[7.161767,46.473316],[7.161214,46.473744],[7.160627,46.473909],[7.160215,46.473717],[7.159423,46.47362],[7.15863,46.473761],[7.157803,46.473806],[7.157218,46.473638],[7.156529,46.473589],[7.155977,46.473802],[7.154804,46.474013]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":295,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.132063,46.474858],[7.130824,46.474522],[7.129619,46.474447],[7.128619,46.474611],[7.12731,46.474655],[7.126518,46.474439],[7.125419,46.473936],[7.124459,46.473148],[7.124051,46.47229],[7.123779,46.471599],[7.123473,46.47086],[7.122721,46.469977],[7.121831,46.468975],[7.12104,46.46864],[7.120146,46.468399],[7.119044,46.468372],[7.11832,46.468465],[7.117113,46.468652],[7.116044,46.468887],[7.11501,46.46898],[7.114115,46.468906],[7.113462,46.468666],[7.112466,46.468211],[7.111952,46.467757],[7.111024,46.467326],[7.110235,46.466943],[7.109685,46.466632],[7.108756,46.466486],[7.107862,46.466293],[7.106037,46.466121],[7.105004,46.466071],[7.103492,46.465566],[7.103009,46.465589],[7.102183,46.465539],[7.101495,46.465346],[7.100292,46.465033],[7.099501,46.464793],[7.098812,46.464791],[7.098294,46.465051],[7.097705,46.465597],[7.097323,46.465976]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":296,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.154804,46.474013],[7.153563,46.474296],[7.152976,46.474532],[7.152251,46.47484],[7.151594,46.475243],[7.15056,46.475312],[7.149045,46.475212],[7.147633,46.475042],[7.146669,46.47504],[7.143839,46.475984],[7.142596,46.47641],[7.141906,46.476622],[7.140666,46.476571],[7.139789,46.476199]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":297,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.139789,46.476199],[7.139257,46.475972],[7.138464,46.475923],[7.137603,46.475992],[7.136981,46.476276],[7.136257,46.47644],[7.1355,46.476248],[7.134469,46.475769],[7.132063,46.474858]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":298,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.097323,46.465976],[7.095979,46.466163],[7.095188,46.466017],[7.093814,46.465418],[7.092681,46.464796],[7.092064,46.464389],[7.091272,46.46422],[7.090341,46.464408],[7.089685,46.464739],[7.088893,46.464689],[7.087722,46.464709],[7.086618,46.464849],[7.085723,46.464846],[7.083209,46.46479]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":299,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.260386,46.488514],[7.259312,46.488532],[7.257658,46.488386],[7.255696,46.487978],[7.254421,46.488],[7.253214,46.488022],[7.251802,46.488044],[7.250458,46.48797],[7.248254,46.487681],[7.247323,46.48775],[7.246254,46.487844],[7.245152,46.487818],[7.24436,46.487698],[7.243085,46.487505],[7.24188,46.487432],[7.239847,46.48738],[7.238296,46.48733],[7.23771,46.487472],[7.236745,46.487637],[7.235918,46.48754],[7.232991,46.487035],[7.231337,46.486889],[7.230511,46.48684],[7.22989,46.48691],[7.229063,46.487004],[7.227443,46.48712],[7.225581,46.487378],[7.224064,46.487447],[7.222927,46.487492],[7.221548,46.487799],[7.218719,46.488531],[7.217409,46.488767],[7.216202,46.488812],[7.212791,46.488663],[7.20907,46.48856]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":300,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.20907,46.48856],[7.205005,46.488385],[7.203971,46.488335],[7.20318,46.488072],[7.202665,46.487595],[7.202185,46.487022],[7.201739,46.486593],[7.201258,46.486354],[7.197543,46.484823],[7.195823,46.4842],[7.194653,46.483984],[7.191691,46.483525],[7.189832,46.483164],[7.186116,46.482156]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":301,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.283713,46.475263],[7.283194,46.47581],[7.280193,46.47721],[7.276536,46.479014],[7.274914,46.479868],[7.27367,46.480914],[7.272151,46.482078],[7.270457,46.483765],[7.269317,46.484834],[7.267798,46.485713],[7.266003,46.486733],[7.263828,46.487944],[7.262621,46.488347],[7.260656,46.48851],[7.260386,46.488514]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":302,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.186116,46.482156],[7.18436,46.48189],[7.182502,46.481267],[7.180816,46.480787],[7.179611,46.480642],[7.178474,46.480615],[7.177476,46.480423],[7.17641,46.479944],[7.174351,46.478416],[7.17356,46.477962],[7.171806,46.477387]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":303,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.92903,46.446567],[6.928723,46.446425],[6.92677,46.445321],[6.925568,46.44503],[6.924677,46.444622],[6.924061,46.444214],[6.92317,46.443758],[6.922552,46.443612],[6.921965,46.443729],[6.92148,46.444012],[6.920822,46.444461],[6.920028,46.444696],[6.919545,46.444812],[6.918646,46.445189],[6.918367,46.445521],[6.918019,46.445876],[6.917536,46.446041],[6.917157,46.446039],[6.916675,46.446061],[6.916083,46.446677],[6.915976,46.447129],[6.915868,46.447533],[6.91576,46.448056],[6.915516,46.448412],[6.915273,46.448625],[6.914856,46.448932],[6.914576,46.449431],[6.914502,46.44993],[6.914428,46.450525],[6.914218,46.450833],[6.913804,46.450927],[6.913391,46.450853],[6.913292,46.450472],[6.91324,46.45001],[6.913266,46.449571]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":304,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.943597,46.454084],[6.943083,46.453724],[6.942365,46.45315],[6.942372,46.45246],[6.942105,46.451459],[6.941592,46.451076],[6.940531,46.450357],[6.940156,46.449975],[6.939783,46.449378],[6.939475,46.449186],[6.938994,46.448994],[6.938272,46.448919],[6.937547,46.44913],[6.936995,46.449199],[6.936305,46.44941],[6.935649,46.449526],[6.934754,46.449522],[6.934066,46.449448],[6.933654,46.449303],[6.932933,46.44911],[6.932245,46.449059],[6.931866,46.449057],[6.931383,46.449174],[6.930866,46.449172],[6.930558,46.44898],[6.930424,46.448646],[6.930255,46.448217],[6.930328,46.447789],[6.930298,46.447313],[6.930026,46.447026],[6.92903,46.446567]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":305,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.965184,46.454628],[6.963669,46.454693],[6.961017,46.454635],[6.958988,46.454364],[6.957992,46.454027],[6.95703,46.453785],[6.95517,46.4538],[6.954137,46.453796],[6.953725,46.453699],[6.953244,46.453602],[6.95197,46.453501],[6.951318,46.453308],[6.950391,46.452923],[6.949396,46.452562],[6.948124,46.452271],[6.947813,46.452388],[6.947223,46.452933],[6.946254,46.4535],[6.945631,46.453855],[6.944285,46.454158],[6.943597,46.454084]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":306,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.00794,46.469675],[7.00753,46.469292],[7.007052,46.468719],[7.006986,46.46841],[7.006816,46.468028],[7.006509,46.467718],[7.006339,46.467408],[7.005895,46.466882],[7.00521,46.466404],[7.004939,46.465831],[7.004667,46.465402],[7.004223,46.464995],[7.003161,46.464277],[7.003129,46.463992],[7.003269,46.463683],[7.00341,46.463302],[7.003343,46.463017],[7.003139,46.462683],[7.002661,46.462181],[7.00239,46.461585],[7.002016,46.460965],[7.001778,46.460654],[7.001747,46.460202],[7.001338,46.459701],[7.0011,46.459295],[7.000655,46.45896],[7.000004,46.458529],[6.999424,46.457837],[6.998742,46.456977]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":307,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.998742,46.456977],[6.997958,46.456022],[6.997582,46.455735],[6.997239,46.455567],[6.996654,46.455469],[6.995862,46.455443],[6.986944,46.455217],[6.978991,46.454971],[6.965184,46.454628]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":308,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.495611,46.659019],[7.493435,46.65977],[7.491395,46.659937],[7.48984,46.659891],[7.488803,46.659677],[7.487523,46.659606],[7.486383,46.659702],[7.484758,46.659964],[7.484032,46.659964],[7.482546,46.659798],[7.481543,46.65968],[7.480299,46.659466],[7.478397,46.659371],[7.476148,46.659351]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":309,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.579511,46.659853],[7.579303,46.659792],[7.577677,46.659508],[7.574566,46.659417],[7.573322,46.659418],[7.572389,46.659658],[7.57125,46.660254],[7.570006,46.660589],[7.56928,46.660661],[7.568312,46.660519],[7.567136,46.66033],[7.56551,46.659737],[7.564057,46.659143],[7.563226,46.658906],[7.562535,46.658883],[7.56174,46.659098],[7.560601,46.659504],[7.559702,46.659767],[7.55908,46.659815],[7.558458,46.659721],[7.555691,46.6592]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":310,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.635359,46.67558],[7.634253,46.675063],[7.633526,46.674921],[7.632419,46.674852],[7.630863,46.674783],[7.629064,46.674643],[7.627784,46.674336],[7.626607,46.673933],[7.625532,46.67315],[7.622517,46.67106],[7.621616,46.670562],[7.620405,46.670135],[7.619123,46.669495],[7.618604,46.669376],[7.617671,46.669306],[7.616634,46.669356],[7.615907,46.669285],[7.614557,46.668835],[7.61293,46.668124],[7.611788,46.667673],[7.610854,46.667556],[7.609886,46.667581],[7.609056,46.667463],[7.606045,46.666611]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":311,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.651289,46.691442],[7.651053,46.691384],[7.648489,46.690389],[7.646167,46.689037],[7.645125,46.687872],[7.644567,46.686874],[7.643837,46.685733],[7.643142,46.684829],[7.642268,46.684039]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":312,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.667347,46.69],[7.665092,46.690405],[7.662984,46.691076],[7.660813,46.691721]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":313,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.660813,46.691721],[7.660566,46.691794],[7.65915,46.692178],[7.656313,46.692231],[7.653961,46.692093],[7.651289,46.691442]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":314,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.642268,46.684039],[7.64217,46.68395],[7.64071,46.682097],[7.639354,46.679909],[7.637545,46.677033],[7.637093,46.676438],[7.635673,46.675727],[7.635359,46.67558]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":315,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.606045,46.666611],[7.59954,46.664645],[7.592723,46.662583],[7.591305,46.662085],[7.589574,46.661326],[7.58864,46.661042],[7.58743,46.661043],[7.586428,46.661378],[7.585633,46.66145],[7.584803,46.661356],[7.583835,46.661048],[7.580687,46.660195],[7.579511,46.659853]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":316,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.555691,46.6592],[7.554654,46.658891],[7.55334,46.658869],[7.551992,46.658823],[7.550816,46.658586],[7.549363,46.658016],[7.548429,46.657589],[7.547564,46.657423],[7.546873,46.657423],[7.545906,46.65771],[7.544766,46.658187],[7.54366,46.658497],[7.542693,46.658617],[7.541621,46.658713],[7.540377,46.65881],[7.539133,46.659096],[7.5382,46.659264],[7.537128,46.659074],[7.535952,46.658861],[7.534984,46.658886],[7.534121,46.659053],[7.5326,46.65934],[7.531148,46.659389],[7.529731,46.659414],[7.528556,46.659415],[7.527172,46.659059],[7.526307,46.658512],[7.524974,46.657761]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":317,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.559302,46.873386],[7.559252,46.873546],[7.557117,46.880998],[7.55598,46.88476],[7.555495,46.885569],[7.554111,46.887379],[7.551928,46.889666],[7.550404,46.891096],[7.549642,46.89193],[7.546632,46.897335],[7.545594,46.899073]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":318,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.56869,46.841625],[7.56841,46.842549],[7.56669,46.848453],[7.564728,46.855048],[7.56249,46.862785],[7.560631,46.869118],[7.559302,46.873386]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":319,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.575323,46.819288],[7.572676,46.828216],[7.571265,46.832883],[7.569477,46.839025],[7.56869,46.841625]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":320,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.582621,46.794395],[7.582573,46.794551],[7.580478,46.801765],[7.579207,46.806288],[7.577489,46.812026],[7.575323,46.819288]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":321,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.667347,46.69],[7.665897,46.690526],[7.66507,46.691218],[7.664173,46.691815],[7.663829,46.692387],[7.66335,46.69353],[7.662734,46.695102],[7.662425,46.695674],[7.661632,46.696271],[7.659285,46.697632],[7.656662,46.699208],[7.654212,46.700807],[7.652764,46.701905],[7.652178,46.702525],[7.651768,46.703858],[7.651219,46.705002],[7.650703,46.705645],[7.645904,46.708367],[7.643936,46.709347],[7.639479,46.711235],[7.635507,46.713146],[7.633607,46.713958],[7.629601,46.716369],[7.625388,46.718899],[7.623626,46.719854],[7.622659,46.720283],[7.620862,46.721215],[7.619861,46.722002],[7.619587,46.722764],[7.619522,46.723978],[7.619873,46.725405],[7.621864,46.7309],[7.623507,46.735514],[7.624241,46.737703],[7.625014,46.740891],[7.625364,46.742152],[7.625576,46.743175],[7.626305,46.743935],[7.626826,46.744363],[7.63158,46.747378],[7.63217,46.747781],[7.632763,46.748309],[7.633065,46.748942],[7.63311,46.749555],[7.632918,46.750203],[7.631472,46.753185],[7.630947,46.753746],[7.629245,46.754909]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":322,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.545594,46.899073],[7.541822,46.905812],[7.537252,46.913646],[7.536663,46.914409],[7.534236,46.916767],[7.530803,46.919887],[7.527402,46.921984],[7.52289,46.924392],[7.517579,46.927465],[7.509769,46.931874],[7.506227,46.933827],[7.505315,46.934325]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":323,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.505315,46.934325],[7.499769,46.937353],[7.495462,46.939735],[7.494004,46.940712],[7.491018,46.943141],[7.486609,46.94776],[7.484178,46.95026],[7.483171,46.951641],[7.4822,46.953878],[7.481888,46.955901]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":324,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.413082,46.948698],[7.410143,46.946761]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":325,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.785713,47.366806],[8.788418,47.364605],[8.789111,47.363838],[8.789772,47.363009],[8.790246,47.362118],[8.790577,47.361714],[8.791173,47.36078],[8.791748,47.360204],[8.792265,47.359798],[8.797692,47.356195],[8.799914,47.354588],[8.801153,47.353331],[8.801896,47.352079],[8.802313,47.350178],[8.802754,47.346801],[8.803142,47.345006],[8.803326,47.34374],[8.804251,47.342338],[8.805391,47.34085],[8.806007,47.339494],[8.806204,47.337511],[8.806197,47.336037],[8.806192,47.334604],[8.805471,47.333075],[8.804831,47.332324]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":326,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.750006,47.385147],[8.755148,47.382349],[8.764999,47.376822],[8.769342,47.37437],[8.771023,47.37336],[8.772067,47.372927],[8.774281,47.372164],[8.776532,47.371653],[8.778319,47.37119],[8.780039,47.370517],[8.780895,47.370044],[8.782087,47.369335],[8.78364,47.3682],[8.785713,47.366806]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":327,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.686412,47.425584],[8.687193,47.426398],[8.688066,47.427885],[8.688746,47.429078],[8.689476,47.429766],[8.691577,47.430628],[8.6959,47.43096],[8.699104,47.43122],[8.700536,47.431373],[8.701777,47.431338],[8.702734,47.431075],[8.704204,47.430258],[8.704774,47.429388],[8.705212,47.428225],[8.70593,47.427122],[8.709059,47.424222],[8.711488,47.421941],[8.715465,47.41821],[8.717016,47.416887],[8.718363,47.416092],[8.718944,47.415728],[8.719521,47.415195],[8.719833,47.41399],[8.72018,47.412933],[8.721017,47.411597],[8.721763,47.410324],[8.72271,47.408439]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":328,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.72271,47.408439],[8.724166,47.405768],[8.725452,47.403752],[8.727072,47.401438],[8.727489,47.400717],[8.7276,47.400189],[8.727739,47.399513],[8.728362,47.398326],[8.729467,47.396565],[8.73018,47.39523],[8.731048,47.393935],[8.732141,47.392933],[8.733618,47.392452],[8.73541,47.392137],[8.73745,47.39182],[8.740033,47.390885],[8.742908,47.389209],[8.745814,47.38749],[8.750006,47.385147]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":329,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.686412,47.425584],[8.685241,47.423503],[8.683886,47.422518],[8.681546,47.421424],[8.679674,47.420873],[8.677599,47.42061],[8.675916,47.420628],[8.667249,47.42191],[8.660714,47.422884]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":330,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.686412,47.425584],[8.687945,47.428114],[8.689808,47.431307],[8.690614,47.43275],[8.692023,47.434496],[8.693375,47.435315],[8.694261,47.435686],[8.696447,47.436186],[8.699054,47.436633],[8.701562,47.437367],[8.703345,47.438586],[8.704465,47.439977],[8.705128,47.441303],[8.705196,47.442683],[8.704579,47.44476],[8.704106,47.447002],[8.704392,47.448713],[8.705144,47.450823],[8.705802,47.452897]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":331,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.863559,47.498666],[8.876381,47.496589],[8.882114,47.495637],[8.883402,47.495216],[8.897347,47.490186],[8.900961,47.488807]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":332,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.775922,47.502743],[8.777924,47.502744],[8.780861,47.502234],[8.794022,47.499082],[8.794521,47.498937]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":333,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.810893,47.500174],[8.811962,47.500203],[8.813941,47.500679],[8.815328,47.501353],[8.817048,47.502689],[8.818547,47.503576],[8.819682,47.504014],[8.827677,47.506203],[8.833119,47.507471],[8.835051,47.507448],[8.837048,47.507281],[8.838935,47.506901],[8.841997,47.505793],[8.847939,47.503388],[8.856069,47.500052],[8.858336,47.499453],[8.863338,47.498701],[8.863559,47.498666]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":334,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.794521,47.498937],[8.796079,47.498486],[8.798146,47.498319],[8.799799,47.498419],[8.801215,47.498854],[8.802572,47.499695],[8.804874,47.500477],[8.806108,47.500629],[8.807582,47.500612],[8.810134,47.500153],[8.810893,47.500174]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":335,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.900961,47.488807],[8.904817,47.48733],[8.90671,47.485926],[8.907581,47.484415],[8.908604,47.480761],[8.909301,47.479324],[8.91198,47.477172],[8.914942,47.475135],[8.917088,47.474036]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":336,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.001288,47.462062],[9.009072,47.463661],[9.011531,47.463746],[9.013841,47.463525],[9.017041,47.462529],[9.021241,47.460972],[9.024066,47.460362],[9.025681,47.460388],[9.027831,47.460691],[9.031022,47.46179],[9.033922,47.462511],[9.037255,47.462489],[9.04202,47.462185]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":337,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.959176,47.461372],[8.968392,47.461159],[8.971782,47.460662],[8.974272,47.459415],[8.975369,47.458496],[8.97694,47.457],[8.979326,47.455778],[8.981665,47.455342],[8.984051,47.455358],[8.986664,47.455894],[8.988906,47.456983],[8.992889,47.458762],[8.995771,47.460128],[8.997906,47.461122],[9.000809,47.461964],[9.001288,47.462062]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":338,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.10952,47.448892],[9.110242,47.448533],[9.113779,47.446102],[9.116198,47.444924],[9.12056,47.443052],[9.123168,47.442323],[9.125657,47.442239],[9.127194,47.44205],[9.129206,47.441307],[9.130886,47.438997],[9.131183,47.437279]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":339,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.131183,47.437279],[9.130555,47.434099],[9.130998,47.432569],[9.132993,47.431326],[9.134805,47.430966],[9.136316,47.431039],[9.139401,47.430994],[9.143029,47.430345],[9.145058,47.430173],[9.148251,47.430221],[9.151777,47.429692],[9.155683,47.428992],[9.159659,47.42829],[9.162048,47.427326],[9.163517,47.426114],[9.164455,47.424767],[9.166566,47.422807],[9.169232,47.421744],[9.171861,47.421681],[9.175802,47.422074],[9.178292,47.422084],[9.180376,47.421458],[9.182549,47.420354],[9.188854,47.415831]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":340,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.251062,47.411564],[9.258325,47.411735],[9.26313,47.411778],[9.266451,47.411464],[9.271954,47.410377],[9.279854,47.408656],[9.290813,47.406172],[9.299898,47.40418]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":341,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.068602,47.445438],[9.069909,47.445753],[9.07137,47.44647],[9.078454,47.449774],[9.080857,47.450311],[9.082333,47.450385],[9.084513,47.450521],[9.087664,47.451428],[9.09195,47.452723],[9.094174,47.453144],[9.097992,47.452922],[9.101629,47.452513],[9.103745,47.451745],[9.106648,47.450322],[9.10952,47.448892]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":342,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.917088,47.474036],[8.922156,47.471972],[8.925796,47.470331],[8.936829,47.465738],[8.945827,47.462455],[8.949105,47.461746],[8.952154,47.461587],[8.958711,47.461382],[8.959176,47.461372]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":343,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.299898,47.40418],[9.301704,47.403783],[9.306752,47.40275],[9.309028,47.402665],[9.315585,47.402678],[9.31773,47.402857],[9.323235,47.403863],[9.325221,47.404497],[9.327851,47.406501]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":344,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.812728,47.462449],[7.812432,47.46252],[7.80858,47.46365],[7.806796,47.464418],[7.804695,47.465138],[7.80175,47.465576],[7.796876,47.466162],[7.787438,47.467339]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":345,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.763806,47.469781],[7.76163,47.469906],[7.759597,47.470198],[7.758126,47.470797],[7.751827,47.47386],[7.739295,47.479818],[7.735935,47.481564],[7.731781,47.484214]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":346,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.691447,47.522803],[7.691199,47.522814],[7.68614,47.522896],[7.682909,47.522951],[7.679959,47.523243],[7.677117,47.52401],[7.670592,47.526117],[7.654803,47.531335],[7.651119,47.532556],[7.648015,47.533603]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":347,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.731781,47.484214],[7.731178,47.484598],[7.726945,47.487369],[7.725792,47.4883],[7.723452,47.490591],[7.721952,47.492522],[7.720247,47.495429],[7.719349,47.498192],[7.719013,47.501167],[7.718955,47.5018]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":348,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.787438,47.467339],[7.787093,47.467382],[7.77198,47.469282],[7.768402,47.469673],[7.766543,47.469821],[7.763806,47.469781]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":349,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.887641,47.445547],[7.88742,47.445786],[7.885613,47.44772],[7.882644,47.44935],[7.881387,47.449997],[7.879782,47.45105],[7.875643,47.455492],[7.874285,47.456806],[7.872994,47.457597],[7.871315,47.458317],[7.868198,47.459042],[7.86526,47.460172],[7.863654,47.461248],[7.86087,47.464138],[7.859967,47.465307],[7.858781,47.466192],[7.857312,47.46684],[7.856261,47.467105],[7.854262,47.467255],[7.852506,47.467071],[7.847128,47.465948]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":350,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.91643,47.36015],[7.910907,47.357436],[7.909604,47.356513],[7.908466,47.354542],[7.907881,47.352166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":351,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.498264,47.018616],[7.499526,47.019442],[7.503216,47.02082],[7.508787,47.022792],[7.517666,47.025714],[7.520313,47.02664],[7.523135,47.028804]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":352,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.481888,46.955901],[7.480988,46.95959],[7.480294,46.961233],[7.479113,46.962447],[7.477688,46.963376],[7.475047,46.96459],[7.473286,46.965073],[7.471814,46.965448],[7.470537,46.965758],[7.469285,46.966163],[7.467478,46.966497],[7.46574,46.966973],[7.463019,46.967125]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":353,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.372915,47.182209],[7.384927,47.187396],[7.385885,47.187667],[7.387009,47.187871],[7.388298,47.187871],[7.390282,47.187759],[7.391538,47.187625],[7.392662,47.18767],[7.394183,47.187896],[7.400794,47.189251]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":354,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.921563,46.43899],[6.921215,46.43937],[6.920967,46.440059],[6.920791,46.440534],[6.920478,46.440818],[6.919993,46.441125],[6.919024,46.441621],[6.917815,46.442067],[6.917261,46.442374],[6.916672,46.442752],[6.916085,46.44294],[6.915359,46.443198],[6.914701,46.443624],[6.913941,46.443906],[6.913043,46.444187],[6.912661,46.444543],[6.912349,46.444779],[6.9119,46.44492],[6.911346,46.445155],[6.910238,46.445864]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":355,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.299474,47.550901],[9.330014,47.548086],[9.331752,47.548022],[9.333391,47.548138],[9.335083,47.548253],[9.336943,47.548651],[9.376702,47.560096],[9.37761,47.560402],[9.378319,47.561033],[9.379032,47.561771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":356,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.463019,46.967125],[7.459968,46.966356]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":357,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.947126,47.353872],[7.95034,47.353096],[7.952746,47.352062],[7.955641,47.350812],[7.957738,47.350398],[7.960537,47.350219],[7.963169,47.350802],[7.967984,47.352493],[7.974452,47.355034],[7.97816,47.356276]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":358,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.91643,47.36015],[7.917979,47.360493],[7.919941,47.360533],[7.921376,47.360479],[7.923123,47.359996],[7.924481,47.359157],[7.92664,47.357816],[7.928803,47.356854],[7.930898,47.356203],[7.93268,47.355767],[7.935933,47.355325],[7.947126,47.353872]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":359,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.999698,47.371311],[8.000981,47.373375],[8.002893,47.375293],[8.004303,47.376095],[8.024079,47.383993],[8.026576,47.384837],[8.029213,47.385657],[8.04123,47.388617],[8.051725,47.391333]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":360,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.97816,47.356276],[7.987037,47.359615],[7.992803,47.361801],[7.994247,47.362556],[7.995376,47.363359],[7.996507,47.364306],[7.997862,47.36656],[7.999698,47.371311]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":361,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.540208,46.529094],[6.541482,46.529525],[6.543194,46.530276],[6.54668,46.532184],[6.550267,46.534283],[6.553583,46.536071],[6.555316,46.537655],[6.55642,46.539758],[6.557908,46.541603],[6.560025,46.542904],[6.562226,46.54335],[6.564745,46.543298],[6.565875,46.543184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":362,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.907881,47.352166],[7.907776,47.351737],[7.907291,47.348455]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":363,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.907291,47.348455],[7.907279,47.347003],[7.907879,47.345215]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":364,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.462124,47.000775],[7.462769,47.001844],[7.464893,47.006056],[7.465981,47.007734]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":365,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.465981,47.007734],[7.466878,47.009125],[7.468097,47.011172],[7.469211,47.011885],[7.470707,47.012361],[7.472621,47.01248],[7.475787,47.01236],[7.477249,47.01274],[7.479233,47.01381],[7.480556,47.014191],[7.481983,47.014428],[7.483409,47.014356],[7.486749,47.013427],[7.489428,47.013045],[7.491934,47.013377],[7.493779,47.014375],[7.496183,47.017254],[7.498264,47.018616]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":366,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.506834,47.17387],[8.510964,47.172713],[8.511975,47.172632],[8.513659,47.173093],[8.514896,47.173843],[8.51597,47.175166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":367,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.51597,47.175166],[8.516305,47.177686]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":368,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.718955,47.5018],[7.718548,47.506213],[7.718208,47.508189],[7.717106,47.512451],[7.715958,47.514643],[7.714391,47.517169],[7.712997,47.519338],[7.712159,47.520292],[7.710408,47.521414],[7.708479,47.522109],[7.706829,47.522303],[7.703598,47.522382],[7.697591,47.522515]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":369,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.697591,47.522515],[7.691447,47.522803]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":370,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.215631,47.443437],[8.213666,47.451116],[8.213165,47.452833],[8.211082,47.456774],[8.20862,47.461264],[8.208428,47.462527],[8.208775,47.46469],[8.209372,47.467161],[8.209494,47.468303],[8.209404,47.46935],[8.208761,47.470973],[8.208039,47.472048],[8.206656,47.473462],[8.205755,47.474277],[8.205305,47.474708],[8.205066,47.475162],[8.204934,47.475734],[8.204871,47.476282],[8.20502,47.476876],[8.205274,47.477469],[8.206057,47.478154]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":371,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.206057,47.478154],[8.207258,47.478741],[8.208357,47.479471],[8.20929,47.480654]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":372,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.745788,47.500281],[8.749376,47.499305]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":373,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.431459,47.142239],[8.435487,47.143132],[8.441828,47.144576]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":374,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.884789,47.308016],[7.908181,47.314136],[7.909198,47.314441],[7.909797,47.314891],[7.910292,47.315413],[7.910681,47.315935],[7.910862,47.316553],[7.910902,47.317219],[7.910838,47.31779],[7.910631,47.318219],[7.910391,47.31872]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":375,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.910391,47.31872],[7.908027,47.320562]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":376,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.13191,47.404274],[8.125586,47.40317],[8.125144,47.403065]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":377,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.619314,47.420096],[8.617863,47.417646],[8.61686,47.415823],[8.615867,47.414422]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":378,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.749376,47.499305],[8.750855,47.498889]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":379,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.750855,47.498889],[8.752083,47.498827],[8.754152,47.498732],[8.75672,47.49887],[8.760392,47.499661],[8.763112,47.500296],[8.766961,47.501156],[8.769503,47.501675],[8.773881,47.5026],[8.775922,47.502743]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":380,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.750855,47.498889],[8.756612,47.497209],[8.761653,47.495721],[8.763508,47.494762],[8.764796,47.493518],[8.765752,47.492189],[8.766016,47.490867],[8.765988,47.48975],[8.766264,47.48892],[8.766922,47.487572]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":381,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.998686,46.170883],[8.993459,46.167813],[8.986232,46.164912],[8.983582,46.163877],[8.974086,46.160615]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":382,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.962668,47.540878],[7.965476,47.541721],[7.992815,47.545569],[8.032878,47.548981],[8.033791,47.549136],[8.035211,47.549426],[8.047718,47.554045],[8.050967,47.554805],[8.05205,47.555096],[8.052899,47.55548],[8.061422,47.559799]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":383,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.596573,47.397927],[8.595886,47.39621],[8.594066,47.392394],[8.593127,47.39055],[8.592035,47.388875],[8.590099,47.38683],[8.5855,47.383589],[8.579491,47.379667],[8.574962,47.376699],[8.570498,47.373877],[8.567006,47.371573],[8.56421,47.369852],[8.561762,47.368485],[8.558159,47.36675],[8.555912,47.366056],[8.55352,47.365826],[8.552061,47.365777],[8.551199,47.365792]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":384,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.550094,47.365951],[8.549563,47.36614],[8.54894,47.366454]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":385,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.551199,47.365792],[8.553529,47.364731],[8.554789,47.36385],[8.556139,47.362489],[8.556893,47.361522],[8.557616,47.360715],[8.55797,47.35998],[8.558633,47.357894],[8.55946,47.355646],[8.559761,47.353975],[8.559966,47.352533],[8.559992,47.352168],[8.560151,47.351732]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":386,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.573307,47.654532],[8.568214,47.65352],[8.566995,47.653168],[8.566134,47.652752],[8.56536,47.652244],[8.565361,47.652274],[8.564678,47.651826],[8.56343,47.65008],[8.562551,47.648845],[8.56201,47.646607],[8.562307,47.645785],[8.562692,47.644933],[8.563746,47.643861],[8.564852,47.643093],[8.567423,47.641643],[8.567907,47.641213],[8.568478,47.640601],[8.570945,47.636393],[8.57178,47.635566],[8.572529,47.634953],[8.573412,47.634307],[8.573938,47.633696],[8.57437,47.632934],[8.574533,47.632174],[8.574337,47.631388],[8.574008,47.630693],[8.573411,47.630063],[8.570633,47.628089],[8.568314,47.626625],[8.566412,47.625734]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":387,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.51597,47.175166],[8.515568,47.172018],[8.515915,47.171051],[8.516729,47.169865],[8.517018,47.168649],[8.517059,47.168077]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":388,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.514739,47.16203],[8.51436,47.161426],[8.514088,47.160893],[8.514124,47.160072],[8.513952,47.159359],[8.513518,47.158578],[8.512602,47.157301],[8.51222,47.156519]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":389,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.565875,46.543184],[6.556792,46.545494],[6.55549,46.545906],[6.55437,46.546329],[6.552632,46.547084]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":390,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.552632,46.547084],[6.550694,46.548087],[6.549194,46.548747],[6.544044,46.55129],[6.540605,46.552963],[6.537203,46.554117],[6.535789,46.554625],[6.534703,46.555135],[6.533525,46.555951],[6.532466,46.556704],[6.531,46.558383],[6.530529,46.559146],[6.530022,46.560156],[6.529341,46.561773],[6.529027,46.562988],[6.528729,46.56515],[6.528796,46.567021],[6.52897,46.568307],[6.529206,46.569819],[6.529443,46.571264],[6.529939,46.572891],[6.530312,46.574043],[6.530461,46.574901],[6.530604,46.576074]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":391,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.530604,46.576074],[6.530624,46.576841],[6.530445,46.577764],[6.530203,46.578551],[6.529627,46.579763],[6.52812,46.581915],[6.526419,46.583907],[6.525848,46.584805],[6.525479,46.585365],[6.525305,46.585972],[6.525252,46.587144],[6.525374,46.587663],[6.52553,46.588161],[6.526039,46.588999],[6.526999,46.590224],[6.527672,46.59104],[6.528245,46.591947],[6.52856,46.592625],[6.528639,46.593753],[6.528657,46.594655],[6.528481,46.595375],[6.528206,46.596161],[6.527464,46.597553],[6.526654,46.598989],[6.52551,46.600918],[6.524967,46.602109],[6.524588,46.603233],[6.524375,46.6042],[6.52423,46.605033],[6.523786,46.606179]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":392,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.552751,46.656742],[6.552379,46.657483],[6.551734,46.658853],[6.551489,46.659797],[6.550883,46.660829],[6.550641,46.661617],[6.550361,46.662719],[6.550402,46.664207],[6.55058,46.665313],[6.55111,46.666917],[6.55189,46.669245],[6.553967,46.6744],[6.556486,46.680551],[6.556453,46.680551],[6.558121,46.684711],[6.559541,46.688013]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":393,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.568159,46.710146],[6.568787,46.711819],[6.569542,46.713763],[6.570235,46.715482],[6.570864,46.717132],[6.57143,46.718646],[6.572036,46.719665],[6.573098,46.720868],[6.574448,46.722524],[6.575609,46.723705],[6.57742,46.725228],[6.579816,46.72714]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":394,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.13191,47.404274],[8.136463,47.405537],[8.155705,47.412033],[8.156973,47.412279],[8.158944,47.412617],[8.160028,47.413055],[8.161538,47.413872],[8.163676,47.416148]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":395,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.2864,47.058362],[8.286459,47.059003],[8.286893,47.059999],[8.287774,47.060635],[8.290048,47.061261],[8.292178,47.061626],[8.293367,47.061926],[8.294702,47.062607],[8.296569,47.063949],[8.298145,47.064485],[8.299506,47.064665],[8.301262,47.065509],[8.303545,47.066706],[8.304282,47.067057],[8.305786,47.06745],[8.306734,47.067895],[8.310629,47.069675],[8.312842,47.070753],[8.31369,47.071508],[8.314426,47.071788],[8.316598,47.072533],[8.318427,47.073566],[8.319618,47.073985],[8.321055,47.074498],[8.322738,47.075128],[8.325333,47.076155],[8.327963,47.077229],[8.329156,47.077744],[8.330072,47.078332],[8.331366,47.078631],[8.334414,47.079655],[8.335642,47.080169],[8.341631,47.084073],[8.342894,47.084879]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":396,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.465786,46.980933],[7.467627,46.977448],[7.468704,46.975496],[7.469676,46.973711],[7.470058,46.972925],[7.470475,46.97195],[7.470127,46.970688],[7.469326,46.969498],[7.468805,46.96888],[7.466405,46.967928],[7.463019,46.967125]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":397,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.474728,46.496654],[6.475328,46.496968],[6.476559,46.497526],[6.479644,46.498481],[6.481047,46.499064],[6.482584,46.499886],[6.483809,46.500777],[6.484896,46.501691],[6.486173,46.503534],[6.487951,46.506334],[6.489742,46.508396],[6.491886,46.509985],[6.493713,46.511167]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":398,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.493713,46.511167],[6.495414,46.512267]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":399,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.160024,46.448729],[6.158988,46.448825],[6.158321,46.448639],[6.157199,46.448019],[6.156172,46.447758],[6.155355,46.447356],[6.154077,46.446805],[6.153255,46.446618],[6.152535,46.446502],[6.151926,46.446031],[6.15152,46.445741],[6.151108,46.445665],[6.147844,46.446092],[6.14737,46.446444],[6.147148,46.447084],[6.146933,46.447474],[6.146359,46.447682],[6.145641,46.447459],[6.145179,46.447347],[6.144555,46.447518],[6.144137,46.447728],[6.143309,46.44779],[6.142532,46.447888],[6.141329,46.448481],[6.140396,46.448613],[6.139774,46.448713],[6.139,46.448501]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":400,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.798101,47.311154],[8.799683,47.308684],[8.806027,47.299516],[8.812944,47.292318],[8.813795,47.291403],[8.814636,47.290108],[8.814831,47.28951],[8.815032,47.287794],[8.814663,47.283014],[8.814955,47.282107],[8.81549,47.281148],[8.816368,47.279948],[8.817103,47.278606],[8.817813,47.276312],[8.818101,47.275285],[8.818637,47.274351],[8.819314,47.273486],[8.820133,47.272714],[8.823293,47.27051]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":401,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.567843,46.7094],[6.567669,46.710052],[6.567404,46.710407],[6.566777,46.710688],[6.561931,46.711829],[6.561148,46.712109],[6.560101,46.712636],[6.55821,46.713978],[6.552116,46.71843],[6.551539,46.718782],[6.550754,46.719169],[6.549761,46.719554],[6.5434,46.720601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":402,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.897564,46.527159],[6.898513,46.526681],[6.8981,46.525401]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":403,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.648015,47.533603],[7.647645,47.533728],[7.630764,47.539492],[7.625323,47.541166],[7.618724,47.543438],[7.615074,47.544728],[7.61244,47.545541],[7.610228,47.545949]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":404,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.610228,47.545949],[7.607135,47.545953],[7.605588,47.54586],[7.604075,47.545387],[7.601894,47.544557],[7.600452,47.544131],[7.597219,47.544349]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":405,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.975509,46.318512],[6.973551,46.318504]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":406,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.975509,46.318512],[6.975052,46.317761],[6.9695,46.318001]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":407,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.948624,46.271352],[6.9465,46.270938],[6.946159,46.270699],[6.945989,46.270508],[6.945924,46.270151]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":408,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.000694,46.25097],[7.001657,46.249089],[7.002147,46.247853],[7.002361,46.246926],[7.002236,46.245378],[7.000819,46.242422],[6.999738,46.240394],[6.999268,46.239036],[6.998974,46.237297],[6.998785,46.235178],[6.99873,46.233512],[6.999122,46.231633],[6.999783,46.230517],[7.000549,46.229092]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":409,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.000549,46.229092],[7.00087,46.227617],[7.001261,46.225905],[7.002137,46.2236],[7.002868,46.222198],[7.002949,46.220676],[7.00248,46.219222],[7.002018,46.216959],[7.002014,46.216517]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":410,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.946154,46.259869],[6.946078,46.256989],[6.946457,46.256729],[6.946803,46.256445],[6.947374,46.253972]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":411,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.080743,46.106134],[7.0826,46.10633],[7.085025,46.106956]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":412,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.085025,46.106956],[7.085776,46.107244],[7.099081,46.113664],[7.110683,46.119244],[7.121059,46.124272],[7.125089,46.126208]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":413,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.301691,47.110633],[7.302765,47.109446],[7.304018,47.108501],[7.305615,47.107667],[7.30719,47.106938],[7.311345,47.105368],[7.315531,47.103909],[7.315584,47.103909],[7.317468,47.102947],[7.318412,47.101877],[7.318834,47.1002]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":414,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.318834,47.1002],[7.318679,47.099343],[7.318251,47.098581]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":415,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.693115,47.268763],[7.694854,47.270616]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":416,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.692131,47.268544],[7.693115,47.268763]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":417,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.784329,47.217064],[7.782484,47.216028],[7.780349,47.215297]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":418,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.720661,47.203055],[7.707118,47.197141],[7.704072,47.195459],[7.70235,47.193083],[7.700915,47.188512]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":419,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.286602,47.057026],[8.286375,47.058099],[8.2864,47.058362]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":420,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.781221,47.22562],[7.78202,47.224951],[7.785563,47.221728],[7.786293,47.221155],[7.786605,47.220844],[7.78709,47.220176],[7.787191,47.219676],[7.7867,47.2187]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":421,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.943476,47.28734],[7.94104,47.290563],[7.939481,47.292177]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":422,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.939481,47.292177],[7.935269,47.296264],[7.922217,47.309349],[7.910391,47.31872]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":423,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.169771,47.391463],[8.166975,47.392303],[8.165808,47.392727]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":424,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.165808,47.392727],[8.164778,47.393102],[8.152877,47.396817],[8.149562,47.397885],[8.146915,47.39921],[8.142817,47.402019],[8.139716,47.403466],[8.135556,47.4043],[8.13191,47.404274]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":425,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.214731,47.407601],[8.214507,47.407462],[8.210829,47.405202],[8.209018,47.403644],[8.208088,47.402365],[8.206926,47.39954],[8.205204,47.396791],[8.203928,47.395485]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":426,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.203928,47.395485],[8.203076,47.395021],[8.200218,47.393707],[8.196248,47.393019],[8.192315,47.392426],[8.186203,47.39149],[8.179881,47.390483],[8.176582,47.390124],[8.173292,47.390406],[8.169771,47.391463]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":427,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.392818,47.119544],[8.393036,47.119787],[8.396375,47.12321],[8.398561,47.1265],[8.399395,47.128278],[8.400485,47.130744],[8.401979,47.132374],[8.404415,47.133972],[8.408236,47.135035],[8.4131,47.135946],[8.414817,47.136383],[8.415241,47.136642],[8.416441,47.137441],[8.417473,47.13855],[8.419273,47.139701],[8.420958,47.140282]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":428,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.420958,47.140282],[8.431459,47.142239]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":429,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.531842,47.206619],[7.533857,47.20531],[7.535575,47.204227],[7.536235,47.203821],[7.536863,47.20364],[7.537756,47.203504],[7.538947,47.203593]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":430,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.538947,47.203593],[7.544702,47.204354],[7.551067,47.205233]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":431,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.619227,47.060902],[7.615199,47.061091]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":432,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.615199,47.061091],[7.613181,47.061594],[7.607091,47.063007],[7.602426,47.063633],[7.59386,47.06443],[7.590761,47.064648],[7.587418,47.065033],[7.585224,47.06506],[7.581703,47.063874]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":433,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.629245,46.754909],[7.620683,46.760486]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":434,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.620683,46.760486],[7.61968,46.760868],[7.618676,46.760989],[7.617048,46.760872],[7.615974,46.76085],[7.614693,46.761066],[7.613517,46.761592],[7.607955,46.766051],[7.605869,46.767743]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":435,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.024036,46.621979],[8.023147,46.62284]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":436,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.86973,46.661843],[7.869207,46.661298],[7.869024,46.659989],[7.868842,46.658871],[7.869111,46.657942],[7.869004,46.657538],[7.868583,46.656707],[7.868508,46.65604],[7.868677,46.65554],[7.868711,46.655492],[7.869465,46.654656],[7.870148,46.65363],[7.870728,46.652652],[7.871209,46.65227],[7.872139,46.651909],[7.872758,46.651455],[7.873099,46.65093],[7.873162,46.650215],[7.873263,46.649763],[7.873709,46.649404],[7.874189,46.648902],[7.874255,46.648498],[7.874354,46.64795],[7.874455,46.647616],[7.875004,46.647162],[7.875553,46.646684],[7.875997,46.646039],[7.876581,46.645585],[7.877201,46.645249],[7.877786,46.645009],[7.878336,46.644626],[7.878747,46.644125],[7.879366,46.643813],[7.880434,46.643404],[7.884985,46.642125],[7.88602,46.641835],[7.886672,46.641333],[7.887598,46.640472],[7.888521,46.639255],[7.889105,46.638872],[7.889829,46.638607],[7.890519,46.638533],[7.891487,46.638553],[7.892351,46.638621],[7.892938,46.638547],[7.893523,46.638283],[7.893899,46.637806],[7.894343,46.637137],[7.894853,46.636088],[7.895467,46.635205],[7.896187,46.634583],[7.896669,46.634296],[7.897359,46.634222],[7.898222,46.63417],[7.898843,46.634049],[7.899289,46.633666],[7.899459,46.633285]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":437,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.899459,46.633285],[7.899971,46.632545],[7.901304,46.630873],[7.901888,46.630443],[7.90254,46.630012],[7.902952,46.629677],[7.90319,46.629247],[7.903046,46.628486],[7.902935,46.627725],[7.903309,46.626962],[7.903819,46.626055],[7.903985,46.625269],[7.904045,46.62415],[7.903866,46.623389],[7.903824,46.622628],[7.903473,46.621915],[7.902704,46.620871],[7.902318,46.620135],[7.902344,46.61923],[7.902579,46.618373],[7.902609,46.617849],[7.902154,46.617184],[7.901976,46.616542],[7.901903,46.616138],[7.902038,46.615685],[7.902858,46.614635],[7.902957,46.614087],[7.902676,46.613612],[7.902152,46.612853],[7.902009,46.612353],[7.902141,46.611663],[7.902584,46.610851],[7.90275,46.610089],[7.902709,46.609423],[7.902981,46.608874],[7.903563,46.608253],[7.904113,46.607965],[7.905043,46.607652],[7.905385,46.607294],[7.905554,46.606888],[7.905446,46.606365],[7.905305,46.606056],[7.905544,46.605722],[7.906664,46.60348],[7.906761,46.602718],[7.906686,46.601957],[7.906473,46.601291],[7.90664,46.600672],[7.906945,46.600028],[7.907563,46.599621],[7.908001,46.598381]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":438,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.908001,46.598381],[7.908399,46.596452],[7.908221,46.595881],[7.908424,46.595381],[7.908869,46.594903],[7.91021,46.594207],[7.910968,46.594109],[7.9128,46.594339]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":439,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.441828,47.144576],[8.443154,47.145161],[8.444156,47.145545],[8.445048,47.14568],[8.446353,47.145525],[8.450199,47.144135],[8.450869,47.143594],[8.451277,47.143019],[8.451579,47.142409],[8.45167,47.141659],[8.451176,47.140449],[8.449446,47.137501],[8.449272,47.13661],[8.449219,47.136575],[8.449039,47.135363],[8.449465,47.132967],[8.451594,47.123844],[8.451595,47.12388],[8.452076,47.121662],[8.454861,47.114069],[8.454939,47.112676],[8.453707,47.111152],[8.45269,47.109911],[8.45209,47.10856],[8.451744,47.106885],[8.451877,47.105634],[8.45238,47.104559],[8.453146,47.103588],[8.454792,47.102181],[8.45986,47.093746]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":440,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.45986,47.093746],[8.462285,47.092047]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":441,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.799049,47.314888],[7.802048,47.315842],[7.807152,47.317682],[7.807204,47.317682],[7.82694,47.324721],[7.829519,47.325534],[7.843834,47.330161]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":442,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.843834,47.330161],[7.849887,47.332103],[7.855046,47.333798],[7.858205,47.334893],[7.860155,47.335778],[7.861738,47.336665],[7.863848,47.337871],[7.86649,47.339931],[7.868233,47.341139]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":443,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.868233,47.341139],[7.870184,47.342131],[7.871553,47.342661],[7.87408,47.343366],[7.877237,47.344068],[7.881131,47.344945],[7.881183,47.344945],[7.886077,47.346104],[7.888238,47.346988],[7.893245,47.349003],[7.895661,47.348994],[7.897495,47.348558]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":444,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.897495,47.348558],[7.899585,47.347229],[7.901257,47.346259],[7.902464,47.346075],[7.903513,47.346],[7.904723,47.346209],[7.905883,47.346704],[7.906677,47.34745],[7.907291,47.348455]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":445,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.697591,47.522515],[7.698485,47.522995],[7.700704,47.524168],[7.700756,47.524168],[7.710111,47.530624]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":446,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.725076,47.538923],[7.727717,47.539809],[7.73062,47.540516],[7.73252,47.541082],[7.734894,47.541397],[7.739008,47.541815],[7.742173,47.542092],[7.749029,47.542681],[7.752141,47.54303],[7.768201,47.545868]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":447,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.791367,47.550844],[7.798336,47.553176],[7.800239,47.553884],[7.802141,47.554449],[7.805204,47.555082],[7.81191,47.556417],[7.817456,47.557791],[7.833463,47.561807]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":448,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.833463,47.561807],[7.846197,47.565118],[7.848787,47.565787],[7.851006,47.566315],[7.853594,47.566769],[7.855494,47.566977],[7.857182,47.567006],[7.859924,47.566925],[7.863979,47.566268],[7.866293,47.565367],[7.870761,47.563566],[7.874598,47.562052],[7.894357,47.553981],[7.900135,47.551459],[7.907542,47.548289],[7.913003,47.54591]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":449,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.913003,47.54591],[7.915473,47.545008],[7.917314,47.544572],[7.919843,47.544347],[7.922109,47.544267],[7.925645,47.54468],[7.928176,47.544812],[7.935817,47.544459],[7.937499,47.543916],[7.93939,47.543194],[7.941231,47.542722],[7.943337,47.542499],[7.946181,47.542201],[7.949231,47.541402]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":450,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.949231,47.541402],[7.953173,47.540242],[7.955173,47.539876],[7.957387,47.539902],[7.961242,47.540635],[7.962668,47.540878]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":451,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.962668,47.540878],[7.964934,47.540761],[7.980238,47.537299],[7.984284,47.536067],[7.989841,47.533113]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":452,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.989841,47.533113],[7.9922,47.531888],[7.99424,47.530451],[7.999149,47.526144],[8.004633,47.521477],[8.014342,47.512934],[8.014964,47.511967],[8.015057,47.51086],[8.014889,47.509932],[8.012486,47.506982]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":453,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.166151,47.429264],[8.165487,47.432097],[8.164865,47.434581],[8.165012,47.435121],[8.167393,47.441274],[8.167543,47.441973],[8.167321,47.449732],[8.167148,47.450782]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":454,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.167148,47.450782],[8.166695,47.451961],[8.166193,47.452918],[8.166168,47.45454],[8.1669,47.456666],[8.167727,47.458854],[8.168159,47.459551],[8.176831,47.466268],[8.177726,47.466549],[8.178806,47.466701],[8.18637,47.467765],[8.187689,47.468201],[8.189056,47.468733],[8.206057,47.478154]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":455,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.253546,47.491656],[8.259521,47.489734],[8.266223,47.487211],[8.267476,47.486559],[8.26862,47.485623],[8.2692,47.484548],[8.269995,47.483757],[8.271632,47.482889],[8.273662,47.482493],[8.275977,47.482405],[8.278089,47.482723],[8.281543,47.483602],[8.283973,47.484084],[8.285449,47.484169],[8.288673,47.483836],[8.295757,47.483331],[8.297961,47.48291],[8.299322,47.482377],[8.300575,47.481701],[8.301552,47.481337],[8.303055,47.480969],[8.304594,47.480576],[8.30648,47.479991],[8.30714,47.479558],[8.307688,47.478721],[8.307748,47.478149],[8.307442,47.476557]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":456,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.313697,47.460565],[8.318335,47.457907],[8.322088,47.455701],[8.325067,47.454465],[8.326638,47.453989],[8.328208,47.453405],[8.329821,47.452322],[8.331319,47.450668]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":457,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.510526,47.470204],[8.517496,47.461103],[8.518331,47.460368],[8.519828,47.459232],[8.520891,47.458737],[8.522577,47.458115],[8.524404,47.457825],[8.526457,47.457654],[8.527883,47.457398],[8.528815,47.457055],[8.529256,47.456778],[8.532822,47.454076]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":458,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532822,47.454076],[8.534892,47.452571],[8.536996,47.45058],[8.538608,47.448533],[8.540641,47.445269],[8.541723,47.443531],[8.544124,47.440779],[8.545833,47.439155],[8.547722,47.437561],[8.549308,47.436454],[8.554911,47.433178]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":459,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.536668,47.523476],[8.53728,47.522773],[8.537621,47.521981],[8.537601,47.520981],[8.537044,47.520016],[8.536268,47.519295],[8.535227,47.518729],[8.529538,47.516357],[8.523649,47.512895],[8.521156,47.511311],[8.518164,47.509429],[8.51712,47.508711],[8.515705,47.50736],[8.514694,47.506035],[8.513076,47.503503],[8.503128,47.487131]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":460,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.5238,47.548794],[8.523192,47.547496],[8.522635,47.546561],[8.522445,47.546017],[8.52234,47.54529],[8.522457,47.54444],[8.522843,47.543587],[8.523456,47.542884],[8.524071,47.542302],[8.524684,47.54166],[8.524939,47.54096],[8.525148,47.540261],[8.524955,47.539565],[8.524111,47.537693],[8.523908,47.536513],[8.524114,47.535632],[8.52466,47.533898],[8.525089,47.532984],[8.525786,47.532038],[8.536668,47.523476]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":461,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.515731,47.572671],[8.519027,47.57173],[8.51978,47.571329],[8.520354,47.570869],[8.521146,47.570164],[8.521532,47.569342],[8.52161,47.568765],[8.521522,47.560064],[8.521776,47.559334],[8.522166,47.558693],[8.522556,47.558053],[8.522808,47.557232],[8.523344,47.554953],[8.523401,47.553345],[8.5238,47.548794]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":462,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.566412,47.625734],[8.563914,47.624273],[8.562869,47.623646],[8.562044,47.622805],[8.561714,47.622051],[8.561474,47.621295],[8.56137,47.620599],[8.561087,47.619965],[8.560535,47.619303],[8.559985,47.618732],[8.555725,47.61662],[8.554813,47.615902],[8.554219,47.615361],[8.553525,47.614368],[8.552341,47.611347],[8.551866,47.610078],[8.550898,47.608844],[8.549937,47.607913],[8.543301,47.60358]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":463,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.543301,47.60358],[8.525324,47.592653],[8.519834,47.589339],[8.5176,47.58748],[8.515993,47.585585],[8.51272,47.581127]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":464,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.745788,47.500281],[8.747628,47.500117],[8.749052,47.500172],[8.750319,47.500265],[8.751483,47.500502],[8.752809,47.500844],[8.75398,47.50133],[8.755101,47.501924],[8.756173,47.502662],[8.757635,47.504252],[8.760622,47.507859]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":465,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.777283,47.527159],[8.777242,47.527624],[8.777203,47.52816],[8.77733,47.529015],[8.777503,47.52962],[8.777834,47.530188],[8.778707,47.531356],[8.779298,47.531813],[8.779942,47.532269],[8.781488,47.532965],[8.783937,47.533901],[8.786435,47.534729],[8.78898,47.535306]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":466,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.78898,47.535306],[8.81033,47.539375],[8.822042,47.541734],[8.845824,47.547874],[8.85331,47.549782]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":467,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.85331,47.549782],[8.863977,47.552329],[8.865516,47.552667],[8.86742,47.552893],[8.876465,47.553924],[8.885246,47.554885],[8.888843,47.555305],[8.890168,47.555538],[8.891918,47.555909],[8.892876,47.556218],[8.894154,47.556666],[8.896734,47.558419]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":468,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.896734,47.558419],[8.899635,47.560346],[8.904042,47.563324],[8.918052,47.570179],[8.919757,47.5708],[8.922042,47.571413],[8.924272,47.57192],[8.926185,47.572396],[8.927836,47.572946],[8.942612,47.57686]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":469,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.942612,47.57686],[8.962972,47.582199],[8.964353,47.582503],[8.965994,47.582695],[8.967421,47.582783],[8.969212,47.582688],[8.974534,47.58244]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":470,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.974534,47.58244],[8.99598,47.581439],[9.001303,47.581225],[9.002149,47.581285],[9.003477,47.581588],[9.004707,47.582143],[9.005837,47.582877],[9.006663,47.584044],[9.008049,47.58631],[9.009128,47.587117],[9.010146,47.587639],[9.011901,47.588079],[9.013593,47.588199]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":471,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.013593,47.588199],[9.015491,47.588137],[9.019226,47.587765],[9.057378,47.58424],[9.058687,47.583936],[9.060203,47.583451],[9.063437,47.582227]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":472,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.063437,47.582227],[9.10292,47.567529]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":473,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.10292,47.567529],[9.113399,47.563594]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":474,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.113399,47.563594],[9.14581,47.551232],[9.149596,47.549248]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":475,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.149596,47.549248],[9.155495,47.545769],[9.156533,47.545254],[9.158311,47.544799],[9.177985,47.54015],[9.183478,47.538818]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":476,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.183478,47.538818],[9.186673,47.538198],[9.18799,47.538143],[9.189995,47.538184],[9.192008,47.538475],[9.194937,47.539359],[9.226455,47.551551]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":477,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.226455,47.551551],[9.235059,47.554917],[9.236922,47.555423],[9.238935,47.555678],[9.24105,47.555823],[9.243366,47.55568],[9.267503,47.553624]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":478,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.267503,47.553624],[9.299474,47.550901]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":479,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.113399,47.563594],[9.114918,47.563286],[9.116136,47.563412],[9.116986,47.563613],[9.11811,47.564133],[9.120098,47.565282],[9.121559,47.566439],[9.122154,47.566895],[9.123061,47.567238],[9.124176,47.567436],[9.131452,47.56733],[9.135097,47.567491],[9.138109,47.567661],[9.141029,47.568225],[9.142401,47.568241],[9.144243,47.568107],[9.146456,47.568038],[9.148729,47.568183],[9.151596,47.568748],[9.154408,47.569242],[9.155944,47.569433],[9.159318,47.57099],[9.160705,47.571469],[9.161766,47.571632],[9.163821,47.571566],[9.165927,47.571427],[9.170071,47.572329]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":480,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.170071,47.572329],[9.177718,47.573857],[9.184132,47.57476],[9.185723,47.575022],[9.186734,47.575292],[9.18754,47.575709],[9.188142,47.576378],[9.188536,47.577122],[9.18851,47.577943],[9.188173,47.578912],[9.187511,47.579636],[9.186628,47.580078],[9.185531,47.580416],[9.184375,47.58054],[9.182218,47.580751],[9.179111,47.580941],[9.177536,47.581179],[9.176332,47.581482],[9.174355,47.582333]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":481,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.174355,47.582333],[9.16823,47.587066],[9.167053,47.58819],[9.166396,47.589093],[9.162806,47.595537],[9.162221,47.597045],[9.162063,47.598654],[9.162327,47.600292],[9.163126,47.602137],[9.168388,47.611341]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":482,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.168388,47.611341],[9.169605,47.613037],[9.170631,47.613735],[9.179927,47.618666],[9.181264,47.619181],[9.183129,47.619689],[9.185252,47.620014],[9.189016,47.620492],[9.190192,47.620903],[9.190785,47.621287],[9.191496,47.622026],[9.191839,47.622806],[9.19176,47.623629],[9.191419,47.624491],[9.189574,47.626196]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":483,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.6251,47.682939],[8.625254,47.679815]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":484,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.189574,47.626196],[9.185011,47.630335],[9.183565,47.631357],[9.18102,47.632644],[9.178109,47.63408],[9.174214,47.636102],[9.172874,47.637122],[9.170663,47.638976],[9.169004,47.639929],[9.166461,47.641323],[9.162691,47.642343]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":485,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.162691,47.642343],[9.141297,47.648942],[9.140372,47.649777],[9.139765,47.650607],[9.139766,47.650643],[9.139745,47.651643],[9.140247,47.652457],[9.141167,47.653121],[9.142072,47.653358],[9.143714,47.653477],[9.145919,47.653016],[9.147342,47.652924]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":486,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.147342,47.652924],[9.148719,47.65301],[9.150159,47.653418],[9.153562,47.654081],[9.158405,47.655152],[9.15957,47.655242],[9.160516,47.655085],[9.161456,47.65475],[9.162553,47.654341],[9.162605,47.65434],[9.16921,47.652707]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":487,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.957192,47.262755],[7.946321,47.283115],[7.943476,47.28734]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":488,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.968575,47.241927],[7.957192,47.262755]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":489,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.978275,47.216215],[7.979727,47.219885],[7.979687,47.221063],[7.979071,47.222351],[7.968575,47.241927]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":490,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.977669,47.192407],[7.973273,47.203208],[7.973175,47.203958],[7.973182,47.204565],[7.9734,47.205421],[7.973513,47.206242],[7.978275,47.216215]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":491,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.074012,47.180118],[8.035246,47.184948],[8.032472,47.185105],[8.029121,47.185122],[8.024402,47.184575]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":492,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.024402,47.184575],[8.018792,47.183854],[7.985382,47.183624],[7.984231,47.183737],[7.98303,47.183992],[7.981936,47.184533],[7.980947,47.18518],[7.980172,47.186184],[7.979505,47.187543],[7.977669,47.192407]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":493,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.138276,47.139208],[8.138276,47.139244],[8.136306,47.140612],[8.128412,47.145158],[8.119063,47.15064],[8.117097,47.152436],[8.114306,47.155166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":494,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.114306,47.155166],[8.097751,47.170827]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":495,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.097751,47.170827],[8.096562,47.172012],[8.095796,47.173587],[8.094562,47.175415],[8.093425,47.176599],[8.09223,47.177356],[8.090509,47.177937],[8.085544,47.178679],[8.074012,47.180118]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":496,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.19571,47.116068],[8.184685,47.116818],[8.182597,47.117046],[8.179936,47.117491],[8.177068,47.118117],[8.175194,47.118736],[8.172801,47.119715],[8.171658,47.120222],[8.168598,47.122169],[8.166161,47.123684],[8.163356,47.125165],[8.153419,47.129119],[8.151027,47.130205],[8.148067,47.131865],[8.143973,47.134782],[8.138276,47.139208]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":497,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.247499,47.089101],[8.242576,47.092223],[8.242118,47.093047],[8.241767,47.094049],[8.241677,47.095014],[8.242003,47.095833],[8.242671,47.098506],[8.242742,47.09979],[8.242498,47.10097],[8.241939,47.102009],[8.241323,47.102799],[8.235634,47.106944],[8.234178,47.107526],[8.232616,47.107929],[8.228803,47.108241],[8.225462,47.108585],[8.223477,47.108742],[8.222018,47.109109],[8.20344,47.11541],[8.19571,47.116068]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":498,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.2725,47.090332],[8.263526,47.084613],[8.262107,47.084124],[8.260378,47.083815],[8.258968,47.083896],[8.257662,47.083977],[8.2561,47.084345],[8.247499,47.089101]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":499,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.278684,47.084646],[8.279588,47.085639],[8.281074,47.087056],[8.28166,47.087802],[8.281883,47.088693],[8.281688,47.089587],[8.281181,47.090554],[8.280304,47.091275],[8.279006,47.091855],[8.277024,47.092155],[8.275349,47.091989],[8.274191,47.091498],[8.2725,47.090332]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":500,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.2864,47.058362],[8.286018,47.059245],[8.285934,47.060531],[8.285744,47.061746],[8.285441,47.062426],[8.284264,47.064006],[8.284168,47.064542],[8.284337,47.068646],[8.284036,47.069398],[8.283575,47.070009],[8.281301,47.071543]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":501,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.281301,47.071543],[8.278304,47.07376],[8.277117,47.074697],[8.276657,47.075343],[8.276354,47.076059],[8.276875,47.078431]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":502,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517068,47.183866],[8.517686,47.188438]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":503,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517686,47.188438],[8.517993,47.190665],[8.51838,47.192565],[8.51917,47.193629],[8.520618,47.194424],[8.522558,47.195246]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":504,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.441828,47.144576],[8.445181,47.145366],[8.447846,47.14608],[8.449459,47.146542],[8.450798,47.14722],[8.451757,47.14814],[8.452334,47.149135],[8.452326,47.150539],[8.451038,47.159904],[8.44993,47.167792],[8.449786,47.168784]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":505,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.449786,47.168784],[8.449567,47.170746],[8.449564,47.172436],[8.450283,47.173829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":506,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.462285,47.092047],[8.465793,47.089624],[8.470581,47.085796],[8.472497,47.084886],[8.474416,47.084119],[8.47545,47.083539],[8.476323,47.08271],[8.477763,47.081519],[8.478696,47.081118],[8.479785,47.080644],[8.48288,47.07858],[8.485427,47.077843],[8.486201,47.077372],[8.487279,47.076363],[8.488312,47.075711],[8.490597,47.074976],[8.500386,47.07053],[8.501883,47.069623],[8.504821,47.067597],[8.505536,47.066769],[8.505884,47.065873],[8.50602,47.064837],[8.506577,47.063939],[8.507503,47.063181],[8.508536,47.0626],[8.509099,47.062023],[8.509645,47.06059],[8.509697,47.06059],[8.511392,47.05911],[8.512472,47.058243],[8.513233,47.057129],[8.514044,47.055908],[8.515799,47.05482],[8.518858,47.053685],[8.520828,47.052952],[8.522028,47.052869],[8.523385,47.052821],[8.524426,47.052597],[8.525359,47.052267],[8.526443,47.051614],[8.527479,47.051175],[8.52852,47.050987],[8.528519,47.050951],[8.531437,47.050602],[8.533937,47.050221],[8.535286,47.049816],[8.536273,47.049521],[8.537733,47.0494],[8.539932,47.049664],[8.541444,47.049507],[8.544102,47.049231],[8.548746,47.049008],[8.556706,47.048632]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":507,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517383,47.098456],[8.518658,47.096873],[8.519521,47.09558],[8.520533,47.093928],[8.52172,47.093131],[8.523977,47.091003],[8.52468,47.089604],[8.52454,47.087821],[8.524463,47.086608],[8.525343,47.0836],[8.525831,47.081918],[8.526745,47.080588],[8.527095,47.079799],[8.527335,47.078762],[8.528451,47.077109],[8.529157,47.075817],[8.529461,47.075385],[8.530798,47.074302],[8.532532,47.072179],[8.53346,47.071563],[8.535935,47.069968],[8.536856,47.068996],[8.537509,47.06774],[8.538532,47.066623],[8.539456,47.065829],[8.541473,47.064846],[8.542501,47.064015],[8.544079,47.062],[8.544329,47.061426],[8.544355,47.060597]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":508,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.51222,47.156519],[8.512352,47.155269],[8.512385,47.154304],[8.512058,47.153665],[8.510936,47.152497],[8.51019,47.151826],[8.509913,47.151079],[8.509895,47.150151],[8.510108,47.147721]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":509,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.510108,47.147721],[8.509465,47.146977],[8.50845,47.145951],[8.507908,47.144992],[8.507683,47.144209],[8.507742,47.141959],[8.5065,47.140007],[8.506327,47.139223],[8.506317,47.138724],[8.507068,47.137003],[8.506946,47.136147],[8.506619,47.135472],[8.505763,47.134552],[8.503315,47.132468],[8.502295,47.131156],[8.500967,47.130133],[8.500063,47.129392],[8.499633,47.128825],[8.499466,47.128291],[8.49885,47.126261],[8.497832,47.125021],[8.496659,47.123925],[8.496281,47.123322],[8.496205,47.122109],[8.496257,47.122108],[8.496838,47.119747],[8.497499,47.118777],[8.498218,47.118092],[8.499303,47.117439],[8.499868,47.116898],[8.501872,47.112488],[8.50264,47.11166],[8.503096,47.110906],[8.503444,47.11001],[8.504,47.109041],[8.505134,47.10821]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":510,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.556706,47.048632],[8.558742,47.048577],[8.561351,47.04848],[8.562505,47.048683],[8.563401,47.049067],[8.565307,47.050298],[8.567746,47.051987],[8.568795,47.052227],[8.572342,47.051978],[8.573333,47.051896],[8.574163,47.051603],[8.574678,47.051276],[8.574677,47.051241],[8.575397,47.050698],[8.576105,47.049584],[8.576865,47.04847],[8.57753,47.047821],[8.578564,47.04731],[8.579602,47.047014],[8.580801,47.046895],[8.582216,47.047096],[8.58332,47.047442],[8.584901,47.048104],[8.58632,47.048518],[8.588942,47.048992],[8.591345,47.049004],[8.5927,47.048847],[8.593641,47.048909],[8.594798,47.049255],[8.596011,47.049778],[8.597482,47.050191],[8.599473,47.050457],[8.602297,47.050607],[8.603285,47.050418],[8.604165,47.050052],[8.604886,47.049581],[8.607608,47.047447]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":511,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.607608,47.047447],[8.620697,47.036959],[8.621464,47.036201],[8.622275,47.035122],[8.622722,47.034046],[8.623472,47.032574],[8.623525,47.032574],[8.623979,47.031855],[8.625108,47.030987],[8.626194,47.030511],[8.627333,47.030071],[8.628679,47.029522],[8.629864,47.028795],[8.631296,47.027459],[8.632155,47.026165]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":512,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.632155,47.026165],[8.632442,47.024984],[8.632257,47.023736],[8.631114,47.021606],[8.626126,47.015624],[8.618591,47.007704],[8.611808,47.000633],[8.610154,46.999007]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":513,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.610154,46.999007],[8.608873,46.997664],[8.608222,46.996528],[8.607883,46.995353],[8.607863,46.994611]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":514,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.620597,46.949451],[8.620791,46.948233],[8.621285,46.947501]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":515,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.624337,46.901569],[8.624611,46.89746],[8.625513,46.893524],[8.625514,46.893559],[8.63078,46.877331],[8.631514,46.875216]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":516,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.631514,46.875216],[8.633036,46.870552],[8.635267,46.863716],[8.642075,46.842258],[8.64836,46.823232],[8.649513,46.821292],[8.649461,46.821293],[8.651173,46.818775],[8.655609,46.814872],[8.658358,46.812236]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":517,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.59546,46.710045],[8.595694,46.708238],[8.595677,46.705025],[8.59524,46.704029],[8.594908,46.703033],[8.594973,46.701212],[8.594277,46.700255],[8.593955,46.699722],[8.593769,46.698332],[8.5936,46.697691],[8.592805,46.696913],[8.591167,46.695537],[8.589819,46.693159],[8.589526,46.691626],[8.589242,46.685595],[8.589267,46.684345],[8.589657,46.683163],[8.590822,46.68183],[8.590823,46.681866],[8.591221,46.681076],[8.591034,46.679579],[8.591619,46.677859],[8.591685,46.676073],[8.591859,46.675107],[8.59216,46.674033],[8.592185,46.672783],[8.591633,46.671218],[8.590664,46.669549],[8.590665,46.669585],[8.589631,46.66731]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":518,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.6089,46.527329],[8.612727,46.527289],[8.614382,46.527272],[8.615824,46.526971],[8.616904,46.526675],[8.617887,46.526664],[8.619186,46.526937],[8.620433,46.527174],[8.621673,46.527125],[8.62296,46.526826],[8.622908,46.526827],[8.623723,46.526247],[8.624278,46.525598],[8.625023,46.524162],[8.625667,46.52287],[8.626736,46.522109],[8.628528,46.521233],[8.632934,46.519331],[8.633914,46.519213],[8.636704,46.519041],[8.638403,46.518702],[8.640627,46.518714],[8.645361,46.517593],[8.653432,46.517685],[8.655025,46.51724],[8.656098,46.516657],[8.657328,46.516144],[8.659131,46.515839],[8.661239,46.515281],[8.662724,46.514622],[8.662775,46.514586],[8.664784,46.514207],[8.666127,46.514157],[8.668288,46.513669],[8.669834,46.513402],[8.6718,46.513417],[8.674993,46.512847],[8.678908,46.512161],[8.679991,46.512007],[8.681541,46.511954],[8.683719,46.512216],[8.686038,46.511833]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":519,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.908331,46.378664],[8.908332,46.3787],[8.910322,46.377888],[8.913061,46.376139],[8.914335,46.375551],[8.91777,46.374756],[8.921976,46.37388],[8.925956,46.372292],[8.929106,46.370501],[8.932197,46.368497],[8.934739,46.367142],[8.939787,46.365004],[8.954149,46.360278],[8.95888,46.359786],[8.971981,46.356146],[8.973293,46.355128],[8.974045,46.352547]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":520,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.974045,46.352547],[8.974601,46.350325],[8.977863,46.339854],[8.978773,46.337414],[8.979939,46.334898],[8.98109,46.333061]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":521,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.041196,46.224968],[9.041807,46.217986],[9.041205,46.21678],[9.040511,46.215897],[9.040017,46.214869],[9.039783,46.213908],[9.040001,46.212548],[9.040471,46.211041],[9.040883,46.209321],[9.040897,46.208036],[9.040119,46.206083],[9.036689,46.201382],[9.032714,46.197332],[9.02868,46.194782]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":522,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.02868,46.194782],[9.025716,46.191895],[9.024872,46.191157],[9.024176,46.190203],[9.022674,46.188046],[9.022034,46.187269],[9.013453,46.180319],[9.012663,46.179687],[9.007796,46.176684],[9.00376,46.173955]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":523,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.00376,46.173955],[9.000572,46.172142],[8.998686,46.170883]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":524,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.974086,46.160615],[8.952818,46.153475],[8.950952,46.152857],[8.94997,46.152656],[8.948579,46.152532],[8.94329,46.152638]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":525,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.898773,46.172898],[8.873712,46.177611],[8.865833,46.179032]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":526,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.865833,46.179032],[8.862865,46.179533],[8.862146,46.179543],[8.861063,46.179413],[8.856033,46.177727],[8.854482,46.177389],[8.852681,46.177305],[8.850271,46.177549]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":527,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.850271,46.177549],[8.847044,46.177982],[8.840824,46.179988],[8.838169,46.180664],[8.836374,46.180829],[8.834467,46.180638],[8.833131,46.180654],[8.831832,46.180099],[8.83053,46.179437],[8.828797,46.17803],[8.828055,46.177146],[8.827269,46.176549],[8.826176,46.176027],[8.824216,46.175765],[8.823603,46.17588],[8.822412,46.175537],[8.817572,46.173204],[8.816536,46.17286],[8.814782,46.172596],[8.813292,46.172614],[8.811588,46.172313],[8.809937,46.172083],[8.807371,46.172221],[8.802747,46.172277]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":528,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.949809,46.143851],[8.947593,46.144761],[8.946321,46.145206],[8.94473,46.145263],[8.940717,46.145031],[8.938506,46.144953],[8.937576,46.144751],[8.936023,46.144343],[8.93484,46.144288],[8.932329,46.144499],[8.929402,46.144538],[8.928216,46.144375],[8.926347,46.144245],[8.924068,46.144121],[8.923013,46.14379]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":529,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.925344,46.123846],[8.926879,46.121754],[8.928284,46.120557],[8.928775,46.11973],[8.929808,46.118073],[8.930584,46.116421],[8.931022,46.115522],[8.93182,46.114655],[8.933134,46.113923],[8.933786,46.113343],[8.934383,46.112657],[8.934558,46.111547],[8.934231,46.110838],[8.933486,46.109883],[8.932736,46.108751],[8.932253,46.107972],[8.932175,46.107008],[8.93235,46.105899],[8.932873,46.104393],[8.933195,46.103031],[8.93312,46.10214],[8.930935,46.097348],[8.929655,46.09558],[8.928598,46.094451]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":530,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.928598,46.094451],[8.925853,46.091666],[8.925476,46.091029],[8.925145,46.090176],[8.924864,46.089287],[8.922955,46.086991],[8.922665,46.085781],[8.922878,46.084171],[8.922949,46.083028],[8.923536,46.081949],[8.924171,46.080762],[8.924032,46.079443],[8.924259,46.078369],[8.925156,46.077393],[8.926878,46.076549],[8.929408,46.075265],[8.931238,46.074634],[8.933227,46.074215],[8.934593,46.073483],[8.937213,46.07177],[8.938409,46.070468],[8.938639,46.069501],[8.938565,46.068681],[8.938029,46.067831],[8.936758,46.066384],[8.935758,46.065469],[8.934513,46.06495],[8.932909,46.064471],[8.931918,46.063842],[8.931226,46.062922],[8.931001,46.062211],[8.931045,46.060068],[8.930368,46.057827],[8.929908,46.056012]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":531,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.929908,46.056012],[8.92913,46.053809],[8.927892,46.051647],[8.925975,46.049066],[8.925641,46.048106],[8.925763,46.046926],[8.926403,46.045954],[8.927658,46.044973],[8.929062,46.043812],[8.93248,46.03941]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":532,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.93248,46.03941],[8.933764,46.037608],[8.934147,46.036603],[8.934245,46.034566],[8.934057,46.033319],[8.934426,46.031814],[8.934555,46.03092],[8.934063,46.02982],[8.933833,46.028894],[8.934215,46.027854],[8.934798,46.026703],[8.934751,46.02499],[8.934508,46.023601],[8.934223,46.022533],[8.93331,46.02101],[8.932706,46.019554],[8.932757,46.019553],[8.932663,46.017983],[8.933144,46.016834],[8.933392,46.016434]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":533,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.946597,46.004729],[8.947311,46.002755],[8.947382,46.001612],[8.946896,46.000725],[8.946111,46.000129],[8.944761,45.999469],[8.943363,45.998916],[8.942678,45.998247],[8.942301,45.997573],[8.94212,45.996576],[8.941989,45.995542],[8.941857,45.994473],[8.941371,45.993551],[8.940734,45.992738],[8.940401,45.991814],[8.940581,45.990919],[8.94107,45.990055],[8.941923,45.989401],[8.943039,45.989029],[8.944519,45.988831],[8.946633,45.989303]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":534,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.310235,47.04617],[8.309629,47.044549],[8.308994,47.044006],[8.307871,47.043467],[8.306578,47.043168],[8.305184,47.043083],[8.303828,47.04326],[8.302578,47.04346],[8.301715,47.043918],[8.300384,47.045571],[8.298483,47.048631],[8.297196,47.050902],[8.296833,47.052119]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":535,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.296833,47.052119],[8.296391,47.052788],[8.295741,47.053531],[8.294253,47.054113],[8.293037,47.054313],[8.29109,47.054541],[8.289562,47.054791],[8.28835,47.055252],[8.287041,47.056142],[8.286602,47.057026]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":536,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.591664,46.636616],[8.594195,46.637018],[8.595347,46.63753],[8.596109,46.637642],[8.596661,46.637565],[8.596968,46.637395],[8.597238,46.637083],[8.597295,46.636535],[8.597565,46.636246],[8.598457,46.635904],[8.599146,46.635825],[8.601949,46.635987],[8.603502,46.6359],[8.604673,46.635745],[8.60529,46.635477],[8.605903,46.635066],[8.606626,46.63494],[8.607184,46.635172],[8.607398,46.635479],[8.607443,46.635979],[8.607138,46.636267],[8.606726,46.636367],[8.606174,46.63642],[8.60524,46.636382],[8.604585,46.63646],[8.603797,46.636778],[8.602094,46.637938],[8.601174,46.638518],[8.600502,46.63943],[8.600689,46.640071],[8.600901,46.640306],[8.601492,46.640467],[8.602079,46.640437],[8.602422,46.640315],[8.602521,46.640123],[8.602585,46.639861],[8.602508,46.639504],[8.60257,46.639171],[8.602735,46.638812],[8.603486,46.638376],[8.604585,46.638055],[8.605203,46.637882],[8.605688,46.637925],[8.606176,46.63811],[8.606804,46.638389],[8.607911,46.638449],[8.609122,46.638532],[8.609786,46.638835],[8.610513,46.638923],[8.611205,46.638939],[8.61176,46.639053],[8.612353,46.639308],[8.612669,46.639519],[8.612991,46.640016],[8.612859,46.640327],[8.612382,46.640617],[8.611759,46.6406],[8.611134,46.640463],[8.610645,46.64023],[8.610158,46.640069],[8.60971,46.640121],[8.609128,46.640365],[8.608372,46.640563],[8.607715,46.64057],[8.607063,46.640791],[8.606412,46.641036],[8.605903,46.641493],[8.605914,46.641993],[8.60644,46.642344],[8.607236,46.642408],[8.609319,46.642815],[8.61025,46.642734],[8.611284,46.64258],[8.612907,46.642516]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":537,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.622288,46.158413],[8.621626,46.15792],[8.62114,46.157616],[8.62028,46.157435],[8.619396,46.157753],[8.61844,46.157906],[8.617137,46.157848],[8.615897,46.157528],[8.613241,46.156651],[8.61222,46.155353],[8.61063,46.154703]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":538,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.183197,47.648355],[9.186223,47.646144],[9.188848,47.644581],[9.190482,47.643937],[9.191668,47.643562],[9.193313,47.643276],[9.195104,47.643106],[9.195956,47.643093]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":539,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.946633,45.989303],[8.948179,45.989639],[8.949915,45.989437],[8.951083,45.989064],[8.952698,45.988281]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":540,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.951248,45.954319],[8.952978,45.953939],[8.957116,45.953597],[8.96069,45.953263],[8.962622,45.952809],[8.964243,45.95218],[8.96559,45.950911],[8.966522,45.949471],[8.966643,45.948291],[8.96645,45.946901],[8.966063,45.94587],[8.965375,45.943753]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":541,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.979016,45.869602],[8.975298,45.866439],[8.97399,45.86535],[8.972427,45.8643],[8.971692,45.863596],[8.971456,45.862456],[8.971637,45.861633],[8.972178,45.860876],[8.973365,45.859467],[8.974755,45.858019],[8.977977,45.85444],[8.978064,45.853904],[8.977927,45.852691],[8.977846,45.851621],[8.977979,45.850905],[8.978724,45.85011],[8.97973,45.84956],[8.980997,45.849186],[8.983602,45.84915],[8.984312,45.848961],[8.985577,45.848516],[8.987442,45.847633],[8.989213,45.847001],[8.990686,45.846695],[8.992779,45.846631],[8.994217,45.846896],[8.995305,45.847417],[8.996239,45.84794],[8.997333,45.848674],[8.998312,45.848946],[8.999646,45.849142],[9.000816,45.848983],[9.001728,45.84872],[9.003087,45.847987],[9.004993,45.846747]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":542,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.004993,45.846747],[9.006893,45.845292],[9.008362,45.844843],[9.00978,45.844394],[9.020215,45.837749],[9.026238,45.834058],[9.030684,45.832352]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":543,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.020401,46.757523],[8.020129,46.757591],[8.019196,46.757833],[8.018125,46.758005],[8.016812,46.758321],[8.015532,46.758494],[8.014005,46.758193],[8.013308,46.757768],[8.012333,46.757202],[8.010942,46.756685],[8.01004,46.756594],[8.009206,46.756313],[8.008267,46.755889],[8.007156,46.755657],[8.005144,46.755286],[8.004174,46.755267],[8.002618,46.755512],[8.001719,46.755636],[8.000162,46.755739],[7.998395,46.755747],[7.997527,46.755514],[7.995999,46.755093],[7.995338,46.754763],[7.994396,46.754125],[7.993216,46.753869],[7.992141,46.753755],[7.991066,46.75357],[7.989523,46.752424]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":544,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.989523,46.752424],[7.988798,46.751867],[7.987998,46.751514],[7.987026,46.751352],[7.985778,46.75112],[7.984873,46.750743],[7.98393,46.749938],[7.982852,46.749444],[7.981395,46.749213],[7.980042,46.748957],[7.978894,46.748439],[7.978368,46.747775],[7.977877,46.747159],[7.977041,46.746663],[7.975824,46.746073],[7.974608,46.745675],[7.973219,46.745229],[7.972175,46.74471],[7.971405,46.743881],[7.971116,46.742716],[7.970967,46.741645],[7.970266,46.740768],[7.969046,46.739917],[7.968037,46.73935],[7.966679,46.738547],[7.965462,46.738053],[7.964078,46.738083],[7.962695,46.73828],[7.961725,46.738213],[7.960301,46.737744],[7.958943,46.736988]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":545,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.502681,47.419168],[7.502857,47.419715],[7.50363,47.420881],[7.504682,47.421571],[7.505735,47.422022],[7.507488,47.422378],[7.508681,47.422615],[7.509979,47.423328],[7.510822,47.424423],[7.511139,47.425541],[7.511703,47.427111],[7.512265,47.427872],[7.513353,47.428538],[7.514545,47.42887],[7.515703,47.429179],[7.517773,47.429606],[7.521562,47.430484],[7.525736,47.431504],[7.526824,47.431812],[7.527807,47.432383],[7.529562,47.433429]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":546,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.163676,47.416148],[8.16734,47.420322],[8.16853,47.421681],[8.169011,47.4226],[8.169076,47.423935],[8.168867,47.425717],[8.168504,47.426642],[8.167952,47.427345],[8.167165,47.428017],[8.166498,47.428765],[8.166151,47.429264]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":547,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.40096,46.717653],[6.400005,46.718715]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":548,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.400005,46.718715],[6.399417,46.719638],[6.398668,46.720774],[6.397773,46.721408],[6.396514,46.722075],[6.395048,46.72274],[6.394108,46.722981],[6.393068,46.723079],[6.391876,46.722996],[6.390636,46.722664],[6.389972,46.722122],[6.389414,46.721438],[6.388812,46.720362],[6.387543,46.718851],[6.38673,46.71795],[6.386117,46.717445],[6.385346,46.717081],[6.384522,46.716752],[6.383695,46.71653],[6.380017,46.716139],[6.378724,46.715912],[6.373091,46.71461],[6.36904,46.712109],[6.368111,46.71185]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":549,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.559541,46.688013],[6.56108,46.692105],[6.562651,46.696196],[6.56394,46.699542],[6.565736,46.703952],[6.566962,46.707117],[6.567843,46.7094]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":550,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.567843,46.7094],[6.568159,46.710146]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":551,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.847639,46.966746],[6.849368,46.968198],[6.849957,46.968561],[6.850875,46.968927],[6.852222,46.969227],[6.853601,46.969527],[6.854914,46.969916],[6.855963,46.970395],[6.856781,46.97085],[6.857728,46.971531],[6.858972,46.972236],[6.860019,46.972872],[6.860052,46.972873],[6.861396,46.973375],[6.862315,46.97365],[6.862937,46.973969],[6.863592,46.974355],[6.864048,46.974763],[6.864603,46.97524],[6.865481,46.976303],[6.866002,46.976824],[6.866557,46.9773]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":552,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.866557,46.9773],[6.867112,46.977709],[6.867998,46.978051],[6.868917,46.978304],[6.870495,46.978627],[6.873814,46.979275],[6.877397,46.979878]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":553,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.90823,46.985638],[6.910331,46.986369],[6.911381,46.986779],[6.912957,46.987327],[6.913448,46.987578],[6.913481,46.987578],[6.914103,46.987964],[6.914659,46.988395],[6.914952,46.988734],[6.915408,46.989277],[6.915928,46.989955],[6.916581,46.990522],[6.917236,46.990976],[6.918022,46.991385],[6.919236,46.991864]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":554,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.919236,46.991864],[6.920879,46.992345],[6.922916,46.992872],[6.925183,46.993446],[6.926695,46.993813],[6.927549,46.994087],[6.928731,46.994476],[6.929714,46.995044],[6.931126,46.995478],[6.932999,46.99605],[6.93546,46.996985]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":555,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.742343,47.056528],[6.739689,47.055726],[6.738072,47.055538],[6.73677,47.055244],[6.735992,47.054811],[6.735114,47.054056],[6.734391,47.053409],[6.733091,47.052972],[6.730859,47.051923],[6.729254,47.050807],[6.726082,47.049787]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":556,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.833373,47.09992],[6.829504,47.099971]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":557,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.829504,47.099971],[6.827678,47.09964],[6.825861,47.098559]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":558,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.389485,47.191878],[7.390845,47.193557],[7.391839,47.194342],[7.393357,47.1952],[7.394718,47.196093],[7.395451,47.196843],[7.396026,47.197735],[7.396287,47.198806],[7.396077,47.199806],[7.395342,47.201662],[7.394291,47.205267],[7.371677,47.275865],[7.371834,47.276651],[7.372043,47.277222],[7.372881,47.277865],[7.373929,47.278579],[7.374978,47.279258],[7.376236,47.279545]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":559,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.376236,47.279545],[7.377683,47.279836],[7.378825,47.27986],[7.379832,47.279929],[7.381041,47.280158],[7.381477,47.280341]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":560,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.495069,47.208423],[7.496061,47.208603],[7.497318,47.208783],[7.499435,47.208917],[7.504164,47.208937],[7.509489,47.208911],[7.509522,47.208911],[7.521427,47.208874]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":561,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.529364,47.208086],[7.530322,47.207522],[7.531842,47.206619]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":562,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.196194,47.114041],[7.197313,47.114832],[7.198564,47.115646],[7.199815,47.11655],[7.201396,47.117387],[7.203273,47.11836],[7.204756,47.119152],[7.206073,47.119943],[7.206797,47.120486],[7.207488,47.121028],[7.207915,47.121615],[7.208209,47.122246],[7.208471,47.12272],[7.208797,47.12369],[7.209945,47.125495],[7.211454,47.12791],[7.212275,47.128858],[7.213427,47.12992],[7.214611,47.130891],[7.216028,47.131728],[7.217247,47.132361],[7.218269,47.132791],[7.218994,47.133131],[7.219852,47.133516],[7.221204,47.133834],[7.222524,47.134152],[7.22457,47.134516],[7.226683,47.134813],[7.227937,47.134951],[7.229456,47.135134],[7.230677,47.135271],[7.231866,47.135363],[7.23322,47.135321],[7.234608,47.135098],[7.236327,47.134695],[7.237947,47.134157]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":563,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.237947,47.134157],[7.242346,47.132632]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":564,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.836904,47.09744],[6.835587,47.098361],[6.835577,47.099253],[6.835154,47.09968],[6.833373,47.09992]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":565,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.847128,47.465948],[7.843753,47.465198],[7.842242,47.464894],[7.840767,47.464685],[7.838486,47.464765],[7.836417,47.464867],[7.83452,47.464612],[7.832972,47.464117],[7.831314,47.462957],[7.829795,47.46151],[7.827823,47.460589],[7.825925,47.460143],[7.82431,47.460101],[7.822348,47.460417],[7.82169,47.460536]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":566,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.82169,47.460536],[7.817652,47.461265],[7.812728,47.462449]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":567,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.91643,47.36015],[7.917564,47.361041],[7.918347,47.362442],[7.918398,47.364179]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":568,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.918398,47.364179],[7.917474,47.366634],[7.915968,47.37059],[7.909677,47.388084],[7.90718,47.394971],[7.901702,47.409867],[7.900641,47.412917],[7.897251,47.422307],[7.89242,47.435581],[7.889813,47.44254],[7.889367,47.443684],[7.887641,47.445547]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":569,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.837082,46.541082],[6.837646,46.542643],[6.838463,46.543671],[6.839729,46.544559],[6.841139,46.544971],[6.842822,46.545622],[6.843918,46.546342]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":570,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.843918,46.546342],[6.844492,46.547487],[6.844818,46.549179],[6.844463,46.550153],[6.844417,46.551176],[6.844391,46.553532],[6.844923,46.55532],[6.845385,46.557251],[6.84513,46.558511],[6.844113,46.559981],[6.843415,46.560692],[6.842305,46.561209],[6.840879,46.562225],[6.839062,46.564286],[6.837588,46.566468],[6.8367,46.568725],[6.836673,46.5712],[6.837064,46.572211]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":571,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.937735,46.817686],[6.940368,46.819768]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":572,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.607542,46.746527],[6.609232,46.747554],[6.610826,46.748377],[6.612874,46.749541],[6.615863,46.751321],[6.620838,46.754129],[6.622105,46.754905],[6.623697,46.755931],[6.625256,46.756956],[6.627492,46.75873],[6.630112,46.761183],[6.632861,46.763727],[6.633995,46.764682],[6.635354,46.765953],[6.636427,46.766592],[6.637567,46.767119],[6.639135,46.76758],[6.641001,46.767796],[6.643201,46.767654],[6.645073,46.767554],[6.646547,46.767655],[6.647725,46.767843],[6.649,46.768168],[6.650043,46.768648],[6.65092,46.769195],[6.65199,46.770104],[6.652504,46.770829],[6.653075,46.77214],[6.653584,46.773271],[6.65409,46.774559],[6.654242,46.775349],[6.654363,46.776049],[6.65419,46.776701],[6.653885,46.777375],[6.653219,46.778047],[6.652324,46.778627],[6.652291,46.778649],[6.651038,46.779114]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":573,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.651038,46.779114],[6.648239,46.779748],[6.646428,46.780186],[6.645469,46.780423]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":574,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.151083,46.80349],[7.153321,46.806328],[7.153729,46.807828],[7.153514,46.80928],[7.153435,46.811017],[7.153707,46.811946],[7.15429,46.813232]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":575,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.15429,46.813232],[7.155392,46.81452],[7.159357,46.818719],[7.16153,46.820914],[7.163433,46.821847],[7.165125,46.823112],[7.166573,46.824663],[7.168846,46.827858],[7.172152,46.832435],[7.17298,46.833318],[7.173845,46.833819],[7.176508,46.83523],[7.178167,46.836471],[7.180372,46.83938],[7.182475,46.842193],[7.186852,46.848129],[7.18913,46.850538],[7.189628,46.850929]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":576,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.93546,46.996985],[6.9372,46.997624],[6.938776,46.998217],[6.940583,46.998743],[6.942717,46.999496],[6.944293,47.000066],[6.946199,47.00066],[6.948333,47.001413]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":577,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.948333,47.001413],[6.953197,47.002741],[6.954412,47.00322],[6.955429,47.00372],[6.956215,47.004174],[6.957199,47.004719],[6.958313,47.005422],[6.959395,47.005945],[6.960905,47.006605],[6.963268,47.007652],[6.963301,47.007675],[6.96527,47.008517],[6.967108,47.009313],[6.969145,47.01002],[6.970558,47.010522],[6.97233,47.011273],[6.974235,47.012002],[6.974268,47.012024],[6.977585,47.013255],[6.978833,47.013823],[6.980114,47.014302],[6.981199,47.014599],[6.982416,47.014807]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":578,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.723136,46.49695],[6.725241,46.497221],[6.727992,46.497738],[6.731636,46.498475],[6.734492,46.498802],[6.73608,46.498622],[6.738087,46.498015],[6.740372,46.49722],[6.742513,46.496924],[6.744823,46.496795],[6.747242,46.49631],[6.749049,46.495155],[6.750824,46.493809],[6.751932,46.493363],[6.754195,46.491616],[6.755346,46.490528],[6.757007,46.48999],[6.759592,46.489934],[6.761619,46.490399],[6.763502,46.491386]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":579,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.763502,46.491386],[6.765885,46.493756],[6.766029,46.493953]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":580,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.797391,46.47242],[6.800807,46.471892],[6.802981,46.471595],[6.804464,46.471437],[6.805536,46.471157],[6.806882,46.470903],[6.808469,46.470745],[6.813157,46.470462],[6.818913,46.470184],[6.820604,46.469955],[6.821538,46.469603],[6.822507,46.469204],[6.82382,46.46883],[6.825028,46.46867],[6.826888,46.468656],[6.829021,46.468929],[6.831293,46.469013],[6.832951,46.468594],[6.835372,46.467797],[6.836583,46.46728]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":581,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.836583,46.46728],[6.838662,46.466196],[6.84279,46.463528]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":582,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.605869,46.767743],[7.602427,46.770533],[7.599005,46.773156],[7.590537,46.779927],[7.588948,46.781405],[7.586979,46.783644],[7.585737,46.785669],[7.584978,46.786955],[7.584119,46.789527],[7.582621,46.794395]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":583,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.474247,47.05381],[8.474708,47.054211],[8.475413,47.054633],[8.476216,47.054768],[8.477502,47.054614],[8.478961,47.054434],[8.479588,47.054428],[8.480534,47.054729],[8.481479,47.054982],[8.482803,47.055018],[8.483956,47.055174],[8.484688,47.055239]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":584,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.597219,47.544349],[7.595274,47.545087],[7.590021,47.546762]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":585,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.408728,46.946348],[7.410143,46.946761]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":586,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.401079,46.946363],[7.405148,46.946252],[7.407268,46.946205],[7.408728,46.946348]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":587,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.523786,46.606179],[6.523245,46.607212],[6.522575,46.60813],[6.520977,46.609785],[6.518014,46.61285],[6.51717,46.614353],[6.516849,46.615928],[6.517317,46.617239],[6.518243,46.618577],[6.519726,46.619851],[6.52115,46.620787],[6.522316,46.621472],[6.523386,46.622022],[6.52806,46.624246],[6.532474,46.626332],[6.536499,46.628258],[6.538445,46.629265],[6.540258,46.630474],[6.542098,46.631931],[6.543869,46.633703],[6.544542,46.634565],[6.545437,46.635812],[6.54617,46.637035],[6.547302,46.639771],[6.547614,46.640743]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":588,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.400005,46.718715],[6.400544,46.71772],[6.400351,46.716933],[6.399698,46.71582],[6.396946,46.713153],[6.394692,46.711633],[6.393619,46.71073],[6.392383,46.710255],[6.391611,46.709891],[6.390696,46.708918],[6.389306,46.708334],[6.388127,46.707573],[6.387047,46.707064],[6.385911,46.706732],[6.38453,46.705719],[6.383038,46.705027],[6.381594,46.704585],[6.380716,46.704327],[6.379474,46.704173],[6.378229,46.704126],[6.376737,46.703469],[6.375393,46.703171],[6.374721,46.703057],[6.373743,46.702655],[6.372917,46.702434],[6.371097,46.702595],[6.370064,46.702335],[6.368626,46.701572],[6.367139,46.700666],[6.365761,46.69951],[6.364579,46.698928],[6.363398,46.698309],[6.362581,46.697623],[6.361003,46.696109],[6.359261,46.694986],[6.357922,46.694473],[6.356848,46.693677],[6.354852,46.692302],[6.353772,46.691863],[6.352587,46.691423],[6.351307,46.690554],[6.350223,46.690294],[6.348618,46.6901],[6.34548,46.688784],[6.344405,46.68806],[6.343904,46.687198],[6.34283,46.686402],[6.342532,46.685757],[6.342342,46.684898],[6.341844,46.683894],[6.341654,46.682999],[6.341149,46.682352],[6.340902,46.681706],[6.340604,46.681097],[6.33932,46.680442],[6.334131,46.680498],[6.333201,46.680311],[6.332535,46.679912],[6.332081,46.679265],[6.332047,46.678407],[6.331595,46.677689],[6.331091,46.67697],[6.328388,46.674694],[6.327675,46.67408],[6.327011,46.673574],[6.326768,46.672786],[6.32659,46.671356],[6.324873,46.66909],[6.324389,46.667407]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":589,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.422731,46.550886],[6.422431,46.550894],[6.421242,46.550848],[6.419437,46.55051],[6.41784,46.550103],[6.415943,46.549193],[6.41492,46.548542],[6.414252,46.548286],[6.413477,46.548207],[6.405805,46.548923],[6.404301,46.549052],[6.403266,46.549043],[6.401874,46.54878],[6.399089,46.548291],[6.397898,46.548315],[6.396857,46.548663],[6.394822,46.549501],[6.394041,46.549744],[6.393055,46.549913],[6.391969,46.549868],[6.389284,46.549557]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":590,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.473715,47.053291],[8.474247,47.05381]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":591,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.20929,47.480654],[8.209609,47.481057],[8.210467,47.482123],[8.211564,47.48271],[8.213467,47.483245],[8.215573,47.483231],[8.218278,47.483331],[8.219366,47.483348],[8.222428,47.483827],[8.226546,47.484561],[8.228063,47.485074],[8.233475,47.487774],[8.239354,47.49116],[8.24229,47.492591],[8.244195,47.493221],[8.245987,47.493279],[8.248199,47.493264],[8.250997,47.492578]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":592,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.250997,47.492578],[8.253546,47.491656]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":593,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.51272,47.581127],[8.509814,47.577],[8.509439,47.576185],[8.509515,47.575518],[8.509727,47.574909],[8.510252,47.574268],[8.510694,47.57396],[8.511315,47.573682]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":594,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.511315,47.573682],[8.515731,47.572671]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":595,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.50795,47.47293],[8.510526,47.470204]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":596,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.16921,47.652707],[9.172147,47.652056],[9.173198,47.651862]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":597,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.173198,47.651862],[9.174313,47.652024],[9.175273,47.652295],[9.176245,47.652959],[9.176864,47.654092],[9.177925,47.659074]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":598,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.760622,47.507859],[8.761974,47.509406]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":599,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.761974,47.509406],[8.769952,47.518533],[8.776681,47.526274],[8.777283,47.527159]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":600,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.724043,47.501117],[8.726141,47.503641]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":601,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.726141,47.503641],[8.727894,47.504978],[8.729061,47.505298],[8.729625,47.505387],[8.731236,47.505178],[8.73395,47.504125],[8.737815,47.502772],[8.745788,47.500281]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":602,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.705802,47.452897],[8.706889,47.456325],[8.707985,47.459621],[8.708001,47.461763],[8.707569,47.462744],[8.70705,47.464534],[8.706941,47.465868],[8.706357,47.472277],[8.705941,47.476922],[8.706324,47.478251],[8.706947,47.479363],[8.708113,47.481135],[8.711046,47.484863],[8.716656,47.491596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":603,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.716656,47.491596],[8.71871,47.49406],[8.721063,47.496985],[8.724043,47.501117]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":604,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.781231,47.203172],[8.782107,47.203142],[8.786417,47.202855]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":605,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.786417,47.202855],[8.790753,47.202565],[8.797689,47.201984],[8.805636,47.201366],[8.809327,47.200965],[8.811369,47.200227],[8.812362,47.199477],[8.814297,47.197288],[8.815552,47.195845],[8.816446,47.19531],[8.817551,47.194845],[8.818731,47.194545],[8.82277,47.194092]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":606,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.792286,47.317913],[8.794948,47.315142],[8.798101,47.311154]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":607,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.798101,47.311154],[8.798959,47.310477],[8.806683,47.305983],[8.807548,47.305615],[8.809217,47.305215],[8.811203,47.304858],[8.813567,47.304259],[8.818048,47.303015],[8.820654,47.302294],[8.822322,47.301845],[8.823403,47.301713],[8.824661,47.30165],[8.835036,47.302311],[8.835978,47.302228],[8.83716,47.301928],[8.837955,47.301561],[8.840006,47.299704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":608,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.804831,47.332324],[8.803045,47.330322],[8.802411,47.329761],[8.801626,47.329391],[8.794404,47.326863],[8.790622,47.325601],[8.789872,47.325336],[8.788926,47.324694],[8.788446,47.32411],[8.788121,47.323503],[8.787983,47.322957],[8.788028,47.322261],[8.788316,47.321415],[8.788977,47.320606]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":609,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.788977,47.320606],[8.791163,47.318811],[8.792286,47.317913]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":610,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.615867,47.414422],[8.614134,47.413106],[8.6127,47.412294],[8.610808,47.411598],[8.60846,47.411085],[8.604682,47.410383]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":611,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.675554,47.228923],[8.676333,47.227868]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":612,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.676333,47.227868],[8.677498,47.226879],[8.678874,47.225912],[8.680771,47.224869],[8.682706,47.223967],[8.684162,47.223475],[8.684955,47.223014],[8.686436,47.222094],[8.68861,47.220928],[8.691445,47.219683],[8.693141,47.218998],[8.69474,47.218672],[8.696237,47.218417],[8.697276,47.218049],[8.699623,47.216857],[8.700546,47.21599],[8.701155,47.21515],[8.702034,47.213903],[8.703804,47.211955],[8.704992,47.210467],[8.70626,47.209453],[8.707886,47.208273]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":613,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.757097,47.20724],[8.75856,47.207104],[8.766162,47.205184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":614,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.766162,47.205184],[8.771231,47.203983],[8.774674,47.203396],[8.777814,47.203288],[8.781231,47.203172]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":615,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.722317,47.157504],[8.722673,47.155524],[8.723114,47.154996],[8.723734,47.154655],[8.726683,47.153932],[8.728569,47.152554],[8.729707,47.151994],[8.730825,47.150625],[8.731442,47.150189],[8.732134,47.14992],[8.732828,47.149793],[8.736143,47.149803],[8.736774,47.149939],[8.737444,47.150217],[8.738043,47.150472],[8.738709,47.150584],[8.739512,47.150598],[8.740108,47.150734],[8.742781,47.151609],[8.743453,47.151958],[8.744159,47.152307],[8.74493,47.152441],[8.745799,47.152312],[8.746626,47.151874],[8.747205,47.15132],[8.747474,47.150889],[8.74816,47.150405],[8.749334,47.149892],[8.749771,47.14922],[8.750119,47.147764],[8.750342,47.146905],[8.750221,47.14624],[8.749927,47.145624],[8.749458,47.145011],[8.74951,47.144249],[8.750075,47.143123],[8.750166,47.142575],[8.750045,47.14191],[8.749714,47.1412],[8.748494,47.139809],[8.747741,47.138961],[8.74748,47.138297],[8.747048,47.132042],[8.746576,47.131262],[8.744922,47.129258]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":616,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.825838,47.225363],[8.8167,47.22464]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":617,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.030374,47.152099],[9.031954,47.15111],[9.036995,47.148184],[9.048651,47.141285],[9.050675,47.140161],[9.0523,47.139663],[9.055835,47.138875]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":618,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.055835,47.138875],[9.057523,47.138185],[9.060907,47.13625]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":619,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.327851,47.406501],[9.329878,47.407301],[9.332281,47.407809],[9.334779,47.408054],[9.337611,47.408793],[9.342634,47.411019],[9.346688,47.412571],[9.34935,47.413479],[9.352351,47.414048],[9.354755,47.41458],[9.361002,47.416642]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":620,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.361002,47.416642],[9.36446,47.419179],[9.369057,47.423102]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":621,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.04202,47.462185],[9.044099,47.4613],[9.045156,47.460285],[9.045435,47.459067],[9.045332,47.457974],[9.044067,47.454445],[9.04304,47.451794]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":622,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.04304,47.451794],[9.043263,47.449886],[9.044684,47.448153],[9.046516,47.447223],[9.048681,47.446883],[9.050683,47.446951],[9.052593,47.447448],[9.054606,47.447872],[9.056603,47.447773],[9.058517,47.44727],[9.064956,47.445537],[9.067091,47.445364],[9.068602,47.445438]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":623,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.188854,47.415831],[9.191014,47.414346],[9.192981,47.413388],[9.197632,47.411913],[9.20905,47.408359],[9.210128,47.40808],[9.215533,47.407188],[9.220801,47.406393],[9.226172,47.405548],[9.229563,47.405258],[9.232028,47.405576],[9.233699,47.406265],[9.237202,47.408233],[9.239847,47.409716],[9.24321,47.410663],[9.246987,47.411389]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":624,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.246987,47.411389],[9.251062,47.411564]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":625,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.379032,47.561771],[9.379467,47.565013]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":626,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.379032,47.561771],[9.378165,47.559793],[9.377656,47.558374],[9.377605,47.55697],[9.378287,47.548699]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":627,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.505018,47.477832],[9.510758,47.478253]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":628,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.594927,47.462717],[9.595436,47.461111]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":629,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.44524,47.044926],[9.445832,47.044712],[9.448537,47.043475]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":630,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.448537,47.043475],[9.452386,47.041169],[9.4564,47.038647],[9.463071,47.034553],[9.478148,47.025358],[9.497404,47.013658],[9.500262,47.01194],[9.502388,47.011093],[9.505288,47.010469],[9.505662,47.01044]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":631,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.275131,47.389731],[9.283102,47.392234]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":632,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.060907,47.13625],[9.061535,47.135891],[9.064341,47.133895]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":633,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.064341,47.133895],[9.06512,47.133341],[9.066075,47.132613],[9.067681,47.131519],[9.069812,47.130489],[9.072511,47.129784],[9.075292,47.129459],[9.082658,47.129663],[9.086953,47.12984],[9.090759,47.129976],[9.093934,47.129977],[9.094866,47.129861]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":634,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.104265,46.998632],[7.102183,46.999219],[7.099675,46.999783]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":635,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.74772,46.024394],[7.748888,46.02551],[7.749919,46.02653],[7.750743,46.027099],[7.75119,46.027669],[7.751431,46.027954],[7.752219,46.02838],[7.75335,46.028948],[7.753763,46.029399],[7.753765,46.029756],[7.754041,46.030208],[7.75459,46.030706],[7.755174,46.031133],[7.755963,46.031797],[7.756991,46.032223],[7.757575,46.032721],[7.757886,46.033339],[7.758264,46.03379],[7.758169,46.035004],[7.758446,46.035598],[7.758892,46.035954],[7.75944,46.036214],[7.759612,46.03638],[7.760473,46.037401],[7.760681,46.0379],[7.76045,46.039329],[7.760725,46.039638],[7.761514,46.040064],[7.761756,46.040515],[7.761861,46.041015],[7.762068,46.041371],[7.762652,46.041774],[7.763578,46.042367],[7.764435,46.042864],[7.764779,46.04322],[7.764918,46.043648],[7.765059,46.044219],[7.765265,46.044528],[7.765746,46.044788],[7.766396,46.044977],[7.767115,46.045165],[7.767458,46.045402],[7.767733,46.045663],[7.767942,46.046281],[7.768081,46.046662],[7.768426,46.047232],[7.768805,46.047635],[7.768671,46.048064],[7.768469,46.048684],[7.768746,46.049183],[7.768953,46.049587],[7.769264,46.050109],[7.769542,46.050846],[7.76975,46.051369],[7.76989,46.05194],[7.770169,46.052772],[7.77072,46.053389],[7.77175,46.054124],[7.772779,46.054811],[7.772953,46.055192],[7.773163,46.056048],[7.773577,46.056666],[7.774095,46.057473],[7.774303,46.05802],[7.773867,46.059307],[7.773665,46.059902],[7.773566,46.060521],[7.773604,46.061092],[7.773813,46.061687],[7.774263,46.062566],[7.775298,46.064134],[7.775507,46.064752],[7.775613,46.065275],[7.775445,46.065728],[7.774768,46.066849],[7.774701,46.067158]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":636,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.500566,46.59374],[8.499725,46.593106],[8.499025,46.592636],[8.498466,46.59226],[8.497943,46.592027],[8.497457,46.591865],[8.497246,46.591677],[8.496893,46.591299],[8.49637,46.591018],[8.495984,46.590713],[8.495736,46.590405],[8.495588,46.589907],[8.495369,46.58929],[8.495015,46.588841],[8.494313,46.588276],[8.493823,46.587924],[8.492988,46.587598],[8.492156,46.587416],[8.49191,46.58718],[8.491691,46.586563],[8.491303,46.586138],[8.490713,46.586001],[8.49012,46.585697],[8.489389,46.58537],[8.488728,46.585115],[8.487547,46.584768],[8.486406,46.584636],[8.485883,46.584403],[8.485428,46.584074],[8.485041,46.583673],[8.48455,46.58332],[8.484203,46.583204],[8.483478,46.583187],[8.482683,46.583171],[8.482062,46.583153],[8.481267,46.583112],[8.479989,46.5831],[8.479403,46.583153],[8.477993,46.583428],[8.477001,46.583913],[8.476661,46.584178],[8.47577,46.584519],[8.475431,46.584832],[8.474263,46.585152],[8.47351,46.585468],[8.472826,46.585831],[8.471622,46.586033],[8.470729,46.586279],[8.469869,46.586453],[8.468909,46.586795],[8.468223,46.58704],[8.467297,46.587381],[8.465986,46.587417],[8.465331,46.587447],[8.46447,46.587597]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":637,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.413692,47.327817],[9.414803,47.32756],[9.416003,47.326896],[9.417674,47.325677],[9.419055,47.325154],[9.42093,47.324741],[9.423099,47.323751],[9.424383,47.323443],[9.425389,47.323212],[9.426797,47.322473],[9.430818,47.320452]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":638,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.430818,47.320452],[9.431848,47.318982],[9.432322,47.318545],[9.433213,47.31803],[9.433543,47.317501],[9.434264,47.31525],[9.434878,47.314811],[9.435557,47.314252],[9.43604,47.313125],[9.436223,47.312407],[9.436056,47.310768]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":639,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.452256,47.360957],[9.452281,47.360405],[9.451462,47.360063],[9.44993,47.359375],[9.449351,47.358885],[9.448367,47.357879],[9.443024,47.356472],[9.440641,47.354585],[9.440307,47.354091],[9.439671,47.352079],[9.438478,47.351076],[9.437266,47.350525],[9.435459,47.349962],[9.43383,47.34949],[9.432786,47.348746],[9.432452,47.348252]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":640,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.452256,47.360957],[9.451781,47.361081],[9.450468,47.360628]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":641,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.591664,46.636616],[8.593713,46.637083],[8.594307,46.637398],[8.594531,46.638158],[8.594265,46.638684],[8.593967,46.639258],[8.593319,46.639669],[8.592412,46.640107],[8.59174,46.64059],[8.591446,46.640998],[8.591457,46.641474],[8.591744,46.64197],[8.591963,46.642516],[8.591656,46.644352],[8.590983,46.645192],[8.590368,46.645507],[8.589757,46.646061],[8.589154,46.646972],[8.588001,46.648007],[8.587214,46.648348],[8.586155,46.648977],[8.585277,46.649938],[8.584501,46.650827],[8.584078,46.652069],[8.584098,46.652997],[8.584039,46.653498],[8.583536,46.654217],[8.58252,46.655203],[8.581744,46.656139],[8.581686,46.656639],[8.582254,46.657348],[8.582716,46.657938],[8.583286,46.658742],[8.584127,46.659257],[8.584864,46.659773],[8.585788,46.660954],[8.586958,46.661508],[8.587926,46.662339],[8.587929,46.663714],[8.588338,46.665255],[8.589631,46.66731]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":642,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.880505,46.86762],[9.876128,46.865679],[9.873884,46.864418],[9.87313,46.863862],[9.872469,46.863067],[9.872015,46.862243],[9.871884,46.860889],[9.87222,46.859096],[9.873033,46.857888],[9.873911,46.857345],[9.875488,46.856907],[9.877215,46.856727],[9.879673,46.856579],[9.880813,46.85646],[9.882086,46.856218],[9.883321,46.855882],[9.884829,46.855469],[9.885823,46.855186],[9.896267,46.849771],[9.949418,46.81585],[9.994567,46.789273],[10.086953,46.761544],[10.088156,46.761349],[10.089438,46.761343],[10.09118,46.761517],[10.09325,46.76204],[10.094531,46.762462]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":643,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.457823,46.979112],[7.457301,46.977922]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":644,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.638985,46.78205],[6.637366,46.782828],[6.636142,46.783518],[6.635577,46.783942],[6.63501,46.784614],[6.633704,46.78634],[6.632597,46.787978],[6.631021,46.790221],[6.630382,46.791208],[6.629876,46.792106],[6.629466,46.793208],[6.629226,46.793905],[6.62898,46.794985],[6.628932,46.795954],[6.629114,46.796992],[6.629265,46.797827],[6.629645,46.798776],[6.630093,46.799546],[6.630736,46.800407],[6.631642,46.801292],[6.632647,46.802134],[6.63424,46.803159],[6.635708,46.803801],[6.638514,46.804947],[6.640505,46.805682],[6.642038,46.806324]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":645,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.645469,46.780423],[6.643761,46.780844],[6.640533,46.781678],[6.638985,46.78205]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":646,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.139,46.448501],[6.138172,46.448766],[6.137443,46.448972],[6.136413,46.448853],[6.135643,46.448666],[6.134862,46.448907],[6.134129,46.449327],[6.133399,46.449604],[6.132464,46.449808],[6.131429,46.449903],[6.130441,46.450141],[6.129296,46.450485],[6.128153,46.450758],[6.126797,46.451313],[6.125852,46.451945],[6.125122,46.452187],[6.124497,46.452394],[6.123568,46.452383],[6.122791,46.452481],[6.121751,46.452754],[6.118934,46.453864],[6.117891,46.454245],[6.117008,46.454449],[6.114837,46.454495],[6.112405,46.454645],[6.1108,46.454601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":647,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.1108,46.454601],[6.109459,46.454682],[6.108316,46.454954],[6.106706,46.455292],[6.10417,46.455477],[6.101948,46.455486],[6.101279,46.455371],[6.100514,46.455005],[6.099745,46.454746],[6.098716,46.454555],[6.097842,46.454402],[6.096598,46.454566],[6.095515,46.454482],[6.094381,46.454397],[6.093552,46.454459],[6.092617,46.454697],[6.090422,46.455707],[6.089382,46.455944],[6.088293,46.45611],[6.086469,46.456731],[6.084915,46.456891],[6.083778,46.456913],[6.082274,46.457145],[6.080879,46.457164],[6.079995,46.457368],[6.079112,46.457571],[6.078375,46.458098],[6.078168,46.460167],[6.076844,46.461472],[6.076675,46.462005],[6.076406,46.462431],[6.076195,46.462607],[6.075416,46.462776],[6.074684,46.463088],[6.074469,46.463443],[6.074509,46.463908],[6.073718,46.464541],[6.073596,46.465253]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":648,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.183276,46.448454],[6.182345,46.448515],[6.181776,46.448544],[6.18147,46.448362],[6.181062,46.448144],[6.180717,46.447426],[6.18021,46.447027],[6.178682,46.446082],[6.177403,46.445568],[6.176173,46.445126],[6.175091,46.445006],[6.173373,46.445594],[6.172804,46.445624],[6.171928,46.445542],[6.171203,46.445606],[6.17058,46.445742],[6.169804,46.445804],[6.168237,46.446537],[6.167499,46.447171],[6.166043,46.447583],[6.165002,46.447893],[6.163185,46.448301],[6.161735,46.448427],[6.160024,46.448729]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":649,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.212268,46.459304],[6.2111,46.458399],[6.210697,46.457966],[6.209982,46.457566],[6.206807,46.456353],[6.200506,46.456249],[6.199944,46.455957],[6.199648,46.455382],[6.19956,46.454703],[6.199309,46.454379],[6.198901,46.45416],[6.197969,46.454221],[6.19699,46.454139],[6.196476,46.454026],[6.195697,46.454196],[6.194501,46.454505],[6.193512,46.454851],[6.192686,46.454806],[6.192015,46.454799],[6.191248,46.454433],[6.191158,46.453861],[6.191435,46.453043],[6.192131,46.452015],[6.193026,46.451275],[6.193146,46.450562],[6.189062,46.448411],[6.188549,46.448262],[6.18798,46.448327],[6.187145,46.448675],[6.186525,46.448704],[6.186114,46.448592],[6.185756,46.448445],[6.183276,46.448454]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":650,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.223535,46.461425],[6.22388,46.462179],[6.223763,46.46282],[6.223388,46.463387],[6.222859,46.463953],[6.222077,46.464266],[6.220935,46.464468],[6.220214,46.464353],[6.219909,46.464136],[6.219714,46.463634],[6.220142,46.46296],[6.220462,46.462535],[6.220572,46.46225],[6.220577,46.462036],[6.220118,46.461746],[6.218735,46.461195],[6.21822,46.461118],[6.21775,46.461363],[6.217118,46.461892],[6.215927,46.461986],[6.215311,46.461837],[6.214903,46.461582],[6.21445,46.461078],[6.214465,46.460399],[6.213855,46.459964],[6.212268,46.459304]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":651,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.215279,46.454088],[6.215472,46.454697],[6.216234,46.455277],[6.216992,46.456035],[6.218407,46.457407],[6.21978,46.458386],[6.219973,46.45903],[6.220986,46.459934],[6.222568,46.460772],[6.223535,46.461425]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":652,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.216693,46.446391],[6.217304,46.446755],[6.21755,46.447329],[6.217303,46.449111],[6.217036,46.449501],[6.21667,46.449711],[6.216618,46.449711],[6.215999,46.449668],[6.214513,46.449117],[6.213946,46.449075],[6.213269,46.449318],[6.212847,46.449706],[6.212783,46.450241],[6.213033,46.450636],[6.213798,46.451073],[6.214258,46.451292],[6.215003,46.452586],[6.215279,46.454088]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":653,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.205969,46.43867],[6.208885,46.4422],[6.209019,46.44313],[6.209466,46.443885],[6.216693,46.446391]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":654,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.21449,46.436441],[6.214218,46.437045],[6.213227,46.437499],[6.211623,46.437624],[6.21039,46.437325],[6.206959,46.436038],[6.206133,46.436029],[6.205558,46.436344],[6.205239,46.436733],[6.205525,46.437772],[6.205969,46.43867]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":655,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.205468,46.428952],[6.211244,46.433835],[6.214297,46.435832],[6.21449,46.436441]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":656,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.205871,46.411246],[6.206433,46.413752],[6.206981,46.414615],[6.207888,46.415624],[6.207562,46.418584],[6.205358,46.422417],[6.20499,46.422734],[6.204364,46.422977],[6.203889,46.423472],[6.203671,46.423969],[6.202887,46.424389],[6.202149,46.425024],[6.20183,46.425449],[6.201561,46.42591],[6.201756,46.426412],[6.205468,46.428952]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":657,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.211501,46.401988],[6.210611,46.402514],[6.210234,46.403224],[6.209139,46.405997],[6.205635,46.410244],[6.205871,46.411246]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":658,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.217025,46.399132],[6.216146,46.399682],[6.211501,46.401988]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":659,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.235294,46.383869],[6.234737,46.383604],[6.23421,46.383415],[6.23384,46.383804],[6.233981,46.384448],[6.232823,46.385436],[6.232348,46.385931],[6.232018,46.386855],[6.231644,46.387423],[6.230746,46.388377],[6.230481,46.388696],[6.230042,46.389834],[6.2293,46.391001]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":660,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.2293,46.391001],[6.228453,46.391673],[6.227975,46.392275],[6.217025,46.399132]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":661,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.017872,46.188373],[6.017432,46.187475],[6.015807,46.182777],[6.015414,46.182093],[6.014511,46.181225],[6.013701,46.180751],[6.012988,46.180492],[6.011508,46.18008],[6.009004,46.179549],[6.005013,46.178819],[6.003471,46.178835],[5.99843,46.17895]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":662,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.037619,46.214151],[6.035497,46.21266],[6.035148,46.212227],[6.034706,46.211401],[6.034369,46.210504],[6.034296,46.205361],[6.034058,46.204644],[6.033764,46.204069],[6.033267,46.20342],[6.032765,46.20295],[6.031952,46.202547],[6.03109,46.202072],[6.029973,46.201522],[6.029063,46.20094],[6.028206,46.20025],[6.027509,46.199385],[6.026379,46.197335],[6.025208,46.194928],[6.024607,46.194314],[6.024053,46.193843],[6.023091,46.193259],[6.02274,46.192933],[6.021699,46.191456],[6.021149,46.190842],[6.019331,46.189606],[6.018524,46.188988],[6.017872,46.188373]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":663,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.065525,46.221207],[6.048541,46.219499],[6.047566,46.21938],[6.046696,46.219226],[6.04598,46.219039],[6.044759,46.218524],[6.037619,46.214151]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":664,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.084889,46.222405],[6.081797,46.222617],[6.079535,46.222554],[6.077378,46.222386],[6.065525,46.221207]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":665,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.101674,46.218004],[6.099789,46.218976],[6.098385,46.219566],[6.093683,46.220684]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":666,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.093683,46.220684],[6.093521,46.220722],[6.09347,46.220722],[6.09031,46.221612],[6.087055,46.222181],[6.084889,46.222405]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":667,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.218505,46.597517],[6.217747,46.596652],[6.217454,46.595863],[6.217432,46.594542],[6.217304,46.593326],[6.217059,46.592717],[6.216402,46.591995],[6.216104,46.591457],[6.21563,46.589523],[6.215758,46.588418],[6.215624,46.587488],[6.215127,46.586554],[6.214572,46.585906],[6.212889,46.584745]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":668,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.224011,46.600929],[6.221834,46.599195],[6.22091,46.598828],[6.219367,46.598347],[6.218958,46.598093],[6.218505,46.597517]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":669,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.230307,46.60482],[6.229327,46.604631],[6.228195,46.604262],[6.224011,46.600929]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":670,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.238807,46.613979],[6.238612,46.613405],[6.232761,46.608595],[6.23247,46.607699],[6.232337,46.606698],[6.231888,46.605943],[6.231224,46.605508],[6.230307,46.60482]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":671,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.250687,46.625065],[6.246508,46.621879],[6.24529,46.620724],[6.244839,46.620041],[6.244286,46.619249],[6.24321,46.618703],[6.242285,46.618336],[6.240805,46.61732],[6.240098,46.616492],[6.239142,46.615196],[6.238807,46.613979]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":672,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.260333,46.631914],[6.257014,46.62963],[6.255783,46.629046],[6.254756,46.628607],[6.254248,46.628137],[6.253235,46.627055],[6.252164,46.626259],[6.250687,46.625065]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":673,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.283131,46.646787],[6.280364,46.645259],[6.278989,46.644138],[6.274186,46.640875],[6.273158,46.640472],[6.272339,46.64],[6.271524,46.639313],[6.270866,46.638556],[6.270365,46.637766],[6.269704,46.637188],[6.268883,46.636786],[6.267342,46.636128],[6.26601,46.635436],[6.265139,46.634963],[6.263958,46.634415],[6.262994,46.633476],[6.261456,46.632711],[6.260333,46.631914]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":674,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.305806,46.658262],[6.3053,46.657685],[6.30495,46.657075],[6.302958,46.655627],[6.300394,46.654244],[6.297566,46.653109],[6.296593,46.652564],[6.28642,46.648141],[6.284363,46.64737],[6.283131,46.646787]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":675,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.31745,46.664411],[6.31683,46.664262],[6.314262,46.663094],[6.312575,46.661899],[6.311549,46.661354],[6.309501,46.660119],[6.308166,46.659463],[6.307139,46.658989],[6.305806,46.658262]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":676,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.324389,46.667407],[6.324362,46.666229],[6.323702,46.665508],[6.322468,46.665032],[6.320249,46.664474],[6.31745,46.664411]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":677,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.374328,46.552167],[6.373444,46.552373],[6.372307,46.552291],[6.371176,46.551888],[6.366363,46.549307],[6.363029,46.545205],[6.362108,46.544661],[6.361231,46.54451],[6.356315,46.544535],[6.35493,46.543914],[6.352684,46.542393],[6.351198,46.541665],[6.349605,46.541114],[6.341574,46.539073],[6.340183,46.53881],[6.338487,46.538222],[6.336492,46.537096]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":678,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.389284,46.549557],[6.382979,46.54907],[6.381635,46.549022],[6.380493,46.54919],[6.378883,46.549496],[6.377366,46.550303],[6.376262,46.551186],[6.375368,46.551891],[6.374328,46.552167]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":679,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.422731,46.550886],[6.424177,46.551624],[6.425248,46.552455],[6.425549,46.552993],[6.425774,46.55478],[6.426331,46.555463],[6.427254,46.5559],[6.428851,46.556307],[6.429465,46.556705],[6.430573,46.558322],[6.431291,46.558685],[6.432007,46.559156]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":680,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.423467,46.550868],[6.422731,46.550886]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":681,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.429559,46.584912],[6.428664,46.58569],[6.428393,46.58633],[6.428589,46.586939],[6.428885,46.587691],[6.428502,46.58883],[6.427864,46.589682],[6.426925,46.59003],[6.41408,46.592843]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":682,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.41408,46.592843],[6.405915,46.59459],[6.405136,46.59469],[6.402442,46.594737],[6.396577,46.595362],[6.395019,46.595597],[6.393608,46.596227],[6.393085,46.596508]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":683,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.393085,46.596508],[6.392607,46.597075],[6.392491,46.597752],[6.392739,46.598325],[6.39577,46.602281],[6.395655,46.602887],[6.395124,46.60356],[6.394489,46.604233],[6.394414,46.605446],[6.394758,46.606413],[6.39516,46.60706],[6.395824,46.60753],[6.398141,46.608301],[6.39958,46.608885],[6.402399,46.610446]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":684,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.402399,46.610446],[6.403116,46.610881],[6.403418,46.611348],[6.40372,46.611851],[6.40428,46.612356],[6.405715,46.613154],[6.406995,46.613951],[6.408172,46.614748],[6.409496,46.615938],[6.410308,46.616838],[6.410922,46.617272]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":685,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.430892,46.540441],[6.430903,46.540651],[6.430225,46.54368],[6.429956,46.544249],[6.429636,46.544746],[6.428952,46.545382],[6.427643,46.546192],[6.427114,46.546794],[6.426788,46.547613],[6.426561,46.548682],[6.426237,46.549393],[6.425655,46.550102],[6.424871,46.550523],[6.423467,46.550868]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":686,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.432513,46.534774],[6.431473,46.535051],[6.430587,46.535364],[6.429854,46.535857],[6.429376,46.536532],[6.429206,46.537316],[6.429399,46.538067],[6.430511,46.539469],[6.430865,46.539901],[6.430892,46.540441]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":687,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.427517,46.520098],[6.426779,46.520441],[6.426411,46.520795],[6.42645,46.521474],[6.427151,46.522694],[6.427814,46.5232],[6.428533,46.523456],[6.429252,46.523748],[6.430069,46.524327],[6.43042,46.524937],[6.43051,46.525652],[6.430671,46.528081],[6.431019,46.52887],[6.43234,46.530131],[6.433765,46.531393],[6.433816,46.53143],[6.434323,46.532005],[6.434411,46.532827],[6.434084,46.533753],[6.43319,46.53453],[6.432513,46.534774]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":688,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.446524,46.526828],[6.432095,46.52106],[6.430148,46.520079],[6.429583,46.519859],[6.429016,46.519747],[6.428136,46.519811],[6.427517,46.520098]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":689,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.460942,46.527632],[6.457816,46.528855],[6.456778,46.529024],[6.455693,46.528979],[6.453373,46.52853],[6.451621,46.528158],[6.448324,46.52738],[6.446524,46.526828]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":690,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.47237,46.524981],[6.471385,46.525079],[6.466124,46.527105],[6.465396,46.527313],[6.460942,46.527632]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":691,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.472377,46.515876],[6.471004,46.517507],[6.470735,46.51804],[6.470674,46.518611],[6.471021,46.519435],[6.47222,46.521802],[6.4737,46.522885],[6.474315,46.523248],[6.474568,46.523571],[6.474455,46.52407],[6.474135,46.524639],[6.473458,46.524883],[6.47237,46.524981]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":692,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.480381,46.509228],[6.479877,46.510049],[6.478516,46.510965],[6.477268,46.511348],[6.476174,46.511767],[6.475546,46.512226],[6.472377,46.515876]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":693,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.493713,46.511167],[6.491459,46.510146],[6.490385,46.509459],[6.489468,46.50863],[6.488757,46.50791],[6.487999,46.506904],[6.487947,46.506903],[6.487181,46.506361],[6.486256,46.506068],[6.485167,46.506237],[6.484242,46.506495]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":694,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.484242,46.506495],[6.482309,46.507034],[6.48163,46.507421],[6.481208,46.507882],[6.480381,46.509228]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":695,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.474719,46.715266],[6.474764,46.718551],[6.474645,46.719371],[6.474422,46.720226],[6.47394,46.721079],[6.473142,46.722143],[6.4714,46.723735],[6.470195,46.724332],[6.468941,46.724821],[6.466385,46.725442],[6.464822,46.72575],[6.463523,46.72581],[6.462539,46.725695],[6.46016,46.725174],[6.458039,46.724728],[6.456744,46.724574],[6.455548,46.724671],[6.454715,46.724806],[6.453618,46.725189],[6.452777,46.725718],[6.452147,46.726105],[6.45126,46.726347],[6.444733,46.728361],[6.443534,46.728601],[6.442703,46.728629],[6.441822,46.728514],[6.440788,46.728291],[6.440117,46.728071],[6.439292,46.727742],[6.438528,46.72695],[6.437153,46.72551],[6.435214,46.723708],[6.434757,46.723168],[6.434254,46.722271],[6.433438,46.721478],[6.432568,46.720792],[6.431901,46.720394],[6.428856,46.719439],[6.426887,46.719207],[6.425069,46.719298],[6.423827,46.719072],[6.422795,46.718742],[6.42177,46.718019],[6.420221,46.717576],[6.418616,46.717348],[6.41733,46.716765],[6.41609,46.716433],[6.414747,46.716099],[6.413558,46.715803],[6.411604,46.714857],[6.409948,46.714556],[6.408915,46.714297],[6.407981,46.714289],[6.406627,46.714526],[6.405479,46.714802],[6.404071,46.715182],[6.403286,46.715496],[6.402184,46.716128],[6.40096,46.717653]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":696,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.477952,46.696977],[6.476556,46.699608],[6.474035,46.704192],[6.473915,46.705084],[6.47393,46.707155],[6.47401,46.708476],[6.474062,46.708477],[6.474709,46.710017],[6.475357,46.711487],[6.4755,46.712202],[6.475488,46.712916],[6.47511,46.713698],[6.474789,46.714267],[6.474719,46.715266]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":697,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.518157,46.658143],[6.518156,46.658179],[6.516109,46.659662],[6.515006,46.660474],[6.51422,46.660967],[6.513689,46.661641],[6.513367,46.662317],[6.513553,46.663533],[6.51376,46.666569],[6.514007,46.667321],[6.514615,46.668147],[6.515533,46.669047],[6.516194,46.669838],[6.516647,46.670663],[6.516834,46.671842],[6.516186,46.673337],[6.515756,46.67419],[6.514748,46.675539],[6.513594,46.676279],[6.512754,46.676879],[6.512018,46.677444],[6.511433,46.678261],[6.511214,46.678937],[6.511196,46.679973],[6.512728,46.684412],[6.512868,46.685342],[6.512856,46.689019],[6.514738,46.694283],[6.515343,46.695323],[6.516565,46.696654],[6.518823,46.698136]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":698,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.518823,46.698136],[6.519796,46.698894],[6.520459,46.699577],[6.520912,46.700438],[6.520998,46.701438],[6.520671,46.7024],[6.519978,46.703465],[6.519086,46.703994],[6.518457,46.704381],[6.517205,46.704764],[6.515802,46.70486],[6.514766,46.704744],[6.513836,46.704522],[6.512598,46.704048],[6.511932,46.703543],[6.511064,46.702715],[6.510512,46.701639],[6.51037,46.700852],[6.509764,46.699848],[6.509305,46.69938],[6.508742,46.698911],[6.507608,46.698473],[6.506526,46.698072],[6.503269,46.697367],[6.501767,46.697176],[6.500525,46.696987],[6.499391,46.696549],[6.498413,46.696113],[6.49724,46.694925],[6.49684,46.694029],[6.496595,46.693206],[6.496767,46.692279],[6.497197,46.691461],[6.497785,46.690466],[6.497851,46.68961],[6.497762,46.688788],[6.497313,46.687785],[6.496242,46.686705],[6.495322,46.685912],[6.49414,46.685259],[6.492798,46.684891],[6.491555,46.684774],[6.4901,46.684869],[6.488586,46.685427],[6.482763,46.689056],[6.481921,46.689727],[6.481597,46.690439],[6.480463,46.692928],[6.48003,46.693924],[6.477952,46.696977]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":699,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.642161,46.643562],[6.643801,46.644894],[6.64519,46.645618],[6.655509,46.648974],[6.658087,46.649956],[6.659788,46.650646],[6.66533,46.654682]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":700,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.023656,46.327121],[7.023591,46.326669],[7.02301,46.326167],[7.022292,46.325784],[7.0213,46.325137],[7.020581,46.324897],[7.020171,46.324586],[7.019485,46.324393],[7.018696,46.324342],[7.017976,46.324101],[7.017498,46.323766],[7.016811,46.323645],[7.016297,46.323595],[7.015956,46.323237],[7.015476,46.323045],[7.01479,46.322995],[7.014312,46.322588],[7.013801,46.321968],[7.013358,46.321609],[7.012536,46.321249],[7.011849,46.321175],[7.01137,46.32103],[7.009966,46.320454],[7.009178,46.320094],[7.007846,46.319208],[7.006957,46.318657],[7.005451,46.317937],[7.004184,46.317433],[7.003501,46.317001],[7.002989,46.316595],[7.00258,46.316165],[7.002448,46.315522],[7.002383,46.315045],[7.001869,46.314877],[7.000704,46.314515],[6.999813,46.314226],[6.998409,46.313721],[6.997347,46.313384],[6.995562,46.313234],[6.994497,46.313301],[6.993672,46.313393],[6.993017,46.313652],[6.992396,46.313935],[6.991812,46.314028],[6.990954,46.313858],[6.990267,46.313903],[6.989787,46.313758],[6.989171,46.313494],[6.988658,46.313302],[6.988004,46.313418],[6.987556,46.313535],[6.986871,46.313318],[6.986738,46.312866],[6.986912,46.312509],[6.987124,46.311891],[6.986993,46.311105],[6.986624,46.310057],[6.986284,46.309603],[6.985669,46.309243],[6.98526,46.308885],[6.984678,46.308668],[6.983719,46.308307]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":701,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.782075,45.983524],[7.781565,45.983811],[7.780984,45.983861],[7.779819,45.983198],[7.779443,45.983104],[7.778966,45.9832],[7.777298,45.983943],[7.77689,45.98423],[7.776517,45.984707],[7.776006,45.984923],[7.774915,45.985093],[7.772219,45.985244],[7.770715,45.985058],[7.769759,45.984989],[7.769109,45.984872],[7.766956,45.984426],[7.766238,45.984357],[7.765795,45.984382],[7.76508,45.984717]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":702,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.620787,46.613884],[6.621547,46.615031],[6.622613,46.616467],[6.624813,46.61834],[6.62527,46.61895],[6.627948,46.626966],[6.628113,46.629788],[6.627774,46.631607],[6.627277,46.633674],[6.627459,46.635353],[6.627794,46.637176],[6.628452,46.638252],[6.629679,46.639403],[6.630604,46.63991],[6.631799,46.63974],[6.633415,46.639109]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":703,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.66533,46.654682],[6.667838,46.656984],[6.668654,46.657882],[6.670934,46.661647],[6.672167,46.662476],[6.67304,46.663053],[6.673395,46.663663],[6.673841,46.665094],[6.674609,46.665813],[6.675224,46.666353],[6.67728,46.671293],[6.678257,46.671907],[6.679857,46.672489],[6.684708,46.674199]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":704,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.684708,46.674199],[6.685745,46.674242],[6.687296,46.674573],[6.68885,46.674762],[6.689725,46.675232],[6.690338,46.67595],[6.69221,46.679318],[6.693286,46.680325],[6.694264,46.680867],[6.69571,46.68134],[6.696534,46.681774],[6.696942,46.682241],[6.697493,46.683673],[6.698464,46.684786],[6.699026,46.685396],[6.699478,46.68647],[6.700082,46.687831],[6.700638,46.688906],[6.703541,46.692887]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":705,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.633415,46.639109],[6.634823,46.638583],[6.635759,46.63834],[6.636585,46.638595],[6.639093,46.640755]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":706,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.639093,46.640755],[6.642161,46.643562]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":707,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.613231,46.599798],[6.613481,46.600371],[6.61331,46.601405],[6.617577,46.606934],[6.617829,46.607364],[6.618301,46.610402],[6.620787,46.613884]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":708,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.609757,46.594697],[6.610647,46.59603],[6.611663,46.597287],[6.612067,46.598004],[6.612464,46.599114],[6.613231,46.599798]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":709,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.606161,46.584644],[6.607328,46.589543],[6.607559,46.591402],[6.609757,46.594697]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":710,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.604764,46.571138],[6.605117,46.57532]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":711,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.603298,46.562165],[6.602962,46.563805],[6.603357,46.565022],[6.604299,46.567707],[6.604764,46.571138]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":712,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.600743,46.556719],[6.602168,46.558265],[6.60257,46.559018],[6.603167,46.560629],[6.603298,46.562165]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":713,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.601438,46.54862],[6.600442,46.549434],[6.600071,46.550002],[6.599698,46.550678],[6.59937,46.551818],[6.599249,46.552924],[6.599437,46.554139],[6.599935,46.555428],[6.600743,46.556719]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":714,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.605125,46.544398],[6.605207,46.545827],[6.601438,46.54862]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":715,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.609778,46.534578],[6.607869,46.537564],[6.607325,46.539273],[6.60705,46.540342],[6.606049,46.541513],[6.605674,46.542367],[6.605347,46.5434],[6.605125,46.544398]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":716,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.61454,46.529004],[6.612942,46.530603],[6.610998,46.532588],[6.609778,46.534578]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":717,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.626064,46.523462],[6.623576,46.523765],[6.620711,46.525137],[6.61773,46.527294],[6.615021,46.528524],[6.61454,46.529004]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":718,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.605117,46.57532],[6.605421,46.578926]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":719,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.605421,46.578926],[6.605373,46.581996],[6.606161,46.584644]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":720,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.763502,46.491386],[6.762501,46.49009],[6.762358,46.489089],[6.762835,46.488164],[6.763776,46.487313],[6.765126,46.486857],[6.767197,46.486583],[6.768287,46.486197],[6.76985,46.485206],[6.771664,46.484789],[6.772653,46.484223],[6.773279,46.483727],[6.774436,46.482163],[6.775634,46.481385],[6.776618,46.481212],[6.778584,46.48108]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":721,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.819103,46.472062],[6.820603,46.471963],[6.822728,46.471439],[6.82439,46.470663],[6.825532,46.470169],[6.827139,46.469785],[6.828639,46.469615],[6.830808,46.469734],[6.832513,46.469743],[6.833965,46.469286]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":722,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.833965,46.469286],[6.835213,46.468543],[6.836583,46.46728]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":723,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.917694,46.433132],[6.917067,46.433915],[6.910916,46.435757]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":724,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.924153,46.432662],[6.924264,46.431877],[6.924782,46.431701],[6.9251,46.431501]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":725,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.925949,46.433812],[6.925229,46.433559],[6.924664,46.433271],[6.924153,46.432662]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":726,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.928019,46.427895],[6.924603,46.428808],[6.923304,46.429623],[6.921594,46.430294],[6.919829,46.431214],[6.918581,46.432208],[6.917694,46.433132]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":727,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.9251,46.431501],[6.925717,46.431062],[6.925878,46.430492],[6.926347,46.43003],[6.926972,46.429461],[6.927699,46.428965],[6.928373,46.428718],[6.929304,46.428544]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":728,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.929304,46.428544],[6.930544,46.428442],[6.931115,46.428088],[6.931017,46.427552],[6.930556,46.427193],[6.92973,46.427153],[6.929002,46.427685],[6.928019,46.427895]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":729,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.932694,46.435949],[6.925949,46.433812]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":730,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.938884,46.431085],[6.937491,46.430937],[6.934012,46.433027],[6.933646,46.43349],[6.933952,46.433991],[6.935076,46.435246],[6.93559,46.435534],[6.935893,46.436213],[6.936405,46.436715],[6.936349,46.437179],[6.935933,46.437499],[6.93526,46.43771],[6.934436,46.437385],[6.933973,46.43724],[6.933722,46.436418],[6.933467,46.436131],[6.932694,46.435949]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":731,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.944813,46.432075],[6.943474,46.431677],[6.942956,46.431817],[6.942336,46.431886],[6.940841,46.431665],[6.938884,46.431085]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":732,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.947994,46.434339],[6.947221,46.434121],[6.944813,46.432075]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":733,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.955525,46.435228],[6.953771,46.435006],[6.952998,46.434896],[6.951299,46.434281],[6.949128,46.434522],[6.947994,46.434339]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":734,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.9624,46.437701],[6.961235,46.43768],[6.959898,46.437031],[6.959282,46.436708],[6.958612,46.436562],[6.958047,46.436131],[6.95738,46.4357],[6.955525,46.435228]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":735,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.9765,46.441201],[6.977466,46.441924],[6.977617,46.442353],[6.977148,46.442851],[6.97658,46.44292],[6.975856,46.443024],[6.975188,46.442558],[6.972936,46.440263],[6.972318,46.439975],[6.970616,46.43979],[6.969633,46.439964],[6.967981,46.439922],[6.966589,46.43963],[6.965762,46.439734],[6.964989,46.439481],[6.96443,46.438479],[6.964126,46.43787],[6.963353,46.437689],[6.9624,46.437701]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":736,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.978814,46.431729],[6.979592,46.431398],[6.980754,46.431503],[6.981838,46.431874],[6.982403,46.432233],[6.982346,46.432769],[6.98193,46.433124],[6.978201,46.43443],[6.977323,46.434533],[6.976702,46.434602],[6.976075,46.435528],[6.975085,46.436488]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":737,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.975085,46.436488],[6.974801,46.439521],[6.9765,46.441201]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":738,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.854865,46.385392],[6.852549,46.386499],[6.848476,46.387763],[6.847546,46.387924],[6.846755,46.387873],[6.844317,46.387527],[6.833054,46.385801],[6.831098,46.385457],[6.830031,46.385499],[6.828997,46.385636],[6.82672,46.386267],[6.825789,46.3865],[6.824549,46.386636],[6.817234,46.38869],[6.816024,46.389231],[6.81509,46.389678],[6.814262,46.38984],[6.812747,46.390046],[6.81123,46.390299],[6.809298,46.390812],[6.807605,46.391422],[6.805494,46.392505]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":739,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.879306,46.363404],[6.877602,46.368584],[6.876898,46.370151],[6.876197,46.371386],[6.875535,46.372263],[6.8747,46.373163],[6.873451,46.374252],[6.871892,46.375363],[6.870162,46.37633],[6.868121,46.377557],[6.858397,46.383149],[6.854865,46.385392]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":740,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.897476,46.337596],[6.895115,46.340013],[6.89324,46.341908],[6.889098,46.347076],[6.887603,46.348759],[6.886079,46.349918],[6.884109,46.350979],[6.883245,46.351403],[6.882345,46.351994],[6.881233,46.353226],[6.880464,46.354389],[6.88011,46.355458],[6.879775,46.361288],[6.879663,46.36212],[6.879306,46.363404]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":741,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.948624,46.271352],[6.947405,46.273323],[6.931904,46.294009],[6.916666,46.314623]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":742,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.916666,46.314623],[6.909881,46.323517],[6.907338,46.327099],[6.906433,46.328309],[6.905182,46.329731],[6.897476,46.337596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":743,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.960324,46.275734],[6.955436,46.273405],[6.954136,46.272947],[6.951705,46.272246]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":744,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.951705,46.272246],[6.948624,46.271352]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":745,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.996858,46.290997],[6.996969,46.290117],[6.997421,46.289428],[6.997596,46.288977],[6.997461,46.288667],[6.997052,46.288308],[6.995925,46.287542],[6.994112,46.286774]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":746,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.988962,46.299177],[6.993172,46.296743],[6.993523,46.295816],[6.993941,46.295056],[6.994356,46.294677],[6.99546,46.294038],[6.995772,46.29373],[6.995981,46.293279],[6.996573,46.292281],[6.996858,46.290997]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":747,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.976062,46.301839],[6.978023,46.30149],[6.978953,46.301184],[6.980229,46.300547],[6.980814,46.300311],[6.984488,46.300373],[6.988962,46.299177]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":748,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.982415,46.318433],[6.981746,46.318252],[6.981077,46.318214],[6.980146,46.318603],[6.97927,46.31867],[6.978339,46.319024],[6.977203,46.319305],[6.976328,46.319158],[6.975509,46.318512]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":749,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.986832,46.320129],[6.985034,46.319479],[6.983595,46.319009],[6.982415,46.318433]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":750,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.0007,46.327301],[7.000437,46.326395],[6.999824,46.325714],[6.997206,46.324454],[6.996331,46.324272],[6.994995,46.323839],[6.993045,46.322831],[6.991099,46.321324],[6.988169,46.32042],[6.986832,46.320129]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":751,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.004196,46.337394],[7.003588,46.337123],[7.002204,46.337255],[7.001588,46.337038],[7.001231,46.336537],[7.000926,46.336],[7.000518,46.335499],[7.000572,46.335142],[7.001144,46.334538],[7.001208,46.332931],[7.001379,46.331004],[7.001175,46.330682],[6.999891,46.330141],[6.999584,46.329854],[6.999536,46.329462],[7.000987,46.328396],[7.0007,46.327301]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":752,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.006,46.339301],[7.005518,46.338475],[7.005191,46.337744],[7.004196,46.337394]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":753,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.00688,46.341514],[7.00722,46.340593],[7.007112,46.340171],[7.006,46.339301]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":754,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.008737,46.34542],[7.008243,46.344361],[7.007527,46.343782]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":755,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.007527,46.343782],[7.007421,46.343205],[7.00688,46.341514]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":756,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.986065,46.315314],[6.985032,46.315596],[6.984345,46.315569],[6.984141,46.315259],[6.984282,46.314879],[6.984663,46.314523],[6.984905,46.31431],[6.984737,46.313833],[6.984292,46.313713],[6.983811,46.313687],[6.983294,46.31397],[6.982981,46.314374],[6.982499,46.314491],[6.981778,46.314417],[6.981366,46.314486],[6.980952,46.314699],[6.980708,46.315102],[6.980566,46.315625],[6.980215,46.316457],[6.97956,46.31674],[6.978289,46.316806],[6.976915,46.316777],[6.975612,46.316486]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":757,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.038391,46.336981],[7.037879,46.336515],[7.038193,46.335873],[7.038198,46.335159],[7.038309,46.33416],[7.038519,46.333554],[7.038935,46.333127],[7.039246,46.332878],[7.039712,46.332523],[7.039715,46.332201],[7.039305,46.331879],[7.038532,46.33184],[7.037361,46.332217],[7.036154,46.33276],[7.035398,46.332829],[7.034367,46.332801],[7.033645,46.332918],[7.033129,46.33294],[7.03241,46.332628],[7.030495,46.331407],[7.029811,46.330928],[7.02875,46.330425],[7.027243,46.329824],[7.025431,46.328651],[7.023997,46.327456],[7.023656,46.327121]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":758,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.055206,46.354562],[7.054404,46.353959],[7.053892,46.353493],[7.05271,46.352918],[7.051735,46.352343],[7.050813,46.351483],[7.049684,46.350623],[7.048813,46.34987],[7.04794,46.349474],[7.047426,46.349222],[7.046812,46.348649],[7.046403,46.348112],[7.046612,46.34772],[7.046721,46.346971],[7.046775,46.346507],[7.046933,46.346079],[7.046782,46.345614],[7.046219,46.345005],[7.046275,46.34447],[7.045969,46.344005],[7.045408,46.343075]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":759,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.045408,46.343075],[7.045208,46.342253],[7.045317,46.341468],[7.045166,46.340932],[7.044602,46.340608],[7.043986,46.340249],[7.043524,46.339962],[7.043063,46.339496],[7.043014,46.339211],[7.043119,46.33889],[7.043328,46.338569],[7.043175,46.338247],[7.042662,46.338031],[7.041529,46.337849],[7.040241,46.337701],[7.039109,46.337483],[7.038391,46.336981]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":760,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.055206,46.354562],[7.054909,46.355476]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":761,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.054909,46.355476],[7.054698,46.356189],[7.053818,46.356615],[7.053147,46.356755],[7.052476,46.356896],[7.051906,46.357215],[7.051489,46.357892],[7.051279,46.358391],[7.051377,46.35907],[7.052197,46.359786],[7.053072,46.360111],[7.053636,46.36047],[7.053479,46.360826],[7.053063,46.361325],[7.052289,46.361429]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":762,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.962882,46.318089],[6.963894,46.316773],[6.966108,46.314973],[6.966635,46.313643],[6.967296,46.312622],[6.967012,46.312126]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":763,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.967012,46.312126],[6.967199,46.310322],[6.966833,46.309086],[6.967494,46.307973],[6.967605,46.307047],[6.967203,46.305953],[6.967385,46.304767],[6.967765,46.304389],[6.96842,46.303917],[6.969281,46.303643],[6.970313,46.303457],[6.97131,46.303342],[6.972789,46.303158],[6.973925,46.302758],[6.974685,46.302309],[6.975167,46.302097],[6.976062,46.301839]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":764,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.072246,46.316522],[7.072104,46.317165],[7.071722,46.317734],[7.071581,46.318234],[7.07188,46.319853],[7.071909,46.320567],[7.072146,46.321116],[7.072108,46.321639],[7.072621,46.322045],[7.073446,46.321905],[7.07348,46.321905]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":765,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.060487,46.293468],[7.061138,46.293708],[7.063636,46.294835],[7.063977,46.295241],[7.063866,46.296335],[7.064302,46.297979],[7.064605,46.298789],[7.065388,46.299768],[7.065862,46.300697],[7.06634,46.301223],[7.066405,46.301746],[7.066365,46.30246],[7.067149,46.30332],[7.067863,46.304441],[7.068342,46.304728],[7.069439,46.304922]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":766,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.055745,46.293975],[7.055808,46.294809],[7.055974,46.295666],[7.056212,46.295953],[7.056453,46.295834],[7.056559,46.29543],[7.056772,46.294407],[7.057221,46.294004],[7.059869,46.29349],[7.060487,46.293468]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":767,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.060234,46.290373],[7.059305,46.290655],[7.058787,46.291082],[7.05796,46.291531],[7.056723,46.291575],[7.056103,46.291882],[7.055512,46.292904],[7.055543,46.293475],[7.055745,46.293975]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":768,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.070239,46.283337],[7.070579,46.283695],[7.07092,46.284053],[7.07126,46.284602],[7.071464,46.284912],[7.072012,46.285128],[7.072215,46.285581],[7.072556,46.28582],[7.072899,46.285964],[7.07276,46.286201],[7.072995,46.28694],[7.072958,46.287392],[7.072646,46.287748],[7.072333,46.28839],[7.071919,46.28865],[7.071403,46.288767],[7.070547,46.288527],[7.069622,46.288143],[7.069244,46.288165],[7.068762,46.288497],[7.068281,46.288543],[7.067834,46.288565]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":769,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.067527,46.278306],[7.068176,46.278784],[7.068619,46.279143],[7.068649,46.279809],[7.068954,46.280405],[7.069398,46.280764],[7.069909,46.28136],[7.07042,46.281933],[7.070379,46.282885],[7.070239,46.283337]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":770,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.05987,46.273639],[7.061926,46.274217],[7.063159,46.274483],[7.064015,46.274796],[7.064837,46.275084],[7.065657,46.275706],[7.06634,46.276136],[7.066923,46.276281],[7.067196,46.27652],[7.067227,46.276948],[7.067189,46.277424],[7.067527,46.278306]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":771,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.05129,46.27361],[7.052766,46.273591],[7.054346,46.273406],[7.056716,46.273153],[7.058055,46.27311],[7.05987,46.273639]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":772,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.050793,46.271086],[7.049688,46.271962],[7.048689,46.272506],[7.048308,46.272933],[7.04834,46.273291],[7.048579,46.273529],[7.049161,46.273722],[7.05129,46.27361]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":773,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.030565,46.258971],[7.030733,46.259543],[7.030969,46.260091],[7.031515,46.260497],[7.032266,46.261],[7.032837,46.262621],[7.033212,46.263027],[7.034133,46.263696],[7.03519,46.2647],[7.035769,46.265202],[7.037309,46.265778],[7.037858,46.265852],[7.038133,46.26571],[7.03865,46.265474],[7.039303,46.265286],[7.040677,46.265171],[7.041295,46.265078],[7.041945,46.265414],[7.042494,46.265487],[7.043009,46.26537],[7.043731,46.265206],[7.045412,46.265331],[7.045927,46.26519],[7.046753,46.264978],[7.047953,46.265102],[7.04977,46.265322],[7.050595,46.265111],[7.051213,46.265065],[7.052137,46.265521],[7.052992,46.265833],[7.054498,46.266409],[7.05484,46.266649],[7.05511,46.267221],[7.055896,46.267747]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":774,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.02976,46.256516],[7.030546,46.256995],[7.030565,46.258971]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":775,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.023339,46.252708],[7.024127,46.252878],[7.024742,46.253166],[7.025425,46.253573],[7.026283,46.253624],[7.026796,46.253816],[7.026794,46.254078],[7.026653,46.254553]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":776,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.012832,46.25106],[7.014276,46.250615],[7.016278,46.249946],[7.01781,46.25008],[7.020183,46.250521]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":777,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.000694,46.25097],[7.001077,46.251563],[7.002466,46.252084],[7.002513,46.252084],[7.007054,46.253391]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":778,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.493437,47.018704],[7.488285,47.017588],[7.487206,47.017207],[7.486336,47.016803],[7.484909,47.016161]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":779,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.497649,47.020558],[7.497615,47.020535],[7.496988,47.019964],[7.495665,47.01956],[7.494794,47.019013],[7.493437,47.018704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":780,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.500478,47.028791],[7.498943,47.026127],[7.498768,47.025389],[7.498103,47.02201],[7.497964,47.021367],[7.497649,47.020558]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":781,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.507393,47.047256],[7.507218,47.046756],[7.507078,47.04609],[7.503694,47.040594],[7.503066,47.039452],[7.502334,47.038524],[7.502055,47.037858],[7.501734,47.03167],[7.500478,47.028791]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":782,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.522251,47.086158],[7.522389,47.085372],[7.522109,47.084968],[7.521412,47.08454],[7.515068,47.082783],[7.514301,47.082403],[7.513255,47.081737],[7.512383,47.080976],[7.511197,47.079739]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":783,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.511197,47.079739],[7.509905,47.078122],[7.509033,47.076885],[7.508509,47.076076],[7.50802,47.074934],[7.507635,47.073649],[7.507423,47.071483],[7.50675,47.062036],[7.506992,47.060988],[7.507687,47.059845],[7.509982,47.056774],[7.510642,47.055655],[7.510815,47.054679],[7.510917,47.053299],[7.510916,47.052394],[7.510567,47.051347],[7.509904,47.050324],[7.508544,47.048802],[7.507393,47.047256]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":784,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.579701,47.083556],[7.581406,47.082601],[7.582171,47.081982],[7.58297,47.0811],[7.583455,47.080362],[7.584566,47.078909],[7.590998,47.074141],[7.594092,47.071852],[7.59604,47.070849],[7.598058,47.070038],[7.600041,47.069487],[7.602199,47.068961],[7.603974,47.068197],[7.605955,47.066956],[7.608631,47.064953]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":785,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.608631,47.064953],[7.611758,47.062688],[7.613079,47.061853],[7.615199,47.061091]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":786,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.615199,47.061091],[7.613982,47.060923],[7.613214,47.060662],[7.612377,47.060283],[7.611609,47.05957],[7.611154,47.058857],[7.610838,47.057977],[7.610904,47.057072],[7.611215,47.056334],[7.612014,47.055476],[7.612987,47.054856],[7.618583,47.051849]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":787,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.657051,47.015107],[7.662329,47.012455],[7.664448,47.011428],[7.6682,47.01004],[7.674106,47.008053],[7.679593,47.005875],[7.682581,47.004846]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":788,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.682581,47.004846],[7.685534,47.003983],[7.693801,47.001085],[7.698171,46.998314],[7.699316,46.99786],[7.700741,46.997571],[7.707,46.997009]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":789,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.6293,47.039741],[7.630685,47.037668],[7.631933,47.036072],[7.633458,47.034379],[7.634986,47.033163],[7.636131,47.032376],[7.637764,47.031326],[7.640641,47.028251],[7.642824,47.025557],[7.645213,47.022435],[7.645628,47.021649],[7.645937,47.020673],[7.646733,47.019505],[7.647948,47.018646],[7.652744,47.016948],[7.655558,47.015967]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":790,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.655558,47.015967],[7.657051,47.015107]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":791,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.657051,47.015107],[7.657673,47.014035],[7.658365,47.013034],[7.658571,47.012367],[7.658742,47.011558],[7.658668,47.010582],[7.65828,47.009274],[7.657754,47.008204],[7.657123,47.00711],[7.656667,47.006254],[7.656629,47.00535],[7.656899,47.003208],[7.656686,47.002185],[7.656473,47.001257],[7.655912,47.000068],[7.655142,46.998879],[7.655,46.998213],[7.655483,46.997308],[7.65621,46.996497],[7.656522,46.996187],[7.656759,46.994426]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":792,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.656759,46.994426],[7.656989,46.991141],[7.656708,46.990428],[7.656044,46.989715],[7.654334,46.988361],[7.652555,46.98708],[7.647434,46.984828],[7.645687,46.982832],[7.644781,46.982215],[7.643247,46.981313],[7.642516,46.980934],[7.640213,46.978939],[7.639096,46.977917],[7.638191,46.977443],[7.636693,46.976946],[7.635578,46.976281],[7.628741,46.970128],[7.627417,46.969321],[7.625502,46.968373],[7.6247,46.967779],[7.623302,46.965663]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":793,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.707,46.997009],[7.709921,46.996788]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":794,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.709921,46.996788],[7.714303,46.996706],[7.717435,46.996865],[7.720533,46.997215],[7.722551,46.9974],[7.72349,46.997302],[7.724254,46.997086],[7.725018,46.996727],[7.725676,46.996345],[7.726299,46.995748],[7.72678,46.994605],[7.729531,46.988743],[7.730499,46.98767],[7.731504,46.986906],[7.732855,46.985903],[7.733686,46.985329],[7.734133,46.984376],[7.734576,46.98278],[7.734635,46.980733],[7.73501,46.979471],[7.735699,46.978303],[7.736495,46.977587],[7.737431,46.977109],[7.739757,46.976341],[7.741076,46.975838]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":795,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.741076,46.975838],[7.741941,46.975074],[7.743325,46.973999],[7.746407,46.971706],[7.747029,46.971014],[7.749154,46.965773]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":796,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.749154,46.965773],[7.750732,46.962008],[7.75083,46.96108],[7.750687,46.960366],[7.750087,46.958749],[7.750087,46.958725],[7.749558,46.957418],[7.74955,46.956109],[7.750335,46.953536],[7.750781,46.952583],[7.751507,46.951867],[7.752512,46.951365],[7.753483,46.951053]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":797,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.753483,46.951053],[7.755218,46.950572],[7.755981,46.950189],[7.757018,46.949305],[7.758575,46.948111],[7.760272,46.947131],[7.762595,46.946243],[7.765438,46.945164],[7.766549,46.944923],[7.767626,46.944825],[7.769641,46.944724],[7.772142,46.944598],[7.773461,46.944356],[7.775334,46.94366],[7.778141,46.942557],[7.780081,46.941528],[7.784755,46.93892],[7.786936,46.937557]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":798,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.747314,46.947975],[7.747596,46.948689],[7.748086,46.949258],[7.748924,46.950018],[7.750214,46.950657],[7.751675,46.950939],[7.753483,46.951053]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":799,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.725302,46.919449],[7.73158,46.924169],[7.732209,46.924834],[7.732734,46.925618],[7.733157,46.926783],[7.735427,46.93525],[7.735954,46.93632],[7.736654,46.937246],[7.737457,46.937886],[7.738782,46.938692],[7.740944,46.939948],[7.742896,46.941085],[7.744188,46.9422],[7.745341,46.943244],[7.74611,46.944052],[7.74667,46.944788],[7.747314,46.947975]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":800,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.699122,46.900162],[7.700929,46.900467],[7.702076,46.900797],[7.710224,46.905229],[7.711061,46.90587],[7.712737,46.907675],[7.718222,46.913968],[7.72007,46.915416],[7.725302,46.919449]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":801,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.624822,46.882289],[7.638798,46.888145],[7.649787,46.892909],[7.654899,46.895184],[7.657578,46.896488],[7.661545,46.898551],[7.662939,46.899762]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":802,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.662939,46.899762],[7.664159,46.900997],[7.665204,46.901828],[7.667117,46.902396],[7.668401,46.902322],[7.66972,46.902081],[7.670725,46.901769],[7.6753,46.89969],[7.677137,46.898996],[7.678803,46.898825],[7.680886,46.898821],[7.682414,46.898865],[7.683908,46.8991],[7.685959,46.899596],[7.687662,46.899997],[7.689331,46.90035],[7.690477,46.90049],[7.691901,46.900511],[7.692873,46.900342],[7.69485,46.899933],[7.697454,46.899856],[7.699122,46.900162]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":803,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.707,46.997009],[7.706237,46.997487],[7.705753,46.998154],[7.705687,46.998797],[7.705968,46.999415],[7.706563,47.000009],[7.714862,47.00394],[7.715977,47.004199],[7.716778,47.004292],[7.717752,47.004266],[7.719317,47.004215],[7.722558,47.005182],[7.723291,47.005657],[7.723711,47.006203],[7.723889,47.006917],[7.723967,47.008559],[7.724002,47.008558]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":804,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.724002,47.008558],[7.724078,47.009772],[7.724326,47.010652],[7.728479,47.019471],[7.730615,47.021822],[7.732013,47.022842],[7.733863,47.023813],[7.735364,47.024618],[7.737108,47.025423]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":805,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.786936,46.937557],[7.788322,46.937029],[7.789398,46.936835],[7.790857,46.936759],[7.792666,46.937111],[7.794789,46.937556],[7.797155,46.938096],[7.799206,46.938209],[7.800664,46.937919],[7.802397,46.937342],[7.803575,46.936838],[7.80361,46.936838],[7.805579,46.935237],[7.806754,46.934187],[7.807651,46.933374],[7.808201,46.932468],[7.808541,46.931349],[7.809086,46.9298],[7.809253,46.928847],[7.809735,46.928203],[7.810495,46.927558],[7.811638,46.927055],[7.813338,46.926692],[7.825861,46.924223],[7.826938,46.924172],[7.827633,46.924241],[7.828816,46.924498],[7.82972,46.924543],[7.830969,46.924277],[7.832078,46.924035],[7.833051,46.923984],[7.834163,46.924075],[7.835103,46.924286],[7.836179,46.924211],[7.842874,46.922903],[7.843809,46.92259],[7.846163,46.921487]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":806,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.936596,46.91518],[7.936678,46.916607],[7.936858,46.917225],[7.937072,46.917843],[7.937494,46.918413],[7.938298,46.91898],[7.939309,46.919381],[7.940876,46.919754],[7.943103,46.920173],[7.947941,46.921151],[7.948776,46.921362],[7.949857,46.921738],[7.951183,46.922398],[7.953034,46.923413],[7.95464,46.924263],[7.955581,46.924544],[7.956694,46.92473],[7.959408,46.925122],[7.961043,46.9254],[7.9624,46.925584],[7.964658,46.92555],[7.967055,46.925611],[7.968514,46.925604],[7.969801,46.925788],[7.970812,46.926141],[7.971757,46.926779],[7.973015,46.927582],[7.975037,46.928263],[7.97671,46.928826],[7.980018,46.929477],[7.98134,46.929733],[7.982491,46.93018],[7.983749,46.93084],[7.984794,46.931144],[7.986013,46.931424],[7.987023,46.931681],[7.989013,46.932552],[7.990164,46.933047],[7.993262,46.933579],[7.995138,46.93357],[7.995974,46.933709],[7.996879,46.933942],[7.998659,46.934671],[8.002316,46.935534],[8.00427,46.936239],[8.006048,46.936825],[8.007028,46.937463],[8.00759,46.938079],[8.007805,46.938649],[8.007881,46.939315],[8.007613,46.94022],[8.007274,46.941008],[8.007108,46.941746],[8.007254,46.942436],[8.008151,46.945144],[8.00875,46.945903],[8.009801,46.946683],[8.011374,46.947556],[8.012356,46.94836],[8.015268,46.950916]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":807,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.970663,47.140177],[7.972483,47.14074],[7.974127,47.141232],[7.978803,47.141448],[7.982005,47.140767],[7.988758,47.139426],[7.989974,47.13892],[7.99091,47.138416],[7.992017,47.137458],[7.994887,47.135088],[7.995575,47.134228],[7.99602,47.133346],[7.996323,47.132368],[7.996488,47.131463],[7.996349,47.128108],[7.996165,47.127228],[7.995772,47.126302],[7.995415,47.125519],[7.995338,47.124805],[7.995574,47.124018],[7.996124,47.12323],[7.997472,47.122081]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":808,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.925987,47.136829],[7.928988,47.136983],[7.930032,47.13674],[7.932364,47.136183],[7.933616,47.13582],[7.934765,47.135577],[7.936298,47.135428],[7.938042,47.135492],[7.944778,47.135986],[7.94572,47.136006],[7.947147,47.135714],[7.948575,47.135493],[7.950457,47.135342],[7.952341,47.135429],[7.953841,47.13547],[7.955656,47.135628],[7.957716,47.135881],[7.960233,47.136464],[7.963452,47.137497],[7.966113,47.138556],[7.968388,47.139331],[7.970663,47.140177]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":809,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.906178,47.128914],[7.909198,47.131401],[7.910497,47.132324],[7.914143,47.134498],[7.915367,47.134874],[7.921764,47.136442],[7.923125,47.136627],[7.925987,47.136829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":810,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.790833,47.146651],[7.791315,47.14565],[7.792353,47.144337],[7.793704,47.142977],[7.794779,47.142093],[7.800656,47.139433],[7.801874,47.139024],[7.80285,47.13895],[7.804559,47.138968],[7.80564,47.138822],[7.810691,47.138021],[7.812746,47.137538],[7.814695,47.13696]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":811,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.790396,47.154458],[7.790112,47.153721],[7.79063,47.147675],[7.790833,47.146651]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":812,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.793261,47.181556],[7.793848,47.180507],[7.794294,47.179435],[7.794808,47.177982],[7.795219,47.176671],[7.795177,47.175672],[7.794924,47.174435],[7.794849,47.17365],[7.795086,47.172459],[7.79549,47.17034],[7.795646,47.167531]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":813,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.795646,47.167531],[7.795672,47.166222],[7.795436,47.162201],[7.795292,47.161511],[7.79494,47.160965],[7.791421,47.156573],[7.790998,47.15586],[7.790396,47.154458]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":814,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.375272,46.553132],[7.374429,46.551742],[7.374602,46.551075],[7.374637,46.551075],[7.375707,46.550552],[7.376293,46.550481],[7.377156,46.55022],[7.37795,46.549792],[7.378641,46.549269],[7.379987,46.548341],[7.38123,46.547223],[7.382439,46.546057],[7.383026,46.545225],[7.383786,46.54413],[7.384477,46.542607],[7.385272,46.541108]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":815,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.385272,46.541108],[7.386032,46.53999],[7.386378,46.5393],[7.386413,46.538253],[7.386414,46.537753],[7.386759,46.537277],[7.387553,46.536659],[7.388658,46.535826],[7.389244,46.535184],[7.389866,46.534351],[7.390453,46.533756],[7.390729,46.533161],[7.390868,46.5324],[7.390765,46.531686],[7.39049,46.530757],[7.389836,46.529329],[7.389423,46.528329],[7.388907,46.527044],[7.388495,46.525615],[7.38822,46.524187],[7.388049,46.523045],[7.387843,46.522021],[7.387707,46.520569],[7.387811,46.519379],[7.388019,46.518213],[7.388434,46.51669]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":816,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.388434,46.51669],[7.388814,46.515619],[7.389298,46.514858],[7.389919,46.513906],[7.389921,46.512264],[7.390059,46.511835],[7.390576,46.511574],[7.391783,46.511075],[7.392577,46.510599],[7.392991,46.510147],[7.393095,46.509671],[7.393027,46.508386],[7.393268,46.508005],[7.394062,46.506887],[7.39458,46.506577],[7.395683,46.506364],[7.4002,46.505601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":817,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.4002,46.505601],[7.401647,46.505223],[7.402923,46.504867],[7.405371,46.503868],[7.409301,46.502179],[7.417954,46.499158],[7.418333,46.498944],[7.41854,46.498682],[7.418712,46.498159],[7.419161,46.49654],[7.419609,46.495136],[7.419747,46.494803],[7.420058,46.494494],[7.420747,46.494232],[7.421264,46.494065],[7.4216,46.493701]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":818,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.4216,46.493701],[7.422264,46.493114],[7.423091,46.491828],[7.424298,46.490377],[7.425539,46.489068],[7.426228,46.488116],[7.426573,46.487354],[7.42678,46.48645],[7.42678,46.485665],[7.426884,46.484998],[7.428814,46.480738],[7.429607,46.478929],[7.431089,46.476549],[7.4356,46.470401]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":819,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.4356,46.470401],[7.438599,46.466363],[7.439254,46.465506],[7.440046,46.463935],[7.440873,46.463031],[7.441837,46.461198],[7.442457,46.459936],[7.443318,46.459151],[7.443765,46.458199]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":820,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.096736,46.354039],[7.096014,46.353966],[7.092603,46.355169],[7.091103,46.355914],[7.087858,46.355404],[7.08693,46.355437],[7.085746,46.355148],[7.083835,46.355642],[7.083061,46.355746],[7.081718,46.356099],[7.080634,46.356203],[7.079859,46.35645],[7.079084,46.356662],[7.078207,46.356695],[7.077174,46.357013],[7.075833,46.357044],[7.073608,46.358287],[7.072061,46.358246],[7.070302,46.359097],[7.069632,46.358988],[7.067935,46.35834],[7.066391,46.357871],[7.066188,46.357513],[7.06609,46.356727],[7.064709,46.35508],[7.063219,46.35429],[7.062497,46.354287],[7.06167,46.35457],[7.060435,46.354316],[7.059918,46.354422],[7.058783,46.354596],[7.057907,46.354486],[7.056621,46.354089],[7.055897,46.354301],[7.055206,46.354562]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":821,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.104894,46.352171],[7.10097,46.352981],[7.100556,46.353265],[7.099881,46.354049],[7.098281,46.354258],[7.096736,46.354039]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":822,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.141844,46.355345],[7.139934,46.355768],[7.1388,46.355694],[7.137873,46.355513],[7.136484,46.354974],[7.134635,46.353755],[7.133965,46.353646]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":823,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.119368,46.35457],[7.115815,46.353667],[7.114785,46.353593],[7.113911,46.353126],[7.113138,46.353017]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":824,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.144401,46.076415],[7.145051,46.076465],[7.146109,46.076824],[7.147474,46.077375],[7.149218,46.077475],[7.150383,46.077026],[7.152507,46.07627],[7.153194,46.075772],[7.153573,46.075178],[7.153728,46.071703],[7.152846,46.070392],[7.152751,46.068892],[7.152448,46.068034],[7.151565,46.066842],[7.151332,46.065652],[7.151233,46.065104],[7.150654,46.064531],[7.149426,46.0641],[7.148641,46.063717],[7.147994,46.063334],[7.147588,46.0625],[7.147807,46.059811],[7.148053,46.058574],[7.148503,46.057623],[7.148918,46.056696],[7.148852,46.056315],[7.148175,46.055004],[7.148109,46.054481],[7.148455,46.053696],[7.148496,46.052459]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":825,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.148496,46.052459],[7.14837,46.050483],[7.14749,46.048934],[7.147221,46.048005],[7.146955,46.046552],[7.147027,46.045981],[7.147406,46.045387],[7.148163,46.044485],[7.148132,46.043794],[7.147828,46.043103],[7.146302,46.040981],[7.146171,46.039933],[7.146252,46.037601],[7.146015,46.037101],[7.144896,46.035432],[7.144558,46.034764],[7.143959,46.031812],[7.143792,46.031121],[7.143047,46.029786],[7.143155,46.028858],[7.143502,46.027931],[7.143986,46.026837]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":826,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.163076,46.082699],[7.164997,46.081632],[7.166196,46.081326],[7.167462,46.081162],[7.168865,46.081094],[7.170883,46.081075],[7.172148,46.081078],[7.173481,46.0812],[7.174883,46.08137],[7.176455,46.081683],[7.177958,46.08202],[7.179359,46.082333],[7.18052,46.082764],[7.181441,46.083147],[7.182498,46.083863],[7.18335,46.084484],[7.185022,46.085464],[7.186523,46.086229],[7.188674,46.087233],[7.190075,46.087522],[7.191716,46.087644],[7.192914,46.087552],[7.194113,46.087174],[7.194969,46.086937],[7.195858,46.086844],[7.196748,46.086775],[7.197501,46.086633],[7.198255,46.086349],[7.199008,46.086161],[7.199761,46.086067],[7.200378,46.085926],[7.2012,46.085618],[7.201749,46.085286],[7.202332,46.084763],[7.202917,46.084146],[7.203603,46.083576],[7.204494,46.083126],[7.205419,46.08289],[7.206754,46.082702],[7.209081,46.08235],[7.211134,46.081997],[7.212471,46.081262],[7.213535,46.080574],[7.214152,46.080028],[7.214771,46.079267]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":827,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.144401,46.076415],[7.145117,46.076893],[7.145764,46.077419]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":828,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.145764,46.077419],[7.146785,46.078326],[7.147772,46.07928],[7.148419,46.079663],[7.149171,46.079855],[7.151804,46.079838],[7.15307,46.079746],[7.153822,46.079891],[7.1543,46.080059],[7.155902,46.081205],[7.15655,46.08154],[7.157198,46.08178],[7.158152,46.082448],[7.158732,46.082735],[7.159552,46.082975],[7.160714,46.083121],[7.161672,46.083171],[7.162425,46.083054],[7.163076,46.082699]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":829,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.397856,46.810227],[9.399326,46.809654],[9.399898,46.809169],[9.399842,46.808574],[9.39906,46.804231],[9.399163,46.803253],[9.399524,46.801747],[9.399375,46.799559]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":830,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.399375,46.799559],[9.39919,46.798301],[9.399409,46.79763],[9.399974,46.796978],[9.400754,46.796488],[9.401574,46.796165],[9.402325,46.795842],[9.403066,46.795258],[9.40328,46.794469],[9.403211,46.792565],[9.403431,46.791942],[9.404233,46.791119],[9.405405,46.790004],[9.405963,46.789137],[9.405757,46.787307],[9.405755,46.786284],[9.406037,46.785469],[9.406703,46.784744],[9.407846,46.783772],[9.408257,46.782669],[9.40874,46.781661],[9.409228,46.778915],[9.409836,46.778476],[9.410726,46.778175],[9.411804,46.777323],[9.414031,46.775689],[9.414987,46.775292],[9.416387,46.77472],[9.417915,46.77386],[9.419022,46.771936],[9.419446,46.771215],[9.419469,46.768072]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":831,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.419469,46.768072],[9.419397,46.766121],[9.420723,46.763526],[9.43385,46.738156],[9.433819,46.737324],[9.432711,46.73451]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":832,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.432711,46.73451],[9.429297,46.726475],[9.428792,46.724983],[9.428686,46.723985],[9.429031,46.723003],[9.429651,46.721992],[9.430288,46.72141],[9.431643,46.720624],[9.433031,46.719767]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":833,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.433031,46.719767],[9.434991,46.718471],[9.440553,46.713493],[9.4406,46.712896],[9.440271,46.712426],[9.437696,46.710186],[9.437367,46.709739],[9.437408,46.708976],[9.437443,46.708976],[9.439471,46.704869],[9.439865,46.700553],[9.440958,46.697367]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":834,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.531842,46.856948],[9.53133,46.855386]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":835,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.53133,46.855386],[9.528833,46.853646]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":836,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.52199,47.362692],[8.523127,47.363771],[8.52336,47.36413],[8.523659,47.36467],[8.523932,47.365163],[8.524369,47.365696],[8.525081,47.366354],[8.525653,47.366759],[8.526208,47.367056],[8.526722,47.367251],[8.527273,47.367428],[8.527886,47.367628],[8.528326,47.367826],[8.528672,47.368068],[8.529092,47.368495],[8.529683,47.369243]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":837,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.5204,47.36164],[8.519823,47.36093],[8.519914,47.360239],[8.520291,47.359807],[8.520978,47.359134],[8.521963,47.357625]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":838,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.521963,47.357625],[8.524136,47.354249],[8.524444,47.353913],[8.525511,47.352998],[8.525822,47.352781]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":839,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.525822,47.352781],[8.526131,47.352493],[8.526324,47.351634],[8.52635,47.351206],[8.526097,47.350827],[8.523037,47.348452],[8.520903,47.346854],[8.520332,47.346288],[8.519966,47.34553],[8.519715,47.338345]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":840,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.507613,47.364819],[8.516203,47.363502],[8.518047,47.362866]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":841,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.518047,47.362866],[8.51956,47.362238],[8.520083,47.362145],[8.52059,47.362142],[8.520999,47.362198],[8.521355,47.362308],[8.52199,47.362692]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":842,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.495319,47.364909],[8.503729,47.364957]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":843,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.503729,47.364957],[8.506495,47.364972],[8.507613,47.364819]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":844,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.560685,47.361792],[8.56107,47.361668],[8.561338,47.361537],[8.561522,47.361359],[8.561674,47.361093],[8.561812,47.36089],[8.56193,47.360803],[8.56208,47.36073],[8.562427,47.360655],[8.563628,47.360505],[8.565731,47.360304],[8.566943,47.360303],[8.567914,47.36027],[8.56831,47.360192],[8.568832,47.359974],[8.569365,47.359596],[8.571618,47.358155],[8.572649,47.357481],[8.573122,47.357079],[8.573457,47.35669],[8.573672,47.356217],[8.573877,47.35585],[8.574118,47.355575],[8.574615,47.355086],[8.574983,47.354572]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":845,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.54818,47.366413],[8.549102,47.366035],[8.550106,47.365844],[8.551151,47.365736],[8.551995,47.365567],[8.553237,47.365187],[8.554099,47.364855]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":846,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.554099,47.364855],[8.555357,47.364375],[8.556327,47.364057],[8.556708,47.363833],[8.557693,47.363164],[8.55823,47.362781],[8.558955,47.36237],[8.559527,47.362109],[8.559856,47.362001],[8.560163,47.361922],[8.560685,47.361792]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":847,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.985176,46.319692],[7.988131,46.319725]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":848,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.408728,46.946348],[7.407607,46.945757],[7.407347,46.945315],[7.407316,46.944609],[7.407389,46.944045]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":849,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.407389,46.944045],[7.407802,46.94329],[7.408688,46.942754],[7.410356,46.942219],[7.413849,46.94147]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":850,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.536881,47.41797],[8.535001,47.417687],[8.532887,47.417207],[8.530565,47.416825],[8.52874,47.416747],[8.519007,47.417457],[8.517714,47.417659],[8.51531,47.418419],[8.512076,47.419782],[8.510197,47.42049]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":851,\n\"weight\":0.1,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":952,\n\"to_node\":953,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.979092,45.903201],[8.978186,45.900567],[8.978047,45.899567],[8.977906,45.898464],[8.977671,45.897191],[8.977511,45.89636],[8.977549,45.895288],[8.978114,45.894781],[8.978646,45.894273],[8.978803,45.893819],[8.979057,45.893149],[8.979419,45.892668],[8.979955,45.892351],[8.980786,45.891578],[8.981764,45.891207],[8.982467,45.890769],[8.983133,45.890213],[8.98387,45.88975],[8.984237,45.889459],[8.98453,45.888956],[8.985301,45.888493],[8.986205,45.887933],[8.986566,45.887428],[8.98678,45.886568],[8.986865,45.885948],[8.987058,45.88554],[8.987092,45.88554],[8.987385,45.885036],[8.987747,45.884603],[8.988257,45.884548],[8.988807,45.884707],[8.98912,45.884941],[8.989273,45.885534],[8.988884,45.886229]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":852,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.037717,46.755446],[8.036504,46.755405],[8.034958,46.756508],[8.0348,46.757913],[8.034152,46.758844],[8.03343,46.759253],[8.033267,46.760229],[8.03321,46.761277],[8.033006,46.761683],[8.031871,46.762426],[8.030831,46.762337],[8.029966,46.762389],[8.029241,46.76263],[8.02838,46.763063],[8.027548,46.76302],[8.026519,46.763882],[8.026418,46.764192],[8.026075,46.764432],[8.025175,46.764508],[8.024348,46.764893],[8.023483,46.765016],[8.02307,46.765233],[8.022658,46.765544],[8.022662,46.765973],[8.022943,46.766304],[8.023532,46.766373],[8.024223,46.766179],[8.024846,46.766152],[8.025956,46.766289],[8.026862,46.766784],[8.027488,46.767019],[8.027526,46.767304],[8.02746,46.767566],[8.027358,46.767781],[8.02691,46.767998],[8.026181,46.767859],[8.025799,46.767742],[8.025245,46.767792],[8.024659,46.768057],[8.024175,46.768154],[8.023378,46.768111],[8.021468,46.767669],[8.020949,46.767695],[8.020604,46.76784],[8.020504,46.768221],[8.020508,46.768602],[8.020616,46.768911],[8.020931,46.769242],[8.020969,46.769599],[8.020627,46.770005],[8.02025,46.770388],[8.020326,46.771006],[8.019742,46.771462],[8.019818,46.77208],[8.01965,46.772533]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":853,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.01965,46.772533],[8.019447,46.772963],[8.019673,46.774628],[8.020095,46.775244],[8.020351,46.776481],[8.02134,46.778237],[8.021932,46.778543],[8.024712,46.779267],[8.02506,46.779455],[8.025308,46.779954],[8.026426,46.780805],[8.02719,46.78092],[8.02771,46.781013],[8.027955,46.781249],[8.027995,46.781701],[8.027619,46.782203],[8.027762,46.782583],[8.028075,46.782724],[8.028525,46.782603],[8.029905,46.782096],[8.030631,46.78195],[8.031147,46.78159],[8.032531,46.781464],[8.033778,46.78141],[8.034751,46.781643],[8.035165,46.781521],[8.035507,46.781139],[8.036091,46.780707],[8.038169,46.780577],[8.039002,46.780764],[8.039797,46.780593],[8.040387,46.780613],[8.041118,46.78099],[8.042306,46.781865],[8.042449,46.782221],[8.04228,46.782579],[8.04163,46.783392],[8.041216,46.783513],[8.040054,46.784995],[8.039573,46.785283],[8.038916,46.785477],[8.038122,46.785743],[8.037745,46.786125],[8.037195,46.786509],[8.036437,46.786894],[8.035397,46.786852],[8.034813,46.787259],[8.034991,46.787711],[8.03565,46.787755],[8.036446,46.787655],[8.037241,46.787508],[8.037934,46.787505],[8.039007,46.78738]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":854,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.11956,46.964104],[7.118089,46.965885],[7.105744,46.997194],[7.105165,46.997907],[7.104265,46.998632]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":855,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.503128,47.487131],[8.501688,47.484445],[8.501215,47.483176],[8.500969,47.482057],[8.500988,47.480753],[8.501767,47.479472],[8.50795,47.47293]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":856,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.611132,47.489261],[7.610911,47.49228],[7.61084,47.493519],[7.610947,47.494018],[7.611159,47.49447],[7.611619,47.495326],[7.611797,47.496254],[7.61152,47.49742],[7.610997,47.498587],[7.610859,47.499396],[7.611002,47.500181],[7.611851,47.501941],[7.617452,47.513344]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":857,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.08689,47.223638],[7.09139,47.224651],[7.093223,47.224835],[7.094323,47.224946]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":858,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.094323,47.224946],[7.094745,47.224554],[7.094904,47.224162],[7.09454,47.223768],[7.092498,47.223548]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":859,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.092498,47.223548],[7.091347,47.223223],[7.090773,47.222864],[7.089884,47.222648],[7.088941,47.222538],[7.088629,47.222144],[7.088789,47.221752],[7.089,47.221503],[7.089683,47.22129],[7.090938,47.221615],[7.092667,47.221656],[7.096072,47.221917],[7.097017,47.221562]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":860,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.097017,47.221562],[7.098012,47.221708],[7.100051,47.222285],[7.1011,47.222146],[7.102513,47.222435],[7.104869,47.222763],[7.107017,47.222877],[7.109219,47.222633],[7.110793,47.222352],[7.111841,47.222319],[7.113045,47.222466],[7.114563,47.222791],[7.1165,47.223047],[7.118176,47.223158],[7.119644,47.223091],[7.121372,47.223274],[7.122735,47.223242],[7.124566,47.223747],[7.12645,47.224074],[7.12755,47.224219],[7.130272,47.224655],[7.132051,47.225053],[7.134666,47.225988],[7.137437,47.227102],[7.139424,47.227856],[7.140785,47.228253],[7.14204,47.228613],[7.143347,47.229259],[7.145073,47.229906],[7.146486,47.230266],[7.146538,47.230302],[7.148422,47.230735],[7.149784,47.230882],[7.151619,47.230779],[7.153348,47.230819],[7.154604,47.231108],[7.156174,47.231576],[7.157378,47.2319],[7.158425,47.231974],[7.160155,47.231871],[7.16136,47.232124],[7.162407,47.232305],[7.163613,47.232165],[7.165344,47.231848],[7.16739,47.231496],[7.171901,47.230614],[7.176782,47.229233],[7.177831,47.229057],[7.178931,47.229095],[7.18003,47.229419],[7.18092,47.229742],[7.181757,47.229922],[7.182332,47.230316],[7.183273,47.230818],[7.183901,47.230962],[7.185054,47.230929],[7.188935,47.230224],[7.190193,47.230191],[7.191137,47.230014],[7.194236,47.2287],[7.196755,47.227813],[7.198959,47.22714],[7.200587,47.226322],[7.202846,47.225042],[7.204004,47.223902],[7.204952,47.222904]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":861,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.924556,47.125426],[6.917789,47.122111],[6.916327,47.121926],[6.91408,47.121666],[6.912933,47.121339],[6.912258,47.120836],[6.911486,47.119512],[6.910762,47.118723],[6.907171,47.116921],[6.9041,47.115515],[6.902067,47.114827],[6.900661,47.114285],[6.899623,47.113495],[6.895407,47.111547],[6.892754,47.110178],[6.890569,47.109061],[6.88885,47.108446],[6.887706,47.107798],[6.886881,47.106687],[6.885946,47.106111],[6.884748,47.105677],[6.883653,47.105386],[6.882614,47.104774],[6.880953,47.103552],[6.879965,47.103048],[6.878608,47.102827],[6.877355,47.102678],[6.876363,47.10253],[6.875322,47.102133],[6.873658,47.101232],[6.87293,47.100871],[6.869957,47.100214],[6.868914,47.099959],[6.84814,47.096891],[6.844434,47.096372],[6.842816,47.096185],[6.840722,47.096388],[6.839308,47.096666],[6.83831,47.097054],[6.836904,47.09744]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":862,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.971127,47.141154],[6.969503,47.141433],[6.967984,47.141605],[6.965477,47.14106],[6.961667,47.140008],[6.957651,47.138671],[6.956241,47.138308],[6.95551,47.138198],[6.952897,47.137865],[6.950755,47.137606],[6.948824,47.137063],[6.946167,47.135873],[6.944758,47.135475],[6.941525,47.134354],[6.939493,47.133453],[6.93746,47.132694],[6.93423,47.131252],[6.929911,47.128877],[6.927679,47.127082],[6.924556,47.125426]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":863,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.002483,47.151987],[6.998932,47.151117],[6.992715,47.149843],[6.991045,47.149266],[6.989638,47.148653],[6.987189,47.147359],[6.986042,47.146854],[6.984893,47.146671],[6.983796,47.146453],[6.981916,47.145981],[6.980666,47.145262],[6.979574,47.144473],[6.978743,47.143827],[6.978276,47.143325],[6.977603,47.142501],[6.976457,47.141961],[6.974683,47.141383],[6.972854,47.141125],[6.971127,47.141154]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":864,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.054034,47.172984],[7.049181,47.170861],[7.046834,47.16964],[7.044489,47.168239],[7.04287,47.167663],[7.041513,47.167194],[7.040104,47.166546],[7.037704,47.165503],[7.036036,47.164676],[7.034417,47.164206],[7.03097,47.163159],[7.028304,47.162649],[7.024125,47.161599],[7.021463,47.160768],[7.019216,47.160296]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":865,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.019216,47.160296],[7.017494,47.159611],[7.015933,47.158463],[7.014631,47.157638],[7.013329,47.156812],[7.01255,47.156023],[7.011929,47.1552],[7.011254,47.154484],[7.010265,47.153837],[7.002483,47.151987]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":866,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.068308,47.17553],[7.066061,47.175023],[7.062397,47.174904],[7.060095,47.174682],[7.05816,47.174319],[7.056175,47.173812],[7.054034,47.172984]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":867,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.107277,47.189429],[7.105758,47.189567],[7.104607,47.189385],[7.103457,47.189025],[7.102309,47.188379],[7.094535,47.183965],[7.081373,47.178998],[7.078186,47.177989],[7.075209,47.177016],[7.068308,47.17553]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":868,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.153183,47.193122],[7.151923,47.193833],[7.150873,47.19433],[7.149719,47.194577],[7.148254,47.194395],[7.144279,47.193314]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":869,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.144279,47.193314],[7.139835,47.192088],[7.138579,47.191799],[7.117584,47.1911],[7.115962,47.190881],[7.110211,47.18933],[7.107277,47.189429]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":870,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.153183,47.193122],[7.154442,47.192804],[7.156117,47.192879],[7.158366,47.193563],[7.160457,47.194175],[7.168727,47.195123]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":871,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.204952,47.222904],[7.204746,47.222011],[7.204434,47.221368],[7.201664,47.219827],[7.200357,47.219182]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":872,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.200357,47.219182],[7.199154,47.218787],[7.197951,47.218213],[7.197116,47.217462],[7.196544,47.216639],[7.196286,47.215711],[7.19598,47.213889],[7.195205,47.211603],[7.195366,47.210711],[7.195106,47.210354],[7.194427,47.209817],[7.192913,47.2086],[7.192185,47.207563],[7.191352,47.206312],[7.191042,47.205526],[7.191524,47.203242],[7.19095,47.202777],[7.189433,47.202238],[7.187759,47.201913],[7.186294,47.201553],[7.184935,47.200907],[7.183628,47.200333],[7.182373,47.199902],[7.18096,47.199756],[7.17834,47.199893],[7.176559,47.19996],[7.174777,47.20017],[7.17284,47.20013],[7.169331,47.199908],[7.164513,47.199896],[7.161687,47.199497],[7.159384,47.199027],[7.157972,47.198667],[7.156509,47.198021],[7.153422,47.197406],[7.152482,47.196975],[7.151805,47.196296],[7.151547,47.19551],[7.151708,47.194867],[7.152131,47.194083],[7.153183,47.193122]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":873,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.228116,47.235193],[7.232254,47.235736],[7.234455,47.235954],[7.236184,47.2361],[7.238962,47.236141],[7.241057,47.236358],[7.242577,47.23654],[7.244933,47.237079],[7.248545,47.238263],[7.251111,47.239017],[7.252106,47.239233],[7.252998,47.239163],[7.253732,47.238914],[7.254362,47.23863]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":874,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.254362,47.23863],[7.264266,47.239323],[7.270818,47.239476],[7.275957,47.238698]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":875,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.275957,47.238698],[7.278055,47.238201],[7.281045,47.237349],[7.282146,47.237279],[7.283299,47.237387],[7.285499,47.237712],[7.287228,47.237964],[7.288852,47.23818],[7.290318,47.238753],[7.293668,47.240471],[7.295083,47.240794],[7.296236,47.240831],[7.297756,47.240726],[7.298805,47.240549],[7.300169,47.240051],[7.301376,47.239517],[7.302582,47.239375],[7.305832,47.239343]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":876,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.305832,47.239343],[7.313696,47.238674],[7.314639,47.238604],[7.316002,47.238712],[7.317731,47.238821],[7.318937,47.23868],[7.320511,47.238253],[7.322136,47.237969],[7.323604,47.237863],[7.324652,47.237936],[7.326276,47.238473],[7.327585,47.238938],[7.328999,47.239368],[7.330571,47.239548],[7.332039,47.239442],[7.333822,47.239123],[7.335447,47.239017],[7.336915,47.23909],[7.338644,47.239413],[7.342415,47.240701]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":877,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.342415,47.240701],[7.345716,47.241846],[7.346449,47.242204],[7.347182,47.242561],[7.347862,47.243204],[7.34828,47.243954],[7.348436,47.244775],[7.348383,47.245418],[7.34833,47.245561],[7.347857,47.246381],[7.346598,47.247059],[7.345863,47.247593],[7.345495,47.248093],[7.345232,47.248771],[7.344916,47.249377],[7.343655,47.25084],[7.343704,47.252982],[7.343492,47.254017],[7.346316,47.258446],[7.347416,47.259089],[7.348831,47.25934],[7.349722,47.259698],[7.35056,47.260163],[7.351188,47.260913],[7.351709,47.262591],[7.352128,47.263341],[7.352913,47.263984],[7.353961,47.264449],[7.355744,47.264807],[7.357474,47.265022],[7.360515,47.265382],[7.361668,47.265597],[7.362612,47.265811],[7.363293,47.266204],[7.363817,47.266633],[7.364654,47.26799],[7.365702,47.269062],[7.36633,47.26974],[7.366749,47.270276],[7.366749,47.270312],[7.366641,47.272275],[7.367007,47.273239],[7.36795,47.274168],[7.369365,47.274776],[7.372721,47.275706],[7.373192,47.276099],[7.373664,47.276706],[7.374187,47.277848],[7.374606,47.278313],[7.376236,47.279545]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":878,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.168727,47.195123],[7.171084,47.1952],[7.172602,47.195203],[7.173756,47.194885],[7.174597,47.194316],[7.176862,47.19175],[7.178439,47.19054],[7.179435,47.190221],[7.180115,47.190401],[7.181373,47.19019],[7.182735,47.189979],[7.184727,47.189662],[7.18677,47.189417],[7.188344,47.188885],[7.189445,47.188601],[7.191538,47.188892],[7.196143,47.18958],[7.200961,47.189554],[7.20274,47.189879],[7.205672,47.190028],[7.212165,47.190041],[7.214786,47.189546],[7.216778,47.189122],[7.21814,47.189017],[7.219396,47.189162],[7.221541,47.189631],[7.224945,47.189566]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":879,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.224945,47.189566],[7.229869,47.189253],[7.23301,47.189366],[7.242172,47.190132],[7.244528,47.1901]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":880,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.244528,47.1901],[7.247095,47.189783],[7.248983,47.189215],[7.250347,47.188361],[7.250874,47.187541],[7.251034,47.186684],[7.250618,47.185898],[7.246453,47.179216],[7.246246,47.178537],[7.246201,47.176574],[7.247249,47.176111],[7.248351,47.175506],[7.249034,47.174829],[7.249613,47.173938],[7.249826,47.172867],[7.250195,47.172118],[7.250721,47.171476],[7.251508,47.171085],[7.252975,47.170695],[7.255176,47.169877],[7.256642,47.169737],[7.257534,47.16931]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":881,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.257534,47.16931],[7.25832,47.169025],[7.25895,47.168562],[7.259423,47.16792],[7.25953,47.167207],[7.259533,47.166314],[7.259588,47.165493],[7.259906,47.164316],[7.262274,47.160464],[7.263483,47.159109],[7.264114,47.158004],[7.264275,47.157004],[7.263911,47.156111],[7.262294,47.154395],[7.261356,47.15343],[7.259633,47.152142],[7.252739,47.148347],[7.251641,47.147917],[7.250754,47.147237],[7.249868,47.14645],[7.241779,47.140689],[7.238701,47.138257],[7.237552,47.137576],[7.237241,47.136826],[7.23714,47.135933],[7.2373,47.135184],[7.237721,47.134578],[7.237947,47.134157]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":882,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.242352,47.124135],[7.242819,47.124921],[7.246465,47.129211],[7.246302,47.130817],[7.243997,47.131742],[7.241735,47.132548]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":883,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.235421,47.117519],[7.241004,47.120706]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":884,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.241004,47.120706],[7.241473,47.121278],[7.242352,47.124135]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":885,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.228694,47.112473],[7.231194,47.115084],[7.235421,47.117519]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":886,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.219064,47.101817],[7.228694,47.112473]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":887,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.214067,47.096702],[7.219064,47.101817]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":888,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.211398,47.085095],[7.214988,47.089029],[7.215351,47.089565],[7.215245,47.090065],[7.213454,47.093381],[7.213397,47.094273],[7.213601,47.095702],[7.214067,47.096702]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":889,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.201458,47.0754],[7.20307,47.077403],[7.204056,47.078761],[7.205724,47.079871],[7.206817,47.080837],[7.208224,47.081768],[7.20937,47.082663],[7.211398,47.085095]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":890,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.198571,47.066684],[7.199405,47.067292],[7.199507,47.067721],[7.197616,47.070109],[7.197875,47.070609],[7.198812,47.071182],[7.200636,47.072257],[7.200739,47.072686],[7.200732,47.074363],[7.201458,47.0754]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":891,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.185507,47.056303],[7.187018,47.057091],[7.190192,47.059669],[7.190346,47.060383],[7.193052,47.062602],[7.192888,47.064244],[7.192888,47.06428],[7.19377,47.065495],[7.194553,47.065676],[7.19565,47.065678],[7.19633,47.065465],[7.197166,47.065503],[7.198571,47.066684]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":892,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.177243,47.047681],[7.177554,47.048253],[7.177554,47.048288],[7.183684,47.055049],[7.185507,47.056303]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":893,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.182226,47.032413],[7.183267,47.033022],[7.184148,47.034452],[7.18451,47.035274],[7.184245,47.03613],[7.182608,47.03991],[7.182755,47.041981],[7.177509,47.046824],[7.177243,47.047681]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":894,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.178948,47.029978],[7.179936,47.03098],[7.181081,47.031732],[7.182226,47.032413]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":895,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.1071,47.00573],[7.111895,47.006708],[7.129714,47.011827],[7.132689,47.011871],[7.135869,47.012522],[7.137381,47.012811],[7.14196,47.015287],[7.142945,47.016574],[7.145128,47.018329],[7.145596,47.018652],[7.146481,47.018975],[7.148351,47.020694]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":896,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.148351,47.020694],[7.15012,47.021841],[7.151058,47.022164],[7.163516,47.025729],[7.173735,47.028502],[7.176708,47.028973],[7.177647,47.029154],[7.178948,47.029978]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":897,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.192444,46.974375],[7.19478,46.979797],[7.199408,46.990133]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":898,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.199408,46.990133],[7.201133,46.993983],[7.202067,46.995092],[7.207105,47.00035]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":899,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.207105,47.00035],[7.220928,47.014586],[7.224098,47.017948],[7.2254,47.018807],[7.233312,47.024605],[7.234718,47.025464],[7.237063,47.026646]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":900,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.237063,47.026646],[7.239772,47.028043],[7.253789,47.035885],[7.257228,47.038068],[7.259781,47.039821],[7.261138,47.040216],[7.261973,47.040324]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":901,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.261973,47.040324],[7.264166,47.040185],[7.26563,47.039866],[7.266832,47.039582],[7.268554,47.039728],[7.276381,47.04181],[7.277266,47.042668],[7.279191,47.045098]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":902,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.279191,47.045098],[7.283255,47.048388],[7.28831,47.052464],[7.289243,47.054929],[7.289868,47.055608],[7.291849,47.056931],[7.292683,47.057611],[7.293725,47.058897],[7.294453,47.060112],[7.29497,47.061897],[7.296625,47.073038]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":903,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.318834,47.1002],[7.319292,47.10105],[7.320196,47.102051],[7.337974,47.119036]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":904,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.337974,47.119036],[7.339679,47.120823],[7.346465,47.128087],[7.347441,47.128826],[7.350227,47.130613],[7.354931,47.133377],[7.356987,47.134545],[7.359043,47.135474],[7.361308,47.136356],[7.363609,47.137048],[7.365492,47.137454],[7.36734,47.137765],[7.370583,47.138076]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":905,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.153048,46.950855],[7.156164,46.953219],[7.160578,46.956586],[7.161878,46.957196],[7.167031,46.958993],[7.171506,46.960682],[7.175043,46.962511],[7.176761,46.963086],[7.179053,46.963734],[7.180614,46.96438],[7.18207,46.965168],[7.190436,46.971577],[7.191475,46.972472],[7.192148,46.973687],[7.192444,46.974375]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":906,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.114635,46.924856],[7.116557,46.925933],[7.117909,46.926436],[7.119939,46.926728],[7.121396,46.927053],[7.1228,46.927664],[7.12446,46.928918],[7.125549,46.929813],[7.126838,46.932137],[7.127509,46.933389],[7.12844,46.934498],[7.129998,46.935538],[7.131712,46.936506],[7.133061,46.937688]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":907,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.133061,46.937688],[7.133784,46.938761],[7.134978,46.939656],[7.13872,46.941523],[7.139279,46.942015]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":908,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.192444,46.974375],[7.19251,46.974259],[7.192935,46.972546],[7.193567,46.971334],[7.19478,46.968231],[7.195725,46.96684],[7.197245,46.965201],[7.198919,46.964098],[7.202159,46.962463],[7.203934,46.962002],[7.205604,46.961792],[7.207327,46.961153],[7.208373,46.960512],[7.209943,46.959052],[7.211723,46.957377],[7.215903,46.955315],[7.217888,46.954462]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":909,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.217888,46.954462],[7.225933,46.95055],[7.230686,46.948274],[7.231575,46.947562],[7.232204,46.946671],[7.23252,46.9456],[7.232942,46.944423],[7.233363,46.943495],[7.234985,46.941678]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":910,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.234985,46.941678],[7.235823,46.940715],[7.236764,46.940003],[7.237968,46.938541],[7.239954,46.937331],[7.244706,46.934805],[7.246219,46.934307],[7.251332,46.932781],[7.255765,46.931931],[7.259048,46.931758],[7.261081,46.931761],[7.262278,46.93212],[7.263059,46.932442],[7.263943,46.933193],[7.264617,46.934016],[7.265449,46.934874],[7.266646,46.93534],[7.267844,46.93552],[7.269251,46.935451],[7.270346,46.935416],[7.271492,46.935668],[7.273314,46.936385],[7.274355,46.936636],[7.27618,46.936496],[7.277797,46.936034],[7.281972,46.934184],[7.284946,46.933117],[7.287188,46.932548],[7.289117,46.932408],[7.291097,46.932625],[7.296773,46.934382]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":911,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.296773,46.934382],[7.301147,46.935922],[7.304011,46.936747],[7.307084,46.937607],[7.333815,46.941276]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":912,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.3,46.894201],[7.297994,46.894809],[7.296223,46.894914],[7.292735,46.894517],[7.29034,46.8943],[7.288934,46.89412],[7.287373,46.893761],[7.285553,46.892794],[7.284617,46.892293],[7.283836,46.892042],[7.281962,46.891825],[7.28014,46.891644],[7.278994,46.891786],[7.274565,46.8926],[7.270446,46.894272],[7.26111,46.898221],[7.251628,46.899169],[7.239795,46.901756],[7.238544,46.902182],[7.237812,46.902787]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":913,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.322027,46.888076],[7.319204,46.888622],[7.315454,46.888975],[7.312642,46.888972],[7.311183,46.889363],[7.310088,46.890183]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":914,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.310088,46.890183],[7.309565,46.891075],[7.309146,46.89186],[7.308729,46.892252],[7.308259,46.892537],[7.307582,46.892786],[7.306904,46.892892],[7.30529,46.892855],[7.303936,46.892675],[7.302946,46.892852],[7.3,46.894201]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":915,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.400789,46.90998],[7.400529,46.909051],[7.399905,46.90773],[7.399698,46.905838],[7.399126,46.90391],[7.399022,46.903267],[7.399388,46.902482],[7.400795,46.900983]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":916,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.400795,46.900983],[7.401733,46.899805],[7.40189,46.899199],[7.40163,46.89852],[7.396843,46.892878],[7.393772,46.890735],[7.38836,46.886663]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":917,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.38836,46.886663],[7.386695,46.885627],[7.385289,46.88534],[7.384249,46.884733],[7.383312,46.883911],[7.382584,46.883483],[7.380762,46.883232],[7.379408,46.882767],[7.378212,46.882088],[7.377432,46.881231],[7.376132,46.879802],[7.374675,46.87898],[7.372645,46.878336],[7.370927,46.877978],[7.367754,46.876549]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":918,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.962911,47.223512],[6.963593,47.223515],[6.965897,47.223703],[6.968985,47.224037],[6.970136,47.22422],[6.974992,47.226311],[6.980521,47.22926],[6.982814,47.230768],[6.9851,47.232401]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":919,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.9851,47.232401],[6.98578,47.233315],[6.985773,47.2341],[6.985448,47.235348],[6.985124,47.236489],[6.985005,47.238131],[6.985048,47.239166],[6.985301,47.240345],[6.985478,47.244166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":920,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.985478,47.244166],[6.9846,47.248767],[6.987144,47.251633],[6.988606,47.252424],[6.992526,47.253832]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":921,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.992526,47.253832],[6.99676,47.255383],[6.998116,47.256316],[6.999529,47.256607],[7.001991,47.256902],[7.004295,47.257268],[7.010723,47.25997],[7.011453,47.260472],[7.012129,47.261081],[7.013012,47.262227],[7.013635,47.262943],[7.014521,47.263661]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":922,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.014521,47.263661],[7.01666,47.265025],[7.017653,47.265457],[7.023095,47.267012],[7.028278,47.268101],[7.02901,47.268389],[7.029793,47.268928],[7.031203,47.269718],[7.033138,47.270403],[7.038632,47.272136],[7.046746,47.274306],[7.049311,47.274921],[7.052246,47.275324],[7.054497,47.275903],[7.0585,47.276901]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":923,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.0585,47.276901],[7.060778,47.277708],[7.062455,47.277928],[7.063716,47.277682],[7.064874,47.277043],[7.06714,47.275516],[7.068139,47.275233],[7.070079,47.275382],[7.071494,47.275565],[7.074423,47.276681],[7.075576,47.276899],[7.078251,47.276801],[7.080714,47.277237],[7.082024,47.277455],[7.083072,47.277601],[7.084799,47.278177],[7.086105,47.278931],[7.088092,47.279937],[7.089243,47.280333],[7.090814,47.280766],[7.091389,47.281053],[7.092382,47.281735],[7.093638,47.282167],[7.096152,47.282817],[7.098088,47.283536],[7.099239,47.28404],[7.100334,47.285078]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":924,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.100334,47.285078],[7.100853,47.286008],[7.101057,47.286794],[7.101679,47.287974],[7.102776,47.288833],[7.103718,47.289122],[7.105449,47.289198],[7.106497,47.289415],[7.108329,47.290206],[7.111992,47.29168],[7.114401,47.292508],[7.116497,47.292907],[7.117964,47.293303],[7.119377,47.293843],[7.120473,47.294845],[7.121519,47.295419],[7.122618,47.295815],[7.123402,47.296424],[7.124026,47.297318]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":925,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.016111,47.492873],[7.015491,47.494452],[7.015355,47.495244],[7.015245,47.495791],[7.01534,47.497005],[7.015509,47.497886],[7.015365,47.498338],[7.013583,47.501592],[7.013263,47.502114],[7.0128,47.502945]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":926,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.029907,47.479466],[7.023123,47.485188],[7.021959,47.485827],[7.020955,47.486359],[7.019741,47.486675],[7.018475,47.486956],[7.017787,47.487346],[7.016885,47.488236],[7.01667,47.488806],[7.01686,47.491377],[7.016111,47.492873]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":927,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.04825,47.469642],[7.047351,47.47021],[7.04677,47.470458],[7.043925,47.470841],[7.042607,47.471015],[7.041288,47.471367],[7.04018,47.471756],[7.034151,47.47534],[7.033621,47.475802],[7.029907,47.479466]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":928,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.05519,47.456351],[7.051312,47.461335],[7.050831,47.462261],[7.050114,47.466685],[7.049846,47.467327],[7.048834,47.469001],[7.04825,47.469642]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":929,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.05773,47.439761],[7.057246,47.441222],[7.057346,47.442008],[7.057708,47.44283],[7.058642,47.444725],[7.058847,47.445368],[7.058631,47.446189],[7.057931,47.448435],[7.057973,47.449899],[7.058117,47.451791],[7.057743,47.452611],[7.05519,47.456351]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":930,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.10427,47.418345],[7.101853,47.417945],[7.100384,47.417512],[7.099334,47.417224],[7.093809,47.4176],[7.091705,47.417594],[7.089024,47.417478],[7.08587,47.417255],[7.08261,47.417173],[7.081609,47.417491],[7.0805,47.418059],[7.080129,47.418522],[7.07991,47.419771],[7.0808,47.422201]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":931,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.0808,47.422201],[7.081455,47.42463],[7.081708,47.42613],[7.07799,47.431402],[7.076248,47.432324],[7.071022,47.434878],[7.069915,47.435231],[7.068705,47.435334],[7.068074,47.43519],[7.066657,47.434685],[7.065607,47.434361],[7.064661,47.43425],[7.063925,47.434284],[7.062713,47.434565],[7.061762,47.435026],[7.058584,47.438086],[7.058159,47.43862],[7.05773,47.439761]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":932,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.10427,47.418345],[7.108108,47.41857],[7.108161,47.418534],[7.111948,47.418474],[7.113209,47.418656],[7.128218,47.424159]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":933,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.128218,47.424159],[7.142285,47.429336],[7.144332,47.430234],[7.146063,47.43113],[7.148629,47.433172],[7.150515,47.434676],[7.151456,47.435784],[7.152344,47.436929],[7.153276,47.439715],[7.154112,47.440896],[7.155002,47.441683],[7.155315,47.442184],[7.156339,47.447576],[7.15702,47.448149],[7.157805,47.448793],[7.158328,47.449544],[7.158429,47.450294],[7.158004,47.451007],[7.156575,47.452645]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":934,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.156575,47.452645],[7.15615,47.453251],[7.157316,47.461714],[7.15705,47.462177],[7.15652,47.462854],[7.155991,47.463495],[7.155619,47.464137],[7.155665,47.465386],[7.157222,47.469495],[7.157219,47.470066],[7.155461,47.473953]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":935,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.1244,47.405801],[7.125744,47.406625],[7.126319,47.407198],[7.126579,47.407663],[7.126838,47.408413],[7.126782,47.409056],[7.126673,47.409591],[7.126459,47.410304],[7.125505,47.411551],[7.12508,47.412228],[7.124919,47.41287],[7.12496,47.414762],[7.124639,47.415654],[7.123845,47.416615],[7.122209,47.417539],[7.120259,47.418176],[7.10427,47.418345]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":936,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.206132,47.336495],[7.202291,47.338236],[7.198134,47.340012],[7.177188,47.349212],[7.176187,47.349781],[7.175765,47.350208],[7.175552,47.350886],[7.175495,47.351707],[7.175753,47.352707],[7.17601,47.353742],[7.175954,47.354492],[7.175528,47.355598],[7.17521,47.356204],[7.173251,47.359269],[7.172404,47.360481],[7.172244,47.361016],[7.171867,47.362871],[7.171493,47.364084],[7.170539,47.365831],[7.169852,47.366579],[7.168799,47.367076],[7.166432,47.367606]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":937,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.166432,47.367606],[7.164275,47.367994],[7.162909,47.368062],[7.161754,47.367809],[7.160809,47.3677],[7.159074,47.36791],[7.15718,47.368298],[7.155865,47.36858],[7.154026,47.368611],[7.151926,47.36832],[7.150718,47.368246],[7.149456,47.36835],[7.148036,47.368703],[7.147246,47.369094],[7.14656,47.369556],[7.145979,47.37009],[7.130979,47.392433],[7.130448,47.393502],[7.129812,47.394321],[7.129282,47.395034],[7.128278,47.395888],[7.12638,47.396954],[7.126327,47.396953],[7.123955,47.397982],[7.122637,47.398657],[7.121951,47.399012],[7.121158,47.399866],[7.120784,47.400722],[7.120673,47.401721],[7.120879,47.402543],[7.121348,47.403222],[7.121975,47.403902],[7.1244,47.405801]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":938,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.124026,47.297318],[7.124807,47.29832],[7.125959,47.298823],[7.127582,47.299363],[7.128523,47.299972],[7.130092,47.30094],[7.13182,47.301587],[7.132867,47.302054],[7.133649,47.302877],[7.134063,47.304021],[7.13474,47.304808],[7.135735,47.305203],[7.139461,47.30532],[7.140509,47.305572],[7.142341,47.30647],[7.144017,47.307009],[7.144802,47.307475],[7.145792,47.308656],[7.146522,47.309657],[7.147462,47.310481],[7.148981,47.311091],[7.152175,47.312384],[7.153484,47.31303],[7.154424,47.313961],[7.155258,47.315034],[7.156568,47.315501],[7.157667,47.316039],[7.158818,47.316827],[7.160283,47.317652],[7.161854,47.318477],[7.163476,47.319444],[7.16541,47.320984],[7.166508,47.321879],[7.167346,47.322416],[7.168129,47.323239],[7.168965,47.323955],[7.170013,47.324386],[7.170746,47.324673],[7.171268,47.325281],[7.17163,47.326424],[7.17194,47.32746],[7.17241,47.328033],[7.173511,47.328321],[7.17477,47.328431],[7.176032,47.328184],[7.17677,47.327579],[7.177037,47.326651],[7.176831,47.32583],[7.1761,47.324971],[7.175052,47.32454],[7.173742,47.324145],[7.172328,47.32332],[7.171336,47.322319],[7.170288,47.321924],[7.168977,47.321599],[7.168139,47.321169],[7.167095,47.320131],[7.166103,47.319094],[7.165214,47.318378],[7.16401,47.317661],[7.162544,47.316943],[7.160452,47.315582],[7.158726,47.314293],[7.158362,47.313721],[7.15946,47.314437],[7.16103,47.315476],[7.162181,47.316193],[7.163018,47.316695],[7.164223,47.317197],[7.165113,47.317628],[7.16616,47.31813],[7.167311,47.318954],[7.168042,47.319598],[7.169247,47.320172],[7.170138,47.32046],[7.171554,47.320713],[7.172812,47.321073],[7.174225,47.321933],[7.175481,47.322828],[7.176685,47.323509],[7.178152,47.324083],[7.180195,47.324873],[7.181402,47.32509],[7.181978,47.325306],[7.183288,47.325951],[7.184336,47.326311],[7.185909,47.326671],[7.187219,47.327316],[7.188108,47.327961],[7.188997,47.328712],[7.190097,47.329357]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":939,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.190097,47.329357],[7.191354,47.330074],[7.192716,47.330719],[7.193814,47.331721],[7.194859,47.332759],[7.195274,47.33383],[7.195379,47.333902],[7.195953,47.334796],[7.196317,47.335403],[7.19663,47.335868],[7.196942,47.33669],[7.197515,47.337655],[7.198509,47.338335],[7.199821,47.338552],[7.20103,47.338376],[7.206132,47.336495]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":940,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.206132,47.336495],[7.21197,47.3344],[7.213915,47.333904],[7.214966,47.333692],[7.216488,47.333695],[7.237641,47.33584],[7.244202,47.33653],[7.246985,47.336748]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":941,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.246985,47.336748],[7.279909,47.336834],[7.281117,47.336622],[7.282694,47.33616],[7.284376,47.335484],[7.286005,47.335129],[7.290993,47.335243]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":942,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.290993,47.335243],[7.296401,47.335428],[7.298239,47.335609],[7.299971,47.335861],[7.302175,47.336542],[7.317337,47.342449]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":943,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.317337,47.342449],[7.319855,47.343522],[7.323317,47.345382],[7.325573,47.346741],[7.328562,47.348921],[7.343459,47.359536],[7.345874,47.360609],[7.347554,47.361253],[7.350186,47.361808]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":944,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.350186,47.361808],[7.354083,47.362408]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":945,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.381477,47.280341],[7.382524,47.280851],[7.383782,47.281245],[7.385303,47.281602],[7.388241,47.281104],[7.390865,47.280034],[7.392072,47.279571],[7.393383,47.27925],[7.395272,47.279322],[7.397422,47.27993],[7.398523,47.280109],[7.399468,47.280073],[7.400937,47.279788],[7.402195,47.279896],[7.405815,47.280361],[7.408805,47.28029],[7.409644,47.280433],[7.412004,47.281505],[7.413734,47.282255],[7.415518,47.282469],[7.417668,47.282827],[7.4233,47.284101]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":946,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.4353,47.285501],[7.43734,47.285613],[7.441589,47.285006],[7.444475,47.285399],[7.446101,47.285827],[7.447413,47.28622],[7.448567,47.286327],[7.449511,47.286113],[7.45035,47.285684]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":947,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.45035,47.285684],[7.45098,47.285042],[7.451399,47.284363],[7.451399,47.283435],[7.450874,47.2824],[7.450035,47.281972],[7.448881,47.281543],[7.448094,47.281079],[7.447412,47.28033],[7.447202,47.27958],[7.447307,47.278795],[7.447988,47.277581],[7.44888,47.276225],[7.449876,47.275403],[7.45103,47.274689],[7.452184,47.274261],[7.45381,47.273975],[7.455278,47.273654]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":948,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.455278,47.273654],[7.456642,47.272725],[7.457638,47.271761],[7.458687,47.271012],[7.459945,47.270476],[7.460941,47.269476],[7.46178,47.268762],[7.462304,47.268012],[7.462881,47.267227],[7.464925,47.265584]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":949,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.362307,46.862729],[7.363401,46.862123],[7.364599,46.861588],[7.365172,46.860982],[7.365277,46.860232],[7.36424,46.857661],[7.36211,46.854661],[7.361331,46.853553],[7.360031,46.853053],[7.358991,46.852588],[7.358263,46.852052],[7.357952,46.851623],[7.357953,46.850588],[7.357955,46.849767],[7.357487,46.849195],[7.356811,46.848802],[7.355667,46.84873],[7.354626,46.848943],[7.353533,46.849085],[7.351556,46.848834],[7.350308,46.848226],[7.348957,46.84719],[7.348074,46.846082],[7.347503,46.845189],[7.347507,46.843012],[7.347352,46.842262]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":950,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.413849,46.94147],[7.414892,46.94065],[7.415257,46.939436],[7.415623,46.937722],[7.416093,46.936152],[7.416771,46.935009],[7.418335,46.933403],[7.418909,46.932547],[7.418909,46.932511],[7.41917,46.931083],[7.418805,46.929833]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":951,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.007054,46.253391],[7.010084,46.252017],[7.012832,46.25106]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":952,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.985221,46.24154],[6.988462,46.239506],[6.990738,46.237991],[6.995022,46.234295],[6.999374,46.230576],[7.000549,46.229092]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":953,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.948624,46.271352],[6.949148,46.270379],[6.949434,46.269071],[6.949724,46.263598],[6.949837,46.262456],[6.950225,46.261244],[6.950645,46.260412],[6.951304,46.259582],[6.952379,46.258325],[6.954212,46.256786]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":954,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.954212,46.256786],[6.955561,46.255554],[6.956667,46.254583],[6.958391,46.253686],[6.963005,46.251754],[6.966724,46.250246],[6.979154,46.245038],[6.980669,46.244306],[6.985221,46.24154]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":955,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.946154,46.259869],[6.945187,46.260627],[6.944328,46.260694],[6.943712,46.260501],[6.943204,46.259737],[6.941947,46.258447],[6.941687,46.256779],[6.941965,46.256424],[6.942484,46.25595],[6.942282,46.255544],[6.941911,46.254805],[6.942129,46.253473],[6.941996,46.253044],[6.941451,46.252637],[6.940635,46.2518]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":956,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.940635,46.2518],[6.939922,46.250988],[6.939928,46.250345],[6.939656,46.250035],[6.938973,46.24977],[6.937706,46.249431],[6.937093,46.248928],[6.936581,46.248712],[6.935452,46.248326],[6.933746,46.247295],[6.93327,46.246841],[6.932655,46.246576],[6.932077,46.246097],[6.931497,46.245714],[6.930881,46.245497]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":957,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.930881,46.245497],[6.930645,46.245115],[6.930583,46.244401],[6.929907,46.24335]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":958,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.929907,46.24335],[6.928588,46.241345],[6.928391,46.240321]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":959,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.928391,46.240321],[6.927983,46.24001],[6.927368,46.239721],[6.9272,46.239363],[6.927101,46.238887],[6.927379,46.238531],[6.927623,46.238151],[6.927454,46.237913],[6.926873,46.237648],[6.925576,46.236976],[6.925167,46.236688],[6.924963,46.236449],[6.924626,46.235829],[6.924361,46.2349],[6.924161,46.23428]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":960,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.924161,46.23428],[6.923547,46.233944],[6.922556,46.233511],[6.922216,46.233248],[6.922047,46.232985],[6.921845,46.232556],[6.9213,46.232125],[6.920925,46.231909],[6.919657,46.231784]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":961,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.919657,46.231784],[6.919041,46.231686],[6.917262,46.231202],[6.916989,46.23101],[6.917061,46.230725],[6.917103,46.229868],[6.917073,46.229416],[6.916597,46.229033],[6.915678,46.228314]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":962,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.903562,46.21888],[6.903396,46.218332],[6.903195,46.217807],[6.902959,46.217449],[6.902551,46.217114],[6.902007,46.216587],[6.901703,46.216134],[6.901367,46.215442],[6.901167,46.214846],[6.901137,46.214394],[6.900902,46.21394],[6.900358,46.213414],[6.899514,46.212172]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":963,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.899514,46.212172],[6.898907,46.211122],[6.898708,46.210455],[6.898269,46.209762],[6.89749,46.208854],[6.89667,46.208517],[6.895751,46.207822],[6.895106,46.207224],[6.894732,46.206913],[6.894089,46.206077],[6.893685,46.205313],[6.893386,46.204431],[6.893119,46.203644]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":964,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.893119,46.203644],[6.893058,46.202954],[6.892721,46.202333],[6.892148,46.201355],[6.8914,46.200756],[6.890686,46.200205],[6.890314,46.199656],[6.889842,46.198963],[6.889364,46.198723],[6.888576,46.198672],[6.887755,46.198501]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":965,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.887755,46.198501],[6.88745,46.198214],[6.887114,46.197522],[6.887085,46.196998],[6.88692,46.196331],[6.886894,46.195569],[6.886968,46.195046],[6.8866,46.194092]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":966,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.8866,46.194092],[6.886299,46.193377],[6.886067,46.192661],[6.886037,46.192161],[6.885597,46.191659],[6.885327,46.19123],[6.88533,46.19092],[6.885265,46.190587],[6.884857,46.190275],[6.883936,46.189914],[6.883527,46.189674],[6.883461,46.189412],[6.883567,46.189126],[6.884324,46.188821],[6.884669,46.188608],[6.884911,46.188395],[6.884879,46.188133],[6.884744,46.187942],[6.884267,46.187678],[6.883928,46.187319],[6.883658,46.186842],[6.883423,46.186412],[6.882263,46.185883],[6.882203,46.185097],[6.882005,46.184335],[6.881565,46.183833],[6.880507,46.183423],[6.87849,46.182913],[6.876988,46.182406],[6.87634,46.182045],[6.874667,46.181513]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":967,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.874667,46.181513],[6.873916,46.181176],[6.873476,46.180674],[6.872799,46.179909],[6.872221,46.179454],[6.871987,46.178906],[6.872029,46.178144],[6.871728,46.177476],[6.871253,46.176974],[6.87102,46.176306],[6.871164,46.175641],[6.871378,46.174833]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":968,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.949979,46.053508],[6.950999,46.054107],[6.952259,46.054636],[6.952871,46.05502],[6.953346,46.055427],[6.953752,46.055928],[6.954433,46.056193],[6.955219,46.056244],[6.955731,46.056389],[6.956375,46.05701],[6.956984,46.05768],[6.957696,46.05842],[6.958238,46.058899],[6.958474,46.059352],[6.95823,46.059827],[6.958056,46.060136],[6.958088,46.060493],[6.958388,46.061351]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":969,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.958388,46.061351],[6.958887,46.062924],[6.959258,46.063425],[6.960411,46.064549],[6.961428,46.0656],[6.961782,46.068077],[6.962425,46.068889],[6.962795,46.069486],[6.963672,46.070894],[6.963872,46.071513],[6.96431,46.072253],[6.964886,46.072851],[6.966315,46.073713],[6.966689,46.073929],[6.967638,46.074957],[6.968384,46.075674],[6.968552,46.076008],[6.968548,46.076484],[6.968782,46.077127],[6.969627,46.078273],[6.970507,46.079372],[6.970984,46.079636],[6.971426,46.079875],[6.971526,46.080209],[6.971487,46.080709],[6.971689,46.081138],[6.972097,46.081378],[6.972506,46.081546],[6.973327,46.081502],[6.973806,46.081504],[6.975715,46.082273],[6.976467,46.0823]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":970,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.976467,46.0823],[6.977256,46.082089],[6.978457,46.081642],[6.978867,46.081596],[6.97938,46.081622],[6.979891,46.08191],[6.98016,46.082411],[6.980669,46.082912],[6.981657,46.083392],[6.982578,46.083729],[6.983331,46.083661],[6.98381,46.083615],[6.984185,46.083712],[6.984867,46.084],[6.986133,46.083958],[6.987803,46.084631],[6.988417,46.084943],[6.989131,46.085469],[6.989711,46.085543],[6.990429,46.085641],[6.990665,46.086071],[6.990969,46.086524],[6.991309,46.086811],[6.99134,46.087192],[6.99106,46.087929],[6.990985,46.08869],[6.991355,46.089477],[6.991726,46.090192],[6.992266,46.09098],[6.992571,46.091386],[6.992739,46.091743],[6.993111,46.092269],[6.993174,46.092888],[6.992999,46.093434],[6.992547,46.094337],[6.992095,46.095192],[6.991917,46.096001],[6.992015,46.096644],[6.992421,46.097193],[6.992792,46.097861],[6.993437,46.098482],[6.99398,46.098936],[6.99442,46.099509],[6.9951,46.100083],[6.996121,46.100754],[6.996732,46.101351],[6.997544,46.102473]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":971,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.997544,46.102473],[6.998018,46.103046],[6.997978,46.103784],[6.998283,46.104189],[6.998796,46.104263],[6.999857,46.104124],[7.000508,46.104055],[7.001088,46.104224],[7.001633,46.10456],[7.001937,46.105108],[7.002548,46.105729],[7.003296,46.10628],[7.004183,46.106569],[7.0049,46.106762],[7.005411,46.107121],[7.006125,46.107647]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":972,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.006125,46.107647],[7.008405,46.109298],[7.009729,46.110565],[7.010848,46.11195],[7.011529,46.112309]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":973,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.011529,46.112309],[7.012588,46.112575],[7.012928,46.112862],[7.012789,46.113195],[7.01258,46.113646],[7.012817,46.11398],[7.013192,46.114172],[7.014047,46.114151],[7.014526,46.114225],[7.014833,46.114416],[7.014899,46.114702],[7.014657,46.114963],[7.014141,46.115294],[7.013933,46.115603],[7.014339,46.116318],[7.015119,46.117154],[7.015664,46.11749],[7.020326,46.121006],[7.021244,46.121771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":974,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.021244,46.121771],[7.021891,46.122202],[7.022744,46.122609],[7.023699,46.123041],[7.02421,46.123329],[7.024924,46.123926],[7.025534,46.124738],[7.027236,46.126077],[7.027677,46.126531],[7.028016,46.126984],[7.029071,46.127845],[7.029821,46.128252],[7.030673,46.128779],[7.031115,46.12909],[7.03197,46.129307],[7.032586,46.12931],[7.032998,46.129145],[7.033342,46.128884],[7.033994,46.12872],[7.034644,46.128698],[7.035088,46.128819],[7.035463,46.129058],[7.035597,46.129511],[7.035354,46.129986],[7.034907,46.130246],[7.034187,46.130315],[7.03323,46.130193],[7.031893,46.13045],[7.030619,46.131326],[7.030066,46.132133],[7.030062,46.132609],[7.030368,46.132848],[7.030744,46.132968],[7.031223,46.133041],[7.031566,46.132876],[7.031842,46.132591],[7.032496,46.132142],[7.033113,46.132001],[7.03349,46.132074],[7.034001,46.132314],[7.034548,46.132482],[7.035027,46.132508],[7.035747,46.132296],[7.036706,46.132252],[7.037288,46.132302],[7.037701,46.132041],[7.038595,46.131426],[7.039247,46.13119],[7.041507,46.131198],[7.042192,46.131058],[7.042742,46.130845],[7.043669,46.13042],[7.044662,46.1304],[7.045075,46.130139]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":975,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.045075,46.130139],[7.045386,46.129641],[7.046117,46.127953],[7.046948,46.126647],[7.048122,46.125271],[7.053484,46.119584]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":976,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.053484,46.119584],[7.053916,46.119126],[7.05602,46.116872],[7.058985,46.113693],[7.059675,46.113005],[7.067784,46.108177],[7.068608,46.107704],[7.071455,46.106809],[7.072997,46.10648],[7.076764,46.106017],[7.078852,46.105833],[7.080743,46.106134]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":977,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.085025,46.106956],[7.0862,46.107213],[7.087021,46.107239],[7.087913,46.106956],[7.088497,46.106506],[7.088808,46.106031],[7.088914,46.105508],[7.088781,46.105007],[7.088305,46.104554],[7.084929,46.102758],[7.081553,46.10101],[7.079542,46.099885],[7.073104,46.095604],[7.072085,46.094506],[7.071609,46.094099],[7.068405,46.092351]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":978,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.068405,46.092351],[7.067077,46.091466],[7.066429,46.091202],[7.065883,46.090986],[7.064929,46.090436],[7.063873,46.089718],[7.063328,46.089359],[7.06125,46.08821],[7.060432,46.087731],[7.05941,46.087157],[7.058457,46.086416]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":979,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.058457,46.086416],[7.057435,46.085865],[7.056892,46.08522],[7.056385,46.084457],[7.056013,46.083765],[7.055576,46.08274],[7.055239,46.082049],[7.055075,46.080954],[7.055151,46.079978],[7.055225,46.079098],[7.055092,46.078574],[7.054823,46.078001],[7.054383,46.077262],[7.053977,46.076713],[7.053606,46.075927],[7.053713,46.075261],[7.054161,46.074857],[7.055155,46.074456],[7.056045,46.07434],[7.057004,46.074153],[7.058101,46.073847],[7.058717,46.073778],[7.05964,46.073829],[7.060804,46.073666],[7.061897,46.073741],[7.063059,46.073959],[7.064457,46.074416],[7.065617,46.074944],[7.066607,46.075185],[7.070195,46.075625],[7.071665,46.075701],[7.072211,46.075846],[7.072893,46.076158],[7.074492,46.077329],[7.075173,46.07776],[7.075856,46.078],[7.076642,46.078026],[7.077771,46.077958],[7.078351,46.078127],[7.080536,46.078705],[7.082383,46.078687]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":980,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.082383,46.078687],[7.083923,46.078668],[7.0844,46.078813],[7.084774,46.079147],[7.086031,46.080484],[7.086815,46.080938],[7.08835,46.081515],[7.090676,46.081498],[7.091598,46.081715],[7.094194,46.082342],[7.095527,46.082489],[7.103738,46.082085],[7.105654,46.081948],[7.106852,46.081809],[7.108188,46.081527],[7.11089,46.081392],[7.114144,46.080735],[7.115614,46.080692],[7.117738,46.080103],[7.120956,46.079588],[7.121985,46.079234],[7.12291,46.078951],[7.124827,46.078504],[7.128146,46.078323],[7.130542,46.077949],[7.132288,46.077692],[7.134751,46.077532],[7.136872,46.077443],[7.138001,46.077327],[7.143786,46.076342],[7.144401,46.076415]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":981,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.837082,46.214331],[7.837704,46.214948],[7.838772,46.21573],[7.839464,46.216489],[7.83998,46.21682],[7.840258,46.217319],[7.841016,46.217745],[7.841464,46.2181],[7.842016,46.218503],[7.842703,46.218739],[7.843219,46.218927],[7.843909,46.219496],[7.844564,46.220017],[7.84532,46.220205],[7.84587,46.220346],[7.846181,46.220702],[7.8467,46.221295],[7.847387,46.221483],[7.848142,46.221575],[7.848658,46.221811],[7.849141,46.222214],[7.849727,46.222617],[7.850552,46.222804],[7.851344,46.223206],[7.851998,46.223537],[7.85289,46.2237],[7.853407,46.223936],[7.853615,46.22434],[7.853792,46.225006],[7.854346,46.225694],[7.854898,46.22612],[7.855623,46.226784],[7.85614,46.227068],[7.856792,46.227208],[7.857581,46.227253],[7.858507,46.227202],[7.859227,46.227175],[7.859607,46.227507],[7.860298,46.228147],[7.861225,46.228358],[7.861913,46.228665],[7.863119,46.229303],[7.86398,46.2298],[7.864704,46.230249],[7.867653,46.230214],[7.8681,46.230379],[7.868824,46.230829],[7.869377,46.231421],[7.869723,46.231753],[7.870787,46.231916]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":982,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.803554,46.178957],[7.803796,46.179337],[7.803767,46.180051],[7.8036,46.180742],[7.80357,46.181361],[7.804089,46.182121],[7.804298,46.18262],[7.804405,46.183215],[7.804511,46.183738],[7.804995,46.184451],[7.806133,46.185399],[7.80682,46.185682],[7.807541,46.185942],[7.808126,46.186297],[7.808473,46.186891],[7.808648,46.187461],[7.808894,46.18827],[7.809343,46.188911],[7.809861,46.189361],[7.810792,46.190215],[7.81141,46.190427],[7.811995,46.190854],[7.812614,46.191137],[7.813132,46.191612],[7.813649,46.192039],[7.814028,46.192347],[7.814238,46.193036],[7.814722,46.193606],[7.814999,46.194033],[7.815245,46.194889],[7.815694,46.195435],[7.816075,46.195981],[7.816696,46.196551],[7.81687,46.196931],[7.816978,46.197763],[7.817702,46.198285],[7.818047,46.198617],[7.818223,46.199259],[7.818431,46.199591],[7.819086,46.200113],[7.81926,46.200493],[7.819708,46.200848],[7.820601,46.201179],[7.821255,46.20151],[7.821702,46.201746],[7.82198,46.202293],[7.822669,46.202766],[7.823596,46.203025],[7.824009,46.203214],[7.82463,46.203783],[7.825668,46.205136],[7.82622,46.20561],[7.82684,46.205965],[7.82695,46.206965],[7.82733,46.207511],[7.82819,46.207912],[7.828707,46.208196],[7.82926,46.208884],[7.829915,46.209358],[7.830088,46.209619],[7.830573,46.210284],[7.83164,46.210947],[7.832775,46.211395],[7.83353,46.21144],[7.833976,46.211581],[7.834426,46.212151],[7.835012,46.212601],[7.835256,46.213148],[7.83574,46.213598],[7.837082,46.214331]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":983,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.791396,46.132108],[7.791506,46.133226],[7.7911,46.134037],[7.791002,46.134679],[7.791076,46.135631],[7.791321,46.136345],[7.791944,46.137437],[7.792017,46.138223],[7.791139,46.140034],[7.790972,46.140701],[7.791043,46.141106],[7.79139,46.141723],[7.791803,46.142103],[7.792422,46.142601],[7.792734,46.143147],[7.792473,46.145052],[7.792109,46.147076],[7.791872,46.147434],[7.791157,46.148079],[7.790715,46.148652],[7.79021,46.149938],[7.789944,46.151272],[7.789818,46.152986],[7.789343,46.153559],[7.789276,46.153868],[7.789729,46.155009],[7.791171,46.155648],[7.791688,46.156051],[7.791727,46.156812],[7.791937,46.157478],[7.791495,46.158027],[7.791223,46.158385],[7.791157,46.158766],[7.791709,46.159335],[7.792122,46.159738],[7.792673,46.160117],[7.793085,46.16033],[7.793674,46.161257],[7.796344,46.166294],[7.796688,46.166531],[7.79734,46.166672],[7.79806,46.166836],[7.798371,46.167121],[7.798684,46.167953],[7.798725,46.168857],[7.798182,46.169644],[7.798185,46.170144],[7.797608,46.171003],[7.797372,46.171599],[7.79717,46.172099],[7.79755,46.17255],[7.798446,46.173309],[7.799237,46.173878],[7.799995,46.174423],[7.800444,46.174992],[7.800618,46.175468],[7.800865,46.17649],[7.800937,46.176966],[7.802865,46.178412],[7.803554,46.178957]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":984,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.781403,46.099888],[7.780553,46.100748],[7.780317,46.101248],[7.780185,46.102177],[7.780328,46.103057],[7.780708,46.103722],[7.781808,46.104481],[7.782393,46.104931],[7.782671,46.105692],[7.783258,46.106523],[7.785465,46.109277],[7.787395,46.111342],[7.78774,46.111841],[7.788021,46.112839],[7.788162,46.113505],[7.788647,46.11448],[7.788547,46.114837],[7.788206,46.115148],[7.787115,46.115698],[7.786466,46.115986],[7.786161,46.116439],[7.785993,46.116963],[7.786236,46.117462],[7.786926,46.118341],[7.787894,46.119885],[7.788172,46.120431],[7.788019,46.123264],[7.788125,46.123859],[7.789299,46.125426],[7.790095,46.126828],[7.790923,46.127706],[7.791475,46.128395],[7.791821,46.128988],[7.792102,46.130178],[7.792177,46.131201],[7.791396,46.132108]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":985,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.774701,46.067158],[7.774438,46.068873],[7.774409,46.069777],[7.774145,46.071182],[7.774082,46.072206],[7.774121,46.072944],[7.774434,46.073823],[7.777966,46.080786],[7.778382,46.081666],[7.778521,46.082141],[7.778696,46.082712],[7.778478,46.086235],[7.778694,46.087901],[7.778875,46.089447],[7.778986,46.090827],[7.779265,46.091755],[7.779614,46.092777],[7.780415,46.095036],[7.780831,46.095987],[7.781145,46.096961],[7.782041,46.09803],[7.782149,46.098863],[7.781403,46.099888]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":986,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.748903,46.009944],[7.74928,46.010276],[7.749453,46.010585],[7.749802,46.011822],[7.750044,46.012487],[7.749911,46.012988],[7.749846,46.013559],[7.749848,46.014035],[7.750091,46.014677],[7.749991,46.015082],[7.749719,46.015392],[7.749653,46.015725],[7.749792,46.016177],[7.750341,46.01658],[7.750856,46.017079],[7.751134,46.017792],[7.751411,46.018577],[7.751449,46.019172],[7.751144,46.019696],[7.750957,46.022743],[7.750822,46.023124],[7.75038,46.023411],[7.749152,46.023819]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":987,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.754168,46.004931],[7.751847,46.005057],[7.751368,46.004915],[7.750579,46.004346],[7.748421,46.003305],[7.746679,46.003238],[7.746064,46.003168],[7.745208,46.002861],[7.744112,46.002222],[7.743597,46.001842],[7.743425,46.001462],[7.743252,46.001177],[7.742773,46.00094],[7.742363,46.001036],[7.741886,46.001181],[7.741581,46.00161],[7.741518,46.002491],[7.741691,46.002871],[7.742377,46.003512],[7.742722,46.00413],[7.743681,46.004579],[7.744574,46.005457],[7.745673,46.006621],[7.746633,46.007261],[7.747148,46.007759],[7.747768,46.008519],[7.748903,46.009944]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":988,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.755123,45.992814],[7.755605,45.993527],[7.755713,45.99455],[7.755818,45.994835],[7.756229,45.995048],[7.757288,45.995259],[7.758383,45.995518],[7.758829,45.99585],[7.759172,45.996111],[7.759549,45.996372],[7.760097,45.996632],[7.760373,45.997202],[7.760751,45.997653],[7.761197,45.99789],[7.761336,45.998389],[7.761408,45.998937],[7.761445,45.999365],[7.761106,45.999818],[7.760834,46.000152],[7.760737,46.000938],[7.76067,46.001176],[7.760398,46.001462],[7.759887,46.001607],[7.759135,46.001561],[7.758178,46.001397],[7.756298,46.001188],[7.755547,46.001143],[7.754932,46.001216],[7.754457,46.00167],[7.754289,46.002146],[7.754463,46.002717],[7.754875,46.003073],[7.756552,46.003663],[7.757031,46.003923],[7.757443,46.004279],[7.757445,46.004613],[7.757276,46.004922],[7.756936,46.005114],[7.75639,46.005163],[7.755022,46.004929],[7.754168,46.004931]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":989,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.76508,45.984717],[7.761848,45.986773],[7.761167,45.986989],[7.760518,45.986991],[7.759083,45.986805],[7.758674,45.986854],[7.75806,45.986998],[7.757651,45.98719],[7.757277,45.987381],[7.75704,45.987787],[7.756772,45.988668],[7.756741,45.989144],[7.756505,45.989716],[7.756167,45.990241],[7.755149,45.991338],[7.754844,45.991863],[7.754744,45.992172],[7.754916,45.992505],[7.755123,45.992814]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":990,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.906432,46.295906],[7.918863,46.297033],[7.923124,46.297443],[7.924979,46.297554],[7.926492,46.297786],[7.927903,46.298042],[7.929898,46.298461],[7.931344,46.298907],[7.932688,46.299425],[7.934309,46.300156],[7.935552,46.300888],[7.937107,46.301929],[7.938937,46.303063],[7.940732,46.304007],[7.941973,46.304549],[7.943248,46.305043],[7.945245,46.305582],[7.947174,46.306192],[7.94907,46.306898],[7.951896,46.307956],[7.955102,46.309179],[7.96255,46.312239],[7.963963,46.31278],[7.96834,46.314283],[7.973407,46.316068],[7.977199,46.317407],[7.978818,46.317875],[7.980331,46.318011],[7.983672,46.318875],[7.984636,46.319085],[7.987488,46.319166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":991,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.017277,46.336154],[8.018733,46.337313],[8.019735,46.337855],[8.020841,46.338421],[8.022773,46.339125],[8.024359,46.339617],[8.024981,46.339923],[8.025363,46.340325],[8.025541,46.340872],[8.025907,46.342965],[8.026364,46.343891],[8.027164,46.344815],[8.027995,46.345382],[8.028995,46.345686],[8.031719,46.346481],[8.032617,46.346857],[8.034311,46.347776],[8.0349,46.348178],[8.036145,46.348862],[8.03694,46.34931],[8.041627,46.353545],[8.042491,46.353921],[8.044111,46.354341],[8.044939,46.354599],[8.045702,46.355213],[8.04726,46.356229]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":992,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.04726,46.356229],[8.050005,46.358832],[8.050528,46.359448],[8.051324,46.359896],[8.052152,46.360225],[8.05274,46.360531],[8.05292,46.361244],[8.053132,46.361719],[8.053686,46.362097],[8.054412,46.36245],[8.056968,46.363436],[8.058004,46.363835],[8.058833,46.364163],[8.059419,46.364327],[8.060185,46.365203],[8.06022,46.365203],[8.061567,46.365743],[8.063016,46.366211],[8.063741,46.366445],[8.06471,46.367011],[8.065505,46.367364],[8.066332,46.367526],[8.067056,46.367664],[8.067608,46.367852],[8.067957,46.368326],[8.06831,46.369109],[8.068969,46.369606],[8.069796,46.369744],[8.070621,46.369692],[8.071274,46.369664],[8.07193,46.369875],[8.072588,46.370299],[8.073144,46.370844],[8.073628,46.371031],[8.074314,46.370932],[8.074932,46.370786],[8.075483,46.370854],[8.076344,46.370969]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":993,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.076344,46.370969],[8.077344,46.371225],[8.077858,46.371079],[8.078508,46.370766],[8.07933,46.3705],[8.080224,46.370518],[8.081673,46.370962],[8.083986,46.371687],[8.08478,46.371944],[8.085717,46.372653],[8.086338,46.372864],[8.086887,46.372765],[8.087573,46.372642],[8.088295,46.372614],[8.088709,46.372707],[8.089125,46.372991],[8.089823,46.37382],[8.090346,46.374435],[8.09201,46.375545]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":994,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.09201,46.375545],[8.093258,46.376394],[8.094121,46.376675],[8.097192,46.377538],[8.097675,46.377678],[8.097918,46.377819],[8.09799,46.378128],[8.098028,46.37839],[8.097963,46.3787],[8.097725,46.378963],[8.097005,46.379157],[8.096349,46.378947],[8.096002,46.378687],[8.095897,46.378497],[8.095859,46.378164],[8.096334,46.377638],[8.096877,46.37704],[8.097323,46.376966],[8.098424,46.377031],[8.099112,46.377074],[8.100079,46.377378],[8.101323,46.377871],[8.102258,46.378389],[8.104446,46.380185],[8.104794,46.380445],[8.105414,46.38056],[8.106482,46.38072],[8.107866,46.381379],[8.108802,46.381945],[8.109463,46.382631],[8.110226,46.383102],[8.110993,46.383931],[8.111753,46.384212],[8.112406,46.384208],[8.113266,46.384179],[8.11413,46.384531],[8.114824,46.385003],[8.115521,46.385713],[8.115973,46.386139],[8.117153,46.386988]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":995,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.117153,46.386988],[8.118159,46.387625],[8.118642,46.387813],[8.119262,46.387809],[8.119845,46.387686],[8.120498,46.387659],[8.120845,46.387871],[8.121125,46.388274],[8.120938,46.38987],[8.121118,46.390487],[8.120748,46.391156],[8.120684,46.391537],[8.120791,46.391846],[8.121277,46.3922],[8.122346,46.39236],[8.12276,46.392477],[8.123211,46.39276],[8.123423,46.393234],[8.123497,46.393639],[8.123811,46.39397],[8.124363,46.394086],[8.125119,46.394057],[8.125567,46.394102],[8.126017,46.39429],[8.126573,46.394786],[8.127271,46.395544],[8.127965,46.395992],[8.128863,46.39632],[8.129588,46.396506],[8.131149,46.39752]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":996,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.131149,46.39752],[8.131844,46.398039],[8.132299,46.398655],[8.132514,46.39932],[8.132222,46.40075],[8.132199,46.401607],[8.132523,46.402771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":997,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.132523,46.402771],[8.132397,46.403629],[8.132335,46.404224],[8.132443,46.404581],[8.132968,46.40522],[8.133978,46.406237],[8.13471,46.406971],[8.13617,46.408128],[8.137516,46.408406],[8.138515,46.408495],[8.139305,46.408371],[8.139749,46.408154],[8.139918,46.407891],[8.140049,46.407366],[8.139421,46.40668],[8.138101,46.405736],[8.137509,46.405169],[8.137195,46.404837],[8.137121,46.404457],[8.137255,46.404194],[8.137768,46.403953],[8.13811,46.403761],[8.138936,46.403803],[8.139485,46.403657],[8.13986,46.403393],[8.140202,46.403248],[8.140822,46.403315],[8.14134,46.403455],[8.141795,46.404047],[8.142417,46.404258],[8.143251,46.404895],[8.14353,46.405155],[8.144119,46.405461],[8.146493,46.408112],[8.147291,46.408654],[8.148119,46.408792],[8.148917,46.409263],[8.150001,46.410613],[8.152427,46.411907]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":998,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.152427,46.411907],[8.15333,46.41252],[8.15647,46.413214],[8.157511,46.413826],[8.159528,46.415456],[8.160777,46.416162],[8.163965,46.417832],[8.165599,46.419035],[8.167501,46.419761],[8.168266,46.42028],[8.169838,46.422055],[8.171265,46.423236],[8.17356,46.424958],[8.174537,46.42588],[8.174888,46.426378],[8.177871,46.428072],[8.17923,46.429277],[8.180416,46.430459],[8.181424,46.431119],[8.183017,46.431823],[8.183955,46.432483],[8.184927,46.433072],[8.186171,46.433349],[8.186999,46.433534],[8.187762,46.433958],[8.188564,46.43469],[8.18964,46.435278]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":999,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.18964,46.435278],[8.191433,46.435481],[8.19226,46.435547],[8.193058,46.435993],[8.194586,46.436935],[8.195829,46.437237],[8.197626,46.437653],[8.198629,46.438003],[8.19946,46.438379],[8.200123,46.438969],[8.200858,46.439797],[8.202003,46.44048],[8.203533,46.441517],[8.20392,46.442133],[8.203927,46.442633],[8.203659,46.443158],[8.203631,46.443587],[8.204086,46.444084]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1000,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.204086,46.444084],[8.205474,46.44486],[8.206203,46.44526],[8.207482,46.445656],[8.208312,46.445912],[8.2087,46.446552],[8.209475,46.44776],[8.209935,46.448614],[8.210601,46.449467],[8.211642,46.450054],[8.21528,46.451577],[8.216874,46.45228],[8.217361,46.452634],[8.217853,46.453321],[8.218244,46.454151],[8.21936,46.455119]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1001,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.265661,46.485377],[8.26697,46.485368],[8.268935,46.485449],[8.269869,46.48568],[8.270873,46.485958],[8.272532,46.486255],[8.273983,46.486554],[8.274782,46.486953],[8.282161,46.491635]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1002,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.282161,46.491635],[8.283345,46.492435],[8.287138,46.494764],[8.297073,46.499711],[8.305574,46.503217],[8.308039,46.504293],[8.309266,46.505569]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1003,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.361693,46.561461],[8.360788,46.561016],[8.35999,46.560761],[8.358604,46.560463],[8.357461,46.56021],[8.357111,46.559903],[8.356134,46.559269],[8.35568,46.558915],[8.355535,46.558559],[8.355564,46.558226],[8.355834,46.557843],[8.356451,46.5576],[8.357242,46.557427],[8.357828,46.557422],[8.358316,46.557704],[8.358425,46.558036],[8.358397,46.558394],[8.35816,46.558657],[8.357782,46.558779],[8.357265,46.558831],[8.356607,46.558646],[8.356359,46.558291],[8.355991,46.556961],[8.355973,46.555866],[8.356238,46.555245],[8.357051,46.55431],[8.358067,46.553207],[8.358742,46.552321],[8.359347,46.551364],[8.359816,46.550551],[8.36025,46.549714],[8.360724,46.549187],[8.360988,46.548495],[8.360981,46.548042],[8.360547,46.546903],[8.360218,46.545764],[8.360069,46.545122],[8.359983,46.544123],[8.360003,46.543314],[8.359996,46.542909],[8.359749,46.542578],[8.359053,46.542226],[8.358049,46.541996],[8.357356,46.541812],[8.357005,46.541434],[8.356447,46.541105],[8.356066,46.540989],[8.35565,46.540873],[8.354074,46.539458],[8.353197,46.538608],[8.352466,46.538233],[8.351248,46.537576],[8.349685,46.536946],[8.349026,46.536713],[8.348784,46.536668],[8.347667,46.535891],[8.346869,46.535612],[8.34624,46.535093],[8.345042,46.533627],[8.344689,46.533106],[8.343694,46.53184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1004,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.403584,46.567207],[8.402828,46.56738],[8.40173,46.567746],[8.399131,46.569101],[8.39793,46.569469],[8.397173,46.569618],[8.396385,46.56991],[8.395731,46.570058],[8.392738,46.570559],[8.390978,46.570598],[8.389908,46.570583],[8.389214,46.570399],[8.388036,46.570099],[8.386755,46.569872],[8.385749,46.569571],[8.384565,46.569009],[8.383485,46.568423],[8.382338,46.56798],[8.381157,46.56749],[8.380562,46.567019],[8.379446,46.566362],[8.378542,46.565965],[8.377361,46.565522],[8.375733,46.565202],[8.374937,46.56509],[8.373449,46.564817],[8.371853,46.56433],[8.370014,46.56375],[8.368974,46.563496],[8.367727,46.563197],[8.36599,46.562545],[8.364742,46.562222],[8.363842,46.562063],[8.363117,46.562021],[8.362457,46.561788],[8.361693,46.561461]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1005,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.428424,46.576158],[8.427992,46.575186],[8.427671,46.574641],[8.427145,46.574193],[8.426415,46.573866],[8.417035,46.57052],[8.410469,46.568148],[8.408454,46.567427],[8.407484,46.567174],[8.406412,46.567064],[8.404619,46.567151],[8.403584,46.567207]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1006,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.46447,46.587597],[8.463474,46.587844],[8.462201,46.58807],[8.461375,46.58822],[8.460198,46.58804],[8.459646,46.588069],[8.459019,46.587813],[8.458461,46.587508],[8.457735,46.587443],[8.456945,46.587665],[8.456467,46.587955],[8.456157,46.587981],[8.455432,46.587964],[8.454707,46.587994],[8.453949,46.588048],[8.453567,46.587933],[8.451867,46.587496],[8.449923,46.586918],[8.448116,46.586339],[8.446381,46.585854],[8.44458,46.585537],[8.442916,46.585171],[8.441183,46.584782],[8.439102,46.584276],[8.43754,46.58379],[8.43691,46.583367],[8.436386,46.583015],[8.435479,46.582523],[8.434505,46.582103],[8.434118,46.581725],[8.433765,46.581276],[8.432924,46.580593],[8.431701,46.579795],[8.430791,46.579112],[8.429916,46.578454],[8.42935,46.577721],[8.428962,46.577248],[8.428676,46.576727],[8.428424,46.576158]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1007,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.50363,46.598936],[8.504897,46.600114],[8.505943,46.600628],[8.507222,46.600687],[8.508533,46.600627],[8.50992,46.6009],[8.515026,46.602375],[8.517844,46.60342],[8.53448,46.609759],[8.535486,46.609963],[8.53587,46.610174],[8.536408,46.611145],[8.536935,46.611568],[8.537837,46.61175],[8.539423,46.611639],[8.539978,46.611729],[8.5405,46.611938],[8.54148,46.612548],[8.542182,46.613112],[8.544096,46.613808],[8.544524,46.61447],[8.54495,46.615013],[8.54561,46.615221],[8.546474,46.615237],[8.547508,46.615107],[8.5482,46.615172],[8.554345,46.616659],[8.555173,46.616604],[8.556478,46.616234],[8.556959,46.616134],[8.557549,46.616247],[8.558381,46.616405],[8.559348,46.616372],[8.559904,46.616557],[8.560539,46.617194],[8.561235,46.617401],[8.5621,46.617488],[8.563323,46.618142],[8.563951,46.618469],[8.56448,46.618964],[8.565109,46.619315],[8.565908,46.619545],[8.566396,46.61973],[8.567128,46.620056],[8.568036,46.620523],[8.570918,46.621209]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1008,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.570918,46.621209],[8.571962,46.621579],[8.572769,46.62219],[8.573887,46.622774],[8.575355,46.623545],[8.576709,46.623865],[8.577717,46.624164],[8.578722,46.624297],[8.579384,46.624576],[8.579737,46.624929],[8.579989,46.625427],[8.580105,46.626021],[8.58053,46.626492],[8.586697,46.630548],[8.587408,46.631469],[8.588869,46.633573],[8.590217,46.635178],[8.590749,46.635863],[8.591664,46.636616]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1009,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.61063,46.154703],[8.609528,46.154405],[8.606275,46.154486],[8.605553,46.15435],[8.60476,46.154073],[8.604347,46.154006],[8.603152,46.154161],[8.602091,46.15422],[8.601232,46.154086]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1010,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.649225,46.165174],[8.648101,46.165495],[8.647619,46.165381],[8.646994,46.164983],[8.64647,46.16456],[8.645675,46.164236],[8.645257,46.163907],[8.644977,46.163624],[8.644665,46.163485],[8.64436,46.163631],[8.643441,46.163879],[8.642895,46.16398],[8.642173,46.163868],[8.641517,46.163661],[8.639939,46.163559],[8.639456,46.163397],[8.638527,46.163193],[8.63773,46.162773],[8.636596,46.162618],[8.635637,46.162629],[8.635092,46.162777],[8.634341,46.162904],[8.633756,46.162791],[8.632961,46.162443],[8.631985,46.161691],[8.63119,46.161366],[8.630569,46.161183],[8.629746,46.16112],[8.628429,46.162014],[8.627608,46.162047],[8.626813,46.161722],[8.625709,46.161353],[8.624909,46.160814],[8.623339,46.159521],[8.622577,46.159101],[8.622502,46.158792],[8.622288,46.158413]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1011,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.675035,46.168774],[8.673251,46.168698],[8.671742,46.168619],[8.670587,46.169037],[8.66981,46.169521],[8.669301,46.169741],[8.668169,46.169706],[8.667411,46.1695],[8.66665,46.169175],[8.665449,46.169093],[8.663985,46.169513],[8.662538,46.169148],[8.661913,46.168774],[8.660879,46.1685],[8.659341,46.168659],[8.658414,46.168598],[8.657893,46.16827],[8.657577,46.167916],[8.656229,46.167407],[8.65524,46.167584],[8.654733,46.167899],[8.653196,46.168106],[8.65254,46.167899],[8.652018,46.167548],[8.651527,46.167006],[8.650897,46.166441],[8.650956,46.166012],[8.650707,46.165586],[8.650289,46.165257],[8.649225,46.165174]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1012,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.701965,46.177664],[8.702076,46.176568],[8.701763,46.176357],[8.701008,46.176318],[8.699605,46.176405],[8.698643,46.176297],[8.697296,46.175812],[8.696785,46.175937],[8.69648,46.176107],[8.696136,46.176039],[8.695719,46.175806],[8.695194,46.175312],[8.694503,46.175057],[8.693671,46.174638],[8.692605,46.174483],[8.691637,46.174113],[8.690429,46.173722],[8.68891,46.173215],[8.687468,46.173088],[8.685146,46.171948],[8.684251,46.171791],[8.683318,46.17142],[8.682659,46.171071],[8.681824,46.170532],[8.68099,46.169994],[8.679923,46.169791],[8.678648,46.169472],[8.677921,46.169147],[8.676823,46.169088],[8.676168,46.168904],[8.675035,46.168774]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1013,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.720748,46.183713],[8.717176,46.183373],[8.716663,46.183426],[8.715819,46.183959],[8.715377,46.184131],[8.714657,46.184115],[8.712615,46.183257],[8.71189,46.183004],[8.710962,46.182895],[8.710369,46.18245],[8.709845,46.182027],[8.709292,46.181843],[8.7072,46.181747],[8.706238,46.181639],[8.704825,46.181322],[8.70149,46.180859],[8.700764,46.180558],[8.700973,46.179246],[8.701744,46.178476],[8.701909,46.178236],[8.701965,46.177664]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1014,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.729783,46.18461],[8.720748,46.183713]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1015,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.742429,46.186036],[8.738906,46.186362],[8.736403,46.186319],[8.735334,46.186022],[8.734921,46.185955],[8.733825,46.185968],[8.732889,46.185526],[8.732053,46.184965],[8.731327,46.184711],[8.729783,46.18461]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1016,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.753556,46.185573],[8.75348,46.186669],[8.753144,46.186959],[8.748453,46.187132],[8.747454,46.18693],[8.746282,46.186657],[8.745451,46.186286],[8.744723,46.185938],[8.744104,46.185873],[8.742429,46.186036]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1017,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.77414,46.171025],[8.773082,46.171181],[8.772127,46.171359],[8.771073,46.171704],[8.770054,46.172097],[8.765949,46.175169],[8.765615,46.17553],[8.765381,46.17577],[8.764907,46.17599],[8.764399,46.176258],[8.763834,46.176955],[8.762724,46.177801],[8.76219,46.178426],[8.761659,46.179123],[8.760001,46.179999],[8.759322,46.180269],[8.75846,46.181446],[8.757079,46.182461],[8.756331,46.182684],[8.755253,46.183459],[8.754616,46.184061],[8.75357,46.184716],[8.753556,46.185573]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1018,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.777903,46.169386],[8.776268,46.169786],[8.775794,46.17003],[8.775431,46.170582],[8.774992,46.170849],[8.77414,46.171025]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1019,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.802707,46.172661],[8.802245,46.17269],[8.801555,46.172859],[8.800264,46.174379],[8.799522,46.17484],[8.798567,46.175019],[8.797916,46.175026],[8.796636,46.174566],[8.793197,46.172679],[8.792056,46.17224],[8.788133,46.171597],[8.787579,46.171342],[8.787257,46.170774],[8.786863,46.170112],[8.786534,46.169283],[8.786078,46.168836],[8.785046,46.168658]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1020,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.785046,46.168658],[8.781073,46.168729],[8.777903,46.169386]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1021,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.8604,45.970001],[8.86526,45.971369],[8.865811,45.971576],[8.868172,45.973069],[8.869026,45.973082],[8.875276,45.977097]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1022,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.88431,45.981718],[8.888116,45.982312],[8.889214,45.982512],[8.889972,45.982764],[8.890354,45.983021],[8.89078,45.983635]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1023,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.89078,45.983635],[8.891493,45.984768],[8.892155,45.986545],[8.892695,45.987609],[8.893441,45.988671],[8.894554,45.989418],[8.895152,45.990101],[8.895508,45.990643],[8.89603,45.991018],[8.896211,45.991396],[8.896495,45.991773],[8.896774,45.992008],[8.896789,45.992555],[8.89717,45.992764],[8.898206,45.993203],[8.898901,45.993646],[8.899848,45.994586],[8.901116,45.995998]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1024,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.901116,45.995998],[8.90199,45.996772],[8.902011,45.997534],[8.901343,45.999375],[8.90123,46.000281],[8.901941,46.005152],[8.903031,46.006281],[8.903573,46.007392],[8.904035,46.008053],[8.904765,46.008543]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1025,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.904765,46.008543],[8.906014,46.009265],[8.907093,46.010013],[8.907865,46.010764],[8.909129,46.012033]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1026,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.909129,46.012033],[8.909937,46.012856],[8.910593,46.013085],[8.911379,46.013123],[8.91473,46.011893]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1027,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.91473,46.011893],[8.917164,46.011],[8.917765,46.010492],[8.918157,46.009796],[8.918137,46.009059],[8.917806,46.008206],[8.916787,46.007172],[8.91598,46.006373],[8.915516,46.005618],[8.915324,46.004858],[8.915375,46.004215],[8.915783,46.002877],[8.91596,46.001827],[8.915795,45.999544],[8.915982,45.998875],[8.916558,45.997439],[8.917188,45.99674],[8.917754,45.996185],[8.918014,45.995682],[8.91797,45.995326],[8.918235,45.995013],[8.918738,45.994673],[8.919754,45.99435],[8.920393,45.993984],[8.921066,45.993618],[8.921981,45.993368],[8.922967,45.993189],[8.924404,45.993313]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1028,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.924404,45.993313],[8.928178,45.993929],[8.929005,45.99418],[8.929628,45.994481],[8.93012,45.995022],[8.930577,45.995469],[8.931476,45.995885],[8.9331,45.996578],[8.933555,45.996953]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1029,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.933555,45.996953],[8.933705,45.997474],[8.933601,45.998666],[8.93399,45.999137],[8.93519,46.000549]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1030,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.93519,46.000549],[8.935784,46.001041],[8.936235,46.001273],[8.937363,46.00133],[8.938623,46.001194],[8.939645,46.001085],[8.940224,46.00103],[8.941185,46.001183],[8.941704,46.001438],[8.942637,46.001807],[8.943018,46.002016],[8.943974,46.001979],[8.945068,46.002012],[8.945889,46.002073],[8.946506,46.00216],[8.946891,46.002488],[8.946215,46.004704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1031,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.612907,46.642516],[8.614773,46.642497],[8.616504,46.642646],[8.61789,46.642822],[8.619801,46.643278],[8.621648,46.643973],[8.623393,46.64474],[8.624787,46.645273],[8.62639,46.645875],[8.627335,46.646413],[8.62776,46.646837],[8.628082,46.647357],[8.629098,46.647989],[8.630955,46.649113],[8.631625,46.649701],[8.632264,46.650456],[8.633106,46.651042],[8.634059,46.651913],[8.634728,46.652477],[8.635601,46.652849],[8.636541,46.653148],[8.637138,46.65357],[8.637597,46.654018],[8.638029,46.654775],[8.63859,46.65515],[8.639529,46.655426],[8.640676,46.655699],[8.642625,46.65625],[8.644123,46.656781],[8.645269,46.657007],[8.646688,46.657088],[8.647523,46.657341],[8.648326,46.657689],[8.649087,46.657705],[8.649672,46.65758],[8.650295,46.657621],[8.6511,46.65804],[8.65312,46.658685],[8.654689,46.659311],[8.656813,46.659955],[8.660427,46.660797],[8.662861,46.661414],[8.664495,46.661777],[8.665606,46.661979],[8.667331,46.661842],[8.668398,46.66164],[8.66946,46.6612]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1032,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.8167,47.22464],[8.815369,47.224489],[8.81442,47.224286],[8.813747,47.223913],[8.806002,47.217555],[8.800713,47.214238]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1033,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.779576,46.744945],[9.779658,46.742824],[9.779108,46.742121],[9.778166,46.741188],[9.777821,46.739623],[9.777387,46.73918],[9.776852,46.738834],[9.776581,46.738172],[9.776692,46.737527],[9.777082,46.736948],[9.776941,46.735284],[9.77643,46.734699],[9.77531,46.733627],[9.775206,46.732819],[9.774972,46.732205],[9.774597,46.731546],[9.772387,46.729305],[9.771703,46.7287],[9.771717,46.728224],[9.771851,46.727316],[9.771551,46.726775],[9.769655,46.725385],[9.769282,46.724749],[9.769406,46.723628],[9.76904,46.723159],[9.768068,46.722298],[9.767154,46.721174],[9.766168,46.720003],[9.764955,46.719171],[9.761765,46.71745],[9.760147,46.716054]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1034,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.760147,46.716054],[9.758938,46.714507],[9.758807,46.713867],[9.758775,46.711511],[9.758405,46.71097],[9.756181,46.709968],[9.755538,46.709505],[9.755233,46.708844],[9.754902,46.708399],[9.752728,46.706943],[9.747053,46.703724],[9.746036,46.703435],[9.745272,46.703355],[9.744539,46.703227],[9.743658,46.702864],[9.740373,46.701311],[9.738687,46.700726],[9.737286,46.700326],[9.736453,46.700271],[9.730093,46.701281],[9.728874,46.701091],[9.725202,46.700212],[9.723539,46.700174],[9.722015,46.700133],[9.721241,46.699839],[9.720311,46.699119],[9.719449,46.698375],[9.71887,46.697791],[9.718448,46.697633],[9.717614,46.696721],[9.716849,46.695808]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1035,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.716849,46.695808],[9.714986,46.695131],[9.712138,46.694068],[9.711736,46.693552],[9.711652,46.692387],[9.71036,46.691294],[9.70806,46.689268],[9.707355,46.688949],[9.706138,46.688807],[9.704941,46.68833],[9.702278,46.685883],[9.701467,46.685518],[9.700418,46.685253],[9.699677,46.684911],[9.698952,46.684116],[9.698249,46.683844],[9.697724,46.683712],[9.697074,46.683891],[9.696328,46.684239],[9.694637,46.684344],[9.693142,46.684183],[9.691613,46.684023],[9.688288,46.683112],[9.685376,46.682122],[9.682791,46.680697],[9.681773,46.68036],[9.680213,46.680272],[9.678402,46.679974],[9.677725,46.679511],[9.676742,46.67834],[9.676785,46.677696],[9.677037,46.677096],[9.676839,46.675671],[9.676987,46.675049],[9.677699,46.674702],[9.678388,46.674641],[9.679296,46.674861],[9.681905,46.67519]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1036,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.679347,46.779374],[9.679352,46.778659],[9.681337,46.777216],[9.684667,46.778103],[9.685738,46.778034],[9.68684,46.778703],[9.687709,46.778757],[9.688204,46.778985],[9.688819,46.779592],[9.689663,46.779885],[9.690413,46.780418],[9.691396,46.780732],[9.692318,46.781214],[9.69313,46.781579],[9.693296,46.782218],[9.693145,46.782769],[9.693663,46.783545],[9.693922,46.783944],[9.693728,46.784258],[9.693173,46.785078],[9.693172,46.785888],[9.693446,46.786644],[9.69405,46.786989],[9.69468,46.787144],[9.695538,46.787769],[9.696812,46.788387],[9.697703,46.788965],[9.698414,46.789379],[9.699114,46.789532],[9.699649,46.789903],[9.699675,46.790521],[9.699421,46.791074],[9.699617,46.791617],[9.700123,46.792107],[9.700278,46.792485],[9.700081,46.792751],[9.699782,46.793067],[9.699767,46.793543],[9.699075,46.79439],[9.699127,46.794818],[9.699484,46.795049],[9.700038,46.795038],[9.700241,46.794915],[9.700507,46.794648],[9.70059,46.794146],[9.700713,46.793763],[9.701176,46.79323],[9.70182,46.792883],[9.702448,46.79299],[9.702849,46.793458],[9.703044,46.793978],[9.702991,46.79436],[9.702769,46.794841],[9.702327,46.795064],[9.701536,46.795199],[9.700523,46.795862],[9.700078,46.795989],[9.699773,46.796162],[9.699577,46.796452],[9.699833,46.796756],[9.700466,46.796982],[9.70106,46.797089],[9.701595,46.797436],[9.70189,46.797858],[9.703323,46.798139]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1037,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.703323,46.798139],[9.704297,46.798215],[9.704657,46.798518],[9.704496,46.798807],[9.703928,46.799318],[9.703535,46.799873],[9.703074,46.801287],[9.702895,46.801958],[9.703303,46.802592],[9.703569,46.803159],[9.703769,46.803797],[9.704146,46.804504],[9.704323,46.805406],[9.704888,46.80649],[9.70533,46.808743],[9.705439,46.809693],[9.705816,46.8104],[9.705991,46.811254],[9.704626,46.813447],[9.704593,46.813472],[9.704729,46.814231],[9.704607,46.814638],[9.704107,46.815124],[9.704005,46.815984],[9.7033,46.816545],[9.703248,46.816951],[9.703745,46.817227],[9.707125,46.818422],[9.707521,46.818771],[9.707402,46.819226]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1038,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.707402,46.819226],[9.706936,46.819711],[9.706188,46.820059],[9.705544,46.820406],[9.704909,46.82099],[9.70437,46.821357],[9.703418,46.822638],[9.703191,46.823024],[9.702851,46.823197],[9.702501,46.823109],[9.702045,46.822999],[9.701347,46.822894],[9.70104,46.823019],[9.700628,46.823122],[9.699998,46.822992],[9.699377,46.823075],[9.69769,46.823371],[9.69663,46.823725],[9.695242,46.823729],[9.694179,46.824012],[9.693541,46.824524],[9.690925,46.825004],[9.690028,46.825117],[9.689699,46.825552],[9.689711,46.826671],[9.689738,46.827313],[9.689898,46.82781],[9.689461,46.828152],[9.68836,46.828364],[9.687616,46.827998],[9.685476,46.827421],[9.684928,46.827599],[9.684569,46.82813],[9.684095,46.828425],[9.68256,46.82905],[9.681511,46.828856],[9.680642,46.828802],[9.680206,46.829168],[9.679451,46.829373],[9.678957,46.829168],[9.678298,46.829157],[9.677561,46.829791],[9.676812,46.830139],[9.676321,46.830839],[9.675457,46.830927],[9.673958,46.830742],[9.672975,46.830476],[9.671944,46.829877]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1039,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.671944,46.829877],[9.670804,46.829161],[9.670254,46.829267],[9.667034,46.830259],[9.665672,46.830047],[9.66422,46.830171],[9.662841,46.830388],[9.662164,46.829949],[9.661629,46.829602],[9.660869,46.829664],[9.660156,46.830035],[9.659924,46.830302],[9.659372,46.830384],[9.658949,46.830225],[9.658352,46.830047],[9.657798,46.830081],[9.657628,46.830156],[9.657152,46.830379],[9.656753,46.830816],[9.656133,46.830923],[9.655603,46.830695],[9.655312,46.830367],[9.654479,46.829503],[9.653843,46.829229]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1040,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.653843,46.829229],[9.653079,46.829197],[9.651224,46.829661],[9.650207,46.829371],[9.649208,46.829557],[9.647975,46.829938],[9.647098,46.829717],[9.646335,46.829708],[9.645249,46.8303],[9.644692,46.830263],[9.643814,46.830828],[9.643118,46.830794],[9.642286,46.83081],[9.641191,46.831164],[9.640627,46.830961],[9.639772,46.830406],[9.63918,46.830346],[9.638705,46.830617],[9.637992,46.830988],[9.637502,46.830878],[9.637108,46.830576],[9.636867,46.828938],[9.636261,46.828521],[9.635934,46.82817],[9.635127,46.827948],[9.630724,46.828009],[9.630075,46.828259],[9.629575,46.828769],[9.628927,46.829019],[9.628092,46.828964],[9.62744,46.829143],[9.627312,46.829407],[9.627153,46.829767],[9.627798,46.830279],[9.628261,46.830556],[9.628008,46.83118],[9.627221,46.831433],[9.626215,46.831452],[9.625354,46.831588],[9.624632,46.831744],[9.623704,46.831976],[9.622181,46.832053],[9.620867,46.832173],[9.619561,46.83246],[9.617751,46.833185],[9.616674,46.833134],[9.615525,46.833037],[9.61521,46.832972],[9.614675,46.832601],[9.614201,46.832039],[9.61329,46.831818]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1041,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.61329,46.831818],[9.612125,46.831316],[9.610914,46.83053],[9.610222,46.83059],[9.609061,46.831041],[9.608094,46.831155],[9.60693,46.831534],[9.605847,46.83134],[9.604602,46.831435],[9.604024,46.831732],[9.603907,46.832282],[9.603364,46.832578],[9.602296,46.832765],[9.601188,46.832809],[9.600208,46.832614],[9.599592,46.832816],[9.598496,46.83317],[9.597494,46.83326],[9.596722,46.83306],[9.595307,46.83323],[9.594758,46.833383],[9.594424,46.833723],[9.594414,46.834318],[9.594364,46.834819],[9.594133,46.835109],[9.593237,46.835269],[9.592265,46.83524],[9.591728,46.834821],[9.591263,46.834473],[9.590525,46.834249],[9.589928,46.834069],[9.589354,46.833604],[9.588611,46.833237],[9.588024,46.833296],[9.587455,46.83383],[9.58692,46.834317],[9.586476,46.834492],[9.585476,46.834653],[9.583102,46.834293],[9.582466,46.833995],[9.582003,46.833695],[9.581373,46.833564],[9.580933,46.833834],[9.580437,46.834438],[9.57949,46.835051],[9.578468,46.835523],[9.57767,46.835538],[9.57672,46.835198],[9.576229,46.835065],[9.575202,46.835417],[9.57441,46.835551],[9.573992,46.835511],[9.573666,46.83516],[9.573264,46.834668],[9.572225,46.83383],[9.571286,46.833776],[9.568694,46.833158],[9.567408,46.833086],[9.566313,46.832583],[9.565051,46.832273],[9.564078,46.83222],[9.561939,46.831641],[9.559925,46.831607],[9.558702,46.831367],[9.557868,46.831335],[9.556825,46.831283],[9.554781,46.832226],[9.554305,46.832473],[9.553685,46.832603],[9.552523,46.833029],[9.550789,46.833062],[9.54978,46.832985],[9.549306,46.833279],[9.548949,46.833905],[9.548172,46.834443],[9.547282,46.834745],[9.54592,46.835413],[9.545735,46.835988],[9.545587,46.836657],[9.545452,46.837636],[9.545238,46.838354],[9.544396,46.839013],[9.542866,46.839827],[9.541937,46.840915],[9.540947,46.842195],[9.540035,46.843736],[9.538985,46.844398],[9.537686,46.844898],[9.53629,46.845566],[9.535037,46.846375],[9.533129,46.847267],[9.531961,46.847574],[9.530478,46.847816],[9.529549,46.848023],[9.529001,46.849104],[9.528606,46.851445],[9.52871,46.852324],[9.528833,46.853646]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1042,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.559321,46.919055],[9.561899,46.923889],[9.561793,46.926486],[9.561619,46.927371],[9.560559,46.928676],[9.560112,46.929684],[9.559807,46.930761],[9.559626,46.934979]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1043,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.559626,46.934979],[9.558731,46.942257],[9.564473,46.948555],[9.564668,46.949956]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1044,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.564668,46.949956],[9.56475,46.952026],[9.564641,46.95279],[9.564296,46.953748],[9.563808,46.954591],[9.56314,46.955293],[9.561119,46.957065]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1045,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.809871,46.907615],[9.812153,46.906592],[9.81565,46.904734],[9.816869,46.904018],[9.818004,46.903756],[9.819385,46.903561],[9.821268,46.90295],[9.822531,46.902447],[9.823539,46.90245],[9.824662,46.902712],[9.825541,46.902932],[9.826202,46.902966],[9.826579,46.902839],[9.827013,46.902449],[9.82748,46.902011],[9.828129,46.901759],[9.829718,46.901559],[9.831346,46.901454],[9.832038,46.901392],[9.834201,46.900037],[9.83492,46.899022],[9.838382,46.897211],[9.839276,46.896216],[9.840566,46.895546],[9.841866,46.894328],[9.843223,46.893585],[9.844521,46.893106],[9.845793,46.892817],[9.846985,46.892292],[9.848596,46.891805],[9.849433,46.891097],[9.850014,46.890894],[9.851123,46.890847],[9.852082,46.890541],[9.853059,46.889854],[9.853777,46.888839],[9.855757,46.887297],[9.858663,46.886259],[9.859584,46.885906],[9.860789,46.885666],[9.861743,46.885265],[9.862343,46.884705],[9.863203,46.88452],[9.863834,46.884649],[9.864584,46.88511],[9.865499,46.885376],[9.866571,46.885258],[9.868191,46.884986],[9.869125,46.884918],[9.871114,46.885114],[9.872338,46.885302],[9.873134,46.885238],[9.873941,46.884649],[9.875032,46.883435]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1046,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.77191,46.914348],[9.773524,46.914696],[9.774757,46.915076],[9.775667,46.915248],[9.779073,46.91525],[9.780553,46.914934],[9.7823,46.91435],[9.783751,46.914154],[9.785025,46.91389],[9.786275,46.913864],[9.786964,46.913731],[9.788121,46.913183],[9.792317,46.912192],[9.794355,46.911912],[9.795716,46.912051],[9.796449,46.912131],[9.796999,46.912001],[9.797883,46.911554],[9.798747,46.911441],[9.799844,46.911109],[9.800627,46.910735],[9.801509,46.910241],[9.802332,46.91001],[9.80319,46.909754],[9.804162,46.909734],[9.805338,46.909614],[9.805781,46.909415],[9.806175,46.908906],[9.806713,46.90849],[9.807682,46.908399],[9.809871,46.907615]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1047,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.733822,46.922357],[9.735817,46.922698],[9.737613,46.922424],[9.739614,46.922098],[9.742098,46.921667],[9.743038,46.921695],[9.744405,46.921977],[9.745166,46.921891],[9.74612,46.921443],[9.747054,46.921353],[9.751111,46.921152],[9.751726,46.920901],[9.752159,46.920464],[9.752272,46.919866],[9.752419,46.919244],[9.753268,46.918775],[9.757045,46.916912],[9.758551,46.916382],[9.759754,46.916072],[9.761235,46.91578],[9.763957,46.915248],[9.765632,46.914595],[9.767143,46.914184],[9.768524,46.913989],[9.770195,46.91405],[9.77191,46.914348]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1048,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.709145,46.939563],[9.710117,46.936235],[9.710994,46.934789],[9.712469,46.933497],[9.714225,46.932296],[9.718463,46.929759]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1049,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.718463,46.929759],[9.720258,46.928652],[9.722065,46.92783],[9.723113,46.927143],[9.72476,46.925824],[9.727782,46.924145],[9.72911,46.923523],[9.73278,46.922378],[9.733822,46.922357]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1050,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.6886,46.967779],[9.69118,46.967085],[9.698184,46.96409],[9.699366,46.963257],[9.700795,46.961681],[9.702143,46.959845],[9.702518,46.958838],[9.702763,46.957214],[9.702825,46.95457],[9.703127,46.952659],[9.703615,46.95103],[9.704462,46.94968],[9.704812,46.948911],[9.704935,46.947718],[9.704944,46.947099],[9.704707,46.946437],[9.704641,46.9457],[9.705428,46.943732],[9.706911,46.942632],[9.708479,46.941077],[9.709145,46.939563]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1051,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.645687,46.980637],[9.647451,46.979531],[9.648416,46.979322],[9.652226,46.978916],[9.656652,46.977425],[9.658694,46.977171],[9.665396,46.975208],[9.681088,46.971116],[9.682209,46.970475],[9.684267,46.968959],[9.684985,46.968659],[9.6886,46.967779]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1052,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.63242,46.976916],[9.634586,46.977136],[9.635535,46.97738],[9.636458,46.977838],[9.638521,46.978941],[9.638556,46.978941],[9.641427,46.980243],[9.642531,46.980864],[9.643411,46.981109],[9.644211,46.981118],[9.645687,46.980637]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1053,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.553766,46.967138],[9.554213,46.969071],[9.554019,46.97089],[9.554244,46.971314],[9.55492,46.971707],[9.571747,46.977633],[9.572864,46.977731],[9.575022,46.977762]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1054,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.575022,46.977762],[9.577033,46.977605],[9.588466,46.97382],[9.589188,46.973616],[9.59423,46.973569],[9.595416,46.973666],[9.600936,46.975133],[9.606672,46.975049],[9.608333,46.974827],[9.609721,46.974729],[9.611019,46.975014],[9.61225,46.975348],[9.613235,46.975615],[9.614633,46.975779],[9.615572,46.975785],[9.616404,46.975697],[9.617487,46.97582],[9.618678,46.976035],[9.619694,46.976206],[9.62036,46.976336],[9.623357,46.97647],[9.625335,46.976337],[9.627073,46.976304],[9.628748,46.976438],[9.631193,46.976677],[9.63242,46.976916]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1055,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.482424,47.072915],[9.480216,47.071668],[9.471436,47.06711],[9.467773,47.065151],[9.446596,47.05043],[9.445715,47.049231],[9.445334,47.048357],[9.445228,47.047383],[9.445535,47.046283],[9.446666,47.044858],[9.448537,47.043475]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1056,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.502962,47.09314],[9.501459,47.091239],[9.488094,47.078099],[9.482424,47.072915]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1057,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.493921,47.125537],[9.503327,47.09899],[9.503759,47.097554],[9.503932,47.096599],[9.503778,47.095316],[9.503534,47.094416],[9.502962,47.09314]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1058,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.485197,47.150071],[9.493921,47.125537]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1059,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.502666,47.241962],[9.501295,47.239963],[9.478399,47.206995],[9.473784,47.200482],[9.472742,47.19881],[9.471875,47.197135],[9.47132,47.195383],[9.470973,47.193628],[9.470991,47.191342],[9.471119,47.190102],[9.477304,47.171876]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1060,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.536914,47.287076],[9.53407,47.285033],[9.532736,47.284033],[9.53182,47.282979],[9.530458,47.281265],[9.508841,47.25066],[9.502666,47.241962]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1061,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.570858,47.320496],[9.569878,47.313492],[9.569551,47.312331],[9.569158,47.311243],[9.568629,47.310277],[9.567338,47.308634],[9.563324,47.305399],[9.552608,47.298169],[9.536914,47.287076]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1062,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.556565,47.374038],[9.554628,47.371169],[9.554579,47.369932],[9.563387,47.350035],[9.571172,47.331846],[9.572059,47.329521],[9.572181,47.328185],[9.570858,47.320496]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1063,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.584399,47.391664],[9.571981,47.386205],[9.559776,47.378121],[9.558216,47.376793],[9.556565,47.374038]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1064,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.627696,47.410468],[9.62376,47.408543],[9.584399,47.391664]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1065,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.640953,47.434213],[9.638708,47.4249],[9.63849,47.423856],[9.633252,47.415933],[9.631216,47.413329],[9.629425,47.411578],[9.627696,47.410468]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1066,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.594927,47.462717],[9.596579,47.461924],[9.598738,47.461479],[9.601204,47.460838],[9.602696,47.460406],[9.603949,47.460144],[9.607132,47.45987],[9.609649,47.459609],[9.613957,47.458528],[9.621149,47.456726],[9.640545,47.452978]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1067,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.279215,47.375601],[9.278192,47.376427],[9.277794,47.377076],[9.277192,47.378942],[9.277215,47.379608],[9.277667,47.380506],[9.277648,47.380982],[9.277377,47.381248],[9.276974,47.381755],[9.27602,47.382532],[9.275219,47.383711],[9.275064,47.384308],[9.275396,47.384779],[9.276203,47.385814],[9.275946,47.386508],[9.275005,47.387665],[9.274638,47.388219],[9.275011,47.388856],[9.275131,47.389731]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1068,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.286228,47.357541],[9.287309,47.358405],[9.288735,47.359144],[9.289807,47.359721],[9.290139,47.360216],[9.290019,47.360789],[9.288546,47.362765],[9.287086,47.364121],[9.285881,47.364712],[9.28371,47.36577],[9.282846,47.366117],[9.28234,47.366673],[9.28215,47.367247],[9.282358,47.368196],[9.28247,47.369432],[9.282069,47.369986],[9.281347,47.371402],[9.280765,47.372815],[9.280812,47.374171],[9.279215,47.375601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1069,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.292018,47.330621],[9.291258,47.330943],[9.290616,47.331596],[9.290191,47.332483],[9.290218,47.333245],[9.290449,47.33386],[9.291159,47.335134],[9.292063,47.335953],[9.292215,47.336307],[9.292207,47.337069],[9.291353,47.340725],[9.291514,47.341317],[9.291747,47.34198],[9.29174,47.34279],[9.291525,47.34365],[9.290804,47.344066],[9.289761,47.344297],[9.288646,47.344458],[9.28792,47.344731],[9.287719,47.344996],[9.287601,47.345617],[9.288175,47.346013],[9.289203,47.346377],[9.290305,47.346835],[9.29077,47.347137],[9.291173,47.347631],[9.291451,47.349578],[9.292209,47.352256],[9.29181,47.352858],[9.290495,47.353331],[9.289419,47.35361],[9.288787,47.353573],[9.287609,47.352925],[9.28633,47.352398],[9.285383,47.352365],[9.28469,47.352591],[9.283083,47.353711],[9.282789,47.354335],[9.282984,47.354927],[9.28413,47.355623],[9.285357,47.356674],[9.286228,47.357541]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1070,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.285987,47.318244],[9.287445,47.319911],[9.288479,47.320466],[9.28927,47.321072],[9.289961,47.321823],[9.290568,47.322146],[9.291566,47.322678],[9.29186,47.323078],[9.292061,47.323812],[9.292757,47.324706],[9.293126,47.325247],[9.293373,47.326315],[9.293816,47.326974],[9.294083,47.327589],[9.293897,47.329282],[9.293326,47.329981],[9.292018,47.330621]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1071,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.347727,47.32876],[9.346746,47.327753],[9.342989,47.325482],[9.34231,47.324113],[9.341565,47.322864],[9.34088,47.322304],[9.339461,47.321779],[9.328238,47.320226]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1072,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.328238,47.320226],[9.325853,47.320098],[9.324355,47.320313],[9.319483,47.321131],[9.316251,47.320803],[9.315317,47.321104],[9.313834,47.321747],[9.312001,47.321396],[9.308448,47.321905],[9.305748,47.321783],[9.303941,47.321145],[9.302284,47.320815],[9.301507,47.320613],[9.300474,47.320106],[9.299738,47.320094],[9.298837,47.320347],[9.29658,47.320883],[9.295431,47.321068],[9.293049,47.321011],[9.292023,47.320718],[9.291551,47.320226],[9.290993,47.319259],[9.290399,47.318293],[9.287826,47.316763],[9.287066,47.316061],[9.286355,47.315739],[9.285379,47.31585],[9.284869,47.316287],[9.284745,47.316765],[9.285077,47.317259],[9.285987,47.318244]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1073,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.372484,47.331728],[9.371429,47.331603],[9.369941,47.33208],[9.367352,47.332148],[9.362706,47.332463],[9.361094,47.332419],[9.360187,47.332505],[9.350171,47.330505],[9.349317,47.330139],[9.347727,47.32876]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1074,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.436056,47.310768],[9.435838,47.309605],[9.436608,47.308663],[9.436448,47.308142],[9.434258,47.306657],[9.433958,47.306138],[9.434177,47.305444],[9.434528,47.304533],[9.43429,47.302847],[9.434757,47.30222],[9.435366,47.301686],[9.435859,47.30082],[9.435648,47.299848]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1075,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.435648,47.299848],[9.435163,47.299047],[9.435202,47.298213],[9.435315,47.297497],[9.43535,47.297497],[9.435844,47.296679],[9.436126,47.295793],[9.435947,47.294749],[9.435523,47.293708],[9.433767,47.291668],[9.432136,47.290149],[9.431675,47.289062],[9.430761,47.288006],[9.428645,47.285662]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1076,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.422827,47.331492],[9.423575,47.330908],[9.424894,47.3306],[9.425445,47.330352],[9.425566,47.329827],[9.425445,47.3294],[9.42505,47.329145],[9.424519,47.328988],[9.423964,47.329116],[9.422643,47.329377],[9.421356,47.329613],[9.418595,47.329756],[9.417853,47.329554],[9.413692,47.327817]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1077,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.432452,47.348252],[9.431464,47.347103],[9.429982,47.344938],[9.429668,47.342158],[9.42811,47.340781],[9.428017,47.340163],[9.428238,47.339517],[9.427729,47.339002],[9.426592,47.338569],[9.425842,47.338177],[9.424939,47.337431],[9.424078,47.336875],[9.422451,47.33645],[9.4219,47.33577],[9.421624,47.334941],[9.421802,47.334057],[9.422182,47.332051],[9.422827,47.331492]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1078,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.413692,47.327817],[9.413033,47.327994],[9.41159,47.328733],[9.409337,47.328415]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1079,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.409337,47.328415],[9.406235,47.327849],[9.404856,47.327468],[9.400451,47.327662],[9.398167,47.328391],[9.395997,47.328404],[9.394062,47.329103],[9.392826,47.329767],[9.391474,47.330147],[9.389805,47.330461],[9.388584,47.3306],[9.386576,47.330253],[9.385917,47.330431],[9.384476,47.331241],[9.383431,47.331378],[9.382126,47.331138],[9.379539,47.330277],[9.377724,47.330426],[9.376748,47.330562],[9.375397,47.330965],[9.373884,47.331705],[9.372484,47.331728]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1080,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.464879,47.361875],[9.464023,47.36239],[9.463216,47.362357],[9.459906,47.361915],[9.458707,47.361721],[9.455712,47.359417],[9.455042,47.35931],[9.454384,47.359512],[9.453107,47.36001],[9.452256,47.360957]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1081,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.450468,47.360628],[9.448831,47.359966],[9.447529,47.359822],[9.446096,47.359894],[9.444772,47.360084]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1082,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.477262,47.361348],[9.475198,47.361432],[9.472844,47.361259],[9.470179,47.361211],[9.467353,47.361522],[9.465536,47.361626],[9.464879,47.361875]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1083,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.505818,47.36591],[9.504498,47.365315],[9.502468,47.363566],[9.500999,47.362711],[9.499633,47.361831],[9.497965,47.361266],[9.494999,47.360676]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1084,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.513471,47.365392],[9.511323,47.365121],[9.510478,47.365017],[9.509925,47.365218],[9.508355,47.366293],[9.507338,47.366264],[9.505818,47.36591]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1085,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.536931,47.376562],[9.535441,47.376112],[9.533122,47.375059],[9.532552,47.373927],[9.532024,47.372985],[9.532105,47.372364],[9.532361,47.371741],[9.532136,47.371364],[9.531636,47.371135],[9.525647,47.369434],[9.5243,47.36903],[9.522571,47.368728]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1086,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.522571,47.368728],[9.521472,47.36839],[9.520815,47.367736],[9.520132,47.367272],[9.51851,47.367015],[9.517228,47.366491],[9.515622,47.365734],[9.514773,47.365535],[9.513471,47.365392]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1087,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.456516,47.405408],[9.457402,47.405654],[9.458462,47.405874],[9.45948,47.405904],[9.460256,47.406009],[9.460734,47.406596],[9.46167,47.407246]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1088,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.451259,47.406404],[9.451465,47.405377],[9.451555,47.404971],[9.452534,47.403954],[9.4537,47.403267],[9.454252,47.403043],[9.454886,47.403104],[9.455389,47.403428],[9.455614,47.403805],[9.455893,47.404705],[9.455872,47.405062],[9.456516,47.405408]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1089,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.443142,47.410616],[9.443958,47.409935],[9.443936,47.409341],[9.444688,47.408828],[9.445374,47.408411],[9.445985,47.4079],[9.44678,47.407577],[9.447782,47.407179],[9.448974,47.407182],[9.45002,47.407021],[9.45061,47.406868],[9.451259,47.406404]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1090,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.437165,47.413005],[9.437432,47.412643],[9.4382,47.412535],[9.439357,47.412538],[9.439941,47.412219],[9.440412,47.411687],[9.440864,47.411584],[9.441635,47.411571],[9.442257,47.411322],[9.443142,47.410616]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1091,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.436201,47.416283],[9.437081,47.416363],[9.437832,47.416754],[9.438468,47.416886],[9.439019,47.416615],[9.439217,47.416278],[9.438886,47.415879],[9.437762,47.414899],[9.437885,47.414421],[9.437869,47.413992],[9.437288,47.413479],[9.437165,47.413005]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1092,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.424561,47.420125],[9.425486,47.419562],[9.426371,47.418833],[9.426996,47.418655],[9.428078,47.418518],[9.428908,47.418218],[9.429416,47.417733],[9.430034,47.417365],[9.430632,47.417402],[9.432551,47.418083],[9.433149,47.418121],[9.433631,47.417898],[9.433865,47.417585],[9.434383,47.416433],[9.434864,47.416163],[9.436201,47.416283]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1093,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.415733,47.4223],[9.415918,47.421631],[9.416071,47.421033],[9.416378,47.420789],[9.417146,47.420681],[9.418863,47.420652],[9.420607,47.420384],[9.422251,47.42026],[9.423797,47.420353],[9.424561,47.420125]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1094,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.403745,47.425361],[9.407257,47.425492],[9.409393,47.425384],[9.410659,47.425458],[9.41452,47.426487],[9.415751,47.426585],[9.416545,47.426238],[9.4167,47.425688],[9.416545,47.425286],[9.41589,47.424654],[9.415416,47.424162],[9.415255,47.423594],[9.415262,47.422856],[9.415733,47.4223]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1095,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.389006,47.425182],[9.390597,47.425513],[9.392639,47.425716],[9.393429,47.425946]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1096,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.379607,47.424246],[9.382418,47.424389],[9.384703,47.424541],[9.387735,47.424966],[9.389006,47.425182]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1097,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.392581,47.434582],[9.389964,47.434007],[9.384803,47.432952],[9.372876,47.426201],[9.369057,47.423102]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1098,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.369341,47.422964],[9.371109,47.424352],[9.372351,47.425343],[9.373173,47.425782],[9.374336,47.425929],[9.375431,47.426125],[9.376634,47.426414]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1099,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.376634,47.426414],[9.377995,47.426225],[9.378951,47.425494],[9.379379,47.424749],[9.379607,47.424246]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1100,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.338132,47.407838],[9.342352,47.410149],[9.344631,47.411111],[9.34719,47.412068],[9.349963,47.413118],[9.352395,47.414434],[9.354937,47.414916],[9.361002,47.416642]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1101,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.368857,47.408535],[9.367837,47.409433],[9.367202,47.410276],[9.366786,47.411378],[9.365976,47.412273],[9.364585,47.412581],[9.364103,47.412828],[9.363355,47.413483],[9.362632,47.413852],[9.361753,47.413795],[9.360164,47.413488],[9.359212,47.413337],[9.358514,47.413444],[9.358311,47.413638],[9.358739,47.413845],[9.359196,47.413885],[9.359449,47.414095],[9.359544,47.414784],[9.359813,47.415422],[9.360357,47.415937],[9.36111,47.416583],[9.363713,47.418423],[9.364762,47.419274],[9.369341,47.422964]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1102,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.359033,47.400605],[9.359296,47.401101],[9.360182,47.401372],[9.360968,47.401763],[9.362778,47.403352],[9.365004,47.403815],[9.366807,47.404237],[9.368199,47.404904],[9.369068,47.405651],[9.369658,47.406451],[9.369754,47.407187],[9.369597,47.407666],[9.368857,47.408535]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1103,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.283102,47.392234],[9.285556,47.393242],[9.287982,47.394464],[9.289897,47.3951],[9.292229,47.395634],[9.294802,47.396021],[9.295964,47.396169],[9.297399,47.396122],[9.299517,47.395541],[9.300491,47.395311],[9.301467,47.395152],[9.302589,47.395158],[9.303683,47.395378],[9.307577,47.396458],[9.308851,47.396794],[9.309976,47.396871],[9.31152,47.396918],[9.312298,47.397096],[9.314742,47.397818],[9.315762,47.39792],[9.317693,47.398008]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1104,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.317693,47.398008],[9.319136,47.398151],[9.320157,47.398277],[9.321605,47.398587],[9.322559,47.398785],[9.323271,47.399107],[9.324242,47.399782],[9.32621,47.401892],[9.32838,47.403761],[9.330149,47.405208],[9.331221,47.405761],[9.332316,47.405981],[9.333441,47.406082],[9.334286,47.406163],[9.334992,47.406318],[9.338132,47.407838]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1105,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.367534,47.392346],[9.365898,47.392659],[9.365346,47.39293],[9.364566,47.393634],[9.364134,47.394307],[9.364291,47.394757],[9.365064,47.395791],[9.364912,47.396413],[9.364292,47.396733],[9.363816,47.397145],[9.362304,47.398956],[9.361544,47.399278],[9.361171,47.399617],[9.36066,47.400031],[9.359997,47.400113],[9.359233,47.400316],[9.359033,47.400605]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1106,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.374764,47.389702],[9.373339,47.390035],[9.372403,47.390337],[9.371958,47.390606],[9.371346,47.39114],[9.370692,47.39146],[9.369476,47.391766],[9.367534,47.392346]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1107,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.379763,47.391261],[9.378908,47.39087],[9.378467,47.39033],[9.37788,47.389602],[9.377519,47.389323],[9.37628,47.388986],[9.375656,47.389163],[9.374764,47.389702]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1108,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.390063,47.390135],[9.389422,47.390812],[9.388794,47.390894],[9.386986,47.390353],[9.386639,47.390431],[9.386403,47.390697],[9.386061,47.39094],[9.385294,47.391048],[9.384027,47.390903],[9.383288,47.39082],[9.382274,47.390885],[9.380989,47.391216],[9.379763,47.391261]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1109,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.405007,47.377146],[9.404139,47.377375],[9.402788,47.377803],[9.402213,47.37836],[9.401633,47.378774],[9.401007,47.378904],[9.40016,47.378752],[9.399705,47.378783],[9.3995,47.37893],[9.398756,47.379656],[9.39782,47.379934],[9.397086,47.37997],[9.396637,47.380168],[9.396156,47.380438],[9.396349,47.383768],[9.396025,47.384488],[9.395586,47.384947],[9.394901,47.385387],[9.393793,47.385739],[9.393086,47.386537],[9.392086,47.387934],[9.390063,47.390135]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1110,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.420883,47.373147],[9.418108,47.373208],[9.414523,47.373865],[9.413441,47.373979],[9.409969,47.373919],[9.409063,47.374054],[9.408232,47.37433],[9.407515,47.374842],[9.406393,47.375765],[9.40548,47.376662],[9.405007,47.377146]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1111,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.444772,47.360084],[9.443081,47.36078],[9.442519,47.360742],[9.441986,47.360537],[9.441673,47.36059],[9.44133,47.360786],[9.440819,47.361176],[9.439418,47.3612],[9.438654,47.36138],[9.437725,47.361825],[9.436739,47.362628],[9.436017,47.362997],[9.433365,47.364209],[9.432922,47.36455],[9.432839,47.365147],[9.432656,47.365864],[9.431814,47.366783]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1112,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.431814,47.366783],[9.431197,47.367151],[9.431207,47.367413],[9.431827,47.368069],[9.431794,47.370926],[9.431082,47.371557],[9.430542,47.372114],[9.42965,47.372629],[9.42864,47.372789],[9.427351,47.373002],[9.420883,47.373147]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1113,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.510758,47.478253],[9.515895,47.478518],[9.518362,47.478759],[9.520201,47.479083],[9.521722,47.479365],[9.523061,47.479484],[9.52545,47.479512],[9.528151,47.47944],[9.529975,47.479407],[9.535,47.480387]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1114,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.535,47.480387],[9.538121,47.481164],[9.542762,47.482198],[9.544703,47.482449],[9.549739,47.482809],[9.553678,47.482951],[9.555568,47.482798],[9.560826,47.481678],[9.575754,47.478285],[9.577104,47.477807],[9.578411,47.477117],[9.58923,47.469417]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1115,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.58923,47.469417],[9.591195,47.466786],[9.593573,47.463956],[9.594927,47.462717]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1116,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.540526,47.465987],[9.540147,47.465258],[9.539354,47.464679],[9.536393,47.463284],[9.535668,47.462656],[9.533954,47.461832],[9.53269,47.460834],[9.53175,47.460091],[9.530676,47.459493]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1117,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.530676,47.459493],[9.529463,47.458921],[9.526729,47.456169],[9.526899,47.453363],[9.527221,47.452645],[9.529368,47.451158],[9.529967,47.450363],[9.535886,47.446884],[9.536628,47.446158]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1118,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.533714,47.471739],[9.534479,47.471582],[9.535103,47.471428],[9.535681,47.470991],[9.536853,47.469616],[9.537533,47.469105],[9.538944,47.468485],[9.539521,47.468024],[9.540461,47.466986],[9.540526,47.465987]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1119,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.521806,47.475302],[9.524394,47.474305],[9.52741,47.473515],[9.529011,47.473248],[9.530757,47.473122],[9.531659,47.472916],[9.532348,47.472618],[9.532994,47.472132],[9.533714,47.471739]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1120,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.510758,47.478253],[9.51376,47.478225],[9.514738,47.47816],[9.516428,47.477488]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1121,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.240682,47.491503],[9.238535,47.490322],[9.234665,47.488026],[9.233732,47.487445],[9.233154,47.486978],[9.232608,47.486392],[9.23191,47.485474],[9.231705,47.48462],[9.231603,47.48367],[9.232075,47.480997],[9.233743,47.473211],[9.234036,47.472516],[9.234612,47.471912],[9.235437,47.4714],[9.236443,47.471027],[9.237562,47.470914],[9.238796,47.471062],[9.240566,47.47151],[9.241948,47.471893],[9.242664,47.472287],[9.243101,47.472756],[9.243508,47.473369],[9.244148,47.475667],[9.244629,47.476398],[9.245604,47.477192],[9.246776,47.477602],[9.248045,47.477725],[9.249025,47.477662],[9.251522,47.476742]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1122,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.533027,46.877847],[9.533257,46.879133],[9.53355,46.880414],[9.534459,46.882373],[9.53446,46.882397],[9.535351,46.883857],[9.53748,46.886817],[9.53808,46.887949],[9.539048,46.890503],[9.539894,46.892606],[9.540396,46.893883],[9.54804,46.90548],[9.549595,46.907046],[9.551774,46.908553],[9.553627,46.909733],[9.554167,46.910223],[9.555497,46.912223],[9.559234,46.918891],[9.559321,46.919055]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1123,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.785725,47.077815],[6.781912,47.075789],[6.779367,47.074561],[6.775671,47.073362],[6.774317,47.072997],[6.772545,47.072629],[6.771557,47.072267],[6.770259,47.071581],[6.769121,47.070682],[6.768295,47.06982],[6.766841,47.069097],[6.764244,47.067868],[6.76149,47.06671],[6.760038,47.065809],[6.757501,47.064009],[6.75662,47.063468],[6.754434,47.062812],[6.753034,47.061947],[6.752259,47.061336],[6.750445,47.060182],[6.748575,47.05935],[6.745827,47.057762]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1124,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.842377,46.708052],[6.844123,46.709703],[6.847714,46.713542],[6.85012,46.716589],[6.855282,46.724077],[6.85626,46.724832],[6.857138,46.725301],[6.858484,46.725629],[6.86009,46.725923],[6.861019,46.726427],[6.861791,46.727074],[6.862612,46.728006],[6.863324,46.729367],[6.864142,46.730549],[6.865428,46.731769],[6.867336,46.732993],[6.868726,46.734071],[6.870063,46.735327]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1125,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.870063,46.735327],[6.875056,46.739493],[6.875929,46.740461],[6.876693,46.741893],[6.877666,46.743255],[6.879101,46.745082],[6.880181,46.746052],[6.881261,46.747092],[6.888068,46.751909],[6.889974,46.753418],[6.891259,46.754745],[6.892543,46.756251],[6.893976,46.758293]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1126,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.893976,46.758293],[6.895003,46.759476],[6.896396,46.760518],[6.908839,46.768324],[6.90956,46.768934],[6.910125,46.769615],[6.911285,46.77319],[6.912302,46.775444],[6.913532,46.777235],[6.916103,46.780031]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1127,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.916103,46.780031],[6.917439,46.781573],[6.91795,46.782468],[6.918305,46.783397],[6.91855,46.784969],[6.918678,46.787897],[6.918928,46.788863],[6.919643,46.790187],[6.921749,46.792803],[6.929615,46.802013],[6.930337,46.802588],[6.93101,46.802983],[6.931473,46.803449],[6.931933,46.804308],[6.93208,46.805202],[6.931864,46.806057],[6.931285,46.806876],[6.930447,46.807479],[6.929711,46.808297],[6.92939,46.809259],[6.929381,46.810259],[6.929733,46.811474],[6.930816,46.812515],[6.937735,46.817686]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1128,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.937735,46.817686],[6.936338,46.816966],[6.93525,46.816533],[6.933951,46.81642],[6.932181,46.816555],[6.928484,46.81711],[6.920763,46.81961],[6.919303,46.820031],[6.917323,46.820344],[6.915815,46.820337],[6.907499,46.819799],[6.905579,46.819397],[6.903198,46.818279],[6.900762,46.817411],[6.897962,46.816612],[6.896405,46.816248],[6.889074,46.816141]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1129,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.889074,46.816141],[6.885747,46.815946],[6.883772,46.81583],[6.882212,46.815822],[6.880858,46.815994],[6.879659,46.81631],[6.878405,46.816839],[6.877198,46.81794],[6.875568,46.81961],[6.874249,46.821388],[6.873611,46.822777],[6.873332,46.82449],[6.873577,46.825919],[6.874279,46.828421],[6.874368,46.829921],[6.87394,46.831026],[6.873253,46.832022],[6.872257,46.832803],[6.869585,46.834503],[6.866708,46.836024],[6.864303,46.83719],[6.861064,46.838423],[6.85793,46.839514],[6.856989,46.839937],[6.855994,46.840575],[6.854888,46.841819],[6.852672,46.844592],[6.851729,46.845159],[6.850945,46.845547],[6.849588,46.845862],[6.84834,46.845819],[6.847092,46.845706],[6.841959,46.844144]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1130,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.841959,46.844144],[6.839366,46.843345],[6.837758,46.842908],[6.836458,46.842794],[6.834638,46.842713],[6.831678,46.842198],[6.820892,46.839105],[6.819183,46.838417],[6.817268,46.837515],[6.816128,46.837151],[6.814518,46.836857],[6.813067,46.836385],[6.812034,46.835737],[6.801257,46.827644],[6.800122,46.826888],[6.799348,46.826312],[6.797758,46.824447],[6.796418,46.823404],[6.793789,46.821497],[6.79229,46.820703],[6.786819,46.817245]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1131,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.786819,46.817245],[6.782997,46.815045],[6.779798,46.812992],[6.763346,46.802113],[6.762055,46.801392],[6.761129,46.800672],[6.759734,46.799986],[6.758646,46.799622],[6.757193,46.799435],[6.755269,46.799459],[6.746932,46.800944]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1132,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.746932,46.800944],[6.739741,46.802185],[6.738178,46.802426],[6.736099,46.802413],[6.727263,46.80218],[6.724772,46.801807],[6.719797,46.800633],[6.717515,46.80019],[6.705472,46.798864],[6.7035,46.798601],[6.700805,46.797977],[6.696771,46.796416],[6.693102,46.794821],[6.687836,46.792252],[6.684422,46.791015],[6.675155,46.788347],[6.667508,46.785154],[6.665495,46.784212],[6.661956,46.782008]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1133,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.661956,46.782008],[6.661786,46.781902],[6.660034,46.780855],[6.657968,46.779984],[6.655639,46.779289],[6.653356,46.779059],[6.651847,46.779192],[6.651038,46.779114]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1134,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.638985,46.78205],[6.636081,46.783067],[6.635027,46.784024],[6.631596,46.788911]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1135,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.631596,46.788911],[6.630513,46.790454],[6.629724,46.791019],[6.626214,46.792851],[6.620231,46.794554]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1136,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.620231,46.794554],[6.618382,46.79508],[6.616613,46.795174],[6.613078,46.795184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1137,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.613078,46.795184],[6.612189,46.795535],[6.611764,46.796139],[6.611225,46.797384],[6.610648,46.797702],[6.609763,46.797767],[6.608101,46.797683],[6.60701,46.797639],[6.606017,46.797954],[6.604604,46.79855],[6.603303,46.798648],[6.601949,46.798816],[6.601326,46.79874],[6.600289,46.79859],[6.598831,46.798686],[6.595709,46.798877],[6.592698,46.79857],[6.590572,46.798232],[6.589173,46.797936],[6.587367,46.797066],[6.586175,46.796843],[6.585089,46.796478],[6.584364,46.796294],[6.583327,46.796143],[6.582192,46.795564],[6.58152,46.795344],[6.579857,46.795296]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1138,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.579857,46.795296],[6.578039,46.795211],[6.576736,46.795451],[6.576103,46.795982],[6.576093,46.796624],[6.576705,46.797343],[6.576798,46.798022],[6.576583,46.79852],[6.575635,46.799227],[6.574797,46.799649],[6.574118,46.799823],[6.573387,46.800031],[6.572704,46.800455],[6.571966,46.801092],[6.571074,46.80162],[6.570077,46.802148],[6.569756,46.802717],[6.569787,46.804003],[6.569512,46.804964],[6.565262,46.807288],[6.564273,46.807352],[6.560841,46.807362],[6.559651,46.807031],[6.553415,46.803627]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1139,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.531688,46.800136],[6.532613,46.800821],[6.533018,46.801432],[6.533526,46.80215],[6.534438,46.803585],[6.536681,46.806245],[6.537693,46.807895],[6.537683,46.808538],[6.537311,46.808963],[6.536318,46.809312],[6.535064,46.809659],[6.534174,46.810009],[6.533591,46.810647],[6.533522,46.811647],[6.533147,46.812286],[6.531996,46.812741],[6.531103,46.81327],[6.529849,46.813581],[6.528491,46.813927],[6.527652,46.814385],[6.526607,46.814662],[6.524889,46.814755],[6.522969,46.81449],[6.521831,46.81416],[6.520437,46.813577],[6.519149,46.812853],[6.517862,46.812057],[6.51709,46.811622],[6.515901,46.81122],[6.513878,46.810918],[6.512012,46.810581],[6.510194,46.810424],[6.508889,46.810699],[6.507788,46.811225],[6.506992,46.812183],[6.507015,46.813825],[6.50684,46.814931],[6.505994,46.815709],[6.503839,46.817048],[6.502888,46.817897],[6.502092,46.818783],[6.499371,46.819725]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1140,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.553415,46.803627],[6.552024,46.802831],[6.546997,46.798721],[6.546069,46.798286],[6.545035,46.797885],[6.54452,46.797595],[6.544165,46.797057],[6.543867,46.796269],[6.543255,46.795514],[6.540791,46.793674],[6.538834,46.792552],[6.534086,46.790479],[6.532951,46.78997],[6.531756,46.789925],[6.530297,46.790164],[6.528734,46.790365],[6.527331,46.790318],[6.525781,46.789806],[6.523774,46.788576]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1141,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.532618,46.720276],[6.531934,46.72077],[6.529917,46.723432],[6.530006,46.724325],[6.530202,46.725005]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1142,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.5434,46.720601],[6.541484,46.720953],[6.540397,46.720766],[6.539675,46.720439],[6.539319,46.720007],[6.538813,46.719218],[6.538204,46.718392],[6.538152,46.718391],[6.537276,46.718028],[6.536293,46.717806],[6.534989,46.718152],[6.534148,46.718788],[6.532618,46.720276]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1143,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.949704,46.828306],[6.959581,46.834845]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1144,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.949704,46.828306],[6.951309,46.829098],[6.95266,46.829318],[6.957451,46.828731]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1145,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.957451,46.828731],[6.966359,46.827233],[6.967454,46.826845],[6.968135,46.826348],[6.970237,46.823894],[6.970919,46.823254],[6.971911,46.822794],[6.972905,46.822084],[6.974638,46.820163],[6.975841,46.819347],[6.977511,46.818675]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1146,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.977511,46.818675],[6.979807,46.817863],[6.982621,46.817161],[6.98387,46.817023],[6.984961,46.817206],[6.98636,46.817782],[6.987082,46.818464],[6.98744,46.819215],[6.987101,46.822462],[6.98751,46.823285],[6.988387,46.824109],[6.989369,46.824863],[6.990088,46.825973],[6.990856,46.827475],[6.991475,46.828084],[6.992563,46.828553],[6.993861,46.828844],[6.995734,46.828779],[6.997765,46.828537],[6.999066,46.828507],[7.00026,46.828797],[7.004565,46.830313],[7.005967,46.830639],[7.007735,46.830646],[7.009038,46.830365],[7.009717,46.82994],[7.011081,46.828588]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1147,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.011081,46.828588],[7.012444,46.827237],[7.013646,46.826491],[7.014428,46.826209],[7.015678,46.82607],[7.017704,46.826364],[7.01916,46.826369],[7.020722,46.826268],[7.021657,46.826378],[7.023836,46.827064],[7.025656,46.827214],[7.027427,46.826899],[7.028831,46.826868],[7.03044,46.827338],[7.034991,46.830889],[7.035976,46.831285],[7.037171,46.831539],[7.03842,46.831436],[7.039359,46.831118],[7.040874,46.83016],[7.041866,46.829735],[7.04296,46.829453],[7.045769,46.829427],[7.047175,46.829218],[7.048842,46.828866],[7.050353,46.828586],[7.051964,46.828734],[7.063493,46.831379],[7.066195,46.831816]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1148,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.108861,46.821702],[7.108032,46.821092],[7.107672,46.820449],[7.107468,46.819877],[7.107628,46.819163],[7.107996,46.818522],[7.108833,46.817739],[7.109774,46.817027],[7.111076,46.816674],[7.112895,46.816786],[7.115339,46.816865]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1149,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.106447,46.816839],[7.108527,46.816774],[7.110349,46.816529],[7.111858,46.816391],[7.115339,46.816865]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1150,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.115339,46.816865],[7.119136,46.816733],[7.119448,46.816734],[7.125117,46.816678]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1151,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.125117,46.816678],[7.125169,46.816678],[7.134684,46.816954],[7.135723,46.817171],[7.145845,46.820624],[7.147301,46.820771],[7.149174,46.820597],[7.150164,46.820243],[7.151261,46.819317],[7.151993,46.818534],[7.153936,46.815111],[7.154097,46.814148],[7.15429,46.813232]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1152,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.13771,46.843166],[7.13631,46.842163],[7.134805,46.84148],[7.133249,46.840762],[7.132317,46.839939],[7.13004,46.837755],[7.12864,46.836965],[7.127811,46.836321],[7.125382,46.833672],[7.124869,46.832386],[7.121972,46.829771],[7.120882,46.82934],[7.117294,46.829044],[7.116412,46.828792],[7.115429,46.827861],[7.113518,46.825678],[7.112433,46.824389],[7.110673,46.823063],[7.110414,46.82292],[7.108861,46.821702]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1153,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.122687,46.867187],[7.123584,46.865191],[7.125259,46.863553],[7.125524,46.862875],[7.12579,46.861734],[7.126055,46.860913],[7.126528,46.860129],[7.127625,46.859454],[7.13024,46.857283],[7.130764,46.856607],[7.131028,46.856],[7.131812,46.855503],[7.132909,46.854756],[7.133173,46.854043],[7.133544,46.852794],[7.133651,46.852295],[7.134592,46.851619],[7.135219,46.851085],[7.136325,46.848839],[7.137057,46.848127],[7.138363,46.847238],[7.138991,46.846561],[7.138795,46.844525],[7.138487,46.843775],[7.13771,46.843166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1154,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.114635,46.924856],[7.113545,46.924211],[7.113184,46.923567],[7.113084,46.922888],[7.114089,46.920392],[7.114103,46.918143],[7.113591,46.916535],[7.113441,46.915535],[7.114021,46.914394],[7.113873,46.913109],[7.114191,46.912182],[7.114975,46.911755]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1155,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.077274,46.909322],[7.080446,46.910046],[7.082005,46.910693],[7.083666,46.911555],[7.084757,46.912023],[7.086005,46.912384],[7.087617,46.912853],[7.0885,46.913284],[7.089691,46.91443],[7.090986,46.91554],[7.093323,46.916761],[7.09623,46.918305],[7.097371,46.91913],[7.099086,46.919849],[7.100439,46.920174],[7.101841,46.920892],[7.104332,46.922506],[7.106879,46.923513],[7.108598,46.923661],[7.110266,46.923523],[7.111931,46.923885],[7.114635,46.924856]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1156,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.041042,46.884711],[7.045136,46.887438],[7.067048,46.90397],[7.068552,46.904938],[7.071091,46.90691],[7.072857,46.907665],[7.074521,46.908135],[7.077274,46.909322]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1157,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.985375,46.854408],[6.992675,46.858899],[6.995991,46.860733],[6.999567,46.862639],[7.011439,46.868539]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1158,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.011439,46.868539],[7.01289,46.869401],[7.01848,46.873491],[7.021637,46.875823],[7.023298,46.876508],[7.02834,46.87749],[7.030107,46.877925],[7.031249,46.878393],[7.041042,46.884711]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1159,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.114975,46.911755],[7.119156,46.909482],[7.120199,46.909235],[7.121605,46.909454],[7.129563,46.911475],[7.130394,46.911977],[7.131434,46.912301],[7.132528,46.912304],[7.133988,46.912129],[7.135081,46.91231],[7.136331,46.912385],[7.137167,46.911923],[7.150393,46.903389],[7.151022,46.902641],[7.151234,46.901928],[7.15103,46.901249],[7.150616,46.900784],[7.149318,46.89996]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1160,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.149318,46.89996],[7.147813,46.898956],[7.143813,46.896947],[7.139967,46.895509],[7.138878,46.894756],[7.137579,46.894146],[7.135241,46.893176],[7.127728,46.886658],[7.127262,46.886085],[7.126955,46.885192],[7.127274,46.884051],[7.127908,46.882446],[7.128337,46.880376],[7.128453,46.878306],[7.127578,46.87659],[7.126387,46.87548],[7.125924,46.874586],[7.125827,46.873372],[7.125518,46.872729],[7.122102,46.869399],[7.122263,46.868614],[7.122687,46.867187]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1161,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.523774,46.788576],[6.523058,46.787892],[6.522439,46.787637],[6.51787,46.78735],[6.516678,46.787091],[6.513849,46.785354],[6.512325,46.783307],[6.511446,46.78305],[6.510567,46.782793],[6.503385,46.777379],[6.502871,46.777017],[6.502725,46.776481],[6.503067,46.774734],[6.502766,46.774124],[6.502254,46.773656],[6.501221,46.773326],[6.499922,46.77328],[6.49987,46.77328],[6.499191,46.773488],[6.498872,46.773914],[6.498708,46.774377]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1162,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.498708,46.774377],[6.498588,46.775268],[6.49884,46.775735],[6.499765,46.776349],[6.502328,46.77837],[6.504205,46.781027],[6.505369,46.782822],[6.506497,46.783723],[6.507217,46.784158],[6.508532,46.786275],[6.51002,46.787394],[6.510942,46.788151],[6.511803,46.789479],[6.512669,46.790522],[6.513591,46.791315],[6.514412,46.791964],[6.514971,46.792682],[6.51486,46.793074],[6.514439,46.793392],[6.513447,46.79367],[6.512817,46.794022],[6.5126,46.79452],[6.513006,46.79513],[6.513567,46.795706],[6.513662,46.796242],[6.513391,46.796918],[6.51359,46.79742],[6.514312,46.797783],[6.515404,46.79772],[6.51624,46.797477],[6.517331,46.797557],[6.518575,46.797746],[6.519463,46.797539],[6.520302,46.797117],[6.52104,46.79648],[6.522035,46.796096],[6.523395,46.795607],[6.524752,46.79526],[6.525687,46.795339],[6.526356,46.795737],[6.52743,46.796781],[6.528613,46.797505],[6.529488,46.798047],[6.529941,46.798908],[6.530869,46.799415],[6.531688,46.800136]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1163,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.713316,47.055205],[6.712371,47.055556],[6.711577,47.056301],[6.71115,47.057012],[6.711086,47.057833],[6.711283,47.058691],[6.711171,47.059297],[6.711529,47.059835],[6.711785,47.060265],[6.711874,47.061336],[6.711551,47.062048],[6.711596,47.062584],[6.711277,47.063011],[6.707408,47.06702]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1164,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.742343,47.056528],[6.740153,47.056193],[6.73796,47.056108],[6.72935,47.05934],[6.728306,47.059297],[6.7262,47.058701]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1165,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.7262,47.058701],[6.723004,47.057337],[6.722013,47.057188],[6.720029,47.057104],[6.719456,47.056993],[6.719042,47.056705],[6.718264,47.056272],[6.717588,47.056017],[6.714151,47.055246],[6.713316,47.055205]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1166,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.745827,47.057762],[6.742343,47.056528]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1167,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.61006,46.911743],[6.609445,46.911096],[6.608522,46.910161],[6.602732,46.907298],[6.600865,46.906749],[6.596193,46.905679],[6.585934,46.905496],[6.584633,46.905379],[6.580578,46.904885]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1168,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.635214,46.922847],[6.631587,46.921501],[6.630967,46.921103],[6.630557,46.920672],[6.630051,46.919669],[6.629439,46.918772],[6.628303,46.918121],[6.626752,46.917325],[6.625819,46.916997],[6.624882,46.916955],[6.62353,46.916766],[6.622233,46.9164],[6.621199,46.915822],[6.620323,46.915244],[6.619345,46.914452],[6.618777,46.914091],[6.61769,46.913654],[6.611818,46.912612],[6.610782,46.912248],[6.61006,46.911743]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1169,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.651596,46.930858],[6.65079,46.930239],[6.649702,46.929803],[6.648613,46.929438],[6.640681,46.926634],[6.637937,46.925437],[6.637005,46.925037],[6.636595,46.924606],[6.636035,46.923674],[6.635214,46.922847]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1170,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.721757,46.954768],[6.720034,46.954972],[6.718571,46.955212],[6.715222,46.956084],[6.714176,46.956363],[6.713549,46.956394],[6.712401,46.956494],[6.710887,46.956663],[6.708591,46.956791],[6.704468,46.957051],[6.703321,46.957043],[6.70176,46.956819],[6.700306,46.956381],[6.699009,46.955909],[6.697607,46.955471],[6.696466,46.955],[6.695434,46.954243],[6.694614,46.953238],[6.694213,46.952093],[6.693944,46.948914],[6.693696,46.947984],[6.693236,46.947303],[6.692258,46.946404],[6.691432,46.945863],[6.690344,46.945356],[6.689356,46.945207],[6.688159,46.94502],[6.687275,46.944872],[6.686188,46.944365],[6.685098,46.944036],[6.676935,46.942519],[6.67543,46.942009],[6.674134,46.941536]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1171,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.772634,46.959931],[6.771437,46.95971],[6.7692,46.959304],[6.767748,46.958689],[6.766504,46.958039],[6.76542,46.957176],[6.763923,46.955989],[6.760863,46.954685],[6.759877,46.954323],[6.758732,46.954137],[6.757377,46.954094],[6.756493,46.953945],[6.755404,46.953475],[6.754525,46.952898],[6.753179,46.952176],[6.752245,46.951814],[6.751568,46.951702],[6.750579,46.951589],[6.749484,46.951654],[6.748596,46.951792],[6.744038,46.953442],[6.743202,46.953615],[6.742471,46.953718],[6.736997,46.953649],[6.73538,46.95371],[6.733815,46.953736],[6.732619,46.953515],[6.731372,46.953222],[6.730071,46.952964],[6.728977,46.952957],[6.727775,46.953128],[6.722647,46.95456],[6.721757,46.954768]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1172,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.866557,46.9773],[6.865893,46.977073],[6.865117,46.976426],[6.864602,46.975853],[6.864139,46.975243],[6.86331,46.974775],[6.862375,46.974413],[6.861439,46.974123],[6.857787,46.974176],[6.856434,46.973955],[6.854768,46.973589],[6.852947,46.973223],[6.848843,46.971738],[6.847594,46.971446],[6.846084,46.971296],[6.843476,46.971246],[6.842279,46.971062],[6.841082,46.970805],[6.840251,46.97048],[6.838126,46.969326]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1173,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.838126,46.969326],[6.826343,46.964408],[6.82546,46.964118],[6.824523,46.964006],[6.823636,46.964037],[6.822905,46.964069],[6.820917,46.964665],[6.820082,46.964732],[6.819455,46.9648],[6.818779,46.964689],[6.815346,46.963921],[6.814306,46.963665],[6.813269,46.963088],[6.812076,46.962617],[6.811245,46.962327],[6.81036,46.962144],[6.809475,46.962068],[6.808378,46.96224],[6.807331,46.962556],[6.806021,46.963084],[6.804611,46.96329],[6.802943,46.96321],[6.801066,46.963199],[6.799394,46.963404],[6.798193,46.96354],[6.796991,46.963783],[6.795891,46.964206],[6.794685,46.96477],[6.793636,46.965264],[6.792486,46.965436],[6.790765,46.965498],[6.789516,46.965241],[6.782392,46.963558],[6.781093,46.963229],[6.780263,46.962831],[6.779591,46.962399],[6.779126,46.962039],[6.778715,46.961502],[6.778304,46.960999],[6.777839,46.96064],[6.777216,46.960422],[6.776333,46.960167],[6.775553,46.959984],[6.774302,46.959977],[6.772634,46.959931]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1174,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.884302,46.983261],[6.882219,46.982858],[6.881439,46.982676],[6.879874,46.982704],[6.86818,46.983503],[6.86672,46.98346],[6.865208,46.983309],[6.864219,46.983126],[6.862556,46.982582],[6.861155,46.981861],[6.859548,46.98096],[6.858508,46.980598],[6.856322,46.980159],[6.84774,46.977937],[6.846491,46.977645],[6.845242,46.977353],[6.843523,46.977165],[6.841751,46.977013],[6.840241,46.976791],[6.838526,46.976211],[6.83723,46.975561],[6.835932,46.975019],[6.8351,46.974801],[6.833642,46.974579],[6.832184,46.974392],[6.829999,46.973845],[6.828232,46.9733],[6.826878,46.97315],[6.823221,46.97363],[6.821761,46.973623],[6.820666,46.973581],[6.81978,46.973505],[6.818585,46.973141],[6.8176,46.972636],[6.816824,46.972061],[6.815793,46.97102],[6.815176,46.970267],[6.814613,46.969335],[6.812757,46.967505]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1175,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.919236,46.991864],[6.917505,46.991414],[6.916101,46.990943],[6.914228,46.990399],[6.912926,46.990143],[6.911257,46.990064],[6.909903,46.989844],[6.908499,46.989337],[6.908242,46.989015],[6.908457,46.988373],[6.900498,46.986051],[6.899095,46.985438],[6.898161,46.984969]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1176,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.898161,46.984969],[6.89655,46.984355],[6.889259,46.983106],[6.888269,46.982994],[6.884302,46.983261]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1177,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.812757,46.967505],[6.813939,46.96901],[6.815468,46.972053],[6.81603,46.973056],[6.816907,46.973846],[6.816959,46.973882],[6.818099,46.974567],[6.821004,46.975903],[6.823911,46.977097],[6.825519,46.977891],[6.827176,46.979007],[6.830329,46.981558],[6.83178,46.982387],[6.833543,46.983289],[6.834579,46.983937],[6.835355,46.984548],[6.835973,46.985301],[6.836589,46.986125],[6.837101,46.986985],[6.837667,46.987773],[6.838494,46.98842],[6.839635,46.989033],[6.840776,46.989646],[6.841502,46.990042],[6.84207,46.990581],[6.842999,46.991443]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1178,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.842999,46.991443],[6.843562,46.992445],[6.843813,46.993339],[6.843695,46.994552],[6.843261,46.996049],[6.843261,46.996085],[6.842934,46.997333],[6.843078,46.99844],[6.843586,46.999692],[6.844254,47.000624],[6.844254,47.00066],[6.845286,47.0017],[6.846778,47.0036],[6.848047,47.006856],[6.848764,47.008073],[6.849796,47.009185],[6.850882,47.010048],[6.851656,47.010908],[6.852372,47.012269],[6.85338,47.015522]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1179,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.85338,47.015522],[6.853783,47.016881],[6.853919,47.018738],[6.854168,47.019811],[6.855695,47.02346],[6.858614,47.028615],[6.858967,47.029831],[6.859424,47.031011],[6.860246,47.032194],[6.861073,47.032983],[6.86315,47.034065],[6.865698,47.035077],[6.867779,47.035837],[6.868764,47.036485],[6.869592,47.037203],[6.87026,47.038241],[6.870722,47.038922],[6.870973,47.039923],[6.871065,47.041066],[6.871422,47.041853],[6.873416,47.045897],[6.874702,47.047795]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1180,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.874702,47.047795],[6.875729,47.049442],[6.875928,47.050407],[6.876022,47.051372],[6.876065,47.0523],[6.87642,47.053266],[6.877348,47.054484],[6.878228,47.055274],[6.879474,47.055958],[6.880514,47.056463],[6.881606,47.056861],[6.882437,47.057329],[6.884201,47.058516],[6.884919,47.059804],[6.885325,47.060985],[6.885209,47.062091],[6.884886,47.063017],[6.866285,47.082739],[6.865651,47.083343],[6.864495,47.08398],[6.846176,47.091062],[6.843656,47.092049],[6.843076,47.092438],[6.842286,47.09297],[6.841653,47.093538],[6.841227,47.094178],[6.840747,47.095032],[6.84027,47.095637],[6.839584,47.09624],[6.838113,47.096839],[6.836904,47.09744]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1181,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.74613,47.00532],[6.74094,47.003146],[6.738248,47.001488],[6.735198,46.99922]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1182,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.755152,47.009908],[6.751475,47.007708],[6.750124,47.0072],[6.74613,47.00532]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1183,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.765127,47.013573],[6.762265,47.012878],[6.76066,47.011869],[6.757593,47.010922],[6.756239,47.010664],[6.755667,47.010482],[6.755152,47.009908]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1184,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.780099,47.022764],[6.778756,47.021649],[6.775846,47.020561],[6.774704,47.020019],[6.766165,47.014079],[6.765127,47.013573]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1185,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.789631,47.028887],[6.786365,47.026977],[6.785381,47.026328],[6.784552,47.025788],[6.782733,47.025099],[6.781855,47.024345],[6.780099,47.022764]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1186,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.80229,47.040061],[6.797527,47.036572],[6.791601,47.030041],[6.791083,47.029645],[6.789631,47.028887]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1187,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.818458,47.050824],[6.80229,47.040061]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1188,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.835012,47.069691],[6.834129,47.069222],[6.833717,47.068684],[6.833414,47.067754],[6.833424,47.066898],[6.832553,47.065394],[6.832244,47.064999],[6.831673,47.064604],[6.831313,47.064102],[6.831163,47.06353],[6.830961,47.062922],[6.830706,47.062421],[6.830135,47.062061],[6.828936,47.061805],[6.828105,47.061443],[6.827848,47.061049],[6.827699,47.06037],[6.827498,47.059655],[6.826828,47.058902],[6.826208,47.058291],[6.825796,47.057754],[6.825438,47.057038],[6.824922,47.056535],[6.823881,47.056173],[6.822372,47.055665],[6.821907,47.055269],[6.821548,47.054625],[6.821618,47.053162],[6.818458,47.050824]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1189,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.833373,47.09992],[6.834885,47.099499],[6.835255,47.099073],[6.83526,47.098644],[6.835264,47.098287],[6.835793,47.097719],[6.836269,47.097257],[6.837319,47.09687],[6.838106,47.096589],[6.838894,47.096307],[6.839738,47.095633],[6.840266,47.095101],[6.840904,47.094176],[6.841542,47.09318],[6.842388,47.092399],[6.843911,47.091693],[6.845488,47.090951],[6.846642,47.0906],[6.847064,47.090174],[6.846912,47.08978],[6.846603,47.089386],[6.845406,47.08888],[6.844783,47.088484],[6.844371,47.087946],[6.844123,47.086767]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1190,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.844123,47.086767],[6.84387,47.086016],[6.843563,47.085408],[6.84284,47.084654],[6.841903,47.084257],[6.841072,47.083824],[6.840451,47.083249],[6.840038,47.082783],[6.839622,47.082602],[6.838684,47.082419],[6.838269,47.082131],[6.837698,47.081736],[6.837082,47.080804],[6.836514,47.080159],[6.836312,47.079551],[6.836579,47.079052],[6.837004,47.078376],[6.837395,47.076165],[6.837767,47.075631],[6.838557,47.0751],[6.838876,47.074602],[6.838579,47.073137],[6.838432,47.072243],[6.837915,47.071741],[6.837398,47.071238],[6.836053,47.070017],[6.835012,47.069691]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1191,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.829504,47.099971],[6.831634,47.100339],[6.833298,47.101062],[6.835428,47.102287],[6.837294,47.10376]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1192,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.984562,47.012021],[6.981637,47.012224],[6.98049,47.012148],[6.978874,47.01182],[6.977261,47.011278],[6.97539,47.010414],[6.974141,47.00998],[6.972734,47.009724],[6.96976,47.009605],[6.967314,47.008774],[6.96456,47.007406],[6.962325,47.006361],[6.960873,47.005392],[6.958898,47.004419],[6.957755,47.003843],[6.956508,47.003303],[6.953175,47.002503],[6.948333,47.001413]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1193,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.010786,47.009195],[7.008748,47.009473],[6.99427,47.011952],[6.992808,47.012018],[6.991086,47.012011],[6.988896,47.011753],[6.984562,47.012021]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1194,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.030827,47.009268],[7.010786,47.009195]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1195,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.099675,46.999783],[7.095287,47.000519],[7.089177,47.001108],[7.087193,47.001387],[7.059378,47.008866],[7.0576,47.00936]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1196,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.0576,47.00936],[7.055929,47.009426],[7.030827,47.009268]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1197,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.099675,46.999783],[7.10124,46.999752],[7.102126,47.000004],[7.102331,47.000504],[7.101859,47.000967],[7.101908,47.001467],[7.102791,47.002112],[7.104871,47.003261],[7.105547,47.003727],[7.105334,47.004404],[7.105382,47.005012],[7.105953,47.005442],[7.1071,47.00573]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1198,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.837294,47.10376],[6.83843,47.105051],[6.840247,47.106167],[6.842688,47.107644],[6.844708,47.109368],[6.845904,47.109945],[6.84684,47.110486],[6.848507,47.110994],[6.849913,47.111537],[6.851262,47.112508],[6.854589,47.114345],[6.856725,47.11507],[6.858655,47.115544],[6.861102,47.116556],[6.862817,47.117493],[6.86396,47.118212]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1199,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.86396,47.118212],[6.865938,47.119079],[6.86672,47.119369],[6.867451,47.119444],[6.868447,47.119199],[6.868871,47.118665],[6.868772,47.118165],[6.86826,47.117163],[6.868214,47.116556],[6.868479,47.116271],[6.869318,47.116026],[6.869996,47.116172],[6.870778,47.116426],[6.871457,47.1165],[6.871928,47.116431],[6.873297,47.115546],[6.87403,47.115514],[6.877261,47.1166],[6.877936,47.117032],[6.87902,47.118358],[6.879696,47.118754],[6.88074,47.118974],[6.883277,47.121449],[6.883843,47.122309]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1200,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.883843,47.122309],[6.884406,47.123561],[6.884291,47.12456],[6.883862,47.125522],[6.882543,47.126622],[6.881224,47.127687],[6.880643,47.128219],[6.880429,47.128718],[6.880529,47.129183],[6.882962,47.131622],[6.883167,47.132016],[6.883425,47.132374],[6.884672,47.13313],[6.885903,47.133708]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1201,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.885903,47.133708],[6.88613,47.133815],[6.887639,47.134572],[6.888314,47.135075],[6.88935,47.136079],[6.890392,47.136513],[6.891382,47.136946],[6.891795,47.137483],[6.89184,47.138126],[6.891355,47.139552],[6.891348,47.140194],[6.891812,47.14091],[6.893104,47.142487],[6.894201,47.142671]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1202,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.894201,47.142671],[6.89582,47.142964],[6.896707,47.143183],[6.897542,47.143401],[6.898374,47.143905],[6.899669,47.145196],[6.90024,47.145627],[6.900704,47.146343],[6.901515,47.148917],[6.901404,47.149559],[6.900711,47.150805],[6.900127,47.15166],[6.898808,47.152689]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1203,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.898808,47.152689],[6.896549,47.153606],[6.895394,47.153922],[6.89471,47.154311],[6.89313,47.155268],[6.892496,47.155907],[6.892125,47.156334],[6.891806,47.156832],[6.891957,47.15744],[6.892753,47.158995]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1204,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.892753,47.158995],[6.892983,47.159444],[6.893658,47.159947],[6.895483,47.160669],[6.897462,47.161643],[6.898188,47.162324],[6.898808,47.163041],[6.901442,47.1718],[6.901854,47.172444],[6.904346,47.174562],[6.905227,47.175494],[6.906102,47.176962]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1205,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.906102,47.176962],[6.906773,47.177929],[6.907552,47.17854],[6.908855,47.179117],[6.909375,47.179512],[6.912786,47.184026],[6.913357,47.184599],[6.91419,47.185032],[6.915806,47.185789],[6.916586,47.186328],[6.917264,47.186616],[6.918048,47.186798],[6.918829,47.187266],[6.919242,47.187875],[6.919644,47.189626],[6.920106,47.190592],[6.920568,47.191522],[6.920766,47.192665],[6.920968,47.193416],[6.921435,47.193882],[6.922184,47.194182]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1206,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.922184,47.194182],[6.922426,47.194279],[6.923733,47.194535],[6.924933,47.195076],[6.930358,47.197313],[6.931088,47.197709],[6.9326,47.198394],[6.93463,47.199688],[6.936034,47.200837],[6.937176,47.201948],[6.938008,47.202559],[6.939469,47.203136],[6.940879,47.203607]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1207,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.940879,47.203607],[6.944169,47.204727],[6.946884,47.205667],[6.947612,47.206313],[6.947656,47.207206],[6.946966,47.208095],[6.945075,47.208694],[6.944127,47.209225],[6.943755,47.209831],[6.943958,47.21051],[6.944628,47.211762],[6.947849,47.214632],[6.953413,47.21926],[6.954193,47.219978],[6.954609,47.220301],[6.95574,47.222626],[6.955948,47.222841],[6.957147,47.223524]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1208,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.957147,47.223524],[6.958661,47.224137],[6.959237,47.224175],[6.962911,47.223512]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1209,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.962911,47.223512],[6.96438,47.223304],[6.965326,47.222987],[6.967118,47.221816],[6.970121,47.220008],[6.972653,47.218055],[6.973445,47.217416],[6.97397,47.217275],[6.974599,47.217277],[6.979511,47.218725],[6.98024,47.219335],[6.981075,47.219659],[6.982072,47.219556],[6.983803,47.219242],[6.984483,47.219423],[6.986051,47.219858],[6.990349,47.219732],[6.991398,47.219522],[6.991451,47.219522],[6.992869,47.21917],[6.994337,47.218998],[6.995648,47.218896],[7.001897,47.217242],[7.002792,47.216638],[7.003113,47.215818],[7.003015,47.215033],[7.003127,47.214141],[7.0024,47.213281]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1210,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.005564,47.210866],[7.007807,47.211981],[7.011094,47.213707],[7.012295,47.214211],[7.013605,47.214144],[7.014494,47.214362],[7.015745,47.215152],[7.016212,47.21576],[7.016679,47.216369],[7.017511,47.217086],[7.018608,47.21759],[7.022835,47.219711],[7.025031,47.220326],[7.026183,47.220437],[7.02739,47.220227],[7.02823,47.220016]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1211,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.02823,47.220016],[7.029224,47.220163],[7.031266,47.220384],[7.033151,47.220498],[7.034413,47.220002],[7.035044,47.219648],[7.037561,47.219335],[7.039288,47.219627],[7.05389,47.221997],[7.0567,47.222001]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1212,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.0567,47.222001],[7.070185,47.222193],[7.081594,47.224264],[7.083376,47.224163]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1213,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.083376,47.224163],[7.084947,47.224275],[7.086155,47.22385],[7.08689,47.223638]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1214,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.464925,47.265584],[7.466078,47.264478],[7.466917,47.263799],[7.467284,47.263371],[7.467598,47.263049],[7.493582,47.237481],[7.493739,47.237052],[7.494,47.236517],[7.49379,47.235803]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1215,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.466869,47.220133],[8.467815,47.218458],[8.469,47.216472],[8.469228,47.215637],[8.469763,47.214419],[8.470052,47.213083],[8.470409,47.211676],[8.470558,47.210366],[8.470718,47.209579],[8.470977,47.208505],[8.471336,47.207241],[8.472246,47.205519],[8.476674,47.197958],[8.477887,47.195686],[8.478485,47.194086]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1216,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.445512,47.275133],[8.443485,47.273342],[8.442524,47.272399],[8.441731,47.271168],[8.441186,47.270078],[8.440891,47.269247],[8.440733,47.268273],[8.440603,47.266941],[8.440787,47.265583],[8.441117,47.264509],[8.442913,47.259662],[8.443279,47.258659],[8.444883,47.256599],[8.448682,47.252257],[8.449784,47.251415],[8.451444,47.250448],[8.454833,47.248538],[8.455623,47.247793],[8.456792,47.244975]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1217,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.456792,47.244975],[8.45759,47.242826],[8.457568,47.241683],[8.457265,47.240448],[8.456936,47.239666],[8.456816,47.238882],[8.457001,47.237571],[8.459531,47.23098],[8.460232,47.229307],[8.460533,47.228591],[8.461046,47.227991],[8.462042,47.227126],[8.463354,47.226305],[8.463763,47.225754],[8.466869,47.220133]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1218,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.388328,47.224998],[8.390092,47.224031],[8.390985,47.223143],[8.391564,47.222305],[8.392032,47.221135],[8.393934,47.216122],[8.394671,47.214354],[8.394955,47.212662],[8.395656,47.206968],[8.39608,47.203323],[8.396628,47.19882],[8.39714,47.19427],[8.398,47.188101]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1219,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.86973,46.661843],[7.869584,46.660963],[7.869404,46.659988],[7.869886,46.65982],[7.870371,46.659913],[7.870995,46.660172],[7.872108,46.660954],[7.872871,46.66126],[7.873425,46.661329],[7.874184,46.661231],[7.874736,46.661015],[7.875044,46.660704],[7.875282,46.66018],[7.875659,46.659798],[7.876245,46.659581],[7.876832,46.659508],[7.877384,46.659315],[7.877726,46.658838],[7.877928,46.658266],[7.878374,46.657859],[7.878612,46.657335],[7.878781,46.656882],[7.879194,46.656618],[7.879884,46.656402],[7.880259,46.655853],[7.880636,46.655423],[7.880981,46.655303],[7.881223,46.655325],[7.881535,46.655443],[7.881677,46.655895],[7.881301,46.65642],[7.881097,46.656825],[7.88124,46.657372],[7.881454,46.658228],[7.881459,46.658799],[7.88205,46.659297],[7.882091,46.660058],[7.882059,46.66032],[7.882583,46.660961],[7.883001,46.66134],[7.883417,46.661577],[7.883937,46.66167],[7.88425,46.661883],[7.884839,46.662118],[7.885565,46.662068],[7.88622,46.661899],[7.886806,46.66173],[7.887361,46.661847],[7.88858,46.663008],[7.889274,46.663243],[7.890103,46.663193],[7.89076,46.663285],[7.891074,46.663617],[7.891457,46.663949],[7.891908,46.664042],[7.892875,46.663991],[7.893357,46.663751],[7.893422,46.663179],[7.89328,46.662728],[7.892929,46.662205],[7.892338,46.661708],[7.891987,46.661186],[7.891326,46.660617],[7.890942,46.660238],[7.890766,46.659786],[7.890901,46.659381],[7.891417,46.659141],[7.892282,46.659257],[7.893251,46.659348],[7.894116,46.659392],[7.895433,46.659792]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1220,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.895433,46.659792],[7.896403,46.660121],[7.896993,46.660333],[7.897684,46.66033],[7.898412,46.660541],[7.899069,46.660515],[7.899621,46.660441],[7.900175,46.660534],[7.900556,46.660628],[7.900935,46.660531],[7.901176,46.660387],[7.901449,46.659958],[7.901235,46.659221],[7.901128,46.658769],[7.900467,46.658248],[7.90036,46.657868],[7.900528,46.657296],[7.900487,46.656582],[7.899997,46.65587],[7.899543,46.6553],[7.89916,46.654969],[7.899122,46.654636],[7.899222,46.654207],[7.899531,46.65392],[7.900256,46.653798],[7.900845,46.653986],[7.901229,46.654389],[7.901717,46.654887],[7.902099,46.655171],[7.902862,46.655358],[7.903622,46.655332],[7.90438,46.65509],[7.904826,46.654684],[7.905271,46.654159],[7.905683,46.6538],[7.906303,46.653559],[7.906543,46.653368],[7.906678,46.652963],[7.906361,46.652369],[7.906566,46.652083],[7.907015,46.652033],[7.907636,46.651912],[7.90798,46.651624],[7.908113,46.651053],[7.908317,46.650695],[7.908904,46.650597],[7.909597,46.650856],[7.910153,46.651116],[7.910538,46.651662],[7.9112,46.652278]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1221,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.869981,46.691012],[7.871553,46.690969],[7.872624,46.690774],[7.873276,46.690224],[7.873615,46.689366],[7.873938,46.686509],[7.874436,46.683865],[7.874602,46.683008],[7.874975,46.682054],[7.876034,46.680503],[7.876405,46.679312],[7.876218,46.677622],[7.875967,46.676529],[7.875513,46.675911],[7.874817,46.67539],[7.873566,46.674657],[7.872419,46.673924],[7.870857,46.673121],[7.869708,46.672197],[7.86929,46.671722],[7.869111,46.670961],[7.869314,46.670389],[7.870102,46.669482],[7.870616,46.668933],[7.870783,46.668218],[7.870534,46.667314],[7.869414,46.665653]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1222,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.869414,46.665653],[7.869235,46.664868],[7.869578,46.664438],[7.870093,46.664055],[7.870502,46.66334],[7.870185,46.662556],[7.86973,46.661843]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1223,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.907249,46.598812],[7.890759,46.59657]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1224,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.890759,46.59657],[7.890753,46.595832],[7.890884,46.594998],[7.890984,46.594522],[7.891256,46.594092],[7.891493,46.593544],[7.892111,46.593065],[7.892937,46.592729],[7.893556,46.592488],[7.894002,46.592082],[7.894033,46.591677],[7.893786,46.591059],[7.893713,46.590631],[7.893777,46.590036],[7.893978,46.589274],[7.893763,46.588394],[7.892998,46.587635],[7.892919,46.586493],[7.892777,46.586018],[7.892393,46.585543],[7.892631,46.585114],[7.893113,46.584945],[7.893699,46.584895],[7.894354,46.584702],[7.895039,46.584081],[7.895856,46.582768],[7.896159,46.581815]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1225,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.896159,46.581815],[7.895598,46.580818],[7.8958,46.58015],[7.896346,46.579482],[7.896756,46.578933],[7.897097,46.578455],[7.89751,46.578263],[7.897853,46.578071],[7.898056,46.577595],[7.898502,46.57726],[7.899191,46.57709],[7.899985,46.577087],[7.900503,46.577085],[7.901055,46.577059],[7.901329,46.576844],[7.901634,46.576176],[7.901972,46.575365],[7.901724,46.574557],[7.900816,46.573347],[7.900047,46.572231],[7.899312,46.571044],[7.898855,46.570046],[7.898916,46.569094],[7.898562,46.568048],[7.898211,46.567336],[7.897793,46.566861],[7.897545,46.566148],[7.897468,46.56522],[7.897357,46.564316]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1226,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.9128,46.594339],[7.913493,46.594622],[7.913876,46.59493],[7.914189,46.595261],[7.914297,46.595666],[7.914371,46.596237],[7.914893,46.596734],[7.915485,46.597303],[7.915285,46.598113],[7.914808,46.598805],[7.914503,46.599521],[7.914308,46.600854],[7.914623,46.601329],[7.914833,46.601709],[7.914767,46.60209],[7.914495,46.602567],[7.914534,46.603019],[7.914646,46.603995],[7.914651,46.604566],[7.91407,46.605306],[7.913149,46.606524],[7.912809,46.607144],[7.912641,46.607668],[7.912094,46.608289],[7.911857,46.608838],[7.911724,46.609457],[7.911417,46.609958],[7.911526,46.610553],[7.911805,46.610814],[7.912186,46.610907],[7.912807,46.610881],[7.913151,46.610713],[7.913321,46.610403],[7.913353,46.610117],[7.91335,46.609784],[7.913553,46.609259]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1227,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.913553,46.609259],[7.914169,46.608614],[7.914991,46.607849],[7.91561,46.607608],[7.916507,46.607509],[7.917578,46.607481],[7.918162,46.607193],[7.918609,46.606953],[7.91909,46.606713]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1228,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.91909,46.606713],[7.919639,46.606235],[7.919874,46.605472],[7.92032,46.605161],[7.921318,46.604776]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1229,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.921318,46.604776],[7.922524,46.604437],[7.92318,46.604458],[7.923803,46.604622],[7.924668,46.604833],[7.92522,46.604759],[7.92546,46.604544],[7.925595,46.604186],[7.925868,46.603828],[7.926347,46.60335],[7.92717,46.602704],[7.927409,46.60237],[7.927233,46.60199],[7.926987,46.601562],[7.92681,46.601087],[7.926771,46.600611],[7.927007,46.599991],[7.927384,46.599633],[7.9279,46.599392],[7.928967,46.599031],[7.929001,46.599031],[7.930071,46.598955],[7.930761,46.59888],[7.931553,46.598615],[7.932861,46.598157],[7.933409,46.597655],[7.934088,46.596438],[7.934187,46.595867],[7.934147,46.595319],[7.933764,46.59494],[7.932933,46.594706]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1230,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.932933,46.594706],[7.932206,46.594471],[7.931752,46.593902],[7.931402,46.593427],[7.931296,46.593118],[7.931499,46.592736],[7.931634,46.592331],[7.931387,46.591737],[7.931313,46.591238],[7.931345,46.590928],[7.931823,46.590331],[7.932166,46.590163],[7.932648,46.589994],[7.933062,46.589921],[7.93344,46.589705],[7.933435,46.589182],[7.933219,46.588207],[7.933179,46.587588],[7.933382,46.587159],[7.933551,46.586825],[7.93341,46.586445],[7.933268,46.586017],[7.932954,46.585661],[7.932915,46.585209],[7.933085,46.584923],[7.933566,46.584587],[7.933907,46.584158],[7.933973,46.583848],[7.933451,46.583398],[7.932719,46.582592],[7.932578,46.582283],[7.932747,46.581949],[7.933261,46.581471],[7.933393,46.580804],[7.93335,46.579876],[7.932999,46.579211],[7.932993,46.57864],[7.933473,46.578233],[7.934709,46.57749],[7.935496,46.576796],[7.936147,46.576198],[7.9368,46.57591],[7.938867,46.575496]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1231,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.938867,46.575496],[7.939901,46.575372],[7.940661,46.57544],[7.941388,46.575699],[7.942115,46.57591],[7.947085,46.575912],[7.947812,46.576075],[7.9484,46.576287],[7.949095,46.57676],[7.949547,46.577115],[7.950208,46.577635],[7.95142,46.578082],[7.952286,46.578411],[7.952911,46.578766],[7.953121,46.57905],[7.953502,46.579215],[7.954124,46.579284],[7.954609,46.579424],[7.955199,46.579755],[7.95572,46.580181],[7.956003,46.580799],[7.956249,46.581273],[7.956632,46.581653],[7.958127,46.582741],[7.95851,46.583096],[7.958719,46.583309]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1232,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.958719,46.583309],[7.959626,46.584233],[7.96077,46.584823],[7.961599,46.584819],[7.962147,46.584341],[7.962411,46.583173],[7.963181,46.580694],[7.963277,46.579908],[7.963481,46.579598],[7.964065,46.579262],[7.964824,46.579187],[7.965236,46.579019],[7.966095,46.578586],[7.966578,46.578536],[7.967165,46.578605],[7.96796,46.578744],[7.968476,46.578551],[7.968784,46.578241],[7.968918,46.577812],[7.96881,46.577336],[7.968426,46.576886],[7.968386,46.57641],[7.968141,46.575982],[7.968101,46.575435],[7.968511,46.575053],[7.96913,46.574835],[7.970305,46.574997],[7.971688,46.575228],[7.97255,46.575129],[7.974169,46.574836]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1233,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.974169,46.574836],[7.975444,46.574568],[7.976204,46.574659],[7.984098,46.577097],[7.985725,46.577518],[7.995922,46.578944],[7.998169,46.57929],[8.002603,46.580792],[8.003642,46.581167],[8.004613,46.581543],[8.005546,46.581634],[8.006338,46.581487],[8.007265,46.58103],[8.007914,46.580313],[8.008281,46.579169],[8.010095,46.574375],[8.010223,46.57347],[8.01025,46.572732],[8.010068,46.571853],[8.00975,46.57114],[8.009294,46.570405],[8.008212,46.569315],[7.994069,46.556485],[7.98895,46.551892],[7.988633,46.55118],[7.988419,46.550538],[7.98817,46.549801],[7.987749,46.549089],[7.987055,46.548664],[7.986116,46.548002],[7.985457,46.547648],[7.984825,46.547531]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1234,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.958719,46.583309],[7.958724,46.583833],[7.958763,46.584332],[7.959008,46.584617],[7.960637,46.585347]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1235,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.960637,46.585347],[7.961329,46.585511],[7.962157,46.585435],[7.963293,46.585073],[7.964395,46.584759],[7.965117,46.584494],[7.965803,46.584086],[7.966661,46.583582],[7.967869,46.583529],[7.969281,46.583189],[7.970176,46.582899],[7.971108,46.582895],[7.972767,46.583149],[7.973874,46.58331],[7.974463,46.583569],[7.975054,46.583947],[7.975437,46.584326],[7.975752,46.58473],[7.976272,46.584941],[7.976998,46.585057],[7.977965,46.585148],[7.978657,46.585311],[7.979385,46.585569],[7.980392,46.586183],[7.981224,46.586489],[7.981606,46.586725],[7.98206,46.587294],[7.982657,46.588291],[7.983491,46.58881],[7.985051,46.589422],[7.985887,46.590132],[7.986685,46.590556],[7.987621,46.590909],[7.988073,46.59124],[7.988699,46.591713],[7.989462,46.592042],[7.994728,46.593754],[7.995454,46.593846],[7.997295,46.594956],[7.997612,46.595525],[7.998034,46.596309],[7.99842,46.596878],[7.998948,46.597875],[7.999471,46.598372],[8.001874,46.60036]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1236,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.001874,46.60036],[8.003019,46.600854],[8.003988,46.601016],[8.004471,46.601061],[8.004924,46.60144],[8.005305,46.601557],[8.0061,46.601624],[8.006516,46.601765],[8.006933,46.601977],[8.007146,46.602571],[8.007256,46.603166],[8.007536,46.603521],[8.008192,46.603542],[8.008607,46.603587],[8.008921,46.603824],[8.009205,46.60456],[8.009519,46.604939],[8.01001,46.605603],[8.01005,46.606079],[8.009814,46.606675],[8.009923,46.607151],[8.010341,46.607553],[8.011179,46.608335],[8.011186,46.609025]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1237,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.011186,46.609025],[8.01078,46.609836],[8.010545,46.610432],[8.010206,46.611124],[8.010384,46.611576],[8.011704,46.612331],[8.012533,46.612279],[8.013465,46.612298],[8.014296,46.61246],[8.014782,46.612672],[8.020762,46.616331],[8.021112,46.616734],[8.021264,46.618066],[8.021581,46.618588],[8.022555,46.619202],[8.023076,46.619532],[8.023908,46.619766],[8.024636,46.620024],[8.024882,46.620404],[8.024851,46.620761],[8.024476,46.621191],[8.024238,46.621573],[8.024036,46.621979]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1238,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.024036,46.621979],[8.024796,46.622046],[8.025451,46.621924],[8.026105,46.621659],[8.027313,46.621557],[8.028487,46.621575],[8.029043,46.62181],[8.029462,46.62226],[8.029439,46.623284],[8.029788,46.623591],[8.030689,46.62392],[8.031107,46.624203],[8.031455,46.624463],[8.032114,46.624674]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1239,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.032114,46.624674],[8.030359,46.625278],[8.029292,46.625641],[8.028258,46.625908],[8.027567,46.62584],[8.026874,46.625701],[8.026148,46.625657],[8.024184,46.626143],[8.023324,46.626457],[8.022669,46.62658],[8.021943,46.626559],[8.021007,46.626255],[8.020451,46.625996],[8.019104,46.626003],[8.018272,46.625698],[8.017061,46.625537],[8.01568,46.625639],[8.014303,46.626098],[8.013131,46.626295],[8.011367,46.626185],[8.010642,46.626188],[8.010023,46.626501],[8.009474,46.626813],[8.009029,46.627244],[8.008655,46.627769],[8.008383,46.628199],[8.008075,46.628438],[8.007351,46.628585],[8.006522,46.628637],[8.005554,46.62857],[8.005003,46.628763],[8.003119,46.63032]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1240,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.003119,46.63032],[8.001268,46.631757],[8.000375,46.632261],[7.998931,46.632887],[7.998207,46.633129],[7.995907,46.634544],[7.995149,46.634738],[7.993359,46.635413],[7.99267,46.635607],[7.991807,46.635707],[7.989769,46.635812],[7.982477,46.635656],[7.977431,46.635585],[7.975363,46.636023]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1241,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.975363,46.636023],[7.974188,46.636076],[7.973463,46.636127],[7.97243,46.636489],[7.971293,46.636804],[7.970429,46.636832],[7.969669,46.636811],[7.968981,46.6371],[7.968224,46.637485],[7.96743,46.637583],[7.966533,46.637683],[7.964982,46.638071],[7.964153,46.638146],[7.960662,46.638019],[7.959935,46.63788],[7.959033,46.637527],[7.958132,46.637293],[7.956784,46.637204],[7.955507,46.637376],[7.954612,46.63769],[7.95344,46.638028],[7.951954,46.637987],[7.95088,46.637707],[7.948453,46.636861]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1242,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.948453,46.636861],[7.947277,46.636699],[7.945513,46.636588],[7.943438,46.636336],[7.941846,46.636057],[7.940462,46.63592],[7.93649,46.636128],[7.933174,46.63619],[7.932034,46.636219],[7.93096,46.63589],[7.930336,46.635679],[7.929748,46.63561],[7.928985,46.635328],[7.92805,46.635141],[7.926356,46.635006],[7.925288,46.635343],[7.924422,46.63518],[7.923904,46.635135],[7.922729,46.63514],[7.921343,46.634718],[7.920753,46.634458],[7.920469,46.633579],[7.920118,46.632985],[7.919183,46.63268],[7.917798,46.6324],[7.917175,46.63226],[7.916378,46.631954],[7.91558,46.631576],[7.914783,46.631389],[7.914161,46.63132],[7.91278,46.631445],[7.911571,46.631522],[7.910775,46.631311],[7.910151,46.631075],[7.90894,46.630937],[7.907666,46.631395],[7.902313,46.631702],[7.900901,46.632232],[7.899459,46.633285]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1243,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.186547,46.726098],[8.19,46.723187]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1244,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.198603,46.721242],[8.206769,46.721164],[8.208633,46.720818],[8.211325,46.720253],[8.212321,46.719746],[8.213619,46.718523],[8.214504,46.717518],[8.21579,46.715462],[8.21775,46.712259],[8.218125,46.711828]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1245,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.218125,46.711828],[8.219256,46.711083],[8.22118,46.710141],[8.222759,46.709273],[8.223723,46.708957],[8.224933,46.70883],[8.225553,46.708683],[8.225947,46.708283]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1246,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.228325,46.706522],[8.229459,46.70599],[8.229796,46.705417],[8.231463,46.703453],[8.232857,46.701777]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1247,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.21936,46.455119],[8.220711,46.455681],[8.221746,46.455745],[8.223155,46.455569],[8.224187,46.455514],[8.225087,46.45577],[8.228513,46.45696],[8.23033,46.458685],[8.231164,46.459227],[8.231586,46.459795],[8.23187,46.460412],[8.232498,46.460955],[8.233091,46.461474],[8.233939,46.462897]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1248,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.233939,46.462897],[8.234572,46.463797],[8.235478,46.46448],[8.236654,46.464853],[8.238346,46.465079],[8.240588,46.465325],[8.241279,46.465487],[8.242009,46.46591],[8.242813,46.466714],[8.243941,46.46842]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1249,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.243941,46.46842],[8.244507,46.469391],[8.244725,46.470199],[8.245213,46.470577],[8.246916,46.47154],[8.248474,46.472077],[8.249584,46.472616],[8.25049,46.473276],[8.251084,46.473843],[8.251721,46.474934],[8.252183,46.475906],[8.252468,46.476499],[8.253271,46.477207],[8.254556,46.477912],[8.255564,46.478476],[8.260291,46.483488],[8.260919,46.484031],[8.262061,46.484332],[8.265661,46.485377]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1250,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.309266,46.505569],[8.311577,46.507813],[8.312308,46.508259],[8.31407,46.50846],[8.319698,46.509035],[8.320843,46.509455],[8.321573,46.509854],[8.322486,46.51087],[8.323849,46.512026],[8.325104,46.512825],[8.326356,46.513506]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1251,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.326356,46.513506],[8.327327,46.513879],[8.32827,46.51461],[8.340512,46.527152],[8.340833,46.527792],[8.341089,46.528671]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1252,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.413849,46.94147],[7.417342,46.940793],[7.426099,46.938902],[7.426985,46.938403],[7.430061,46.935725]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1253,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.430061,46.935725],[7.431312,46.934547],[7.434856,46.932441],[7.438192,46.930835],[7.440068,46.930014],[7.442517,46.929335],[7.4461,46.928601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1254,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.4461,46.928601],[7.448666,46.927907],[7.450334,46.927122],[7.45148,46.926443],[7.452418,46.926086],[7.454241,46.925657],[7.455596,46.92505],[7.457888,46.923444],[7.45992,46.92173],[7.461639,46.91973],[7.46268,46.918909],[7.464399,46.917837],[7.465545,46.916623],[7.466326,46.915231]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1255,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.466326,46.915231],[7.470178,46.909768],[7.471219,46.909196],[7.47299,46.908625]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1256,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.47299,46.908625],[7.475854,46.907339],[7.477364,46.906303],[7.478614,46.905767],[7.479499,46.904803],[7.480645,46.904338],[7.481582,46.904052],[7.48861,46.899623],[7.490431,46.89798],[7.492513,46.896051],[7.493345,46.894694]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1257,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.493345,46.894694],[7.494593,46.893587],[7.495582,46.892694],[7.497766,46.890015]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1258,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.497766,46.890015],[7.498806,46.888087],[7.499689,46.886765],[7.500417,46.885373],[7.500623,46.883945],[7.500413,46.881981],[7.495604,46.863848],[7.495498,46.862206],[7.495601,46.860992],[7.496067,46.858564]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1259,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.496067,46.858564],[7.499329,46.843783],[7.500522,46.840212],[7.501976,46.837677]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1260,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.501976,46.837677],[7.507169,46.830748],[7.508154,46.828248],[7.511786,46.821463],[7.513029,46.817499],[7.513907,46.813322]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1261,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.513907,46.813322],[7.517166,46.801431],[7.517111,46.798825],[7.517992,46.797218],[7.517517,46.792042],[7.517827,46.790971],[7.518762,46.790292],[7.521203,46.789433]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1262,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.521203,46.789433],[7.53227,46.786569],[7.534712,46.786495],[7.538351,46.786814],[7.540534,46.786776]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1263,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.540534,46.786776],[7.542613,46.786881],[7.551349,46.788801],[7.556081,46.789796],[7.557329,46.789866],[7.558471,46.789508],[7.55951,46.788935],[7.562775,46.784933],[7.565162,46.783146],[7.565266,46.78311],[7.56625,46.781966],[7.566195,46.780574],[7.565879,46.77879],[7.56598,46.777647],[7.566706,46.776861],[7.567951,46.776074],[7.573664,46.774925]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1264,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.573664,46.774925],[7.576989,46.774421],[7.59486,46.773113]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1265,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.59486,46.773113],[7.597665,46.772788],[7.599015,46.772465],[7.600468,46.77182],[7.605869,46.767743]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1266,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.367754,46.876549],[7.364476,46.874833],[7.364008,46.874261],[7.363957,46.873619],[7.363959,46.872405],[7.363648,46.871691],[7.362815,46.871119],[7.361515,46.870547],[7.360943,46.870047],[7.36084,46.86919],[7.361102,46.868405],[7.361259,46.867619],[7.360791,46.866869],[7.360012,46.866155],[7.359805,46.865441],[7.359962,46.864798],[7.360483,46.864191],[7.362307,46.862729]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1267,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.347352,46.842262],[7.346833,46.841476],[7.342678,46.837296],[7.342264,46.836296],[7.341537,46.835474],[7.340759,46.834545],[7.340344,46.833795],[7.340345,46.832974],[7.340867,46.832225],[7.341752,46.831618],[7.342898,46.831084],[7.343523,46.830513],[7.343993,46.829585],[7.344672,46.827801],[7.34483,46.82648],[7.344938,46.824267],[7.345304,46.823589],[7.346189,46.822911],[7.346918,46.822269],[7.346972,46.821127],[7.346557,46.820555],[7.345622,46.819876],[7.343231,46.81916]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1268,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.414951,46.924977],[7.413597,46.923121],[7.412764,46.922157],[7.412296,46.921371],[7.412036,46.920336],[7.411671,46.9193],[7.41089,46.918551],[7.408077,46.917586],[7.406671,46.917514],[7.405681,46.9173],[7.404952,46.916871],[7.404587,46.916121],[7.404484,46.9153],[7.40412,46.914622],[7.401672,46.912693],[7.401256,46.912193],[7.400789,46.90998]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1269,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.418805,46.929833],[7.417243,46.927548],[7.414951,46.924977]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1270,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.619078,46.762821],[7.619938,46.761273],[7.620683,46.760486]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1271,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.615369,46.772752],[7.619078,46.762821]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1272,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.608885,46.781806],[7.612855,46.777302],[7.613959,46.775824],[7.615369,46.772752]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1273,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.606003,46.790688],[7.606693,46.789735],[7.607242,46.788187],[7.607615,46.785544],[7.607922,46.783925],[7.608196,46.782902],[7.608885,46.781806]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1274,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.610664,46.818289],[7.608818,46.815531],[7.606274,46.811132],[7.605681,46.809895],[7.602935,46.807543],[7.602275,46.807115],[7.601996,46.806592],[7.601856,46.805973],[7.601923,46.805354],[7.602198,46.80464],[7.603543,46.802401],[7.603749,46.801806],[7.603433,46.800354],[7.603465,46.799331],[7.603772,46.797974],[7.603562,46.797117],[7.603213,46.796261],[7.603072,46.795595],[7.603416,46.794833],[7.606003,46.790688]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1275,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.617667,46.839008],[7.616828,46.837106],[7.61167,46.829117],[7.611424,46.828094],[7.611954,46.820501],[7.610664,46.818289]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1276,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.61992,46.879917],[7.619363,46.879418],[7.618944,46.878824],[7.618802,46.877872],[7.61925,46.876872],[7.622943,46.870797]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1277,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.622943,46.870797],[7.623944,46.869296],[7.624112,46.867558],[7.624491,46.866844],[7.62494,46.866248],[7.625077,46.865558],[7.624831,46.86482],[7.624134,46.863941],[7.622079,46.861635],[7.621626,46.861017],[7.620681,46.858639],[7.620156,46.857307],[7.620083,46.85626],[7.619698,46.855189],[7.619591,46.854237],[7.621068,46.84988],[7.621134,46.848999],[7.62074,46.845096],[7.620284,46.84355],[7.619691,46.842837],[7.618821,46.841863],[7.617667,46.839008]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1278,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.61992,46.879917],[7.618322,46.879491],[7.614745,46.878997],[7.605752,46.877868],[7.600336,46.877305],[7.59794,46.877141],[7.596899,46.877167],[7.595754,46.877359],[7.594748,46.877646],[7.593778,46.878028],[7.592426,46.878625],[7.591282,46.879173],[7.590137,46.879484],[7.585974,46.880275],[7.584379,46.880587],[7.583407,46.880897],[7.582021,46.881494],[7.580982,46.882352]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1279,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.624822,46.882289],[7.621102,46.880582]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1280,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.621102,46.880582],[7.61992,46.879917]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1281,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.63462,46.904098],[7.633644,46.902933],[7.633329,46.902148],[7.632943,46.901245],[7.632662,46.900341],[7.63273,46.899746],[7.633382,46.89765],[7.633171,46.896913],[7.633203,46.896103],[7.633755,46.895317],[7.63476,46.894673],[7.635731,46.894338],[7.637189,46.894431],[7.638301,46.894595],[7.639308,46.894641],[7.640106,46.894449],[7.640799,46.894186],[7.641492,46.89378],[7.641872,46.893328],[7.642113,46.89278],[7.64218,46.892161],[7.6419,46.891543],[7.641412,46.890948],[7.640577,46.890474],[7.640055,46.890237],[7.638979,46.890096],[7.637104,46.890075],[7.632203,46.888513],[7.628864,46.886686],[7.627332,46.885379],[7.626671,46.884857],[7.625659,46.883526],[7.624822,46.882289]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1282,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.626913,46.924483],[7.629483,46.924265],[7.63035,46.923978],[7.630904,46.923477],[7.631802,46.922048],[7.631868,46.920858],[7.631447,46.919763],[7.632627,46.909837],[7.633805,46.909192],[7.634845,46.908643],[7.635365,46.90819],[7.635676,46.907737],[7.635883,46.907356],[7.635984,46.906713],[7.635809,46.906166],[7.635564,46.905596],[7.63462,46.904098]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1283,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.618582,46.947345],[7.617534,46.945466],[7.615714,46.941589],[7.615464,46.939472],[7.61413,46.935547],[7.614023,46.934738],[7.614473,46.933999],[7.615409,46.933427],[7.616728,46.932949],[7.617352,46.932472],[7.618494,46.931327],[7.618839,46.93066],[7.618724,46.927162],[7.619172,46.926328],[7.619865,46.92559],[7.620975,46.925064],[7.623093,46.924823],[7.626913,46.924483]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1284,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.623302,46.965663],[7.622323,46.963999],[7.622106,46.961428],[7.621755,46.960644],[7.620079,46.958433],[7.619868,46.957624],[7.61991,46.949556],[7.6197,46.94889],[7.618582,46.947345]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1285,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.580982,46.882352],[7.580256,46.883686],[7.580085,46.884733],[7.579847,46.886495],[7.579605,46.886995],[7.577978,46.888877],[7.577425,46.889782],[7.576522,46.903206],[7.576873,46.904467],[7.577432,46.905966],[7.577469,46.906799],[7.57664,46.908442],[7.574218,46.911967],[7.573455,46.912777],[7.572345,46.91335],[7.571236,46.91397],[7.569847,46.9144],[7.564813,46.915262]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1286,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.564813,46.915262],[7.562139,46.915551],[7.561028,46.915457],[7.558144,46.915174],[7.555053,46.91513],[7.553387,46.915489],[7.552137,46.915894],[7.551269,46.916276],[7.539717,46.92376],[7.538641,46.92438],[7.537392,46.924904],[7.535864,46.925286],[7.534266,46.925502],[7.532633,46.925432],[7.530653,46.925291],[7.52836,46.925007],[7.52624,46.924747],[7.524781,46.924748],[7.523149,46.925011],[7.521586,46.92544],[7.515269,46.929062],[7.505315,46.934325]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1287,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.559717,46.935211],[7.559372,46.936164],[7.559029,46.938044],[7.558411,46.941591],[7.558416,46.943828],[7.557169,46.9454],[7.556649,46.94602],[7.556512,46.946972]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1288,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.556512,46.946972],[7.555889,46.948519],[7.554849,46.94971],[7.551134,46.951285],[7.548878,46.952977],[7.547593,46.953502]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1289,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.547593,46.953502],[7.546377,46.953884],[7.545856,46.953789],[7.545195,46.953313],[7.544359,46.952695],[7.543177,46.952268],[7.543142,46.952268],[7.539494,46.952938],[7.538729,46.953034],[7.537444,46.953416],[7.535881,46.954321],[7.533902,46.955299],[7.531123,46.956205],[7.528517,46.956683],[7.524346,46.956829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1290,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.524346,46.956829],[7.521669,46.95695],[7.52014,46.956832],[7.518227,46.956524],[7.516872,46.956359],[7.51569,46.95655],[7.514856,46.956788],[7.514231,46.957217]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1291,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.514231,46.957217],[7.513433,46.958122],[7.512774,46.959027],[7.512115,46.960289],[7.507461,46.963695],[7.503674,46.965506],[7.501729,46.967387],[7.500895,46.967745],[7.498984,46.968412],[7.498254,46.968817],[7.497004,46.969984]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1292,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.497004,46.969984],[7.492137,46.971057],[7.489669,46.971748],[7.485116,46.973178],[7.483934,46.973369]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1293,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.483934,46.973369],[7.4823,46.973465],[7.480352,46.97299],[7.479413,46.972895],[7.478648,46.973157],[7.477108,46.973941]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1294,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.477108,46.973941],[7.476215,46.974395],[7.475173,46.974967],[7.474269,46.975633],[7.473609,46.976395],[7.473122,46.976776],[7.471315,46.977514],[7.469576,46.978086],[7.468429,46.978229],[7.466134,46.978753],[7.464986,46.978635],[7.464395,46.978492],[7.462726,46.978825],[7.461266,46.979611],[7.460501,46.979968],[7.459388,46.979992],[7.457823,46.979112]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1295,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.457072,46.991692],[7.457036,46.98836],[7.457417,46.983481],[7.457417,46.982767]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1296,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.457417,46.982767],[7.457416,46.979268],[7.457301,46.977922]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1297,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.457301,46.977922],[7.456814,46.976637],[7.456605,46.975756],[7.455805,46.975019],[7.450118,46.972672]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1298,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.450118,46.972672],[7.447042,46.971402],[7.446103,46.970783],[7.445477,46.970046],[7.444434,46.968665]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1299,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.444434,46.968665],[7.443843,46.967523],[7.443704,46.966642],[7.443391,46.965595],[7.442939,46.964572],[7.442278,46.963572],[7.44127,46.962263],[7.439184,46.960431],[7.438871,46.959145],[7.437898,46.953267],[7.437898,46.951768],[7.438037,46.950244],[7.438418,46.949177]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1300,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.438418,46.949177],[7.435568,46.948249]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1301,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.435568,46.948249],[7.430946,46.948011],[7.427888,46.948748],[7.424029,46.950961],[7.422778,46.951556],[7.420275,46.952079],[7.418806,46.951986],[7.417599,46.951698],[7.413082,46.948698]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1302,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.459968,46.966356],[7.456287,46.965431],[7.451489,46.964337],[7.448917,46.963695],[7.446692,46.962767],[7.44471,46.960934],[7.44318,46.959292],[7.442833,46.957888],[7.442902,46.956484],[7.442068,46.953961],[7.440469,46.951534],[7.439774,46.950344]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1303,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.439774,46.950344],[7.438418,46.949177]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1304,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.463187,47.493187],[9.465683,47.492311],[9.467339,47.491544],[9.475288,47.486334],[9.476333,47.485197],[9.477821,47.483718],[9.47952,47.482236],[9.481099,47.48128],[9.482584,47.480635]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1305,\n\"weight\":0.1,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":953,\n\"to_node\":1382,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.988884,45.886229],[8.988664,45.886875],[8.988378,45.887617],[8.987982,45.888075],[8.987513,45.888367],[8.987221,45.888895],[8.987281,45.889822],[8.987604,45.890389],[8.98846,45.89052],[8.98911,45.890583],[8.989527,45.890862],[8.990155,45.891377],[8.990537,45.891634],[8.990956,45.891985],[8.990972,45.892533],[8.991192,45.893077],[8.991785,45.893569],[8.992216,45.894348],[8.992774,45.894793],[8.993161,45.895192],[8.993349,45.898213],[8.993706,45.898779],[8.993757,45.899398],[8.993682,45.900327],[8.993866,45.900824],[8.994354,45.901198],[8.99467,45.901527],[8.994681,45.901908],[8.994556,45.902291],[8.994236,45.903057],[8.994214,45.903486],[8.994435,45.904054],[8.994997,45.904641],[8.99513,45.905687],[8.995418,45.90623],[8.995908,45.906676],[8.99663,45.90688],[8.997417,45.906988],[8.998209,45.907263],[8.998967,45.907538],[8.999486,45.907793],[8.999838,45.908169],[8.999955,45.908691],[9.000168,45.908997],[9.0009,45.909558],[9.001286,45.909934],[9.000996,45.910533],[9.001114,45.911079]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1306,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.242585,47.229507],[8.243854,47.227904],[8.245726,47.226939],[8.246593,47.226504],[8.251292,47.223092]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1307,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.051725,47.391333],[8.053789,47.391571]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1308,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.053789,47.391571],[8.05361,47.391215],[8.053151,47.390956],[8.051992,47.390676],[8.051533,47.390441],[8.050792,47.389945],[8.049613,47.388024],[8.049938,47.385761],[8.050439,47.383688],[8.050667,47.382116]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1309,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.602905,47.403619],[8.604278,47.404705],[8.605227,47.405133],[8.60632,47.405481],[8.606792,47.405596],[8.608351,47.405739],[8.609141,47.405652],[8.610165,47.405462],[8.611752,47.404984]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1310,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.602905,47.403619],[8.599323,47.401548],[8.598184,47.400548],[8.596969,47.398917],[8.596573,47.397927]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1311,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.615867,47.414422],[8.615866,47.414401],[8.615471,47.413351],[8.615249,47.411731],[8.614654,47.410094],[8.613697,47.408924],[8.612466,47.407968],[8.610772,47.407163],[8.606478,47.405226],[8.602905,47.403619]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1312,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.623842,47.400056],[8.618214,47.402351],[8.611752,47.404984]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1313,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.611752,47.404984],[8.607791,47.406598],[8.606788,47.407251],[8.605548,47.408239],[8.604978,47.408715]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1314,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.392581,47.434582],[9.397696,47.436054],[9.399191,47.436769],[9.400039,47.437434],[9.400375,47.438107],[9.400411,47.439073],[9.399833,47.440291],[9.397496,47.445117],[9.389809,47.460678],[9.388965,47.462279]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1315,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.462124,47.000775],[7.46298,47.002745],[7.465139,47.006766],[7.465487,47.007909],[7.466392,47.008742],[7.467263,47.010526],[7.46775,47.011097],[7.468377,47.011645],[7.469178,47.012049],[7.470048,47.01243],[7.47137,47.012667],[7.475963,47.012618],[7.476798,47.012785],[7.477877,47.013308],[7.479061,47.013902],[7.480766,47.014497],[7.481985,47.014996],[7.483377,47.015543],[7.484909,47.016161]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1316,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.465786,46.980933],[7.465404,46.983803],[7.465858,46.986207],[7.466276,46.988277],[7.465964,46.990324],[7.46513,46.992133],[7.462975,46.995132],[7.46193,46.996997]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1317,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.882171,46.294133],[7.883331,46.293822],[7.88752,46.293901],[7.889341,46.294036],[7.894395,46.294754],[7.898588,46.295213],[7.906319,46.295895],[7.906432,46.295906]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1318,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.870787,46.231916],[7.871749,46.23215],[7.872095,46.232506],[7.87234,46.233029],[7.872413,46.233671],[7.871973,46.234434],[7.871771,46.234911],[7.871912,46.235363],[7.872364,46.236075],[7.872678,46.236717],[7.872486,46.238479],[7.872842,46.240191],[7.87312,46.240618],[7.874191,46.241495],[7.874675,46.242064],[7.87499,46.242848],[7.875482,46.244298],[7.875871,46.245701],[7.876083,46.246533],[7.876469,46.247508],[7.876609,46.247936],[7.876443,46.248579],[7.876344,46.249055],[7.876452,46.249674],[7.876696,46.250173],[7.877285,46.250884],[7.877392,46.25136],[7.877259,46.251979],[7.876956,46.252599],[7.876789,46.253219],[7.877204,46.253669],[7.878136,46.254356],[7.878861,46.254877],[7.879104,46.255233],[7.879384,46.255898],[7.879598,46.256873],[7.879534,46.257469],[7.8793,46.258183],[7.878998,46.259089],[7.878865,46.259566],[7.878942,46.260708],[7.879369,46.262586],[7.879411,46.263419],[7.879246,46.264348],[7.879223,46.265657],[7.879536,46.266156],[7.880371,46.267557],[7.880689,46.268698],[7.881041,46.269768],[7.881256,46.27091],[7.881648,46.272669],[7.881799,46.27443],[7.882013,46.275357],[7.882365,46.276403],[7.882544,46.277378],[7.882345,46.278236],[7.882014,46.279713],[7.881379,46.281786],[7.880843,46.283502],[7.880506,46.284265],[7.880243,46.285742],[7.87995,46.287647],[7.879324,46.290863],[7.878891,46.292554],[7.878758,46.293126],[7.878898,46.293482],[7.879381,46.293742],[7.880652,46.293809],[7.882171,46.294133]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1319,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.962882,46.318089],[6.963677,46.317589],[6.963991,46.317391],[6.964384,46.31723],[6.964697,46.317213],[6.965193,46.317215],[6.96613,46.317436],[6.967067,46.317657],[6.96769,46.317894],[6.968263,46.318023],[6.968706,46.318079],[6.9695,46.318001]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1320,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.975612,46.316486],[6.97484,46.31676],[6.974422,46.316867],[6.97377,46.316756],[6.973406,46.316682],[6.97299,46.316572],[6.972443,46.316479],[6.972209,46.316424],[6.971713,46.316404],[6.971087,46.316456],[6.970487,46.316507],[6.970147,46.316614],[6.969884,46.31683],[6.969672,46.317227],[6.9695,46.318001]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1321,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.898868,47.554155],[8.898685,47.554676],[8.898513,47.554966],[8.898095,47.555229],[8.89736,47.555405],[8.896781,47.555519],[8.896447,47.555614],[8.895873,47.555909],[8.895478,47.556202],[8.895241,47.55657],[8.895178,47.556737],[8.895164,47.55701],[8.896734,47.558419]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1322,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.431924,46.577471],[6.433129,46.582302],[6.433118,46.582873],[6.432746,46.58337],[6.432275,46.583651],[6.431337,46.584],[6.430555,46.584243],[6.429559,46.584912]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1323,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.432007,46.559156],[6.432461,46.559767],[6.432897,46.561377],[6.433421,46.563845],[6.433231,46.571234],[6.43305,46.572625],[6.431924,46.577471]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1324,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.608875,47.537997],[7.605755,47.540333],[7.603826,47.541454],[7.601299,47.542624],[7.599685,47.54353],[7.597219,47.544349]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1325,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.488192,47.360416],[9.486485,47.360661],[9.483793,47.360827],[9.477262,47.361348]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1326,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.494999,47.360676],[9.493415,47.36049],[9.491579,47.360118],[9.488192,47.360416]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1327,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.189628,46.850929],[7.1911,46.852089],[7.194353,46.853976],[7.199026,46.856343],[7.200754,46.857822],[7.202445,46.860015],[7.204068,46.861779],[7.205417,46.862639],[7.207531,46.863357],[7.211415,46.86377],[7.21589,46.864136],[7.21856,46.864593],[7.223311,46.865411],[7.226466,46.865925],[7.229518,46.866423],[7.231842,46.866784],[7.233333,46.866882],[7.235659,46.866791],[7.241211,46.866777],[7.244474,46.866568],[7.246835,46.866048],[7.251284,46.864057],[7.253836,46.862993]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1328,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.825861,47.098559],[6.81682,47.093763],[6.813083,47.091493],[6.806125,47.087528],[6.801923,47.084827],[6.80057,47.084356],[6.795726,47.082972],[6.794686,47.082573],[6.785725,47.077815]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1329,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.372637,47.044227],[8.367107,47.040732],[8.365567,47.04022],[8.363711,47.03964],[8.35844,47.038826],[8.357081,47.038742],[8.356178,47.038892],[8.355206,47.039066],[8.354585,47.039404],[8.354241,47.039597],[8.353142,47.04051],[8.350749,47.0431],[8.347585,47.045434],[8.345654,47.046544],[8.344865,47.04724],[8.343217,47.050681],[8.342676,47.051637],[8.34206,47.052308],[8.341337,47.052814],[8.34037,47.05325],[8.339087,47.053569],[8.337398,47.053877]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1330,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.337398,47.053877],[8.330094,47.05521],[8.329434,47.055311],[8.328737,47.055292],[8.328042,47.055369],[8.327279,47.055541],[8.326552,47.055809],[8.325896,47.056171],[8.32538,47.056532],[8.308798,47.060562],[8.307926,47.060497],[8.303227,47.056344],[8.302804,47.056014],[8.302417,47.055803],[8.301962,47.055639],[8.301645,47.055428],[8.300004,47.055178],[8.29934,47.055016],[8.298675,47.054807],[8.297901,47.054337],[8.297441,47.053864],[8.297083,47.053272],[8.29697,47.052726],[8.296833,47.052119]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1331,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.634882,47.700706],[8.636162,47.701168],[8.637647,47.701367],[8.63923,47.701232],[8.640458,47.700981],[8.641363,47.700472],[8.642146,47.699227],[8.642653,47.698269],[8.643048,47.697052],[8.643237,47.696074],[8.643558,47.694667],[8.643927,47.69383],[8.644267,47.693303],[8.644718,47.692989],[8.645653,47.692265],[8.646947,47.691823]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1332,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.632532,47.698479],[8.634882,47.700706]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1333,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.632532,47.698479],[8.631771,47.697559],[8.631495,47.697027],[8.63148,47.696349],[8.631306,47.695672],[8.631032,47.695247],[8.630811,47.694856],[8.63022,47.694434],[8.629417,47.693978],[8.628248,47.693704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1334,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.628248,47.693704],[8.625209,47.693823],[8.624262,47.693651],[8.62349,47.693295],[8.622899,47.692937],[8.622526,47.692365],[8.62224,47.691609],[8.622487,47.690576],[8.622685,47.689422],[8.622974,47.688297],[8.6251,47.682939]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1335,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.612469,47.682458],[8.613879,47.682014],[8.615737,47.681962],[8.617513,47.682572],[8.618509,47.683356],[8.620585,47.686441],[8.620845,47.687133],[8.620691,47.688985],[8.620785,47.691001],[8.621208,47.692418],[8.622061,47.693335],[8.62374,47.694012],[8.624428,47.694104],[8.628248,47.693704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1336,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.574805,47.694996],[8.586767,47.695771],[8.591021,47.695531],[8.592644,47.695307]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1337,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.436672,47.665129],[8.446142,47.671658],[8.448612,47.672892],[8.463958,47.679435]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1338,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.069439,46.304922],[7.070468,46.305092],[7.07122,46.305642],[7.0729,46.306123],[7.073758,46.306174],[7.074272,46.306318],[7.074989,46.306987],[7.07512,46.307963],[7.075458,46.308702],[7.075695,46.309203],[7.075452,46.309726]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1339,\n\"weight\":0.1,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":1382,\n\"to_node\":1406,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.001114,45.911079],[9.002153,45.911612],[9.003191,45.912145],[9.003749,45.91259],[9.004439,45.912842],[9.005258,45.912878],[9.005703,45.912919],[9.005845,45.913132],[9.005724,45.913657],[9.00565,45.914658],[9.005975,45.915272],[9.006365,45.915814],[9.007091,45.916161],[9.008047,45.916196],[9.008911,45.916588],[9.0096,45.916817],[9.010216,45.916879],[9.011319,45.917292],[9.011733,45.917453],[9.011776,45.917786],[9.011487,45.918409],[9.011531,45.918742],[9.011812,45.919023],[9.013171,45.920028],[9.01349,45.920428],[9.013368,45.920954],[9.013452,45.9215],[9.013675,45.922139],[9.013969,45.92285],[9.014361,45.923439],[9.014509,45.923842],[9.0148,45.92448],[9.015222,45.924927],[9.01579,45.925704],[9.016699,45.926453],[9.017708,45.927153],[9.01906,45.927896]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1340,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.139279,46.942015],[7.139754,46.943132],[7.139592,46.944131],[7.11956,46.964104]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1341,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.1427,46.993204],[7.14573,46.992498],[7.169563,46.984239],[7.189314,46.977429],[7.190988,46.976255],[7.191879,46.975364],[7.192444,46.974375]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1342,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.104265,46.998632],[7.11069,46.997472],[7.134813,46.994612],[7.1427,46.993204]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1343,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.852065,47.268435],[8.850639,47.268762],[8.849417,47.268825],[8.848362,47.2686],[8.847235,47.26828],[8.846273,47.267602],[8.845874,47.267059],[8.845546,47.266563],[8.845427,47.266017],[8.845582,47.265278],[8.845915,47.264631],[8.846799,47.263692],[8.848206,47.262699],[8.849232,47.261829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1344,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.9134,47.272261],[8.911489,47.271428],[8.910574,47.271226],[8.910049,47.271208],[8.909143,47.271339],[8.908344,47.27154],[8.907029,47.272032],[8.906195,47.27221],[8.905353,47.272125],[8.903983,47.271905],[8.9024,47.271568],[8.901032,47.271418],[8.899842,47.271386],[8.898726,47.271495],[8.895673,47.272367],[8.894555,47.272429],[8.893818,47.272319],[8.891463,47.271896],[8.890516,47.271789],[8.889256,47.271758],[8.887719,47.271801],[8.886841,47.271669],[8.885254,47.271189],[8.882587,47.270842],[8.880023,47.270422],[8.879148,47.270409],[8.877301,47.270622],[8.874215,47.270327],[8.872709,47.270227],[8.871836,47.270262],[8.869224,47.270675],[8.868036,47.270714],[8.867227,47.270533],[8.866521,47.27028],[8.864037,47.26893],[8.861207,47.267704],[8.859768,47.267507],[8.857909,47.267292],[8.857001,47.267351],[8.852065,47.268435]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1345,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.113388,47.343547],[8.113833,47.342735],[8.113904,47.340046],[8.113701,47.337834],[8.11318,47.335385],[8.112746,47.334269],[8.112493,47.333652],[8.11259,47.333033],[8.113072,47.332411],[8.113763,47.331669],[8.114244,47.330953],[8.114373,47.330119],[8.114083,47.329264]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1346,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.106615,47.356318],[8.108822,47.353569],[8.110581,47.351393],[8.111579,47.349983],[8.112228,47.348766],[8.112493,47.347527],[8.112853,47.345525],[8.11305,47.344525],[8.113388,47.343547]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1347,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.183613,47.317651],[8.185096,47.316071],[8.187476,47.313556],[8.189609,47.310948],[8.190945,47.308964],[8.191528,47.308128],[8.192428,47.307431],[8.193815,47.306518],[8.194367,47.305943],[8.196874,47.302619],[8.197072,47.301832],[8.1973,47.300617],[8.197912,47.299351],[8.198294,47.296707],[8.198329,47.296707],[8.198347,47.293066],[8.198939,47.287945]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1348,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.174784,47.329607],[8.179926,47.324291],[8.183102,47.318582],[8.183613,47.317651]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1349,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.819469,47.441317],[8.821165,47.44044],[8.82182,47.440004],[8.822197,47.439642],[8.822503,47.439258],[8.822945,47.438753],[8.823638,47.438387],[8.824822,47.438064],[8.825487,47.438008],[8.826189,47.438047],[8.826753,47.438136],[8.827179,47.438321],[8.82775,47.438695],[8.829077,47.439798],[8.829966,47.440287],[8.831206,47.440724],[8.832438,47.4409],[8.8397,47.440907],[8.840747,47.440704],[8.841407,47.440458],[8.841994,47.440094],[8.842477,47.439779],[8.842882,47.439179],[8.843742,47.437193]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1350,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.79717,47.444556],[8.798349,47.444043],[8.799002,47.443487],[8.801271,47.441699],[8.801962,47.441287],[8.802591,47.441184],[8.803502,47.441126],[8.804591,47.441184],[8.805545,47.441435],[8.80629,47.441759],[8.80962,47.444385],[8.810401,47.444757],[8.811564,47.444957],[8.812406,47.444947],[8.81328,47.444842],[8.81425,47.444354],[8.819469,47.441317]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1351,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.3171,47.153601],[8.318425,47.150175],[8.319458,47.147216],[8.319838,47.144881],[8.320317,47.140046],[8.320638,47.138377],[8.321977,47.13494],[8.322684,47.133411],[8.322805,47.132291]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1352,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.299199,47.164593],[8.299678,47.164549],[8.300479,47.164472],[8.301035,47.164325],[8.302937,47.16324],[8.315448,47.155862],[8.315931,47.155502],[8.316306,47.154951],[8.3171,47.153601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1353,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.288106,47.167634],[8.288722,47.166892],[8.289651,47.166028],[8.290724,47.165473],[8.292012,47.165249],[8.299199,47.164593]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1354,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.280359,47.180972],[8.280558,47.180304],[8.287332,47.169425],[8.288106,47.167634]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1355,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.365885,47.24641],[8.368101,47.245178],[8.369693,47.244261],[8.370864,47.2433],[8.37224,47.242027],[8.373439,47.240661],[8.374364,47.239582],[8.375005,47.238316],[8.375617,47.237311],[8.376232,47.236521],[8.377095,47.235919],[8.378963,47.234833],[8.380065,47.233919],[8.380814,47.232818],[8.381383,47.231362],[8.382126,47.229928],[8.382627,47.228638],[8.383204,47.227682],[8.384308,47.22684],[8.385971,47.226064],[8.388328,47.224998]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1356,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.339834,47.2767],[8.342658,47.274155],[8.350241,47.265622],[8.352507,47.263201],[8.35388,47.261738],[8.355289,47.260299],[8.355941,47.25958],[8.357354,47.258426],[8.359843,47.256811],[8.361397,47.255704],[8.362291,47.254793],[8.362832,47.253789],[8.363054,47.252478],[8.363276,47.25112],[8.363569,47.24988],[8.363625,47.24907],[8.364064,47.248186],[8.364645,47.247467],[8.365885,47.24641]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1357,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.223801,47.244601],[8.225136,47.242765],[8.229161,47.236074],[8.22981,47.23507],[8.233441,47.232546],[8.234726,47.232013],[8.236261,47.231812],[8.238808,47.231604],[8.241588,47.230609],[8.242585,47.229507]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1358,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.994112,46.286774],[6.979537,46.28086],[6.978717,46.280357],[6.977967,46.279806],[6.976975,46.279326],[6.97612,46.278942],[6.972765,46.277905],[6.97235,46.277835]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1359,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.97235,46.277835],[6.972182,46.277807],[6.967722,46.277574],[6.966522,46.27745],[6.965288,46.277231],[6.961043,46.275952],[6.960324,46.275734]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1360,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.97235,46.277835],[6.972548,46.277463],[6.973642,46.275397],[6.975292,46.271143],[6.975886,46.269932],[6.976828,46.268126],[6.978112,46.26637],[6.979566,46.264948],[6.98105,46.263955],[6.983085,46.262749],[6.985701,46.26176],[6.988283,46.260794],[6.992207,46.259334],[6.993824,46.258746],[6.995513,46.257872],[6.997134,46.256855],[6.998173,46.255716],[7.000367,46.251607],[7.000694,46.25097]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1361,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.227011,47.600256],[8.228056,47.601962],[8.229204,47.603453],[8.23074,47.604989],[8.232055,47.605837],[8.234073,47.60668],[8.236695,47.607852],[8.240097,47.609423]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1362,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.565875,46.543184],[6.569211,46.542309],[6.573102,46.540577],[6.576114,46.538938],[6.579046,46.537343]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1363,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.39451,46.936874],[7.395992,46.937817],[7.403876,46.942793],[7.407452,46.945023],[7.408496,46.945675],[7.410143,46.946761]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1364,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.494644,47.689208],[8.500168,47.68886],[8.503387,47.688236],[8.506004,47.686922],[8.508323,47.685447],[8.511533,47.684426],[8.5151,47.684095],[8.520258,47.685006],[8.536292,47.688723],[8.555823,47.693329],[8.559801,47.693952],[8.574805,47.694996]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1365,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.463958,47.679435],[8.478665,47.68565],[8.480489,47.686295],[8.489545,47.688824],[8.494644,47.689208]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1366,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.49379,47.235803],[7.493685,47.235303],[7.493107,47.234697],[7.492163,47.234055],[7.49143,47.233876],[7.490381,47.233663],[7.486922,47.233664],[7.485717,47.233522],[7.482571,47.232845],[7.476072,47.231348],[7.474918,47.230955]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1367,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.474918,47.230955],[7.473031,47.229885],[7.469256,47.227423],[7.466583,47.22521],[7.465167,47.224176],[7.463805,47.223569],[7.461394,47.222748],[7.460031,47.222142],[7.45935,47.221606],[7.458983,47.220821],[7.459087,47.21975],[7.459506,47.219036],[7.460082,47.218465],[7.461497,47.217894],[7.462859,47.217679],[7.463907,47.21775],[7.465531,47.218143],[7.469671,47.218534]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1368,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.469671,47.218534],[7.474229,47.218711],[7.47732,47.218603],[7.47994,47.218495],[7.482822,47.218316],[7.484184,47.21828],[7.486594,47.218636],[7.48869,47.218778],[7.490576,47.218705],[7.492777,47.218847],[7.494821,47.218989],[7.49655,47.219167],[7.498699,47.21963],[7.500638,47.220021],[7.502052,47.219949],[7.503833,47.219163],[7.505247,47.218484],[7.506766,47.218162],[7.508442,47.217875],[7.509961,47.217624],[7.511638,47.217766],[7.513525,47.217943],[7.513629,47.217907]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1369,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.513629,47.217907],[7.515515,47.217442],[7.516876,47.216727],[7.517818,47.216084],[7.518864,47.215048],[7.521532,47.212012],[7.522892,47.211083],[7.529364,47.208086]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1370,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.550108,47.216222],[7.551368,47.217363],[7.553537,47.219217],[7.555077,47.220239],[7.5563,47.220856]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1371,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.5563,47.220856],[7.566903,47.228556]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1372,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.566903,47.228556],[7.568303,47.229601],[7.569632,47.230218],[7.570961,47.230621],[7.572988,47.231048]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1373,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.572988,47.231048],[7.575226,47.231592],[7.577184,47.232066],[7.578338,47.232493],[7.581871,47.234131],[7.58306,47.234677],[7.584774,47.235293]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1374,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.596875,47.239156],[7.597645,47.239441],[7.59824,47.239868],[7.59866,47.240177],[7.599011,47.240677],[7.599536,47.241033],[7.601775,47.241886],[7.611992,47.245798],[7.613847,47.246486]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1375,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.613847,47.246486],[7.615385,47.24684],[7.620527,47.247927],[7.62231,47.248281],[7.626646,47.248917],[7.631402,47.249623],[7.634654,47.250141],[7.637277,47.25066],[7.638957,47.251157],[7.641196,47.251843],[7.642946,47.25234],[7.644414,47.252456],[7.645254,47.252574],[7.646198,47.252858]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1376,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.646198,47.252858],[7.647004,47.25338],[7.647601,47.253926],[7.648511,47.254353],[7.652116,47.255417],[7.652781,47.255678],[7.653832,47.256437],[7.654918,47.25703],[7.660733,47.259851]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1377,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.656307,47.231999],[7.65925,47.233992],[7.659986,47.234669],[7.660672,47.235596],[7.661357,47.236523],[7.662199,47.237271],[7.663354,47.237768],[7.665452,47.238228],[7.667497,47.238474],[7.668389,47.238687],[7.669492,47.239148],[7.670334,47.239861],[7.670861,47.240609],[7.671075,47.241466],[7.671184,47.242429],[7.671131,47.242465],[7.670927,47.243786],[7.671088,47.244571],[7.671563,47.24532],[7.672404,47.245925],[7.674086,47.246921],[7.676084,47.248131],[7.677503,47.24902],[7.68071,47.251013],[7.681762,47.251724],[7.682341,47.25233],[7.682394,47.252366],[7.682974,47.25315],[7.683136,47.254042],[7.682983,47.255006],[7.682463,47.256114],[7.68184,47.257329],[7.681111,47.258437],[7.680853,47.259473],[7.681015,47.260436],[7.681965,47.261755],[7.683648,47.262858],[7.686119,47.264245],[7.688959,47.265952],[7.689011,47.265988],[7.690378,47.266699],[7.691956,47.267659],[7.693115,47.268763]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1378,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.688092,47.308386],[7.688375,47.309051],[7.688868,47.309717],[7.689324,47.310097],[7.694587,47.312988]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1379,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.710505,47.285252],[7.710301,47.285942],[7.710238,47.287417],[7.709998,47.288299],[7.708206,47.293562],[7.707791,47.294634],[7.70748,47.295349],[7.706609,47.296065],[7.706017,47.296518],[7.705703,47.296781],[7.704411,47.297188]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1380,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.704411,47.297188],[7.703469,47.297619],[7.701937,47.299145],[7.701134,47.299552],[7.700366,47.299887],[7.699843,47.300173],[7.697301,47.302654],[7.696639,47.303108],[7.695591,47.303515],[7.694997,47.303706],[7.692972,47.304639],[7.688994,47.306837],[7.688507,47.307314],[7.688159,47.307719],[7.688092,47.308386]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1381,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.700705,47.263242],[7.701545,47.263383],[7.702244,47.263334],[7.703011,47.262975],[7.707086,47.259848],[7.707923,47.259489],[7.7089,47.259154],[7.710782,47.258054]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1382,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.538947,47.203593],[7.538216,47.20333],[7.537377,47.202855],[7.536537,47.202047],[7.533669,47.199027],[7.533318,47.198384],[7.533177,47.197623],[7.533281,47.196909],[7.533698,47.1961],[7.53443,47.195456],[7.535756,47.194837],[7.536663,47.194622],[7.537815,47.194502],[7.539177,47.194596],[7.543089,47.195092],[7.545289,47.195376],[7.547802,47.195207],[7.549896,47.194562],[7.555056,47.191463],[7.556103,47.19101],[7.559173,47.190007],[7.563009,47.188099],[7.564368,47.18717],[7.564925,47.186479],[7.566313,47.182955],[7.566485,47.182003],[7.566202,47.180242]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1383,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.566202,47.180242],[7.565884,47.178743],[7.565343,47.171247]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1384,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.565343,47.171247],[7.564884,47.16913],[7.564565,47.166845],[7.564213,47.165537],[7.563021,47.163373],[7.561411,47.161018],[7.55665,47.153764],[7.5556,47.152242]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1385,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.5556,47.152242],[7.555004,47.150863],[7.553738,47.146199],[7.553511,47.137941],[7.553459,47.129778]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1386,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.533931,47.129915],[7.532918,47.129273],[7.532603,47.12875],[7.532427,47.127774],[7.526234,47.114547],[7.523961,47.110075]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1387,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.523961,47.110075],[7.521546,47.10415],[7.520043,47.100962],[7.519343,47.09894],[7.518992,47.097679],[7.518676,47.095751]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1388,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.518676,47.095751],[7.518499,47.0943],[7.518706,47.092919],[7.521974,47.087348],[7.522251,47.086158]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1389,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.553459,47.129778],[7.553373,47.122234],[7.553367,47.119331],[7.553779,47.116641],[7.556393,47.10036],[7.556703,47.098242],[7.556805,47.097408],[7.557118,47.096837],[7.557535,47.09648],[7.558092,47.096051],[7.560529,47.095096]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1390,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.560529,47.095096],[7.568815,47.091517],[7.569789,47.090993],[7.570729,47.09042],[7.571772,47.089681],[7.574102,47.087846],[7.577545,47.085081],[7.578692,47.084199],[7.579701,47.083556]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1391,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.590021,47.546762],[7.587317,47.547774],[7.587035,47.547829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1392,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.731781,47.484214],[7.732669,47.483208],[7.734718,47.481808],[7.737008,47.480602],[7.744164,47.476983],[7.744592,47.476496]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1393,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.744592,47.476496],[7.744731,47.475749],[7.744391,47.474907],[7.738416,47.467138],[7.738631,47.462986],[7.739008,47.461947],[7.739292,47.46133],[7.73991,47.460745],[7.741148,47.459801]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1394,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.741148,47.459801],[7.746816,47.455732],[7.749849,47.450988]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1395,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.749849,47.450988],[7.753178,47.447898],[7.755179,47.446693],[7.758747,47.443699],[7.760128,47.442852],[7.761129,47.442362]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1396,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.761129,47.442362],[7.763371,47.441513],[7.768515,47.43832],[7.769702,47.437149],[7.771272,47.435944],[7.772315,47.434449],[7.772977,47.433344],[7.773114,47.432274],[7.772483,47.430783],[7.771759,47.429683],[7.771516,47.428938],[7.77098,47.427415]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1397,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.77098,47.427415],[7.770307,47.426735],[7.769776,47.425894],[7.769245,47.425084],[7.768619,47.424275],[7.768375,47.42353],[7.767941,47.422818]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1398,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.767941,47.422818],[7.763518,47.418614]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1399,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.763518,47.418614],[7.761931,47.416834],[7.759487,47.415706],[7.759103,47.415382],[7.759147,47.414896]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1400,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.759147,47.414896],[7.758714,47.414281],[7.757606,47.412889],[7.757218,47.411949],[7.755295,47.409976]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1401,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.755295,47.409976],[7.753086,47.407939],[7.752796,47.407388],[7.752212,47.405671],[7.752159,47.40473],[7.751245,47.403598],[7.749513,47.401624],[7.749605,47.400942],[7.750078,47.400098],[7.750266,47.399611],[7.749881,47.399093],[7.749305,47.398673],[7.748824,47.398123],[7.748914,47.397214]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1402,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.748914,47.397214],[7.748876,47.395871],[7.749114,47.394633]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1403,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.749114,47.394633],[7.749354,47.393775],[7.748925,47.392206],[7.74886,47.387938]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1404,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.82169,47.460536],[7.824506,47.459716],[7.828279,47.458925],[7.829805,47.458401],[7.830947,47.457618],[7.831658,47.45674],[7.832222,47.455441],[7.832927,47.453784],[7.833543,47.453036],[7.837822,47.449616]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1405,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.837822,47.449616],[7.841618,47.44584],[7.84276,47.44509],[7.845,47.444142],[7.846572,47.443358],[7.847902,47.442218],[7.851558,47.438994]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1406,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.851558,47.438994],[7.852554,47.437953],[7.852883,47.437238],[7.853017,47.436037],[7.852917,47.435454],[7.852385,47.434612],[7.850458,47.432738],[7.850215,47.432252],[7.849967,47.431118],[7.850008,47.43021],[7.85062,47.428975],[7.850853,47.428131],[7.850689,47.425504]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1407,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.850689,47.425504],[7.850245,47.42369],[7.849904,47.422945],[7.849372,47.422136],[7.848841,47.421327],[7.8485,47.420582],[7.848301,47.41948],[7.848103,47.418572],[7.847715,47.417828],[7.846943,47.416922],[7.84617,47.415855],[7.845577,47.41323],[7.845712,47.412126],[7.846231,47.411249],[7.847933,47.40894]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1408,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.847933,47.40894],[7.852471,47.402599],[7.852608,47.401852],[7.8526,47.40075],[7.852544,47.399744],[7.852682,47.399063],[7.855125,47.393799],[7.856257,47.392011]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1409,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.856257,47.392011],[7.857198,47.390192],[7.872459,47.369701],[7.873454,47.368692],[7.875068,47.367648],[7.876068,47.36732],[7.877496,47.366731],[7.879403,47.366431],[7.881121,47.36636],[7.882842,47.366645],[7.885042,47.367059],[7.887766,47.367437],[7.890345,47.367524],[7.891871,47.367389],[7.893299,47.366897],[7.89463,47.366178],[7.895913,47.365492],[7.897389,47.364967],[7.898914,47.364701],[7.900394,47.364728],[7.90159,47.364982],[7.903267,47.365657]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1410,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.903267,47.365657],[7.904848,47.366299],[7.909302,47.367968],[7.91088,47.368253],[7.912599,47.368279],[7.914171,47.367851],[7.915739,47.367033],[7.91683,47.36625],[7.917728,47.365241],[7.918398,47.364179]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1411,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.050667,47.382116],[8.050586,47.381212],[8.049049,47.375485]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1412,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.049049,47.375485],[8.049006,47.374748],[8.045813,47.37129],[8.044364,47.370155],[8.044242,47.368633]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1413,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.044242,47.368633],[8.044296,47.367228],[8.043013,47.36526],[8.041675,47.364648]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1414,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.041675,47.364648],[8.041144,47.364175],[8.041105,47.363818],[8.04145,47.363412],[8.04302,47.362396]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1415,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.04302,47.362396],[8.045345,47.360893]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1416,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.045345,47.360893],[8.046145,47.360389],[8.046421,47.360078],[8.046204,47.359436],[8.046056,47.358771],[8.046222,47.357985],[8.046495,47.357293],[8.04634,47.356032],[8.046402,47.355318],[8.047047,47.353506],[8.047732,47.352194],[8.049008,47.350426],[8.049384,47.349615],[8.050234,47.347421],[8.052362,47.343794]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1417,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.052362,47.343794],[8.052741,47.343148],[8.053871,47.340976],[8.053683,47.339858],[8.053681,47.336622]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1418,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.053681,47.336622],[8.055236,47.333765]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1419,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.055236,47.333765],[8.055669,47.33297],[8.055587,47.329355]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1420,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.055587,47.329355],[8.055527,47.326688],[8.053996,47.324435],[8.052719,47.319968]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1421,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.052719,47.319968],[8.052345,47.317852],[8.052647,47.316756],[8.05264,47.316089],[8.05171,47.314333],[8.05124,47.313074],[8.050981,47.311838],[8.051074,47.310791]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1422,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.051074,47.310791],[8.051309,47.309885],[8.051165,47.309576],[8.050809,47.309007],[8.050589,47.308175],[8.05033,47.306892],[8.049826,47.305681]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1423,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.026628,47.337429],[8.027037,47.339545],[8.027324,47.340234],[8.027929,47.341087],[8.028954,47.341915],[8.042378,47.352484],[8.0452,47.354325],[8.048199,47.356261]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1424,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.021069,47.325273],[8.021773,47.32565],[8.022977,47.326881],[8.02383,47.328091],[8.024754,47.329371],[8.025443,47.331533],[8.026101,47.334005],[8.026628,47.337429]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1425,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.983619,47.321862],[7.990338,47.321782],[7.991773,47.321871],[7.993001,47.32215],[7.995562,47.322685],[7.996507,47.322752],[8.005398,47.322852],[8.006905,47.322987],[8.009043,47.323286],[8.012373,47.323793],[8.019312,47.324615],[8.02019,47.324872],[8.021069,47.325273]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1426,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.962811,47.319935],[7.963794,47.320312],[7.964743,47.320664],[7.965306,47.320971],[7.966255,47.321371],[7.967377,47.321652],[7.96878,47.321907],[7.974633,47.322808],[7.975684,47.322851],[7.976733,47.322751],[7.977711,47.322556],[7.978653,47.322266],[7.979595,47.321976],[7.983619,47.321862]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1427,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.939481,47.292177],[7.939145,47.293005],[7.939049,47.293958],[7.939163,47.294933],[7.939417,47.295908],[7.9429,47.305364],[7.942975,47.305983],[7.942735,47.306483],[7.942114,47.307343]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1428,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.942114,47.307343],[7.94149,47.308012],[7.940377,47.308731],[7.939509,47.309425],[7.939059,47.309903],[7.938784,47.310499],[7.93879,47.311094],[7.938864,47.311569],[7.939079,47.312044],[7.939363,47.312495],[7.939962,47.312921],[7.941051,47.313392],[7.942243,47.313673],[7.943679,47.313809],[7.94494,47.31397],[7.946274,47.314369],[7.950664,47.316015],[7.952139,47.31658],[7.95372,47.317239],[7.955441,47.317803],[7.956844,47.318177],[7.958737,47.318478],[7.959683,47.318593],[7.96063,47.31885],[7.96165,47.319369],[7.962811,47.319935]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1429,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.710782,47.258054],[7.719424,47.252798],[7.720575,47.252415],[7.721762,47.252055],[7.723157,47.251551],[7.725321,47.250999],[7.731048,47.250032],[7.732654,47.249671],[7.736044,47.249734],[7.736947,47.248709],[7.7391,47.24618],[7.739585,47.245441],[7.739758,47.245012],[7.740245,47.244607]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1430,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.740245,47.244607],[7.740768,47.244391],[7.741152,47.24439],[7.741887,47.244674],[7.742727,47.244886],[7.743601,47.244883],[7.745139,47.244998],[7.748113,47.245466],[7.749512,47.245724],[7.752592,47.246501],[7.753537,47.246665]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1431,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.763627,47.245019],[7.765093,47.244682],[7.765965,47.244537],[7.766803,47.244391],[7.76736,47.244033],[7.767776,47.243437],[7.769372,47.241552],[7.769648,47.241099]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1432,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.769648,47.241099],[7.76954,47.240552],[7.769812,47.239338],[7.770297,47.238622],[7.770642,47.237955],[7.771372,47.237358]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1433,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.774602,47.234183],[7.77543,47.232467],[7.776195,47.231918],[7.777598,47.227202],[7.777979,47.226629],[7.77857,47.226223],[7.779268,47.226078],[7.780141,47.226004],[7.780804,47.225931],[7.781221,47.22562]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1434,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.781221,47.22562],[7.783108,47.226683],[7.78693,47.228765]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1435,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.799984,47.237317],[7.803373,47.237306],[7.806446,47.237011],[7.808402,47.236814],[7.81015,47.236951],[7.814975,47.237459]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1436,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.814975,47.237459],[7.81732,47.237927],[7.819175,47.238397],[7.820437,47.238917],[7.821243,47.239271],[7.822608,47.239528]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1437,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.835968,47.231653],[7.836251,47.227416]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1438,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.780349,47.215297],[7.779756,47.214915],[7.779055,47.214584],[7.778667,47.213943],[7.778348,47.213301],[7.778168,47.212469],[7.778337,47.211492],[7.778746,47.209992],[7.77912,47.208372],[7.779597,47.206467],[7.779905,47.205514],[7.78011,47.204847],[7.780731,47.203608]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1439,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.780731,47.203608],[7.781663,47.201963],[7.788288,47.189663]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1440,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.788288,47.189663],[7.789186,47.188185],[7.790296,47.187206],[7.791374,47.186488],[7.792033,47.18582],[7.792483,47.1852],[7.792573,47.182962],[7.792709,47.182557],[7.793261,47.181556]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1441,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.12566,47.388382],[8.129342,47.388598],[8.13917,47.389848],[8.160652,47.392405],[8.163671,47.392767],[8.165808,47.392727]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1442,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.203928,47.395485],[8.203803,47.394082],[8.204135,47.392794],[8.204785,47.391695],[8.205511,47.391024],[8.207344,47.389346]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1443,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.66946,46.6612],[8.670067,46.660527],[8.670702,46.659568],[8.67107,46.65904],[8.671374,46.658704],[8.672271,46.658623],[8.673097,46.658471],[8.673571,46.658013],[8.673803,46.657582],[8.675035,46.657022],[8.675959,46.656607],[8.676816,46.656288],[8.677425,46.65571],[8.678066,46.655061],[8.678743,46.65441],[8.679391,46.654046],[8.680387,46.653726],[8.681179,46.653622],[8.682523,46.653417],[8.683789,46.652856],[8.68512,46.652127],[8.686351,46.651519],[8.687142,46.651367],[8.688869,46.651324],[8.689664,46.651316],[8.690466,46.651592],[8.691408,46.651963],[8.695528,46.65375],[8.696365,46.654074],[8.697456,46.654896],[8.698125,46.655388],[8.699103,46.655853],[8.700424,46.656148],[8.702048,46.65613],[8.706508,46.656152],[8.707379,46.656404],[8.709293,46.656954]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1444,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.709293,46.656954],[8.710968,46.657602],[8.711808,46.658045],[8.71286,46.658676],[8.714151,46.659185],[8.716035,46.659902],[8.716842,46.660393],[8.717752,46.660859],[8.718343,46.660995],[8.719077,46.661344],[8.721062,46.661964],[8.722627,46.662351],[8.723701,46.662434],[8.725188,46.662441],[8.726716,46.662733],[8.728173,46.662931],[8.729075,46.66304],[8.729842,46.663317],[8.730536,46.663404],[8.731407,46.66368],[8.734324,46.664218],[8.735258,46.664231],[8.737029,46.664544],[8.739001,46.664593],[8.742838,46.666001],[8.743364,46.666281],[8.743893,46.666727],[8.744731,46.667075],[8.745118,46.667356],[8.7452,46.667855],[8.74486,46.668097],[8.743382,46.668495],[8.742836,46.668763],[8.742705,46.669098],[8.742969,46.669975]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1445,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.742969,46.669975],[8.743541,46.672206],[8.744045,46.673034],[8.744887,46.6735],[8.745556,46.674016],[8.746231,46.674746],[8.747149,46.675545],[8.74844,46.676006],[8.749831,46.6763],[8.751054,46.676833],[8.751897,46.677347],[8.752674,46.678029],[8.7532,46.678308],[8.754031,46.678346],[8.75503,46.678216]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1446,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.75503,46.678216],[8.756033,46.678204],[8.757914,46.678754],[8.75935,46.679499],[8.759992,46.680277],[8.760245,46.680726],[8.761055,46.681312],[8.762382,46.68182],[8.763288,46.682119],[8.763773,46.682137],[8.764254,46.681989],[8.765002,46.68148],[8.765654,46.681258],[8.766862,46.681149],[8.769836,46.681138]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1447,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.769836,46.681138],[8.770913,46.68134],[8.771614,46.681712],[8.772213,46.682158],[8.773087,46.682552],[8.774026,46.682755],[8.774956,46.682578],[8.775716,46.682545],[8.776658,46.682891],[8.777557,46.682857],[8.778384,46.682728],[8.779317,46.682693],[8.780771,46.682771],[8.781527,46.682548],[8.782318,46.682396],[8.782701,46.682487],[8.783365,46.682765],[8.784064,46.683042],[8.784965,46.683103],[8.786027,46.682709],[8.786818,46.68251]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1448,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.786818,46.68251],[8.78785,46.682307],[8.788644,46.68225],[8.789436,46.682074],[8.790194,46.681994],[8.790744,46.681844],[8.791921,46.681878],[8.793584,46.681977],[8.794308,46.681897],[8.795093,46.681483],[8.795713,46.68138],[8.796444,46.681562],[8.797519,46.681692],[8.798695,46.681654],[8.799381,46.681432],[8.800241,46.681255],[8.804046,46.681257],[8.805227,46.681457],[8.806864,46.681914],[8.808151,46.682208],[8.809359,46.682098],[8.810425,46.681871],[8.811255,46.681837],[8.812744,46.681938],[8.814295,46.681729],[8.815952,46.681566],[8.817505,46.681452],[8.818475,46.681512],[8.819723,46.681616],[8.821213,46.681717],[8.822666,46.681723],[8.825162,46.681978]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1449,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.825162,46.681978],[8.827381,46.682165],[8.828529,46.682437],[8.829891,46.68292],[8.83073,46.683267],[8.831438,46.683901],[8.832172,46.684202],[8.832876,46.684669],[8.833483,46.685424],[8.833389,46.685782],[8.832915,46.686168],[8.831475,46.686662],[8.83023,46.686701],[8.829543,46.686876],[8.828935,46.687431],[8.828266,46.688344],[8.827859,46.688658],[8.827353,46.689164],[8.82709,46.689691],[8.827139,46.690238],[8.827498,46.690757],[8.828266,46.69101],[8.829685,46.69104]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1450,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.829685,46.69104],[8.831035,46.691071],[8.83193,46.690918],[8.832689,46.690837],[8.833453,46.690923],[8.834572,46.691409],[8.837373,46.692708],[8.837829,46.69294],[8.838012,46.693319],[8.837782,46.693774],[8.837481,46.694206],[8.837489,46.694515],[8.837775,46.694869],[8.838579,46.695169],[8.839377,46.695254],[8.840306,46.695076],[8.841383,46.695229],[8.842492,46.695311],[8.843082,46.695399],[8.844001,46.696149],[8.845543,46.696892]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1451,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.845543,46.696892],[8.846255,46.697645],[8.847781,46.699126],[8.847976,46.699956],[8.847824,46.700768],[8.84815,46.701335],[8.848677,46.701638],[8.849685,46.701792],[8.850449,46.701925],[8.850905,46.702158],[8.850927,46.702991],[8.850978,46.703609],[8.851542,46.704031],[8.852277,46.704355],[8.85301,46.704584],[8.85433,46.704781],[8.856665,46.705419]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1452,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.856665,46.705419],[8.857573,46.705717],[8.858167,46.705924],[8.858623,46.70618],[8.859014,46.70658],[8.859437,46.70686],[8.860167,46.70697],[8.860822,46.706891],[8.861435,46.706526],[8.86191,46.706139],[8.862527,46.705917],[8.863355,46.705836],[8.86433,46.706085],[8.865741,46.707091],[8.867848,46.708231],[8.868446,46.708605],[8.868734,46.709053],[8.869202,46.709714],[8.870183,46.710178],[8.870534,46.71034],[8.871029,46.710762],[8.871641,46.711635],[8.872382,46.712173],[8.873503,46.712707],[8.874062,46.71289],[8.87486,46.712975],[8.875691,46.712965],[8.876461,46.713312],[8.878704,46.714355],[8.880097,46.714695],[8.880726,46.714901],[8.881659,46.714865],[8.882357,46.715047],[8.882778,46.71528],[8.883544,46.71546],[8.884272,46.715499],[8.885045,46.715917],[8.88581,46.716051],[8.88671,46.716063],[8.887857,46.716239],[8.889004,46.716415],[8.889775,46.716762],[8.891706,46.717785],[8.89367,46.718736],[8.894614,46.719105],[8.89571,46.719971],[8.896391,46.72082],[8.897372,46.721259],[8.898415,46.721436],[8.900596,46.721456],[8.902192,46.721578],[8.903857,46.7217],[8.90556,46.721964],[8.908275,46.7225],[8.91005,46.722882],[8.911546,46.723148],[8.914367,46.723754],[8.918282,46.723894],[8.919256,46.724072],[8.92041,46.724509],[8.921142,46.724666],[8.921936,46.724585],[8.922587,46.724362],[8.923375,46.724066],[8.931304,46.724129]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1453,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.931304,46.724129],[8.932481,46.724138],[8.934361,46.724518],[8.93537,46.724695],[8.936481,46.724823],[8.93843,46.725202],[8.939965,46.725634],[8.941009,46.725835],[8.943786,46.727322],[8.945749,46.728224],[8.947428,46.728821],[8.948698,46.729685],[8.950271,46.730212],[8.950901,46.730465],[8.952727,46.731393],[8.954514,46.732131],[8.95601,46.732397],[8.957432,46.732497]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1454,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.957432,46.732497],[8.95916,46.732379],[8.963082,46.731493],[8.963845,46.731554],[8.964752,46.73178],[8.966574,46.732565],[8.96752,46.732957],[8.968089,46.733473],[8.968697,46.734156],[8.969506,46.734621],[8.970691,46.734891],[8.971599,46.735164],[8.972483,46.735795],[8.977374,46.740966],[8.978543,46.741903],[8.980598,46.742327],[8.982406,46.742565],[8.983163,46.742388],[8.984802,46.741604],[8.985934,46.741231],[8.986767,46.741291],[8.990891,46.742616]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1455,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.990891,46.742616],[8.993012,46.742897],[8.99561,46.742956],[8.997588,46.743096],[8.998845,46.743436],[9.002212,46.744913],[9.003256,46.74509],[9.005231,46.74511],[9.006315,46.745476],[9.00771,46.745814],[9.008713,46.745776],[9.010953,46.745389],[9.012887,46.745219],[9.014103,46.745369],[9.015811,46.745726],[9.01706,46.745828],[9.019209,46.745893],[9.020876,46.746037],[9.029524,46.746869],[9.030604,46.747092],[9.031934,46.747573],[9.03316,46.748056],[9.035892,46.749065],[9.036562,46.749484],[9.037283,46.75045],[9.038346,46.751245],[9.039637,46.75156],[9.040852,46.751662],[9.041863,46.751886],[9.04525,46.752814],[9.046026,46.753279],[9.047152,46.753882],[9.04827,46.754176],[9.049308,46.754138],[9.050509,46.753787],[9.052083,46.753122],[9.054359,46.752805],[9.055955,46.752901],[9.057415,46.753071],[9.058806,46.753242],[9.059333,46.753496],[9.060078,46.75408],[9.060888,46.754545],[9.061345,46.754753],[9.063077,46.754752]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1456,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.063077,46.754752],[9.06498,46.754701],[9.065992,46.754948],[9.067034,46.755029],[9.068137,46.754846],[9.069824,46.754537],[9.070551,46.754526],[9.071561,46.754702],[9.072957,46.755039],[9.073653,46.755148],[9.075509,46.755812],[9.076379,46.755966],[9.080472,46.756146],[9.083314,46.7562],[9.085016,46.756342],[9.086409,46.756608],[9.088263,46.757176],[9.094185,46.759399],[9.104461,46.763511],[9.114104,46.767227],[9.120698,46.76982]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1457,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.120698,46.76982],[9.123995,46.771104],[9.125075,46.771279],[9.126601,46.771351],[9.127746,46.771406],[9.128828,46.771652],[9.129981,46.771944],[9.130789,46.772289],[9.135168,46.774914],[9.136244,46.77497],[9.143351,46.775102],[9.145663,46.774805]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1458,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.145663,46.774805],[9.147006,46.774547],[9.148226,46.774767],[9.150845,46.775394],[9.154275,46.776462],[9.155738,46.776725],[9.157055,46.776706],[9.158971,46.775963],[9.159868,46.77583],[9.161153,46.77593],[9.163106,46.776305],[9.164251,46.776359],[9.165841,46.77624],[9.166709,46.776298],[9.167578,46.776356],[9.168617,46.776341],[9.169375,46.776234],[9.17085,46.775759],[9.172531,46.775234],[9.174934,46.774531],[9.176978,46.774523],[9.178191,46.774529],[9.179732,46.773958],[9.181511,46.77324],[9.182443,46.773154],[9.187168,46.773534],[9.191582,46.773943],[9.192516,46.773905],[9.193065,46.77373],[9.194452,46.772709],[9.195206,46.772435],[9.196108,46.772469],[9.197124,46.77281],[9.19857,46.773597],[9.200501,46.774353],[9.202456,46.774823],[9.204868,46.775452],[9.208261,46.775376]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1459,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.208261,46.775376],[9.210997,46.775333],[9.21234,46.775075],[9.215491,46.775002],[9.216351,46.774798],[9.218649,46.774095],[9.219996,46.773955],[9.221526,46.774122],[9.224142,46.774629],[9.224948,46.774926],[9.22629,46.775666],[9.22807,46.777114],[9.228577,46.777749],[9.229014,46.778409],[9.229581,46.778781],[9.230731,46.778953],[9.233419,46.77853]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1460,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.024304,46.946318],[9.019449,46.940791],[9.017991,46.938478],[9.016785,46.936495],[9.015933,46.935864],[9.014453,46.93517],[9.01214,46.934512]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1461,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.01214,46.934512],[9.00611,46.932714],[9.005015,46.93211],[9.003738,46.930033],[9.003151,46.928946],[9.002296,46.928219]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1462,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.002296,46.928219],[9.001375,46.927637],[8.99955,46.927019],[8.998811,46.926672],[8.997622,46.925236]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1463,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.038518,46.964878],[9.037105,46.964136],[9.033908,46.963038],[9.032385,46.962107],[9.029418,46.958197],[9.029219,46.957343],[9.030197,46.953996],[9.030171,46.953092],[9.02983,46.952145],[9.029216,46.951368],[9.02779,46.950173],[9.026504,46.949001],[9.024304,46.946318]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1464,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.047022,46.975995],[9.046426,46.97467],[9.043127,46.970194],[9.039507,46.965412],[9.038518,46.964878]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1465,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.058368,46.985476],[9.057058,46.984733],[9.05604,46.984414],[9.053486,46.983926],[9.052714,46.983699],[9.051582,46.983072],[9.050671,46.981681],[9.049772,46.980717],[9.048847,46.98004],[9.048062,46.979361],[9.04769,46.978556],[9.047335,46.977157],[9.047022,46.975995]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1466,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.077291,46.996871],[9.076909,46.995758],[9.075755,46.994418],[9.074871,46.993954],[9.072382,46.993323],[9.07066,46.992776],[9.068379,46.992118],[9.066843,46.99195],[9.065163,46.991617],[9.063929,46.991063],[9.063144,46.990431],[9.060901,46.987583],[9.060073,46.986642],[9.058368,46.985476]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1467,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.081068,47.010005],[9.080451,47.009157],[9.080119,47.008567],[9.079989,47.007712],[9.080244,47.00697],[9.080532,47.006133],[9.080681,47.005321],[9.080447,47.004491],[9.079795,47.003644],[9.078539,47.0024],[9.078181,46.999787],[9.077291,46.996871]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1468,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.233419,46.77853],[9.234458,46.77849],[9.23512,46.778599],[9.236351,46.779151],[9.240459,46.781776],[9.241543,46.782069],[9.24341,46.781944],[9.245238,46.781677],[9.246957,46.781269],[9.24966,46.781274],[9.251482,46.780816],[9.252281,46.780875],[9.254823,46.781239],[9.25648,46.78207],[9.257561,46.782267],[9.259878,46.783158],[9.26031,46.783628],[9.260681,46.78436],[9.260977,46.784903],[9.261514,46.785418],[9.262331,46.786],[9.262937,46.78649],[9.263629,46.787479],[9.264679,46.787795],[9.266881,46.788332],[9.267587,46.788701],[9.268865,46.789585],[9.26974,46.789857],[9.272537,46.79055],[9.273313,46.790942],[9.274125,46.791382],[9.275426,46.791908]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1469,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.275426,46.791908],[9.277851,46.792893],[9.27878,46.793711],[9.279572,46.794579],[9.280266,46.795592],[9.281009,46.796056],[9.282026,46.796397],[9.283171,46.796426],[9.283895,46.796295],[9.284819,46.795947],[9.28653,46.7953],[9.290065,46.795267],[9.291277,46.795223],[9.292304,46.794873],[9.293572,46.794424],[9.294771,46.794024],[9.296185,46.79381],[9.297291,46.793721],[9.298131,46.793945],[9.298834,46.794243],[9.299728,46.795014],[9.30095,46.79628],[9.301562,46.796937],[9.301899,46.797669],[9.302065,46.798452],[9.301785,46.799385],[9.300972,46.800922],[9.300653,46.801737],[9.300537,46.803381],[9.301495,46.805032],[9.302177,46.805688],[9.303228,46.806004],[9.304653,46.8061],[9.305731,46.806201],[9.306817,46.806517],[9.307916,46.807213],[9.308964,46.807434],[9.31035,46.807411]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1470,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.31035,46.807411],[9.312328,46.80745],[9.313418,46.806908],[9.314607,46.806198],[9.315665,46.805705],[9.316526,46.805548],[9.317533,46.805579],[9.318891,46.805747],[9.32018,46.805916],[9.321086,46.806068],[9.322017,46.80591],[9.32335,46.805364],[9.324106,46.805161],[9.325183,46.805239],[9.326394,46.805147],[9.327425,46.804892],[9.328329,46.804972],[9.329101,46.805221],[9.330351,46.806272],[9.331348,46.807017],[9.332398,46.807286],[9.333714,46.807264],[9.334754,46.807247],[9.336042,46.807392],[9.337359,46.80737],[9.338572,46.80735],[9.339343,46.807599],[9.340369,46.808177],[9.341156,46.808854],[9.341353,46.809518],[9.341794,46.810224],[9.342365,46.810691],[9.343252,46.811248],[9.344204,46.811708],[9.346004,46.812583],[9.347178,46.81342],[9.34907,46.814936],[9.351103,46.816545],[9.352682,46.817042],[9.354359,46.817395],[9.355361,46.817283],[9.356563,46.816953],[9.357589,46.816555],[9.35915,46.816576],[9.360125,46.816679]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1471,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.360125,46.816679],[9.360867,46.817071],[9.363441,46.819218],[9.364719,46.820054],[9.365986,46.820556],[9.366625,46.820974],[9.367099,46.821609],[9.367644,46.822314],[9.368179,46.822733],[9.368882,46.822983],[9.370279,46.823245],[9.371564,46.823295],[9.37285,46.823368],[9.373589,46.823665],[9.374336,46.824176],[9.375035,46.824331],[9.375862,46.824198],[9.376265,46.82381],[9.37666,46.823232],[9.377203,46.82289],[9.377992,46.822662],[9.378759,46.822768],[9.380476,46.823239],[9.382726,46.823129],[9.384048,46.823226],[9.385718,46.823388],[9.387627,46.823427],[9.390818,46.82342],[9.392867,46.82348],[9.39385,46.82382],[9.396284,46.824945],[9.397121,46.82505],[9.397878,46.824894],[9.398687,46.824261],[9.399434,46.82382],[9.401053,46.823506],[9.402946,46.823093],[9.405293,46.822791]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1472,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.511461,46.849529],[9.512087,46.849806],[9.514015,46.850295],[9.524003,46.851923],[9.525505,46.852181],[9.527024,46.852867],[9.528833,46.853646]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1473,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.481437,46.843192],[9.484587,46.843921],[9.49462,46.84586],[9.496395,46.845995],[9.498022,46.845894],[9.49982,46.845743],[9.501177,46.845837],[9.503199,46.846086],[9.505193,46.846503],[9.506708,46.847094],[9.508833,46.848199],[9.510534,46.84912],[9.511461,46.849529]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1474,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.4531,46.833291],[9.45913,46.836827],[9.460511,46.837564],[9.462232,46.838129],[9.464406,46.838733],[9.481437,46.843192]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1475,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.430063,46.828552],[9.43187,46.828639],[9.433507,46.828825],[9.435252,46.829104],[9.437041,46.829644],[9.439394,46.830436],[9.44086,46.830673],[9.445746,46.830515],[9.447136,46.830586],[9.448745,46.830939],[9.450154,46.831509],[9.4531,46.833291]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1476,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.405293,46.822791],[9.4096,46.822955],[9.411235,46.823093],[9.412736,46.823353],[9.41447,46.824275]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1477,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.41447,46.824275],[9.414906,46.824839],[9.415748,46.826039],[9.416333,46.826838],[9.417499,46.827437],[9.4191,46.827576],[9.430063,46.828552]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1478,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.571708,46.664138],[9.571003,46.664675],[9.570183,46.666667],[9.568213,46.667585],[9.566152,46.667956],[9.564998,46.667621],[9.56403,46.666758],[9.563244,46.66613],[9.562376,46.666027],[9.56083,46.666294],[9.558134,46.668106],[9.556935,46.66839],[9.555056,46.668996],[9.554275,46.669368],[9.553037,46.670415],[9.552355,46.671546],[9.551616,46.672108],[9.550735,46.672577],[9.549607,46.672931],[9.548433,46.672976],[9.547712,46.673109],[9.547474,46.673232],[9.542308,46.677351],[9.541501,46.677938],[9.54082,46.678212],[9.539889,46.678301],[9.538856,46.678415],[9.537375,46.678585],[9.535007,46.679081],[9.533802,46.679222],[9.532296,46.679631],[9.531604,46.679644],[9.52968,46.679084],[9.529055,46.679024],[9.528405,46.679226],[9.527732,46.679715],[9.526552,46.680498],[9.524779,46.681174],[9.512197,46.685046],[9.511422,46.685584],[9.510446,46.686292],[9.510005,46.686514],[9.509419,46.686573],[9.508616,46.686373],[9.507778,46.686174],[9.507013,46.686093],[9.506537,46.686315],[9.506103,46.686704],[9.505664,46.686998],[9.50505,46.687223],[9.504362,46.687331],[9.5031,46.687806],[9.501754,46.687878],[9.501482,46.688002],[9.501297,46.688601],[9.500573,46.688685],[9.499624,46.689179],[9.498088,46.690659],[9.497554,46.691168],[9.49684,46.691491],[9.496322,46.691524],[9.495467,46.691778],[9.495096,46.692046],[9.494705,46.692672],[9.494271,46.693085],[9.49338,46.693315],[9.492307,46.693311],[9.490955,46.69324],[9.489567,46.693122],[9.487335,46.692662],[9.486149,46.692421],[9.485253,46.692509],[9.484255,46.69267],[9.483063,46.693167],[9.482601,46.693747],[9.482026,46.694114],[9.482027,46.694138],[9.480977,46.694728],[9.479741,46.694989],[9.478445,46.695488],[9.477762,46.695715],[9.476295,46.696288],[9.474958,46.696622],[9.474065,46.696781],[9.472994,46.696824],[9.472411,46.696977],[9.472074,46.697221],[9.471816,46.697702],[9.471226,46.698593],[9.470589,46.699128],[9.470499,46.699487],[9.470806,46.700291],[9.470891,46.700718],[9.470972,46.701026],[9.470685,46.701674],[9.470422,46.70206],[9.469913,46.702307],[9.469295,46.702461],[9.467972,46.702246],[9.466793,46.702172],[9.463003,46.701692],[9.461334,46.701483],[9.458555,46.700294],[9.457041,46.699583],[9.456295,46.699073],[9.45374,46.698308],[9.452679,46.697684],[9.451248,46.697376],[9.450286,46.696631],[9.449435,46.696075],[9.447891,46.695507],[9.447085,46.695212],[9.446375,46.694748],[9.44553,46.694358],[9.444804,46.694371],[9.442101,46.69518],[9.440958,46.697367]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1479,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.777246,46.588219],[9.814552,46.572611],[9.845266,46.559821]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1480,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.845266,46.559821],[9.848249,46.558591],[9.854639,46.557122],[9.859776,46.555441],[9.860565,46.555329],[9.864703,46.555241],[9.865833,46.555026],[9.867149,46.554355],[9.869444,46.553211],[9.871889,46.552301],[9.873662,46.551811],[9.875013,46.551925],[9.875987,46.552095],[9.887743,46.551794],[9.888531,46.551658],[9.889019,46.551005]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1481,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.681905,46.67519],[9.684823,46.67549],[9.686003,46.675586],[9.686759,46.675476],[9.687373,46.675249],[9.688519,46.67537],[9.689388,46.675471],[9.690174,46.675242],[9.690631,46.67459],[9.691198,46.674078],[9.691972,46.67273],[9.692854,46.672308],[9.693686,46.672363],[9.694565,46.672702],[9.694827,46.673173],[9.694769,46.67427],[9.694689,46.675652],[9.694537,46.676155],[9.693998,46.676523],[9.693417,46.676678],[9.692513,46.676576],[9.691809,46.676281],[9.691647,46.675713],[9.691626,46.675213],[9.69233,46.674675],[9.692727,46.674239],[9.693046,46.67359],[9.693617,46.673197],[9.694391,46.672682],[9.694772,46.671865],[9.695213,46.670832],[9.695936,46.669913],[9.696019,46.668578],[9.69643,46.667665],[9.696678,46.66697],[9.697136,46.666342],[9.697349,46.665647],[9.697503,46.665191],[9.698004,46.664777],[9.700692,46.66289],[9.702194,46.661598],[9.703032,46.660962],[9.704707,46.6605],[9.708353,46.659214],[9.709579,46.65876],[9.711529,46.658245],[9.712518,46.657916],[9.713164,46.657665],[9.713769,46.657248],[9.715863,46.656873],[9.716399,46.656458],[9.717115,46.656229],[9.717873,46.656166],[9.71828,46.655967],[9.718716,46.655649],[9.719214,46.655163],[9.719928,46.654863],[9.720541,46.654636],[9.72135,46.654144],[9.721433,46.653666],[9.722001,46.653202],[9.722626,46.652428],[9.722595,46.65169],[9.722975,46.650873],[9.723743,46.649405],[9.724652,46.648839],[9.725666,46.648295],[9.726882,46.647604],[9.728515,46.646976],[9.730686,46.646004],[9.731738,46.64553],[9.732192,46.64483],[9.733466,46.643876],[9.734824,46.643301],[9.735321,46.642791],[9.7354,46.642218],[9.734599,46.641258],[9.734806,46.640444],[9.737189,46.637134],[9.737971,46.636809],[9.738998,46.636574],[9.740131,46.636408],[9.741305,46.635551],[9.741787,46.634708],[9.74273,46.634117],[9.743986,46.633592],[9.745268,46.632851],[9.746398,46.631781]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1482,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.746398,46.631781],[9.747626,46.630589],[9.748481,46.630381],[9.749543,46.630145],[9.750252,46.629774],[9.750605,46.629124],[9.750739,46.628216],[9.751197,46.627612],[9.75221,46.627067],[9.752676,46.626629],[9.752746,46.625842],[9.752197,46.625139],[9.751829,46.624622],[9.751843,46.624146],[9.752305,46.623636],[9.752449,46.622943],[9.752272,46.621232],[9.752493,46.620751],[9.753476,46.620303],[9.754167,46.620289],[9.754654,46.620374],[9.75511,46.620532],[9.755434,46.620835],[9.755627,46.621307],[9.755573,46.621665],[9.755243,46.622029],[9.754702,46.622302],[9.753953,46.622555],[9.75365,46.622752],[9.753567,46.62323],[9.75369,46.62368],[9.75409,46.624148],[9.754931,46.624416],[9.755768,46.62459],[9.756331,46.624817],[9.756737,46.625427],[9.756754,46.626641],[9.755961,46.627491],[9.755533,46.627976],[9.755492,46.628643],[9.756033,46.629156],[9.756974,46.629351],[9.757731,46.629265],[9.758237,46.628968],[9.758599,46.628556],[9.758612,46.628056],[9.758177,46.627565],[9.757848,46.627167],[9.757485,46.626746],[9.75753,46.626197],[9.757642,46.625576],[9.7577,46.624503],[9.757846,46.623881],[9.7579,46.623546],[9.757681,46.623265],[9.757075,46.622825],[9.75591,46.622253],[9.755062,46.621842],[9.75487,46.621394],[9.754853,46.620989],[9.755208,46.62041],[9.756293,46.619912],[9.757852,46.61919],[9.758969,46.618643],[9.760109,46.618644],[9.761167,46.618337],[9.761805,46.617895],[9.762123,46.617269],[9.762223,46.614767],[9.761774,46.613967],[9.760985,46.613292],[9.760546,46.61273],[9.760425,46.612327],[9.760536,46.611682],[9.760709,46.610893],[9.758636,46.608483],[9.757308,46.60651],[9.756617,46.605714],[9.756077,46.605201],[9.756009,46.604417],[9.756077,46.603606],[9.755781,46.603136],[9.754997,46.60258],[9.753733,46.602106],[9.752622,46.601986],[9.751628,46.602149],[9.750608,46.60255],[9.750049,46.603205],[9.750154,46.604036],[9.750727,46.604524],[9.751635,46.604744],[9.752532,46.604726],[9.753182,46.60457],[9.753621,46.604323],[9.753984,46.603934],[9.753953,46.603221],[9.753678,46.60244],[9.753688,46.601869],[9.754038,46.601171],[9.754695,46.600372],[9.755603,46.599782],[9.756488,46.599478],[9.757277,46.599367],[9.757924,46.599139],[9.758219,46.598776],[9.758298,46.598203],[9.757996,46.59759],[9.757872,46.597117],[9.75816,46.596587],[9.758662,46.596219],[9.759731,46.596174],[9.760846,46.596389],[9.761587,46.596755],[9.761886,46.597273],[9.762012,46.597794],[9.761553,46.598375],[9.760942,46.598625],[9.760041,46.598572],[9.759272,46.59835],[9.758875,46.597953],[9.758821,46.597502],[9.75883,46.596907],[9.758638,46.596458],[9.758036,46.596113],[9.757156,46.595726],[9.756689,46.595307],[9.756665,46.59476],[9.757161,46.594226],[9.757804,46.593927],[9.758698,46.593838],[9.759575,46.594153],[9.760152,46.594713],[9.760874,46.595436],[9.761618,46.595873],[9.762394,46.596238],[9.762822,46.596563],[9.763088,46.597129],[9.762804,46.597754],[9.762234,46.598147],[9.761376,46.598283],[9.760503,46.598063],[9.759967,46.597645],[9.75973,46.59696],[9.759846,46.596433],[9.760172,46.595974],[9.76102,46.595624],[9.761385,46.595259],[9.761532,46.594661],[9.761486,46.59359],[9.7617,46.592943],[9.762277,46.592717],[9.763204,46.592579],[9.764063,46.59249],[9.764464,46.592172],[9.765098,46.591659],[9.765848,46.591429],[9.766915,46.591336],[9.772222,46.591061],[9.773073,46.590758],[9.773575,46.59039],[9.774103,46.589832],[9.774593,46.589179],[9.777246,46.588219]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1483,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.889019,46.551005],[9.888368,46.54959]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1484,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.87152,46.531831],[9.870281,46.531119],[9.868378,46.530231],[9.867327,46.529873],[9.866243,46.529562],[9.865421,46.528913],[9.863343,46.524124],[9.861415,46.521141],[9.860279,46.519641],[9.860201,46.518666],[9.860348,46.51733],[9.860409,46.516376],[9.860097,46.515573],[9.858574,46.513915]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1485,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.858574,46.513915],[9.856878,46.512998],[9.855499,46.513028],[9.85436,46.513004],[9.853342,46.512597],[9.852769,46.512133],[9.852533,46.511471],[9.852195,46.510859],[9.850555,46.509656],[9.849798,46.508934],[9.849586,46.508034],[9.849683,46.507127],[9.850242,46.506496],[9.85105,46.506074],[9.852254,46.506],[9.852975,46.505914],[9.853516,46.505688],[9.854043,46.505129],[9.854256,46.504482],[9.853938,46.503536],[9.85332,46.502835],[9.852173,46.501859],[9.85138,46.50109],[9.84985,46.500027],[9.84879,46.499454],[9.846307,46.497888]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1486,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.895901,46.491253],[9.894277,46.492749],[9.893723,46.493452],[9.892481,46.494217],[9.890385,46.496643],[9.887842,46.499889],[9.885528,46.50363],[9.884638,46.505292],[9.884318,46.505847],[9.883748,46.506216],[9.882835,46.506617],[9.882431,46.50684],[9.88211,46.507371],[9.881972,46.508898],[9.881117,46.509821]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1487,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.881117,46.509821],[9.878575,46.512328],[9.872114,46.529731],[9.871595,46.531242],[9.87152,46.531831]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1488,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.888368,46.54959],[9.887197,46.547353],[9.886682,46.54665],[9.875486,46.535603],[9.872468,46.532953]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1489,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.872468,46.532953],[9.87152,46.531831]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1490,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.895901,46.491253],[9.89721,46.489725],[9.897581,46.488764],[9.897555,46.488193],[9.897042,46.487537],[9.896875,46.486898],[9.89723,46.486367],[9.897733,46.486046],[9.89828,46.485939],[9.898734,46.486072],[9.899058,46.486375],[9.899185,46.486896],[9.899496,46.487675],[9.899997,46.488069],[9.901134,46.488068],[9.902023,46.487906],[9.902471,46.487134],[9.903138,46.486643],[9.903784,46.486439],[9.904913,46.486248],[9.905584,46.485852],[9.905947,46.485487]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1491,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.905947,46.485487],[9.906939,46.48456],[9.907612,46.484189],[9.909011,46.483872],[9.910507,46.483435],[9.911412,46.482868],[9.913205,46.481352],[9.914548,46.480585],[9.916642,46.478872],[9.918357,46.477192],[9.919215,46.476363],[9.920954,46.475182],[9.921979,46.474231],[9.922859,46.47314],[9.924062,46.471566],[9.924547,46.470865],[9.924806,46.46974],[9.924788,46.467859],[9.924891,46.467095],[9.925339,46.466347],[9.926092,46.465473],[9.926642,46.464699],[9.927228,46.463948],[9.927881,46.463172],[9.928469,46.462468],[9.929232,46.461808],[9.929712,46.461012],[9.930102,46.460503],[9.930569,46.46016],[9.930885,46.459534],[9.931472,46.45883],[9.936885,46.452901],[9.938336,46.450749],[9.938811,46.450596],[9.940224,46.450613]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1492,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.940224,46.450613],[9.94164,46.450677],[9.942094,46.450809],[9.942414,46.451017],[9.942466,46.451397],[9.942375,46.453161],[9.942667,46.453512],[9.943313,46.454069],[9.94346,46.455018],[9.943193,46.455953],[9.942672,46.456607],[9.942461,46.457255],[9.942749,46.457534],[9.943094,46.45755],[9.943436,46.457495],[9.943729,46.457108],[9.943948,46.456627],[9.944591,46.456374],[9.944778,46.455965],[9.945095,46.455363],[9.945804,46.455038],[9.946266,46.454599],[9.946485,46.454118],[9.947017,46.453701],[9.947664,46.453544],[9.94855,46.453334],[9.949162,46.453154],[9.949959,46.452517],[9.951345,46.452677],[9.952163,46.452492],[9.952699,46.452147],[9.95345,46.451273],[9.954212,46.450613],[9.955218,46.450019],[9.955253,46.450018],[9.956963,46.449004],[9.958564,46.448611],[9.960984,46.448057],[9.965419,46.447125],[9.966348,46.447104],[9.966957,46.446853],[9.967447,46.446294],[9.968136,46.445541],[9.96931,46.444871]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1493,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.96931,46.444871],[9.970509,46.444726],[9.971605,46.444582],[9.972447,46.444182],[9.973377,46.443447],[9.974285,46.442974],[9.975229,46.442525],[9.976119,46.442409],[9.977094,46.442626],[9.978133,46.442745],[9.979126,46.442628],[9.979972,46.442299],[9.980784,46.441972],[9.982189,46.441821]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1494,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.982189,46.441821],[9.983625,46.441598],[9.984945,46.441831],[9.985598,46.441792],[9.985822,46.44143],[9.986065,46.440734],[9.986427,46.440369],[9.98731,46.440111],[9.988353,46.439587],[9.990694,46.438082],[9.991223,46.437617],[9.991277,46.436568],[9.991389,46.436018]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1495,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.991389,46.436018],[9.992264,46.434855],[9.994017,46.434054],[9.994888,46.433534],[9.995308,46.432929],[9.995811,46.432656],[9.996207,46.431552],[9.996445,46.43076],[9.996067,46.429316],[9.995577,46.427684],[9.994586,46.426397],[9.994337,46.425498],[9.99461,46.424706],[9.996498,46.423853],[9.997419,46.423666],[9.998088,46.423984],[9.999114,46.424556],[9.999937,46.42449],[10.000473,46.424168],[10.001418,46.423028],[10.002443,46.421409],[10.002351,46.420911],[10.002048,46.420323],[10.00227,46.419937],[10.002704,46.419641],[10.003595,46.419549],[10.006035,46.419447],[10.006817,46.419238],[10.007457,46.418938],[10.008682,46.41791],[10.009562,46.417581],[10.010623,46.417437],[10.011294,46.417065],[10.011379,46.415968],[10.011521,46.415321],[10.011988,46.415001],[10.012667,46.414795],[10.013556,46.41468],[10.014156,46.414261],[10.015117,46.414192],[10.015881,46.414341],[10.016375,46.414592],[10.017145,46.414836],[10.017838,46.41494],[10.018355,46.414952],[10.018685,46.414659],[10.018834,46.414155],[10.018924,46.413153],[10.018178,46.411955],[10.017995,46.411007],[10.01834,46.410285],[10.019146,46.409147],[10.020628,46.407732]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1496,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.020628,46.407732],[10.021541,46.406663],[10.022351,46.406312],[10.023343,46.405456],[10.023947,46.405132],[10.024875,46.405111],[10.02559,46.404928],[10.02641,46.404076],[10.02726,46.403151],[10.028284,46.402247],[10.029736,46.401642],[10.030369,46.401199],[10.030596,46.400908],[10.030503,46.40041],[10.030236,46.399869],[10.030283,46.399415],[10.031226,46.398965],[10.032097,46.398469],[10.032833,46.398023],[10.033305,46.397822],[10.03334,46.397107],[10.033864,46.396547],[10.034054,46.395495],[10.033758,46.395049],[10.033281,46.394441],[10.03322,46.393894],[10.033435,46.393342],[10.032879,46.392521],[10.032813,46.391856],[10.032109,46.3908],[10.031661,46.390072],[10.03158,46.386931],[10.031611,46.38543],[10.03217,46.384869],[10.032058,46.383967],[10.031564,46.383002],[10.03099,46.382515],[10.030162,46.381748],[10.029843,46.380112],[10.029513,46.379691],[10.028397,46.379359],[10.027964,46.37894],[10.027993,46.378106],[10.028513,46.377475],[10.028482,46.376833],[10.029077,46.376319],[10.029984,46.375846],[10.031035,46.374798]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1497,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.031035,46.374798],[10.03186,46.374065],[10.032434,46.373837],[10.03273,46.373568],[10.032647,46.373261],[10.032052,46.37306],[10.03165,46.373283],[10.030272,46.374672],[10.029849,46.375182],[10.029249,46.375601],[10.028136,46.376055],[10.027534,46.376426],[10.027343,46.37674],[10.027196,46.377267],[10.02693,46.377464],[10.026521,46.377544],[10.026067,46.377412],[10.025882,46.37713],[10.025871,46.376916],[10.0261,46.376649],[10.026639,46.376422],[10.027212,46.376171],[10.027642,46.375804],[10.028275,46.375361],[10.028873,46.374919],[10.029299,46.37448],[10.029603,46.37364],[10.02978,46.373017],[10.030285,46.372076],[10.030787,46.371779],[10.031576,46.371737],[10.032342,46.37191],[10.033312,46.372055],[10.033936,46.37216],[10.034343,46.372031],[10.034565,46.371645],[10.034721,46.371308],[10.035334,46.371175],[10.035649,46.371287],[10.035869,46.371567],[10.035687,46.372072],[10.035566,46.372432],[10.035994,46.372755],[10.036959,46.373495],[10.03726,46.374036],[10.037448,46.374365],[10.038404,46.374939],[10.038796,46.375215],[10.0391,46.375828],[10.039451,46.376677],[10.039671,46.377672],[10.039526,46.378247],[10.039068,46.378734],[10.039089,46.379186],[10.039446,46.379439],[10.040026,46.379355],[10.040358,46.379085],[10.040334,46.378585],[10.040274,46.378063],[10.040447,46.377368],[10.040272,46.375872],[10.040138,46.374494],[10.039376,46.373678],[10.039024,46.372805],[10.038711,46.372002],[10.039105,46.371612],[10.040206,46.371611],[10.040835,46.371811],[10.041305,46.3723],[10.04177,46.373385],[10.041833,46.373979],[10.041619,46.374531],[10.041702,46.374839],[10.042021,46.375022],[10.042607,46.375056],[10.042873,46.37486],[10.043099,46.374545],[10.042888,46.37374],[10.043286,46.372707],[10.043323,46.372039],[10.043538,46.37151],[10.043423,46.370537],[10.042861,46.369597],[10.04244,46.367987],[10.043053,46.36714],[10.042647,46.365839],[10.042964,46.365284],[10.043894,46.364596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1498,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.043894,46.364596],[10.048552,46.360583],[10.048914,46.360242],[10.048468,46.359561],[10.04783,46.359171],[10.046924,46.35893],[10.046347,46.358372],[10.046321,46.357825],[10.046564,46.357152],[10.046591,46.356294],[10.046222,46.355755],[10.045963,46.35538],[10.046142,46.354804],[10.046647,46.353864],[10.04675,46.353147],[10.046673,46.352268],[10.04686,46.351144],[10.04712,46.350114],[10.046922,46.349571],[10.046971,46.349165],[10.047283,46.348491],[10.046801,46.347764],[10.046564,46.347127],[10.046773,46.346479],[10.046582,46.346078],[10.044597,46.344124],[10.044501,46.343554],[10.045131,46.343063],[10.045145,46.342635],[10.044066,46.342374],[10.043574,46.342147],[10.043628,46.341836],[10.043995,46.341613],[10.044509,46.341577],[10.045069,46.341779],[10.04541,46.342438],[10.045773,46.342834],[10.045932,46.343283],[10.046009,46.344163],[10.046609,46.344482],[10.047979,46.345094],[10.048516,46.345534],[10.049721,46.346268],[10.051515,46.349965],[10.051432,46.350396],[10.050985,46.351097],[10.050868,46.351528],[10.051257,46.351757],[10.051739,46.35177],[10.05224,46.351449],[10.052937,46.350218],[10.052955,46.349884],[10.052343,46.349303],[10.05184,46.346005],[10.05111,46.345117]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1499,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.05111,46.345117],[10.05035,46.344348],[10.049815,46.343932],[10.049903,46.34362],[10.050202,46.343399],[10.050328,46.342444],[10.049905,46.341525],[10.04974,46.340957],[10.049485,46.340653],[10.049129,46.340399],[10.048602,46.340173],[10.048521,46.339913],[10.048746,46.339575],[10.049429,46.339488],[10.050066,46.339854],[10.050376,46.340585],[10.051026,46.341951],[10.051501,46.342536],[10.051862,46.342885],[10.051873,46.343837],[10.053006,46.344501],[10.053653,46.345082],[10.053948,46.346218],[10.054561,46.346799],[10.055956,46.347934],[10.056218,46.348356],[10.056254,46.349118],[10.056717,46.34944],[10.057553,46.349659],[10.05821,46.350454],[10.05843,46.350734],[10.058778,46.350822],[10.059151,46.350718],[10.059454,46.350568],[10.059511,46.350328],[10.059362,46.350094],[10.059143,46.349837],[10.058336,46.349498],[10.057705,46.349251],[10.056962,46.348816],[10.056671,46.348489],[10.057025,46.347981],[10.056898,46.347483],[10.056283,46.346855],[10.055955,46.345767],[10.055522,46.344634],[10.055077,46.343953],[10.054668,46.34332],[10.05476,46.342365],[10.054519,46.341656],[10.054856,46.340791],[10.054643,46.339224],[10.0544,46.338468],[10.054956,46.337883]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1500,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.054956,46.337883],[10.055786,46.337269],[10.055885,46.335028],[10.055105,46.333832],[10.054471,46.333513],[10.053872,46.333217],[10.053005,46.331642],[10.053103,46.330806],[10.054313,46.328801],[10.054361,46.328372],[10.053915,46.327691],[10.053977,46.326832],[10.054309,46.324443]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1501,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.054309,46.324443],[10.054433,46.322726],[10.054753,46.322242],[10.055651,46.321626],[10.056772,46.31848],[10.057552,46.317557],[10.057551,46.317534],[10.059208,46.315543],[10.060003,46.314214],[10.062197,46.312687],[10.063062,46.311381]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1502,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.063062,46.311381],[10.067168,46.305332],[10.067706,46.305081],[10.070548,46.304158],[10.071176,46.303643],[10.071484,46.302207],[10.071647,46.301322],[10.072073,46.300884],[10.074592,46.298277],[10.077078,46.295695],[10.077628,46.294991],[10.077823,46.291938]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1503,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.077823,46.291938],[10.077993,46.290482],[10.078285,46.288713],[10.079379,46.287901],[10.080003,46.287315],[10.081249,46.285381],[10.081374,46.284425],[10.081803,46.284058],[10.08202,46.283577],[10.082642,46.282943],[10.083647,46.282419],[10.084139,46.281955],[10.084449,46.281258],[10.085263,46.280334],[10.086577,46.279112],[10.087628,46.278825],[10.088116,46.278266],[10.088765,46.277489],[10.08955,46.276685],[10.09025,46.276263],[10.091548,46.276114],[10.092155,46.275885],[10.092645,46.275374],[10.093028,46.274769],[10.093771,46.274514],[10.095088,46.274054],[10.096639,46.27347],[10.098052,46.272865],[10.099189,46.272934],[10.099991,46.273177]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1504,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.099991,46.273177],[10.101091,46.273199],[10.102374,46.272764],[10.103394,46.272549],[10.103938,46.272441],[10.104569,46.271997],[10.105174,46.271721],[10.106681,46.271638],[10.108322,46.271504],[10.109298,46.2711],[10.110223,46.27034],[10.111329,46.26979],[10.11234,46.269409],[10.113041,46.268987],[10.113605,46.268593],[10.114772,46.267874],[10.115392,46.267217],[10.115818,46.266802],[10.1164,46.266074],[10.117084,46.265319],[10.117528,46.26457],[10.118452,46.26381],[10.119186,46.263388],[10.119824,46.263087],[10.120214,46.262649],[10.120594,46.261997],[10.121238,46.261815],[10.122296,46.261695],[10.122969,46.261417],[10.123959,46.261298],[10.125503,46.261285],[10.126249,46.261077],[10.126369,46.260741],[10.126147,46.260413],[10.125279,46.260219],[10.124615,46.259973],[10.123782,46.259802],[10.123664,46.259495],[10.124513,46.259308],[10.125713,46.25928]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1505,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.125713,46.25928],[10.126808,46.259206],[10.127244,46.258981],[10.127323,46.258503],[10.127718,46.25816],[10.128322,46.257884],[10.128628,46.257115],[10.12894,46.256488],[10.12875,46.255421],[10.129058,46.254699],[10.129158,46.253958],[10.128799,46.253634],[10.128207,46.253457],[10.127664,46.253589],[10.127438,46.25388],[10.127354,46.254263],[10.127642,46.254449],[10.127951,46.254535],[10.128528,46.254402],[10.128684,46.254089],[10.128517,46.253861],[10.128101,46.253412],[10.128086,46.253103],[10.128651,46.252732],[10.129182,46.252362],[10.129226,46.251861],[10.129251,46.250979],[10.129581,46.250019],[10.130034,46.24946],[10.130292,46.24843],[10.130631,46.247636],[10.131202,46.246694],[10.131698,46.246325],[10.131953,46.245914],[10.131819,46.244607]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1506,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.131819,46.244607],[10.131715,46.243895],[10.132057,46.243173],[10.132484,46.242781],[10.133216,46.242311],[10.134435,46.241282],[10.13629,46.239237],[10.137686,46.238323],[10.137911,46.237317],[10.139921,46.23565],[10.140018,46.234838],[10.14071,46.23425],[10.141664,46.233417],[10.142028,46.233147]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1507,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.846307,46.497888],[9.848374,46.49863],[9.849551,46.498724],[9.850365,46.499207],[9.851176,46.499594],[9.852449,46.500305],[9.8532,46.500908],[9.853771,46.501349],[9.854445,46.501763],[9.855225,46.502246],[9.855875,46.502899],[9.856239,46.50332],[9.856849,46.503855],[9.857109,46.504278],[9.857232,46.504728],[9.857666,46.505171],[9.859191,46.506115],[9.860463,46.506802],[9.861104,46.507241],[9.861539,46.507708],[9.862812,46.508419],[9.863547,46.508665],[9.864038,46.508845],[9.864434,46.509218],[9.865033,46.509491]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1508,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.865033,46.509491],[9.865769,46.509761],[9.866603,46.509886],[9.867666,46.509768],[9.868531,46.509821],[9.869127,46.510046],[9.870117,46.510572],[9.871286,46.511262],[9.8722,46.511647],[9.873721,46.511733],[9.874989,46.51154],[9.876592,46.511148],[9.877303,46.510847],[9.877995,46.510118],[9.878579,46.509319],[9.878791,46.508648],[9.878942,46.508192],[9.880082,46.507454]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1509,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.880082,46.507454],[9.880884,46.506889],[9.881337,46.506236],[9.882148,46.505861],[9.882811,46.505276],[9.883368,46.504621],[9.884028,46.503963],[9.884366,46.503051],[9.884684,46.502449],[9.885537,46.501478],[9.886361,46.500651],[9.886968,46.499566],[9.88763,46.498195],[9.888259,46.497633],[9.889333,46.496967],[9.890267,46.49628],[9.890606,46.495392],[9.89106,46.494763],[9.89193,46.494173],[9.892897,46.493437],[9.8936,46.49297],[9.895901,46.491253]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1510,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.889019,46.551005],[9.889609,46.551737],[9.890565,46.552264],[9.892037,46.552756],[9.892953,46.553165],[9.903704,46.559576],[9.904213,46.56016],[9.90455,46.560725],[9.904801,46.561695],[9.904902,46.562384],[9.905305,46.562899],[9.912486,46.568934],[9.912962,46.569543],[9.91306,46.57016],[9.91303,46.57178],[9.913398,46.572272],[9.918037,46.575552],[9.919446,46.576141],[9.92099,46.576679],[9.922307,46.577531],[9.923788,46.578951]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1511,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.923788,46.578951],[9.928197,46.583212],[9.929578,46.583944],[9.93126,46.584479],[9.933068,46.584725],[9.934249,46.584889],[9.935487,46.585505],[9.93836,46.587133]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1512,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.93836,46.587133],[9.940979,46.588504],[9.943772,46.589895],[9.944995,46.59094],[9.946337,46.592315],[9.947299,46.592961],[9.94899,46.593662],[9.950532,46.594128],[9.951556,46.594605],[9.953155,46.59557],[9.956828,46.598037],[9.957741,46.59835],[9.958918,46.598395],[9.959756,46.598591],[9.960472,46.599123],[9.961273,46.60001]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1513,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.961273,46.60001],[9.962071,46.600826],[9.963045,46.602447],[9.963764,46.60305],[9.965069,46.603617],[9.968601,46.604515],[9.969445,46.604829],[9.970401,46.605332],[9.973202,46.607579],[9.974784,46.608902],[9.976648,46.611075],[9.977534,46.611531],[9.978368,46.611632],[9.979576,46.611605],[9.981494,46.611967]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1514,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.021726,46.638184],[10.021929,46.638799],[10.0219,46.639633],[10.021693,46.640376],[10.022241,46.64315],[10.024125,46.644964],[10.026719,46.645691],[10.027674,46.646146],[10.034207,46.650403],[10.035232,46.650855],[10.036785,46.651511],[10.037959,46.652198],[10.039098,46.653577],[10.040363,46.654715],[10.041335,46.655503],[10.042545,46.656213],[10.04409,46.657416],[10.04467,46.657974],[10.045419,46.659148],[10.046029,46.660325],[10.046927,46.661733],[10.047223,46.662131],[10.047715,46.663001],[10.048333,46.66363],[10.049343,46.664488],[10.05029,46.664752],[10.05106,46.664948],[10.051698,46.665267],[10.055077,46.667166],[10.056796,46.668389],[10.058446,46.669589],[10.06161,46.67135],[10.062572,46.671923],[10.063117,46.672458],[10.063975,46.673034],[10.065068,46.673437],[10.066149,46.673627],[10.066891,46.673943],[10.067904,46.674849],[10.069033,46.675299],[10.070371,46.675768],[10.071536,46.676241],[10.072644,46.676978],[10.07351,46.677696],[10.074348,46.677867],[10.07582,46.678238],[10.076253,46.678609],[10.07645,46.679104],[10.076925,46.679617],[10.077634,46.679958],[10.078277,46.680372],[10.078718,46.680909],[10.07931,46.681681],[10.080497,46.682606],[10.081003,46.683047],[10.0815,46.684012],[10.081847,46.684742],[10.082319,46.685184],[10.082887,46.68548],[10.084256,46.685877],[10.085111,46.686381],[10.085847,46.687269],[10.086393,46.688518],[10.086664,46.689107],[10.087307,46.689521],[10.088391,46.689758],[10.089918,46.689841],[10.090824,46.689963],[10.092338,46.690499],[10.094525,46.69133],[10.095874,46.691322],[10.096984,46.691368],[10.098041,46.691748],[10.098556,46.692355],[10.098894,46.692895],[10.098784,46.693469],[10.098397,46.694049],[10.097861,46.694419],[10.097288,46.694718],[10.096358,46.694811],[10.091691,46.69492],[10.091214,46.695074],[10.090167,46.695599],[10.089955,46.696223],[10.089904,46.69801]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1515,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.089904,46.69801],[10.089683,46.699134],[10.089497,46.701687],[10.089179,46.703671],[10.088839,46.704512],[10.085088,46.711315],[10.083875,46.712701],[10.082409,46.715283],[10.082013,46.715673],[10.081642,46.715872],[10.080514,46.716184],[10.079393,46.716615],[10.078415,46.717161],[10.077421,46.718065],[10.076934,46.71872],[10.076546,46.7193],[10.076345,46.720138],[10.076363,46.721924],[10.077435,46.724019],[10.077816,46.726844],[10.078081,46.728719],[10.078601,46.73085],[10.078614,46.731826],[10.078163,46.733218],[10.077926,46.734057],[10.078229,46.735288],[10.078831,46.73625],[10.078854,46.737441],[10.078948,46.737939],[10.079188,46.7386],[10.07936,46.739286],[10.079038,46.741199],[10.078968,46.741891],[10.078644,46.743042],[10.078174,46.744767],[10.077956,46.745272],[10.077318,46.745692],[10.0768,46.746418],[10.076898,46.747011],[10.077198,46.748195],[10.077524,46.749188],[10.077869,46.74987],[10.078668,46.750614],[10.079265,46.752196]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1516,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.079265,46.752196],[10.079638,46.752735],[10.080804,46.753899],[10.081461,46.754574],[10.082,46.754966],[10.082675,46.755308],[10.083884,46.755947],[10.084498,46.756456],[10.085057,46.757253],[10.08573,46.758261],[10.086841,46.758998],[10.088829,46.759976],[10.089927,46.76045],[10.090563,46.760697],[10.092248,46.761134],[10.093302,46.761443],[10.093767,46.761718],[10.094531,46.762462]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1517,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.094531,46.762462],[10.09521,46.762875],[10.096523,46.763512],[10.097548,46.763916],[10.098785,46.764388],[10.100465,46.764729],[10.101884,46.764696],[10.107608,46.766206],[10.108246,46.7665],[10.108969,46.767103],[10.109949,46.768699],[10.110643,46.769397],[10.111218,46.769813]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1518,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.111218,46.769813],[10.112281,46.770288],[10.113603,46.770376],[10.114869,46.77006],[10.116003,46.769867],[10.117253,46.769909],[10.11872,46.770137],[10.119993,46.770631],[10.121027,46.771226],[10.122004,46.771345],[10.123551,46.771095],[10.125138,46.770938],[10.12625,46.771007],[10.128351,46.771434],[10.130009,46.772014],[10.131865,46.772399],[10.13347,46.772599],[10.135098,46.772585],[10.136785,46.772354],[10.138083,46.771966],[10.13917,46.771536],[10.140216,46.770963],[10.140934,46.770756],[10.143364,46.770841],[10.14489,46.770853],[10.146986,46.771184],[10.148521,46.771386],[10.15158,46.771551]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1519,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.15158,46.771551],[10.153933,46.771471],[10.155224,46.771655],[10.156479,46.771792],[10.157491,46.771934],[10.158611,46.772146],[10.159705,46.772525],[10.160413,46.772817],[10.161907,46.773568],[10.163182,46.774109],[10.165179,46.774537],[10.168534,46.775076],[10.1706,46.775479],[10.171932,46.775781],[10.173921,46.776043],[10.175558,46.776194],[10.177115,46.776133],[10.179861,46.775591],[10.181571,46.775145],[10.182968,46.774659],[10.184394,46.774077],[10.185793,46.773638],[10.188028,46.773299],[10.190533,46.772786],[10.191602,46.772688],[10.192228,46.772721],[10.193107,46.772962],[10.194665,46.773615],[10.196288,46.774171],[10.197439,46.77431],[10.198271,46.774314],[10.200698,46.773636]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1520,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.200698,46.773636],[10.202469,46.773021],[10.203768,46.77268],[10.205221,46.772621],[10.20691,46.772437],[10.208118,46.772337],[10.208986,46.772363],[10.210043,46.772695],[10.211028,46.77298],[10.212288,46.773212],[10.213744,46.773224],[10.215066,46.773311],[10.215693,46.773367],[10.216553,46.773918],[10.217212,46.774592],[10.217521,46.775871],[10.217752,46.776318],[10.21836,46.776684],[10.219453,46.777038],[10.220606,46.777225],[10.221174,46.777473],[10.222457,46.778156],[10.223295,46.778945],[10.223597,46.779414],[10.223654,46.779841],[10.223578,46.780391],[10.223254,46.781494],[10.223109,46.782046],[10.223028,46.7825],[10.223415,46.783277],[10.224033,46.783833],[10.224707,46.784126],[10.226109,46.784425],[10.22872,46.784624],[10.253095,46.786645],[10.254838,46.786816],[10.25635,46.787231],[10.258181,46.787758]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1521,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[10.258181,46.787758],[10.259478,46.788035],[10.261749,46.78836],[10.263958,46.78883],[10.266305,46.789272],[10.267574,46.789669],[10.270051,46.790632],[10.272347,46.790765],[10.274983,46.791438],[10.276199,46.791479],[10.277682,46.791323],[10.278624,46.791443],[10.28631,46.793823]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1522,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.880505,46.86762],[9.879404,46.867293],[9.878779,46.867283],[9.878026,46.867537],[9.877704,46.868091],[9.877866,46.868588],[9.878203,46.869128],[9.878435,46.869647],[9.878362,46.870339],[9.877248,46.871054],[9.876089,46.871531],[9.875408,46.871807],[9.874699,46.872251],[9.873841,46.872483],[9.872432,46.872799],[9.871713,46.873029],[9.870515,46.873411],[9.869198,46.873463],[9.868511,46.873621],[9.867,46.87401],[9.864626,46.874489],[9.862995,46.8745],[9.862619,46.874651],[9.860903,46.875092],[9.859971,46.875993],[9.859048,46.876298],[9.857916,46.876608],[9.856802,46.87656],[9.856069,46.87648],[9.855453,46.87666],[9.854521,46.876798],[9.853919,46.876525],[9.853551,46.876081],[9.853532,46.875652],[9.854038,46.875308],[9.854653,46.875105],[9.855421,46.875184],[9.855743,46.875391],[9.856278,46.875714],[9.857088,46.875958],[9.857848,46.875871],[9.858945,46.875562],[9.859546,46.875025],[9.860268,46.874105],[9.860879,46.873783],[9.862455,46.873321],[9.86339,46.872491],[9.864487,46.872182],[9.866328,46.871429],[9.867059,46.870699],[9.868022,46.870488]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1523,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.868022,46.870488],[9.868841,46.870185],[9.869494,46.870028],[9.87,46.869708],[9.870958,46.869378],[9.871973,46.868809],[9.873174,46.867712],[9.873935,46.866886],[9.874401,46.866447],[9.874858,46.865033],[9.875133,46.864217],[9.875554,46.863541],[9.87584,46.862964],[9.875923,46.861724],[9.875789,46.86106],[9.874976,46.859982],[9.875105,46.859003],[9.875582,46.85804],[9.876184,46.857528],[9.876398,46.85688],[9.876327,46.856096],[9.876048,46.855292],[9.87608,46.854458],[9.876501,46.853806],[9.876866,46.852655],[9.877156,46.851411],[9.876923,46.850868],[9.876588,46.850352],[9.876494,46.849806],[9.876823,46.849418],[9.877572,46.849092],[9.878405,46.849098],[9.87899,46.848991],[9.879395,46.848744],[9.879655,46.848334],[9.879513,46.846741],[9.879943,46.84628],[9.880577,46.845718],[9.880731,46.845287],[9.880574,46.844885],[9.879999,46.844445],[9.879264,46.844318],[9.878441,46.844526],[9.878077,46.844915],[9.877999,46.845512],[9.878029,46.846154],[9.876963,46.847915],[9.876285,46.848263],[9.8756,46.848468],[9.874736,46.848558]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1524,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.875032,46.883435],[9.876275,46.882528],[9.877133,46.882295],[9.878128,46.882036],[9.878491,46.881599],[9.878675,46.881072],[9.877036,46.87863],[9.876838,46.878087],[9.877298,46.873672],[9.877447,46.873145],[9.879487,46.871411],[9.880721,46.869527]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1525,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.880721,46.869527],[9.881172,46.868755],[9.881073,46.868115],[9.880505,46.86762]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1526,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.874736,46.848558],[9.872983,46.848166],[9.87193,46.847903],[9.871134,46.847182],[9.870535,46.84698],[9.869452,46.846813],[9.86906,46.846607],[9.868727,46.846138],[9.868527,46.845547],[9.867709,46.845112],[9.864896,46.84429],[9.864392,46.843896],[9.864301,46.843422],[9.86458,46.842678],[9.864521,46.842131],[9.864246,46.841423],[9.863847,46.84105],[9.86286,46.840714],[9.861717,46.840762],[9.860756,46.840997],[9.860146,46.841319],[9.85953,46.841499],[9.85645,46.840921],[9.855912,46.840528],[9.855505,46.839965],[9.854342,46.833394],[9.854407,46.832512],[9.854966,46.831833]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1527,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.854966,46.831833],[9.856265,46.831401],[9.857223,46.831095],[9.8584,46.83026],[9.858502,46.829448],[9.858536,46.828662],[9.859833,46.82742],[9.860864,46.827208],[9.861617,46.826977],[9.862099,46.82611],[9.862259,46.825059],[9.862477,46.824507],[9.863277,46.823775],[9.863267,46.822775],[9.862995,46.822138],[9.862195,46.821322],[9.861584,46.820835],[9.860714,46.820782],[9.85964,46.820805],[9.858966,46.820485],[9.858032,46.819767],[9.856759,46.818461],[9.856063,46.817642],[9.856062,46.817618],[9.855806,46.817314],[9.854894,46.817095],[9.854148,46.816706],[9.853305,46.816462],[9.852764,46.815997],[9.852622,46.815143],[9.852392,46.814672],[9.851363,46.814146],[9.844354,46.811746],[9.843805,46.811114],[9.842287,46.809741]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1528,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.842287,46.809741],[9.839185,46.807068],[9.838851,46.806575],[9.838535,46.805701],[9.837901,46.802381],[9.837629,46.80172],[9.836448,46.800887],[9.825713,46.794945],[9.824933,46.794557],[9.824389,46.79402],[9.824014,46.793385],[9.822956,46.792979],[9.822037,46.792593],[9.820226,46.790821]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1529,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.820226,46.790821],[9.818735,46.789257],[9.817789,46.788253],[9.817352,46.787762],[9.817048,46.787173],[9.816882,46.786557],[9.815635,46.785774],[9.815512,46.785348],[9.815406,46.784516],[9.807687,46.776891],[9.801753,46.771204],[9.801438,46.770329],[9.800995,46.767338],[9.799265,46.766612]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1530,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.799265,46.766612],[9.797982,46.765805],[9.797925,46.764497],[9.793564,46.759063],[9.792775,46.75846],[9.791827,46.75817],[9.790577,46.7581],[9.788104,46.757818],[9.787151,46.757409],[9.786641,46.756824],[9.786774,46.755917],[9.786771,46.755036],[9.786472,46.754542],[9.785946,46.7536],[9.78531,46.752518],[9.784572,46.751485],[9.783531,46.75065],[9.782539,46.750146],[9.78172,46.749639],[9.781286,46.749219],[9.78084,46.748514],[9.780839,46.747705],[9.779878,46.746296],[9.779576,46.744945]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1531,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.516428,47.477488],[9.521806,47.475302]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1532,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.378287,47.548699],[9.378114,47.542989],[9.3778,47.542114],[9.375757,47.539101]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1533,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.071888,47.038845],[9.072984,47.035949],[9.074036,47.035053],[9.077617,47.032597]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1534,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.644456,46.668777],[9.643561,46.668889],[9.642153,46.669131],[9.641083,46.669175],[9.639691,46.668964],[9.638752,46.668839],[9.636997,46.668207],[9.634867,46.667724],[9.632596,46.667172],[9.631848,46.666615],[9.630607,46.665877],[9.629168,46.665357],[9.627841,46.665049],[9.626143,46.664963],[9.62477,46.665227],[9.623646,46.665654],[9.622801,46.666122],[9.620822,46.666803]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1535,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.634281,47.569818],[7.631639,47.568233],[7.626791,47.566003],[7.622999,47.564128]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1536,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.622999,47.564128],[7.620887,47.563061],[7.619735,47.562609],[7.618297,47.562384],[7.616476,47.562225],[7.614895,47.562454],[7.613411,47.562878],[7.611976,47.563691],[7.610352,47.565282],[7.609015,47.566614],[7.6067,47.569301]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1537,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.433325,47.509798],[9.433453,47.507605],[9.434203,47.506045],[9.43552,47.504642],[9.437225,47.503256],[9.438322,47.502546],[9.442173,47.50074]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1538,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.442173,47.50074],[9.448228,47.4979],[9.458362,47.494676],[9.463187,47.493187]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1539,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.385496,47.542985],[9.397785,47.537826],[9.400964,47.53632],[9.406401,47.533181],[9.418235,47.526291],[9.419254,47.525345],[9.420163,47.524282],[9.420864,47.523294],[9.42258,47.522194],[9.424318,47.521505]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1540,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.424318,47.521505],[9.426286,47.520726],[9.430407,47.519108],[9.431781,47.518275],[9.432446,47.517263],[9.43265,47.516165],[9.433325,47.509798]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1541,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.704436,47.745662],[8.696948,47.74551],[8.694064,47.745257],[8.692825,47.74483],[8.691381,47.74381],[8.690627,47.742731],[8.690485,47.74162],[8.691545,47.739382],[8.691525,47.738528],[8.691078,47.737471],[8.690056,47.736447],[8.688506,47.735817],[8.68689,47.735653],[8.683941,47.735866],[8.681869,47.735862],[8.679898,47.735262],[8.678727,47.73442],[8.677391,47.733088],[8.671496,47.728776],[8.670476,47.727803],[8.669397,47.725951],[8.669124,47.724116],[8.668877,47.721737],[8.66834,47.720086],[8.666922,47.718496],[8.665445,47.717657],[8.664709,47.717328]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1542,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.664709,47.717328],[8.661503,47.716353],[8.656216,47.714984],[8.653052,47.714163],[8.650426,47.713388],[8.642931,47.711033],[8.641575,47.710426],[8.640521,47.709608],[8.639015,47.707475],[8.637579,47.705005],[8.635625,47.701686],[8.634882,47.700706]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1543,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.075452,46.309726],[7.075311,46.310225],[7.075342,46.310677],[7.075923,46.311203],[7.076504,46.311609],[7.076294,46.31218],[7.075947,46.312678],[7.07577,46.313416],[7.075459,46.313796],[7.075044,46.314175],[7.074422,46.314744],[7.073801,46.315171],[7.07318,46.315526],[7.072662,46.315976],[7.072246,46.316522]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1544,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.333815,46.941276],[7.344915,46.942642],[7.347313,46.942787],[7.354297,46.942935],[7.359875,46.942725],[7.365818,46.942372],[7.368216,46.942481],[7.376397,46.944271],[7.380098,46.944844]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1545,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.380098,46.944844],[7.380202,46.944844],[7.389267,46.945937]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1546,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.477304,47.171876],[9.47947,47.166433]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1547,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.47947,47.166433],[9.485197,47.150071]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1548,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.508182,47.168699],[9.505535,47.166296],[9.503662,47.165555],[9.501192,47.165277],[9.490571,47.164532],[9.487157,47.164302],[9.484031,47.164164],[9.48248,47.164418],[9.481173,47.16486],[9.480072,47.165751],[9.47947,47.166433]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1549,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.520645,47.180946],[9.508182,47.168699]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1550,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.541486,47.20025],[9.538226,47.196762],[9.535787,47.192484],[9.534511,47.191314],[9.524459,47.184692],[9.520645,47.180946]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1551,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.625254,47.679815],[8.625061,47.679317],[8.624269,47.67854],[8.623126,47.677862],[8.621809,47.677256],[8.620887,47.677004],[8.6194,47.67671],[8.615172,47.676705],[8.614288,47.676571]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1552,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.614288,47.676571],[8.614182,47.676548],[8.612973,47.676037],[8.612292,47.675544],[8.611853,47.674787],[8.611513,47.673767],[8.611324,47.671604],[8.611509,47.670412],[8.611667,47.669577],[8.612311,47.668452],[8.61393,47.666794]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1553,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.13134,47.592257],[8.109945,47.584913],[8.108567,47.584161],[8.106155,47.582688],[8.081883,47.567125],[8.080019,47.566408],[8.07733,47.566159],[8.073719,47.566377]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1554,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.073719,47.566377],[8.069915,47.566794],[8.067034,47.566876],[8.064977,47.566391],[8.063359,47.565805],[8.059976,47.564699],[8.058254,47.563552],[8.056918,47.562039]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1555,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.056918,47.562039],[8.054952,47.560925],[8.047197,47.557496],[8.043518,47.556028],[8.038475,47.554765],[8.031138,47.553613],[8.028305,47.553429],[8.020982,47.553466],[8.018494,47.55371]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1556,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.018494,47.55371],[8.008265,47.555942],[8.002614,47.557126],[7.999105,47.557738],[7.99466,47.557627],[7.988602,47.557226],[7.988553,47.557227],[7.982984,47.556955],[7.97771,47.556848],[7.974344,47.557227],[7.96645,47.558817],[7.962013,47.559465],[7.959034,47.559346],[7.954728,47.558407],[7.952916,47.557952],[7.950123,47.556874]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1557,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.872721,47.591265],[7.869298,47.590815],[7.86641,47.590231],[7.852953,47.587437],[7.848598,47.58656],[7.846058,47.586602],[7.835612,47.587762],[7.823899,47.589322],[7.821113,47.589232],[7.818717,47.588909],[7.814748,47.58727],[7.812434,47.584765],[7.810802,47.581829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1558,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.810802,47.581829],[7.807741,47.577145],[7.801374,47.567481],[7.799646,47.56481],[7.797678,47.562535],[7.795122,47.560097],[7.79316,47.558814],[7.791154,47.558159],[7.785533,47.557185],[7.782503,47.556731]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1559,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.782503,47.556731],[7.740619,47.549609]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1560,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.658707,47.551049],[7.65456,47.551817],[7.65178,47.552582],[7.648077,47.554242],[7.645546,47.556262],[7.642479,47.558714],[7.637903,47.562456],[7.634443,47.564412],[7.631468,47.565243],[7.628197,47.565447],[7.625998,47.565219],[7.622999,47.564128]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1561,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.681905,46.67519],[9.679848,46.6748],[9.67903,46.674269],[9.678467,46.674042],[9.67791,46.673958],[9.677255,46.673994],[9.676782,46.674289],[9.67635,46.674702],[9.675923,46.675259],[9.675868,46.675593],[9.676222,46.676634],[9.6761,46.677017],[9.675572,46.677623],[9.675487,46.678077],[9.67569,46.678811],[9.676201,46.679444],[9.676629,46.679769],[9.676783,46.680147],[9.676695,46.680529],[9.67626,46.680871],[9.675333,46.681056],[9.674214,46.680768],[9.673234,46.680478],[9.672429,46.680256],[9.671459,46.680227],[9.670726,46.680075],[9.670226,46.679704],[9.669718,46.679118],[9.669502,46.678908],[9.669117,46.678821],[9.667555,46.678685],[9.664628,46.677337],[9.663838,46.676638],[9.66305,46.675987],[9.66259,46.675734],[9.661267,46.675522],[9.659908,46.675286],[9.658632,46.674549],[9.657544,46.674165],[9.656897,46.673559],[9.655604,46.672394],[9.654997,46.671929],[9.654081,46.671542],[9.652681,46.671141],[9.649535,46.671178],[9.648659,46.67091],[9.647864,46.670068],[9.647255,46.669556],[9.646615,46.66914],[9.645565,46.668827],[9.644456,46.668777]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1562,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.620822,46.666803],[9.618767,46.667295],[9.616901,46.667354],[9.615469,46.667001],[9.613185,46.666973],[9.611996,46.666639],[9.610515,46.665929],[9.606626,46.666408],[9.605687,46.666283],[9.603976,46.665006],[9.603816,46.664485],[9.603613,46.663727],[9.603156,46.662688],[9.601321,46.66177],[9.598629,46.661036],[9.590774,46.660922],[9.589539,46.66116],[9.588327,46.661111],[9.587603,46.661173],[9.586745,46.661356],[9.585599,46.662092],[9.584745,46.662369],[9.582142,46.66299],[9.581303,46.662768],[9.579618,46.662133],[9.578997,46.662168],[9.577787,46.663048],[9.576829,46.663328],[9.576097,46.663175],[9.575365,46.663022],[9.573849,46.663169],[9.571708,46.664138]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1563,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.562411,47.212379],[9.560948,47.21131],[9.558599,47.210547],[9.55288,47.209555],[9.55039,47.208827],[9.548258,47.207576],[9.546494,47.206028],[9.545901,47.205394],[9.541486,47.20025]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1564,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.739,47.744045],[8.733446,47.745231],[8.728558,47.745648],[8.718958,47.745688],[8.704436,47.745662]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1565,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.651874,47.583084],[7.653464,47.585685],[7.654716,47.587913],[7.655261,47.589228],[7.658928,47.601211]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1566,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.640545,47.452978],[9.646744,47.451812]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1567,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.646744,47.451812],[9.647969,47.4511],[9.649303,47.450265],[9.650112,47.449464],[9.650702,47.448453],[9.650938,47.447377],[9.650953,47.446044],[9.650527,47.445076],[9.649895,47.444231],[9.648772,47.443395],[9.644093,47.440557],[9.643183,47.439765],[9.642484,47.438992],[9.642023,47.438025],[9.640953,47.434213]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1568,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":257,\n\"to_node\":1617,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.6067,47.569301],[7.60189,47.574176],[7.601072,47.577668],[7.602747,47.583151],[7.607757,47.593929]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1569,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.672339,46.498125],[7.671503,46.496008],[7.670008,46.492917],[7.66914,46.491515],[7.668378,46.490493],[7.667202,46.489591],[7.666683,46.489068],[7.66606,46.488331],[7.66571,46.487071],[7.665391,46.484905],[7.665585,46.481978],[7.666059,46.480001],[7.666845,46.4785]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1570,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.092492,47.364086],[8.093539,47.363795],[8.094939,47.363691],[8.096057,47.363447],[8.096996,47.362894],[8.097758,47.362248],[8.099045,47.361526]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1571,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.099045,47.361526],[8.103288,47.359146],[8.104297,47.358593],[8.105061,47.358017],[8.105719,47.357442],[8.106615,47.356318]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1572,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.115241,47.310099],[8.116294,47.307713],[8.117916,47.305919],[8.119188,47.304134]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1573,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.119188,47.304134],[8.119807,47.303266],[8.120807,47.302189],[8.12216,47.301277],[8.122855,47.300892],[8.124159,47.298933]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1574,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.114083,47.329264],[8.113145,47.327104],[8.112805,47.32513],[8.112861,47.323964],[8.113159,47.322653],[8.113396,47.322033],[8.113282,47.32132],[8.112771,47.319633],[8.112374,47.31866],[8.112416,47.316494],[8.113161,47.314809]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1575,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.113161,47.314809],[8.115241,47.310099]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1576,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.124159,47.298933],[8.125048,47.297333],[8.125741,47.296781],[8.12619,47.296326],[8.126321,47.295683],[8.127212,47.29425],[8.131795,47.291533],[8.134811,47.289468],[8.13564,47.288654],[8.136817,47.287766],[8.137926,47.286951],[8.139616,47.285108],[8.1402,47.284367],[8.14047,47.283556],[8.140738,47.282674],[8.141288,47.281932],[8.142427,47.280807],[8.143015,47.280304],[8.143503,47.280158],[8.144238,47.280225],[8.145013,47.280696]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1577,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.145013,47.280696],[8.145753,47.281072],[8.14618,47.281641],[8.146677,47.282209],[8.147383,47.282681],[8.148402,47.283055],[8.149666,47.283404],[8.15068,47.283374],[8.151829,47.282986],[8.152901,47.282301]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1578,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.152901,47.282301],[8.155192,47.280847],[8.161356,47.276311],[8.165075,47.274622],[8.167814,47.272891],[8.168,47.272401]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1579,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.168,47.272401],[8.168567,47.271744],[8.175502,47.267487],[8.176674,47.26629],[8.179064,47.262133],[8.180346,47.258769],[8.180928,47.257933],[8.181444,47.257311],[8.182309,47.256128]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1580,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.18351,47.254265],[8.183131,47.254956],[8.182309,47.256128]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1581,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.189194,47.24109],[8.188762,47.242735],[8.18805,47.244239],[8.185823,47.24749],[8.184798,47.249115],[8.184462,47.25014]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1582,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.184462,47.25014],[8.184215,47.252427],[8.183915,47.253523],[8.18351,47.254265]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1583,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.198939,47.287945],[8.199473,47.283705],[8.200352,47.281558],[8.200909,47.278912],[8.201458,47.275791],[8.201522,47.272863],[8.201742,47.271124],[8.20229,47.267884]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1584,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.169771,47.391463],[8.170408,47.390844],[8.171383,47.390338],[8.172041,47.389811],[8.17287,47.388901],[8.173316,47.388232],[8.173281,47.385686],[8.172943,47.384022],[8.171829,47.379507],[8.171492,47.377939],[8.171472,47.37644],[8.169706,47.372833],[8.166784,47.369211],[8.166555,47.367856],[8.164208,47.362706],[8.161467,47.359463],[8.161241,47.35568],[8.159468,47.351527],[8.158953,47.349674],[8.158694,47.348604],[8.1588,47.346401]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1585,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.1588,47.346401],[8.158817,47.344796],[8.159122,47.344009],[8.164037,47.339813],[8.169706,47.334494],[8.174784,47.329607]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1586,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.20229,47.267884],[8.20286,47.266238],[8.205668,47.264506],[8.207606,47.263184],[8.209017,47.261604],[8.2117,47.25854],[8.223801,47.244601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1587,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.250997,47.492578],[8.249791,47.49313],[8.249063,47.493754],[8.245497,47.499395],[8.244807,47.500233],[8.241887,47.502204],[8.240847,47.503092],[8.240052,47.503931],[8.239434,47.504839],[8.238919,47.505676],[8.238445,47.506797],[8.238282,47.507679],[8.238229,47.508822],[8.239784,47.516426],[8.240383,47.518921],[8.240875,47.521249]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1588,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.240875,47.521249],[8.24334,47.53325],[8.245347,47.542779],[8.247656,47.553614],[8.248032,47.555182],[8.248578,47.55644],[8.249338,47.557862],[8.250128,47.558927],[8.251559,47.560559],[8.252593,47.561528],[8.253523,47.562521],[8.254134,47.563421],[8.25743,47.569656],[8.257762,47.570701],[8.257848,47.5717],[8.257647,47.572344],[8.256704,47.575063]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1589,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.256704,47.575063],[8.255824,47.577283],[8.255067,47.578383],[8.251208,47.581265],[8.249879,47.581798],[8.249467,47.58193]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1590,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.240097,47.609423],[8.243105,47.610568],[8.245936,47.611595],[8.254552,47.613534],[8.255819,47.613549],[8.256767,47.613399],[8.257643,47.613132],[8.258202,47.61289],[8.258933,47.612361],[8.260354,47.610971],[8.262157,47.609197],[8.263133,47.608619],[8.264043,47.608279],[8.26499,47.608082],[8.267099,47.607972],[8.268258,47.607797],[8.269308,47.607433],[8.270215,47.606974],[8.270841,47.606446],[8.271355,47.605609],[8.271593,47.60506],[8.27367,47.60288],[8.27555,47.601629],[8.277715,47.60059]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1591,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.277715,47.60059],[8.279989,47.599765],[8.281106,47.599185],[8.281799,47.598538],[8.283969,47.595619],[8.284975,47.594731],[8.286228,47.593913],[8.293521,47.590194],[8.296402,47.58777]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1592,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.249467,47.58193],[8.248129,47.582358],[8.246907,47.582914],[8.244954,47.584022],[8.242799,47.585703],[8.241862,47.586589],[8.241111,47.588046],[8.239954,47.590648],[8.238988,47.591892],[8.23749,47.592902],[8.236652,47.593336],[8.231545,47.595227],[8.229516,47.596026],[8.228186,47.596488],[8.226658,47.597831],[8.226497,47.598831],[8.227011,47.600256]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1593,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.296402,47.58777],[8.3031,47.582247],[8.303755,47.581385],[8.304231,47.580406],[8.304605,47.579618],[8.305044,47.57852],[8.305872,47.57749],[8.306877,47.576602],[8.3082,47.575759],[8.314659,47.572903],[8.316232,47.572391],[8.3245,47.570496],[8.327448,47.57014]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1594,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.327448,47.57014],[8.331731,47.569727],[8.334504,47.569467],[8.336928,47.569329],[8.340935,47.569203],[8.349161,47.569115],[8.352351,47.568519]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1595,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.352351,47.568519],[8.357989,47.567213],[8.359991,47.567031],[8.36347,47.566931],[8.367971,47.566967],[8.373745,47.565374],[8.37466,47.565238]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1596,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.37466,47.565238],[8.380547,47.564295],[8.381634,47.56412],[8.3829,47.564133],[8.384098,47.564314],[8.385195,47.564686],[8.386011,47.565107],[8.386937,47.565766],[8.388692,47.56756],[8.389339,47.56834],[8.390032,47.569715],[8.39097,47.571064],[8.392471,47.572384],[8.393926,47.57311],[8.397825,47.574839],[8.398743,47.575021],[8.399869,47.57506],[8.400888,47.575004],[8.40208,47.574827],[8.403057,47.574415],[8.404031,47.573835],[8.406282,47.571889],[8.408017,47.570613],[8.409654,47.569743],[8.41196,47.568938],[8.418886,47.566736]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1597,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.418886,47.566736],[8.420693,47.565818],[8.428264,47.562684],[8.42994,47.562027],[8.431408,47.561586],[8.432704,47.561313],[8.434073,47.561206],[8.435585,47.561217],[8.436994,47.561324],[8.438936,47.561783],[8.468434,47.57083]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1598,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.468434,47.57083],[8.4719,47.571846],[8.47321,47.572334],[8.474381,47.572847],[8.475449,47.573528],[8.477868,47.57491],[8.478928,47.575187],[8.480868,47.575478],[8.484499,47.575898],[8.487601,47.576275],[8.490136,47.576442],[8.492424,47.576516],[8.493762,47.576623],[8.495983,47.576889],[8.497954,47.576942],[8.499356,47.576739],[8.511315,47.573682]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1599,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.369612,47.511252],[8.37243,47.50973],[8.375558,47.507872],[8.377265,47.507073],[8.379463,47.506246],[8.381667,47.505705]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1600,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.411728,47.497888],[8.425078,47.494396],[8.426788,47.493858],[8.428048,47.493609],[8.429765,47.493428],[8.432323,47.493144],[8.433548,47.492967],[8.434667,47.492672],[8.436476,47.491776],[8.439955,47.49008],[8.440651,47.489764],[8.441491,47.489591],[8.442648,47.489509],[8.443808,47.48957],[8.446555,47.490023]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1601,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.446555,47.490023],[8.447855,47.490083],[8.44866,47.489957],[8.449636,47.489591],[8.450469,47.48906],[8.452509,47.487424],[8.456128,47.485726],[8.457377,47.48493],[8.459536,47.482198]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1602,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.459536,47.482198],[8.460876,47.480687],[8.461813,47.480108],[8.462892,47.479622],[8.464741,47.479011],[8.468688,47.478024],[8.470019,47.477869],[8.471808,47.477805],[8.485618,47.478514],[8.487092,47.478501],[8.488598,47.478321]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1603,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.488598,47.478321],[8.490173,47.478068],[8.505194,47.474409],[8.506275,47.474042],[8.507178,47.473558],[8.50795,47.47293]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1604,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.401817,47.455809],[8.396212,47.456284],[8.394564,47.456369],[8.393334,47.456284],[8.392455,47.456196],[8.387483,47.454785]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1605,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.387483,47.454785],[8.37168,47.450011],[8.37051,47.449306],[8.368384,47.44811],[8.367,47.447217],[8.365727,47.446656],[8.364457,47.446214],[8.363118,47.445915],[8.361748,47.445807],[8.355467,47.445714]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1606,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.355467,47.445714],[8.352803,47.44583],[8.351788,47.445957],[8.350424,47.446206],[8.349096,47.446526],[8.348016,47.446939],[8.329665,47.457291],[8.328379,47.457991],[8.327191,47.458333],[8.325932,47.458534],[8.324633,47.45852],[8.323578,47.458361],[8.322451,47.458156],[8.321325,47.457926],[8.320412,47.457886],[8.319466,47.457964],[8.318592,47.458185],[8.313697,47.460565]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1607,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.435353,47.453454],[8.420739,47.454412],[8.401817,47.455809]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1608,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.471697,47.436881],[8.443459,47.451671],[8.442206,47.452205],[8.440742,47.452717],[8.439381,47.453086],[8.435353,47.453454]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1609,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.510197,47.42049],[8.507443,47.421277],[8.487731,47.426408],[8.486335,47.42673],[8.485291,47.427168],[8.484321,47.427748],[8.483775,47.428514],[8.483191,47.429138],[8.482467,47.429811],[8.47524,47.435088],[8.471697,47.436881]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1610,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.207344,47.389346],[8.209561,47.387547],[8.211604,47.385867],[8.213236,47.384809],[8.214869,47.383822],[8.235596,47.373353]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1611,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.235596,47.373353],[8.238551,47.371809],[8.239729,47.370968],[8.240939,47.369912],[8.242003,47.368453],[8.243104,47.367089],[8.244311,47.365867],[8.246109,47.364331],[8.263028,47.353003],[8.264864,47.351728],[8.268838,47.348817]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1612,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.2852,47.346901],[8.28418,47.346751],[8.283019,47.346378],[8.278928,47.344504],[8.278153,47.344248],[8.2771,47.344065],[8.276227,47.344191],[8.275075,47.344461],[8.27414,47.345134],[8.270309,47.348684],[8.268838,47.348817]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1613,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.310174,47.347486],[8.308624,47.346926],[8.304117,47.345366],[8.302919,47.344898],[8.301499,47.343719],[8.300577,47.342988],[8.299694,47.342519],[8.298745,47.342264],[8.29801,47.34227],[8.297102,47.342419],[8.29309,47.343353],[8.292568,47.343571],[8.288688,47.34617],[8.287611,47.346678],[8.286634,47.346899],[8.2852,47.346901]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1614,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.337601,47.345601],[8.335416,47.345055],[8.334363,47.344944],[8.333454,47.345023],[8.332653,47.345243],[8.332026,47.345486],[8.331439,47.345943],[8.330135,47.347547],[8.329757,47.347955],[8.327023,47.349951],[8.325846,47.35077],[8.324914,47.351562],[8.324538,47.352112],[8.324271,47.352924],[8.323974,47.353997],[8.323562,47.3545],[8.32287,47.354981],[8.322001,47.355392],[8.320955,47.355662],[8.319208,47.355937],[8.317984,47.356018],[8.317072,47.35593],[8.316263,47.355769],[8.315311,47.355348],[8.314671,47.354758],[8.314309,47.354047],[8.314189,47.353167],[8.314277,47.352095],[8.314085,47.351097],[8.313478,47.350388],[8.311378,47.348286],[8.310174,47.347486]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1615,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.341384,47.346008],[8.341512,47.34527],[8.341053,47.345035],[8.340456,47.344945],[8.340002,47.345043],[8.339657,47.345332],[8.339316,47.345858],[8.339038,47.346003],[8.337601,47.345601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1616,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.343421,47.35049],[8.343069,47.35035],[8.341928,47.349146],[8.341212,47.348271],[8.341025,47.34751],[8.341384,47.346008]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1617,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.345145,47.350977],[8.343421,47.35049]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1618,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.353452,47.361573],[8.353261,47.360646],[8.353072,47.359886],[8.353271,47.359195],[8.353575,47.35855],[8.353907,47.3575],[8.35472,47.355899]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1619,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.35472,47.355899],[8.356136,47.352699],[8.356234,47.352317],[8.355914,47.352034],[8.355391,47.352133],[8.354487,47.352498]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1620,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.354487,47.352498],[8.35154,47.354282],[8.351157,47.35438],[8.350735,47.354312],[8.350592,47.354123],[8.350305,47.353721]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1621,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.350305,47.353721],[8.349909,47.353081],[8.34899,47.352589],[8.345145,47.350977]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1622,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.366384,47.361994],[8.362542,47.36062],[8.361517,47.360081],[8.359676,47.35893],[8.359354,47.358551],[8.359482,47.357836]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1623,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.359482,47.357836],[8.359538,47.357051],[8.359289,47.356815],[8.358797,47.356723],[8.358484,47.356845],[8.358279,47.357132],[8.358148,47.357704],[8.356923,47.359737],[8.355582,47.361199],[8.354614,47.361969],[8.354027,47.362425],[8.353577,47.362738],[8.353298,47.362812],[8.35312,47.362647],[8.353452,47.361573]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1624,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.377255,47.364738],[8.37438,47.362572],[8.373952,47.362171],[8.374014,47.361718],[8.374843,47.361021],[8.374835,47.360569],[8.374411,47.360358],[8.373573,47.360508],[8.368384,47.362192],[8.36758,47.362293],[8.366384,47.361994]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1625,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.381903,47.370055],[8.38119,47.36937],[8.38089,47.368254],[8.37896,47.366057],[8.377255,47.364738]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1626,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.396284,47.384692],[8.39608,47.383123],[8.395908,47.381339],[8.395217,47.379941],[8.395065,47.379252],[8.394703,47.378612],[8.393842,47.377477],[8.392811,47.376677],[8.391644,47.376091],[8.390654,47.375552],[8.389908,47.374987],[8.388772,47.37414],[8.388204,47.373716],[8.386617,47.373158],[8.385206,47.372598],[8.384218,47.372178],[8.383507,47.371612],[8.381903,47.370055]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1627,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.398848,47.393318],[8.399105,47.391453],[8.398842,47.391065],[8.398107,47.390579],[8.395731,47.389028],[8.395338,47.388627],[8.395432,47.388031],[8.395991,47.385956],[8.396284,47.384692]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1628,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.268838,47.348817],[8.270508,47.347594],[8.274832,47.344231],[8.297765,47.326713],[8.298905,47.325801],[8.299729,47.324795],[8.301028,47.322881],[8.304819,47.31707],[8.308229,47.311594],[8.310038,47.30882],[8.310725,47.308029],[8.312211,47.306899],[8.314808,47.305214]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1629,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.314808,47.305214],[8.31623,47.304417],[8.317649,47.303526],[8.318511,47.302734],[8.319128,47.301944],[8.319806,47.300654],[8.320669,47.297815],[8.3213,47.295763],[8.321766,47.294332],[8.322237,47.293186],[8.323058,47.292085],[8.324088,47.290911],[8.326259,47.288966],[8.339834,47.2767]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1630,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.445784,47.298812],[8.446919,47.297755],[8.447327,47.297132],[8.447488,47.296417],[8.447805,47.29282],[8.448138,47.291961],[8.44882,47.291026],[8.449779,47.289947],[8.450979,47.288651],[8.451791,47.287192],[8.452051,47.286167],[8.452132,47.284881],[8.451896,47.283526],[8.451025,47.281844],[8.450158,47.280376],[8.449331,47.27917],[8.447756,47.277279],[8.445512,47.275133]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1631,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.467954,47.325438],[8.46735,47.32135],[8.46705,47.320353],[8.466756,47.319618],[8.466217,47.318885],[8.465578,47.318391],[8.464764,47.317946],[8.463321,47.317531],[8.460334,47.316891],[8.459383,47.31659],[8.458605,47.316144],[8.45786,47.315604],[8.457322,47.314942],[8.456816,47.314113],[8.456515,47.312997],[8.456037,47.311788],[8.455462,47.31096],[8.454643,47.310229],[8.45358,47.309572],[8.452134,47.308966],[8.447346,47.307437],[8.445728,47.306976],[8.444316,47.306321],[8.443216,47.305498],[8.442821,47.304954],[8.442495,47.304362],[8.442345,47.303816],[8.442358,47.302673],[8.442759,47.30167],[8.443166,47.301],[8.445784,47.298812]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1632,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.437402,47.357527],[8.439979,47.35679],[8.440818,47.356664],[8.441904,47.356702],[8.442922,47.356812],[8.444188,47.357087],[8.445839,47.357358],[8.447346,47.357393],[8.448776,47.357071],[8.449818,47.356633],[8.451204,47.35586],[8.453074,47.354725],[8.454082,47.354335],[8.455233,47.354087],[8.456421,47.35391],[8.457679,47.35378],[8.461603,47.353888],[8.462791,47.353711],[8.464046,47.353414],[8.464916,47.353121],[8.465852,47.352636],[8.466367,47.352132],[8.466778,47.351628],[8.467079,47.350912],[8.466877,47.349486],[8.465641,47.345332],[8.465375,47.344215],[8.464932,47.343029],[8.464671,47.342199],[8.464651,47.341199],[8.464738,47.340223],[8.465565,47.337717],[8.468016,47.330483],[8.468301,47.32891],[8.467954,47.325438]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1633,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.430067,47.381246],[8.430852,47.380097],[8.432188,47.378491],[8.432871,47.37751],[8.433194,47.376079],[8.433525,47.373149],[8.433524,47.371221],[8.432962,47.369274],[8.432472,47.367398],[8.431832,47.365],[8.431589,47.363241],[8.431776,47.361978],[8.43221,47.360832],[8.432924,47.359707],[8.434235,47.358649],[8.435034,47.358285],[8.437402,47.357527]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1634,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.43493,47.391051],[8.434176,47.39084],[8.433339,47.390481],[8.432686,47.390125],[8.432062,47.389685],[8.431502,47.389194],[8.430972,47.388605],[8.430537,47.387947],[8.429993,47.386697],[8.429552,47.385582],[8.429305,47.383609],[8.429597,47.382321],[8.430067,47.381246]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1635,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.487678,47.352222],[8.487798,47.352958],[8.487594,47.353293],[8.487044,47.353798],[8.486141,47.354187],[8.485517,47.354502],[8.485071,47.354982],[8.484767,47.355532],[8.484757,47.356841],[8.484523,47.357391],[8.484181,47.357822],[8.483661,47.358089],[8.482964,47.358286],[8.482195,47.35834],[8.481668,47.35825],[8.481104,47.358088],[8.480641,47.357688],[8.479705,47.356364],[8.479031,47.355941],[8.478503,47.355827],[8.477838,47.355833],[8.477003,47.356126],[8.476626,47.356558],[8.476495,47.357035],[8.476645,47.35751],[8.47732,47.358027],[8.478031,47.358544],[8.478252,47.35909],[8.478157,47.359638],[8.477917,47.359902],[8.476949,47.360553]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1636,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.476949,47.360553],[8.476325,47.360892],[8.476123,47.361298],[8.475989,47.361585],[8.475967,47.362299],[8.475904,47.362657],[8.475668,47.363111],[8.475115,47.363521],[8.474489,47.363741],[8.47253,47.363853],[8.471095,47.363914],[8.470153,47.364136],[8.469389,47.364453],[8.46602,47.365958]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1637,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.46602,47.365958],[8.465607,47.366319],[8.465407,47.366868],[8.465454,47.367463],[8.465816,47.368078],[8.466524,47.368476],[8.470266,47.369966],[8.472162,47.370187],[8.474301,47.370287],[8.475521,47.369967],[8.476534,47.369839],[8.478631,47.369582],[8.479501,47.369265],[8.482764,47.367736],[8.483636,47.367514],[8.486679,47.367296],[8.487656,47.36712],[8.488699,47.366682],[8.489567,47.366318],[8.49065,47.366165],[8.491801,47.365893],[8.49305,47.365286],[8.493641,47.36509],[8.494514,47.364916],[8.495319,47.364909]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1638,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.52199,47.362692],[8.5204,47.36164]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1639,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.519715,47.338345],[8.519565,47.334371]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1640,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.519565,47.334371],[8.519379,47.333826],[8.519092,47.333472],[8.518021,47.332482],[8.517127,47.331538],[8.516835,47.330946],[8.51679,47.330447],[8.516957,47.33004],[8.517262,47.329538],[8.517297,47.329538],[8.519006,47.327499],[8.519138,47.327117],[8.518649,47.325431],[8.518531,47.32479],[8.518834,47.324216],[8.519518,47.323424],[8.521234,47.321742],[8.521433,47.321216],[8.521502,47.319431]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1641,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.521502,47.319431],[8.523874,47.313887],[8.52407,47.313171],[8.524043,47.311839]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1642,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.524043,47.311839],[8.524123,47.310624],[8.524282,47.308123],[8.523925,47.306056],[8.523665,47.305321],[8.523655,47.304821],[8.523959,47.304271],[8.525543,47.303042]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1643,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.525543,47.303042],[8.528271,47.301279],[8.529449,47.300673],[8.531113,47.299943],[8.532525,47.298859],[8.535769,47.296451]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1644,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.535769,47.296451],[8.538142,47.294688],[8.542649,47.291003],[8.543336,47.290402],[8.543743,47.289803],[8.543869,47.289112],[8.543961,47.286826]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1645,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.543961,47.286826],[8.544079,47.28573],[8.544521,47.285131],[8.545239,47.284315],[8.545409,47.282433],[8.545675,47.28174],[8.546224,47.281211],[8.551412,47.278424],[8.552063,47.277799],[8.552223,47.277107],[8.55204,47.276704],[8.551573,47.27609],[8.550996,47.275239],[8.550843,47.274645],[8.551043,47.274167],[8.551653,47.273233],[8.552195,47.272371],[8.552988,47.271864],[8.555412,47.270698],[8.556474,47.26964],[8.557741,47.268367]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1646,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.70224,47.292493],[8.704125,47.292306],[8.704857,47.292203],[8.705548,47.291838],[8.706299,47.291068],[8.709792,47.287888]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1647,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561663,47.350072],[8.56687,47.344507],[8.568033,47.34321],[8.56811,47.340235],[8.568341,47.339566],[8.569385,47.337604]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1648,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.398,47.188101],[8.398292,47.184526],[8.398815,47.18257],[8.401047,47.176625],[8.404399,47.166982],[8.404902,47.165883]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1649,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.722317,47.157504],[8.722464,47.154931],[8.721925,47.154271],[8.72135,47.153563],[8.719986,47.150532],[8.719653,47.14975],[8.718973,47.14902],[8.718265,47.148599],[8.705632,47.14405],[8.700078,47.142255],[8.69923,47.141788],[8.69859,47.141271],[8.698225,47.140585],[8.698101,47.139777],[8.698296,47.139156],[8.699075,47.138172],[8.699719,47.137379],[8.699941,47.136448],[8.699538,47.135596],[8.698117,47.133017],[8.697296,47.132241],[8.696346,47.131894],[8.695536,47.13157]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1650,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.482584,47.480635],[9.485365,47.479895],[9.487147,47.479673],[9.489177,47.479518],[9.491452,47.479311],[9.493529,47.478537],[9.498376,47.477665],[9.505018,47.477832]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1651,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.660733,47.259851],[7.661573,47.260183],[7.662728,47.260418],[7.664232,47.260606],[7.665071,47.260747],[7.671722,47.262709],[7.67312,47.262754],[7.674518,47.262656],[7.678613,47.263671]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1652,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.678613,47.263671],[7.679943,47.263977],[7.681624,47.264712],[7.68292,47.26528],[7.689223,47.267456],[7.692131,47.268544]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1653,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.692131,47.268544],[7.692164,47.268187],[7.692476,47.267592],[7.694917,47.266325],[7.695122,47.265349]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1654,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.695122,47.265349],[7.695573,47.264515],[7.696375,47.264085],[7.698783,47.263365],[7.699482,47.263221],[7.700705,47.263242]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1655,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.690358,47.300453],[8.690787,47.299354],[8.691427,47.298323],[8.69373,47.296585],[8.694765,47.295931]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1656,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.684983,47.305533],[8.687189,47.304082],[8.688598,47.303019],[8.689581,47.301652],[8.690358,47.300453]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1657,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.674132,47.312909],[8.675691,47.31225],[8.676761,47.31162],[8.679216,47.310308],[8.680839,47.30941],[8.68187,47.30859],[8.682584,47.307678],[8.683468,47.306573],[8.683945,47.306021],[8.684983,47.305533]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1658,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.660038,47.322508],[8.661247,47.321829],[8.662876,47.321122],[8.665016,47.319814],[8.665527,47.319189],[8.665755,47.318449],[8.665946,47.317614],[8.666105,47.316946],[8.66648,47.316514],[8.667413,47.315956],[8.668624,47.315372],[8.669937,47.314644],[8.671143,47.313798],[8.671974,47.313432],[8.674132,47.312909]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1659,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.648763,47.325388],[8.649914,47.325209],[8.650472,47.325156],[8.651668,47.325381],[8.652966,47.325534],[8.656228,47.324286],[8.657613,47.323629],[8.658755,47.323046],[8.660038,47.322508]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1660,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.638054,47.325524],[8.639098,47.325251],[8.640633,47.325021],[8.642483,47.324763],[8.643842,47.324487],[8.644928,47.324524],[8.64704,47.325049],[8.64778,47.325279],[8.648763,47.325388]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1661,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.631178,47.327951],[8.632609,47.32777],[8.633828,47.327495],[8.635455,47.326693],[8.638054,47.325524]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1662,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.623693,47.331408],[8.625668,47.330483],[8.626,47.329671],[8.626402,47.328833],[8.627372,47.328395],[8.628942,47.328165],[8.631178,47.327951]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1663,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.616815,47.337],[8.618275,47.336509],[8.620518,47.335058],[8.621517,47.33431],[8.6226,47.332609],[8.623693,47.331408]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1664,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.603673,47.346035],[8.60512,47.344925],[8.606081,47.344059],[8.611457,47.33853],[8.611974,47.338168],[8.614062,47.337575],[8.616815,47.337]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1665,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.597644,47.34738],[8.602699,47.34633],[8.603673,47.346035]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1666,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.592912,47.345524],[8.593898,47.3458],[8.594787,47.346433],[8.59589,47.347208],[8.596525,47.347439],[8.597644,47.34738]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1667,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.582595,47.351077],[8.583246,47.350994],[8.583922,47.35074],[8.584327,47.350482],[8.5857,47.349205],[8.586654,47.348662],[8.588083,47.347985],[8.589377,47.347225],[8.590194,47.34617],[8.591056,47.345519],[8.591962,47.345343],[8.592912,47.345524]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1668,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.574983,47.354572],[8.575226,47.354298],[8.575536,47.35404],[8.575891,47.353789],[8.576289,47.353581],[8.576856,47.353315],[8.577225,47.353119],[8.577379,47.352983],[8.577512,47.352803],[8.577723,47.352385],[8.577997,47.352016],[8.578319,47.351742],[8.578793,47.351427],[8.579428,47.351155],[8.580186,47.350997],[8.58083,47.351008],[8.581718,47.351073],[8.582595,47.351077]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1669,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.569385,47.337604],[8.570767,47.335092],[8.573821,47.33054],[8.574105,47.329085],[8.5743,47.328393],[8.574915,47.327649],[8.576014,47.326686]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1670,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.576014,47.326686],[8.577588,47.324957],[8.579753,47.321461],[8.580623,47.319596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1671,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.580623,47.319596],[8.581423,47.317708],[8.581875,47.315942],[8.584691,47.311797],[8.586237,47.310496],[8.587964,47.309432],[8.589347,47.308656],[8.59041,47.307646],[8.591565,47.30604]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1672,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.591565,47.30604],[8.593682,47.303591],[8.594707,47.302462],[8.595041,47.301721],[8.59504,47.301697],[8.595409,47.300956],[8.596058,47.300235],[8.597504,47.299126],[8.598363,47.298427],[8.598933,47.297279]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1673,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.598933,47.297279],[8.599996,47.294674],[8.600321,47.293528],[8.600967,47.292712],[8.601862,47.292013],[8.602795,47.29148],[8.603718,47.290519],[8.604195,47.289919],[8.605154,47.289005],[8.606806,47.287774],[8.607766,47.28686],[8.608959,47.285444],[8.609848,47.284507],[8.61321,47.281545]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1674,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.61321,47.281545],[8.61855,47.277873],[8.619595,47.277672],[8.621197,47.27737],[8.62203,47.277052],[8.623059,47.276184],[8.624503,47.275027],[8.627924,47.273207],[8.630311,47.27204],[8.63236,47.271399],[8.636506,47.270714],[8.638008,47.270651],[8.64025,47.270842],[8.641436,47.270686],[8.644527,47.26975]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1675,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.656908,47.385194],[8.651575,47.388011],[8.64419,47.391539],[8.639332,47.393684],[8.632663,47.396371],[8.623842,47.400056]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1676,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.685666,47.369703],[8.669928,47.378463],[8.656908,47.385194]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1677,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.716003,47.352068],[8.703256,47.359468],[8.700318,47.361166],[8.685666,47.369703]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1678,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.788977,47.320606],[8.786774,47.322607],[8.783172,47.325505],[8.781105,47.326838],[8.779599,47.328212],[8.77878,47.329055],[8.777298,47.329976],[8.776052,47.330538],[8.774804,47.331029],[8.773355,47.331879],[8.772119,47.332869],[8.770874,47.333478],[8.769975,47.333941],[8.768934,47.33431],[8.767996,47.334606],[8.767477,47.334826],[8.765718,47.335918]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1679,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.765718,47.335918],[8.763166,47.33747],[8.761578,47.338369],[8.759952,47.339173],[8.758633,47.33964],[8.75703,47.339968],[8.755144,47.340133],[8.753607,47.340293],[8.752316,47.340474],[8.750822,47.340943],[8.747976,47.341975],[8.741947,47.34459],[8.740386,47.345179],[8.739236,47.34543],[8.737703,47.345733],[8.73487,47.345884],[8.732494,47.346101],[8.730991,47.346237],[8.729457,47.346516],[8.724208,47.348121],[8.722123,47.348763],[8.7197,47.34998],[8.716003,47.352068]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1680,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.536668,47.523476],[8.538074,47.522774],[8.551429,47.5196],[8.552725,47.519445],[8.554799,47.519472],[8.566895,47.519974],[8.579377,47.52047],[8.587954,47.520671]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1681,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.587954,47.520671],[8.595446,47.521096],[8.601903,47.520746],[8.603801,47.520775],[8.60623,47.521012],[8.610175,47.521472],[8.612181,47.521618],[8.613793,47.521435],[8.615261,47.521087],[8.616376,47.520671],[8.617936,47.519727],[8.619047,47.519145],[8.624515,47.516995],[8.627756,47.515819],[8.629917,47.515059],[8.631908,47.514586],[8.633836,47.514376],[8.635486,47.514335],[8.642161,47.515908],[8.643288,47.516039],[8.646796,47.515836]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1682,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.646796,47.515836],[8.665276,47.514357],[8.666359,47.514131],[8.667683,47.513641],[8.668795,47.513106],[8.672398,47.510949],[8.680411,47.506603]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1683,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.680411,47.506603],[8.682554,47.505152],[8.684013,47.50447],[8.685895,47.503831],[8.688263,47.502949],[8.690454,47.502045],[8.691252,47.501632],[8.691833,47.500935],[8.692512,47.499976],[8.693643,47.498774],[8.695182,47.497019],[8.697186,47.495641],[8.699227,47.494334],[8.702163,47.492279],[8.703301,47.49141],[8.704505,47.490373],[8.705266,47.489865],[8.706311,47.48952],[8.707502,47.489412],[8.709474,47.489628]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1684,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.709474,47.489628],[8.713207,47.490087],[8.71416,47.490291],[8.71508,47.490614],[8.716656,47.491596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1685,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.694758,47.545337],[8.697913,47.537568],[8.698166,47.536399],[8.697422,47.52427],[8.69704,47.522965],[8.695532,47.520126],[8.695333,47.519128],[8.69541,47.517937],[8.695912,47.516885],[8.696454,47.516046],[8.696965,47.515374],[8.697793,47.514746],[8.700798,47.512548],[8.702842,47.511383],[8.705831,47.510041],[8.708169,47.509373],[8.722939,47.507187],[8.724022,47.506937],[8.724961,47.506546],[8.725509,47.505969],[8.725979,47.505059],[8.726136,47.504296],[8.726141,47.503641]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1686,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.685517,47.563453],[8.685784,47.561356],[8.685507,47.55855],[8.685798,47.557453],[8.685797,47.557429],[8.686863,47.554895],[8.687922,47.553598],[8.688958,47.552825],[8.690312,47.552073],[8.691384,47.551347],[8.692209,47.550529],[8.692959,47.549569],[8.693923,47.547226],[8.694758,47.545337]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1687,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.677257,47.593718],[8.674155,47.593466],[8.672172,47.592916],[8.670083,47.592343],[8.669082,47.591663],[8.66854,47.591026],[8.668207,47.59034],[8.668049,47.589604],[8.668244,47.588888],[8.668752,47.588049],[8.669338,47.58752],[8.670758,47.586576],[8.674293,47.584278],[8.676404,47.582827],[8.67771,47.581505],[8.678424,47.58045],[8.679568,47.578224],[8.681951,47.573368],[8.682511,47.57172],[8.68289,47.569883],[8.683555,47.568281],[8.684276,47.566036],[8.685517,47.563453]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1688,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.653671,47.634591],[8.654879,47.633555],[8.655664,47.632452],[8.656094,47.631234],[8.656199,47.62971],[8.656526,47.628588],[8.657859,47.62686],[8.661986,47.622652],[8.66287,47.621286],[8.667377,47.613766],[8.668125,47.612616],[8.66926,47.611462],[8.670125,47.610857],[8.67131,47.610345],[8.672604,47.609998],[8.673726,47.609796],[8.683992,47.609377],[8.685148,47.60915],[8.686584,47.608873],[8.688154,47.608309],[8.689232,47.607726],[8.690059,47.606979],[8.695386,47.601591],[8.695782,47.600516],[8.695905,47.599753],[8.69582,47.599159],[8.69555,47.598138],[8.694958,47.596931],[8.69452,47.596245],[8.693801,47.595587],[8.692878,47.59524],[8.691672,47.594848],[8.684471,47.595307],[8.683448,47.595199],[8.682102,47.594809],[8.681068,47.594225],[8.679335,47.593839],[8.677257,47.593718]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1689,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.61393,47.666794],[8.615623,47.665301],[8.618262,47.663561],[8.620073,47.662615],[8.621836,47.661145],[8.625663,47.658988],[8.626845,47.65831],[8.628395,47.656723],[8.62977,47.655234],[8.630631,47.654368],[8.631378,47.653099],[8.631874,47.65169],[8.631951,47.65038],[8.631605,47.649122],[8.631547,47.648076],[8.631912,47.64712],[8.632387,47.646306],[8.634986,47.644423],[8.639181,47.6415],[8.64012,47.641015],[8.648295,47.638169],[8.649443,47.637562],[8.649478,47.637538],[8.652285,47.635558],[8.653671,47.634591]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1690,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.646947,47.691823],[8.649641,47.690915],[8.650828,47.690427],[8.651837,47.689845],[8.652876,47.689049],[8.653497,47.688495],[8.65446,47.687438],[8.655396,47.686738],[8.660058,47.684119],[8.661033,47.683632],[8.662297,47.683405]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1691,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.662297,47.683405],[8.663388,47.68337],[8.664591,47.683571],[8.666432,47.683909],[8.667878,47.683965],[8.668721,47.683861],[8.669596,47.68359],[8.670259,47.683297],[8.670987,47.68279],[8.671989,47.681946],[8.673658,47.680953],[8.675055,47.680414],[8.676704,47.680111],[8.678498,47.679997],[8.687475,47.679591]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1692,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.687475,47.679591],[8.692968,47.679413],[8.701065,47.679087],[8.701949,47.679221],[8.731845,47.6876]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1693,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.731845,47.6876],[8.732995,47.687922],[8.733844,47.688055],[8.734727,47.688117],[8.735676,47.688011],[8.737362,47.687778],[8.739119,47.687568],[8.741934,47.68737],[8.744361,47.6872],[8.746294,47.686988],[8.748574,47.686534],[8.75043,47.686037],[8.75263,47.685227]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1694,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.75263,47.685227],[8.758112,47.683189],[8.759086,47.682655],[8.759848,47.682146],[8.760466,47.681497],[8.761051,47.680919],[8.761882,47.67891],[8.765821,47.670155],[8.766365,47.669364],[8.770735,47.666601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1695,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.770735,47.666601],[8.77299,47.665242],[8.774039,47.664921],[8.776916,47.664459],[8.806224,47.660238],[8.808084,47.659979],[8.80949,47.659843],[8.811006,47.65992],[8.812524,47.660021],[8.815041,47.660634]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1696,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.815041,47.660634],[8.813686,47.660031],[8.812582,47.659568],[8.811519,47.659295],[8.810247,47.659168],[8.808984,47.659349],[8.805585,47.660056],[8.796814,47.660063],[8.795435,47.659865],[8.794298,47.659498],[8.793295,47.658843],[8.790861,47.65592],[8.789779,47.654957],[8.788993,47.654514],[8.787854,47.654028],[8.787066,47.653513],[8.786381,47.652926],[8.785936,47.652027],[8.785699,47.65103],[8.784278,47.649167],[8.78401,47.648313],[8.78441,47.647428],[8.785231,47.646467],[8.786467,47.645191],[8.786902,47.644305],[8.788395,47.635173]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1697,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.7241,47.614746],[8.721388,47.614681],[8.720008,47.614363],[8.719081,47.61385],[8.718397,47.613215],[8.717921,47.612458],[8.717761,47.611675],[8.717749,47.609723],[8.718222,47.608909],[8.718841,47.608283],[8.719881,47.607629],[8.72117,47.607092],[8.722426,47.606649],[8.723538,47.606066],[8.724534,47.605079],[8.724834,47.604386],[8.724807,47.603267],[8.724438,47.602557],[8.721839,47.599849],[8.721049,47.599192],[8.719911,47.598705],[8.7186,47.598314],[8.717428,47.597851],[8.716429,47.597267],[8.715784,47.596799],[8.715204,47.596067],[8.714799,47.595334],[8.714532,47.594456],[8.714496,47.592981],[8.714892,47.591906],[8.715715,47.590992],[8.716647,47.590268],[8.717758,47.589637],[8.719503,47.589071],[8.72125,47.588575],[8.723547,47.587574],[8.724794,47.586751],[8.726759,47.585111],[8.727692,47.584411],[8.728948,47.583968],[8.730591,47.583569],[8.732165,47.583218],[8.733282,47.582849],[8.734427,47.582217],[8.735463,47.58142],[8.736498,47.580576],[8.737713,47.57992],[8.73883,47.579574],[8.740195,47.579321],[8.741526,47.579068],[8.742989,47.578504],[8.747099,47.576887],[8.748633,47.576322],[8.75038,47.57585],[8.751702,47.575264],[8.754165,47.573903],[8.756455,47.57264],[8.757245,47.571869],[8.757714,47.57096],[8.757804,47.57034],[8.757535,47.569415]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1698,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.757535,47.569415],[8.756973,47.568017],[8.756696,47.566783],[8.756266,47.559362],[8.756071,47.558579],[8.755702,47.557869],[8.753849,47.555463],[8.752921,47.553498],[8.752799,47.552833]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1699,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.752799,47.552833],[8.751959,47.551533],[8.745426,47.546038],[8.742117,47.54441],[8.74094,47.543733],[8.740152,47.543123],[8.736972,47.539565],[8.736673,47.538854],[8.736654,47.538069],[8.736953,47.537352],[8.739091,47.535685]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1700,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.739091,47.535685],[8.741165,47.534282],[8.742417,47.53372],[8.745594,47.532899],[8.746707,47.532411],[8.752363,47.529491]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1701,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.752363,47.529491],[8.757698,47.526408],[8.758828,47.525252],[8.759467,47.524103],[8.75988,47.522337],[8.760866,47.51678]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1702,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.760866,47.51678],[8.762067,47.511388],[8.762106,47.510126],[8.761974,47.509406]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1703,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.766922,47.487572],[8.769812,47.48274],[8.770557,47.481637],[8.770748,47.480849],[8.770725,47.479945],[8.770459,47.479115],[8.76882,47.476754],[8.76802,47.475645],[8.767216,47.474392],[8.765232,47.470821],[8.764827,47.470088],[8.764432,47.469736],[8.761772,47.4686],[8.761125,47.467989],[8.760759,47.467398],[8.76053,47.466663],[8.760455,47.465069]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1704,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.760455,47.465069],[8.760338,47.46319],[8.7605,47.462641],[8.760807,47.462256],[8.761322,47.461798],[8.761805,47.46146],[8.762602,47.46107],[8.766687,47.460214],[8.772235,47.458936],[8.773976,47.458392]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1705,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.773976,47.458392],[8.780205,47.456321],[8.781323,47.456142],[8.782202,47.456203],[8.783291,47.456261],[8.784629,47.456436],[8.785367,47.456475],[8.786033,47.456444],[8.787115,47.456193],[8.790966,47.454458],[8.79277,47.453676],[8.793291,47.453432],[8.793845,47.45314],[8.794292,47.452777],[8.794631,47.452345],[8.79483,47.451867],[8.795028,47.451388],[8.794905,47.450676],[8.794392,47.449825],[8.79355,47.448478],[8.793396,47.447909],[8.793382,47.447385],[8.793547,47.446955],[8.793851,47.446499],[8.794505,47.445992],[8.794916,47.445606],[8.795817,47.445167],[8.79717,47.444556]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1706,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.815041,47.660634],[8.820425,47.661784]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1707,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.820425,47.661784],[8.823081,47.6623],[8.824145,47.662572],[8.825062,47.662633],[8.826543,47.662687],[8.828083,47.662311],[8.829093,47.661847],[8.830312,47.661333],[8.831469,47.661105],[8.832662,47.660924],[8.833255,47.660726],[8.833951,47.660385],[8.83454,47.660021],[8.835333,47.659345],[8.835879,47.658672],[8.836885,47.658112],[8.838036,47.65767],[8.83958,47.657437],[8.84207,47.657026],[8.843828,47.65691],[8.845063,47.65699],[8.846197,47.657238],[8.846981,47.657586],[8.84798,47.658049],[8.849005,47.658204],[8.850133,47.658237],[8.850906,47.658133],[8.852056,47.657691],[8.854968,47.655942]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1708,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.854968,47.655942],[8.857291,47.654533],[8.859319,47.652652],[8.860043,47.652095],[8.8606,47.651851],[8.86137,47.651651],[8.862457,47.651495],[8.863503,47.651077],[8.864612,47.650397],[8.869946,47.647071],[8.871129,47.646557],[8.872006,47.646403],[8.872706,47.646276],[8.873655,47.646192],[8.877014,47.645366]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1709,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.877014,47.645366],[8.881632,47.644237],[8.88366,47.643736],[8.884882,47.643316],[8.886075,47.643159],[8.887304,47.643048],[8.888466,47.643034],[8.88984,47.643064],[8.891076,47.643191],[8.892768,47.643242],[8.894314,47.643127],[8.896421,47.642886],[8.898599,47.642716],[8.900428,47.642622],[8.906974,47.642468],[8.908523,47.642472],[8.910151,47.642761],[8.914063,47.644139]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1710,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.914063,47.644139],[8.916834,47.645008],[8.918139,47.645063],[8.919579,47.644925],[8.920528,47.644866],[8.921658,47.64497],[8.922936,47.645335],[8.924288,47.645817],[8.925289,47.646352],[8.926332,47.647124],[8.927055,47.647781],[8.931743,47.650434],[8.933273,47.650962],[8.934544,47.651088],[8.936306,47.651113],[8.937363,47.651123],[8.938494,47.651275],[8.940266,47.651657],[8.942566,47.652032],[8.944122,47.652249],[8.945011,47.652523],[8.94754,47.653514],[8.948708,47.653737],[8.950684,47.653854],[8.951743,47.653935],[8.952808,47.654207],[8.953986,47.654763],[8.955596,47.655646],[8.956979,47.655961],[8.958289,47.656182],[8.959379,47.65612],[8.960783,47.655935],[8.961838,47.655874],[8.963179,47.655975],[8.970897,47.658539],[8.971503,47.658793],[8.972438,47.659423],[8.974178,47.661137],[8.974969,47.661698],[8.975897,47.662091],[8.976821,47.662364],[8.97885,47.663099],[8.980712,47.664121]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1711,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.980712,47.664121],[8.983112,47.66547],[8.984361,47.666048],[8.986996,47.666989],[8.992801,47.669101],[8.997565,47.67056],[8.999055,47.670897],[9.000924,47.670943],[9.002545,47.670945],[9.004064,47.671067],[9.005374,47.671288],[9.007114,47.671764],[9.008632,47.671863],[9.010042,47.671867],[9.01149,47.671967],[9.013577,47.672248],[9.014641,47.672495],[9.015743,47.67279],[9.016954,47.673249],[9.018414,47.673753],[9.019614,47.673832],[9.020525,47.673629],[9.022687,47.672885],[9.0238,47.672601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1712,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.0238,47.672601],[9.025068,47.672377],[9.026938,47.672447],[9.028208,47.672524],[9.031082,47.673175],[9.033163,47.673242],[9.034542,47.67339],[9.03589,47.673704],[9.036668,47.673789],[9.03884,47.673378],[9.039893,47.673221],[9.040806,47.673137],[9.042345,47.672758],[9.044344,47.672445],[9.045648,47.672427],[9.046821,47.672792],[9.048034,47.673275],[9.049034,47.673713],[9.050062,47.673913],[9.050805,47.673998],[9.05312,47.673656]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1713,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.05312,47.673656],[9.054564,47.673636],[9.055658,47.673692],[9.05676,47.673986],[9.058101,47.674063],[9.059504,47.673853],[9.061016,47.673737],[9.062878,47.673568],[9.063793,47.673531],[9.064958,47.67361],[9.066232,47.673759],[9.067673,47.673667],[9.069039,47.673386],[9.070047,47.672944],[9.071083,47.672239],[9.073186,47.670734],[9.074124,47.670316],[9.075275,47.669919],[9.076998,47.669823],[9.077636,47.669933],[9.078629,47.670157],[9.080443,47.670679],[9.081932,47.670991],[9.083482,47.670969],[9.084808,47.67057],[9.086199,47.669955]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1714,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.086199,47.669955],[9.094348,47.665769],[9.095289,47.665423],[9.096128,47.66522],[9.097148,47.665158],[9.098487,47.665163],[9.100141,47.665115],[9.100805,47.664939],[9.101743,47.664497],[9.102922,47.663909],[9.103893,47.663419],[9.10494,47.663095],[9.106306,47.662837],[9.107644,47.662818],[9.108683,47.662973]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1715,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.108683,47.662973],[9.110122,47.663187],[9.111322,47.663265],[9.112798,47.663148],[9.119016,47.662583],[9.120662,47.662273],[9.121885,47.661946],[9.12338,47.661329],[9.125544,47.660679],[9.127368,47.660438],[9.131931,47.65992]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1716,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.131931,47.65992],[9.137227,47.659176],[9.144516,47.657998],[9.149066,47.657074],[9.16921,47.652707]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1717,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.173198,47.651862],[9.174187,47.651798],[9.175677,47.652109],[9.176874,47.652092],[9.177855,47.651934],[9.178795,47.65161],[9.179795,47.650953],[9.183197,47.648355]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1718,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.195956,47.643093],[9.196934,47.643078],[9.199374,47.643374],[9.201916,47.64355],[9.203853,47.643544],[9.206097,47.643248],[9.207947,47.642744]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1719,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.207947,47.642744],[9.210453,47.641873],[9.212086,47.641205],[9.213577,47.640516],[9.215066,47.639756],[9.21634,47.638879],[9.218337,47.637539],[9.220158,47.636179],[9.221458,47.63504],[9.222776,47.634449],[9.224066,47.634072],[9.227077,47.633549]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1720,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.227077,47.633549],[9.232717,47.632677],[9.235797,47.632129],[9.236212,47.632037]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1721,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.236212,47.632037],[9.238453,47.631541],[9.240548,47.631032],[9.245144,47.629509],[9.247121,47.628857]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1722,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.247121,47.628857],[9.251586,47.627385],[9.255583,47.625871],[9.266407,47.621202]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1723,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.266407,47.621202],[9.285299,47.612739],[9.28944,47.610388],[9.292852,47.60831]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1724,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.292852,47.60831],[9.305324,47.60166],[9.317529,47.595512]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1725,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.317529,47.595512],[9.322405,47.5931],[9.325042,47.592034],[9.338257,47.586725]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1726,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.338257,47.586725],[9.342938,47.584815],[9.35264,47.581656],[9.36479,47.57717],[9.376764,47.571758],[9.377862,47.571025],[9.378471,47.570349],[9.378756,47.569487],[9.379078,47.568672],[9.379467,47.565013]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1727,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.084634,47.556164],[9.086386,47.555972],[9.08859,47.555631],[9.089852,47.555518],[9.090766,47.555505],[9.091617,47.555731],[9.092258,47.555984],[9.09301,47.556425],[9.093698,47.557082],[9.094269,47.558454],[9.095076,47.561799],[9.095115,47.563036],[9.09557,47.565243],[9.095649,47.566646],[9.095985,47.56726],[9.096707,47.567868],[9.097635,47.568284],[9.098554,47.568437],[9.099748,47.568396],[9.101041,47.568116],[9.10292,47.567529]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1728,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.062114,47.55215],[9.061956,47.552723],[9.061975,47.553366],[9.062208,47.554076],[9.062683,47.554665],[9.063513,47.555367],[9.067243,47.557742],[9.069568,47.559043],[9.070527,47.559362],[9.071727,47.559512],[9.072886,47.559448],[9.074772,47.559041],[9.075496,47.558578],[9.076008,47.558071],[9.076616,47.557253],[9.077266,47.556673],[9.0782,47.556184],[9.07942,47.555857],[9.080437,47.555771],[9.084634,47.556164]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1729,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.06873,47.532897],[9.074483,47.535981],[9.074951,47.536332],[9.076672,47.538569],[9.076868,47.539208],[9.076711,47.539829],[9.076415,47.5405],[9.075052,47.543042],[9.073528,47.544896],[9.07127,47.546928],[9.069896,47.54797],[9.068028,47.548973],[9.065873,47.549764],[9.06403,47.550433],[9.063129,47.55085],[9.062479,47.551431],[9.062114,47.55215]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1730,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.034017,47.521504],[9.035302,47.522176],[9.036613,47.522539],[9.037888,47.522854],[9.03923,47.523098],[9.040572,47.523317],[9.041914,47.523537],[9.044005,47.524126],[9.04752,47.525315],[9.049367,47.52598],[9.051184,47.526811],[9.054078,47.528366],[9.055221,47.528969],[9.057283,47.529773],[9.059126,47.530271],[9.060325,47.530397],[9.061454,47.530548],[9.062968,47.530645],[9.063886,47.530799],[9.065019,47.531069],[9.06873,47.532897]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1731,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.024656,47.509232],[9.025387,47.510198],[9.025872,47.511143],[9.026298,47.512446],[9.026719,47.513631],[9.027281,47.514789],[9.030199,47.518367],[9.031073,47.519402],[9.032192,47.520386],[9.033304,47.521156],[9.034017,47.521504]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1732,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.020646,47.498433],[9.020796,47.502287],[9.020945,47.503761],[9.021329,47.504874],[9.022295,47.506622],[9.022952,47.507446],[9.024656,47.509232]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1733,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.030816,47.481514],[9.029132,47.487416],[9.028832,47.487944],[9.028394,47.488569],[9.027672,47.489102],[9.02605,47.490053],[9.024808,47.490784],[9.023605,47.491657],[9.022718,47.49255],[9.021803,47.493657],[9.021372,47.494496],[9.020944,47.495478],[9.020795,47.496361],[9.020646,47.498433]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1734,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.04202,47.462185],[9.035928,47.462331],[9.034269,47.462021],[9.032643,47.461638],[9.031975,47.4616],[9.031485,47.461654],[9.030091,47.461983],[9.029295,47.462351],[9.028511,47.463147],[9.028221,47.463984],[9.028145,47.464985],[9.028486,47.465813],[9.028961,47.466449],[9.029895,47.467151],[9.031287,47.467917],[9.032077,47.468525],[9.032769,47.469348],[9.03541,47.473144],[9.035534,47.473761],[9.035481,47.474333],[9.03525,47.474836],[9.034196,47.475969]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1735,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.034196,47.475969],[9.032695,47.477418],[9.032082,47.478069],[9.031749,47.478669],[9.030816,47.481514]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1736,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.992047,47.481232],[8.995861,47.478396],[8.999007,47.476759]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1737,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.999007,47.476759],[9.001249,47.475396],[9.002902,47.474278],[9.00821,47.47216],[9.009598,47.471617],[9.01169,47.471136],[9.014535,47.470003],[9.016446,47.469334],[9.018385,47.468427],[9.019803,47.467717],[9.02118,47.466818],[9.022447,47.465753],[9.024121,47.464231],[9.025966,47.46254],[9.026854,47.461694],[9.027369,47.46133],[9.027993,47.461084],[9.028627,47.461146],[9.031038,47.461946],[9.032673,47.462638],[9.033562,47.46303],[9.035876,47.462951],[9.038151,47.462752],[9.040075,47.462535],[9.04202,47.462185]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1738,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.975755,47.492136],[8.980016,47.491341],[8.980854,47.491164],[8.981579,47.490749],[8.981953,47.490316],[8.982423,47.489572],[8.98287,47.488043],[8.992047,47.481232]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1739,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.953335,47.496502],[8.954111,47.495397],[8.954562,47.4952],[8.956111,47.495323],[8.959373,47.495185],[8.964163,47.493241],[8.973661,47.492568],[8.975755,47.492136]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1740,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.9491,47.50196],[8.953335,47.496502]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1741,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.944302,47.508662],[8.944042,47.506905],[8.944171,47.506498],[8.947399,47.50391],[8.9491,47.50196]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1742,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.933181,47.520421],[8.93435,47.519502],[8.935029,47.51866],[8.937765,47.513507],[8.938242,47.513001],[8.93897,47.512659],[8.940224,47.512262],[8.942242,47.511569],[8.943074,47.511178],[8.943791,47.510454],[8.944126,47.509879],[8.944254,47.509425],[8.944302,47.508662]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1743,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.898868,47.554155],[8.898953,47.553393],[8.897043,47.549133],[8.896922,47.548563],[8.897064,47.547347],[8.89629,47.546024],[8.897364,47.544178],[8.897588,47.543366],[8.89774,47.542508],[8.897943,47.542219],[8.898428,47.541975],[8.899409,47.541844],[8.902015,47.542025]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1744,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.843742,47.437193],[8.844187,47.43545],[8.844445,47.433257],[8.84478,47.431349],[8.84507,47.43037],[8.846274,47.428165],[8.846974,47.426752],[8.847433,47.425557],[8.84754,47.424294],[8.847508,47.420439],[8.847701,47.41977],[8.84826,47.418383],[8.848766,47.417639]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1745,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.681044,47.258175],[8.684038,47.257643],[8.685674,47.257364],[8.686787,47.25709],[8.687858,47.256578],[8.689164,47.255612],[8.690468,47.254551],[8.692679,47.253432]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1746,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.505018,47.477832],[9.502339,47.477547],[9.499447,47.477217],[9.497966,47.477053],[9.496555,47.476888],[9.491313,47.475719],[9.489936,47.475506],[9.488751,47.47554]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1747,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.488751,47.47554],[9.481483,47.475751],[9.473775,47.474339],[9.472333,47.474269],[9.467053,47.47391]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1748,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.467053,47.47391],[9.46526,47.473846],[9.46256,47.473012],[9.461286,47.472749],[9.46023,47.472672],[9.45925,47.472761],[9.458278,47.47304],[9.457452,47.473483],[9.456627,47.473949],[9.455588,47.474324],[9.454263,47.474585],[9.452896,47.474633],[9.451554,47.474418],[9.450347,47.474082],[9.448924,47.473583],[9.447531,47.472965],[9.446422,47.472413],[9.445326,47.472194],[9.44434,47.472116],[9.443286,47.47211],[9.441932,47.472515],[9.441009,47.473173],[9.43708,47.47605],[9.435805,47.476691],[9.433958,47.47708],[9.432693,47.47703],[9.431311,47.476697],[9.429638,47.476107],[9.428253,47.475679],[9.427127,47.475603],[9.425906,47.475814],[9.424897,47.476069],[9.423969,47.476609],[9.422328,47.47778],[9.421365,47.47832],[9.42008,47.478699],[9.417941,47.478783],[9.416669,47.478567],[9.415452,47.477945],[9.414616,47.477174],[9.414058,47.47635],[9.414136,47.474659]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1749,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.414136,47.474659],[9.414964,47.473312],[9.415417,47.47228],[9.415237,47.471212],[9.414856,47.470409],[9.414236,47.469801],[9.413338,47.469245],[9.412026,47.468887],[9.410221,47.468489],[9.408519,47.468042],[9.407738,47.467793],[9.406906,47.467141],[9.406027,47.466156],[9.405459,47.465023],[9.405059,47.463697],[9.404439,47.461184],[9.40411,47.459881],[9.404179,47.458904],[9.40435,47.457829],[9.40472,47.456443],[9.404892,47.455392],[9.404622,47.453778],[9.404418,47.45302],[9.403863,47.452244],[9.402957,47.45145],[9.402195,47.450796],[9.401469,47.450118],[9.401011,47.449126],[9.400814,47.447582],[9.400576,47.446848],[9.399879,47.446027],[9.398717,47.444976],[9.397799,47.443849],[9.397795,47.442801],[9.398046,47.441988],[9.398682,47.441168],[9.399356,47.440418],[9.399946,47.439289],[9.400089,47.438406],[9.399929,47.437861],[9.399594,47.437343],[9.398802,47.436786],[9.397481,47.436189],[9.392581,47.434582]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1750,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.392088,47.485174],[9.392838,47.483614],[9.394396,47.479208],[9.394764,47.477749],[9.39479,47.476535],[9.394501,47.475373],[9.394079,47.474405],[9.393158,47.47323],[9.391852,47.472086],[9.390626,47.471178],[9.389794,47.470525],[9.388886,47.469708],[9.388253,47.468695],[9.387828,47.467655],[9.387541,47.466517],[9.387503,47.465494],[9.388965,47.462279]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1751,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.358771,47.503893],[9.36521,47.501263],[9.367266,47.499848],[9.370258,47.497109],[9.37197,47.495914],[9.373523,47.49515],[9.376992,47.493973],[9.378066,47.49355],[9.379641,47.492453],[9.381153,47.491547],[9.382812,47.490805],[9.387964,47.4886],[9.389269,47.487792],[9.391179,47.48626],[9.392088,47.485174]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1752,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.33696,47.51775],[9.337786,47.516284],[9.338531,47.515486],[9.340551,47.514001],[9.343314,47.512694],[9.345337,47.51128],[9.34662,47.509855],[9.347809,47.508716],[9.349871,47.507445],[9.358771,47.503893]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1753,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.350593,47.531403],[9.349502,47.531373],[9.347635,47.531237],[9.346181,47.53088],[9.344972,47.530495],[9.343033,47.529337],[9.341395,47.527769],[9.340187,47.526432],[9.338789,47.52467],[9.337563,47.52281],[9.336949,47.521368],[9.336664,47.520278],[9.336667,47.519373],[9.33696,47.51775]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1754,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.375757,47.539101],[9.374169,47.537009],[9.372719,47.535796],[9.371033,47.534848],[9.368709,47.533768],[9.36586,47.532744],[9.363229,47.531907],[9.360783,47.531353],[9.359228,47.531093],[9.358205,47.530991],[9.356377,47.530997],[9.350593,47.531403]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1755,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.378287,47.548699],[9.37856,47.547504],[9.378676,47.546836],[9.379074,47.546187],[9.379552,47.545798],[9.380445,47.545212],[9.385496,47.542985]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1756,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.251839,47.441771],[9.250934,47.439928],[9.250398,47.438604],[9.249769,47.437638],[9.248893,47.436652],[9.241789,47.429931],[9.241093,47.429038],[9.240752,47.428305],[9.240541,47.427237],[9.240703,47.422712],[9.240604,47.419786],[9.240331,47.416886],[9.240403,47.415909],[9.240626,47.415263],[9.241426,47.414013],[9.242374,47.413022],[9.243368,47.41234],[9.244472,47.411799],[9.245828,47.411468],[9.246987,47.411389]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1757,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.243222,47.385318],[9.245452,47.386997],[9.245956,47.38737],[9.246265,47.388222],[9.246065,47.389558],[9.245741,47.390349],[9.245422,47.391282],[9.245568,47.39247],[9.245982,47.39332],[9.247138,47.394326],[9.248561,47.394946],[9.250751,47.395412],[9.252541,47.395479],[9.253658,47.395342],[9.254525,47.395067],[9.255385,47.394601],[9.258593,47.392051],[9.264016,47.389704],[9.265747,47.389058],[9.267143,47.388893],[9.272263,47.388955],[9.273215,47.38913],[9.275131,47.389731]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1758,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.248467,47.505615],[9.25065,47.503701],[9.251525,47.502568],[9.251922,47.501848],[9.252069,47.499989],[9.251649,47.498996],[9.251059,47.498172],[9.250151,47.497306],[9.243011,47.492871],[9.240682,47.491503]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1759,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.235001,47.501088],[9.239059,47.503715],[9.241348,47.504941],[9.24402,47.506042],[9.245015,47.506359],[9.246491,47.506384],[9.247537,47.506153],[9.248467,47.505615]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1760,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.251522,47.476742],[9.253113,47.476027],[9.253622,47.475519],[9.25409,47.474822],[9.254242,47.474153],[9.254148,47.47344],[9.253733,47.472614],[9.247186,47.461767],[9.246793,47.460535],[9.246748,47.459227],[9.247199,47.458029],[9.249115,47.455548],[9.253382,47.449982],[9.253978,47.448926],[9.254153,47.447876],[9.254075,47.446639],[9.251839,47.441771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1761,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.183478,47.538818],[9.185817,47.538211],[9.186437,47.537821],[9.187043,47.537002],[9.188361,47.53434],[9.188964,47.53345],[9.190019,47.532387],[9.201918,47.524519]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1762,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.201918,47.524519],[9.203506,47.523661],[9.20602,47.522123],[9.206975,47.521276],[9.208273,47.51909],[9.209206,47.517576],[9.20948,47.51631],[9.20891,47.50975],[9.209188,47.508579],[9.210094,47.507304],[9.212522,47.505339],[9.213201,47.504614],[9.21356,47.503823],[9.213738,47.502821],[9.214057,47.501864],[9.214595,47.501141],[9.21558,47.500127],[9.217608,47.49881],[9.21982,47.497753],[9.221318,47.497372],[9.222514,47.497425],[9.225507,47.497665],[9.227696,47.497988],[9.229432,47.498437],[9.231958,47.499398],[9.235001,47.501088]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1763,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.197401,47.371124],[9.199288,47.372023],[9.200781,47.372667],[9.201946,47.372935],[9.203664,47.37298],[9.205659,47.372902],[9.206712,47.372957],[9.207561,47.373182],[9.208663,47.373665],[9.210017,47.374359],[9.210979,47.37482],[9.212073,47.375065],[9.213267,47.375118],[9.215257,47.374897],[9.216583,47.374734],[9.217812,47.374834],[9.219007,47.374934],[9.2207,47.375265],[9.222186,47.375671],[9.223252,47.376131],[9.227565,47.379325],[9.23008,47.38119],[9.231225,47.381863],[9.232396,47.382297],[9.234123,47.382579],[9.237157,47.383175],[9.239737,47.383825],[9.241186,47.384183],[9.243222,47.385318]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1764,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.120806,47.263614],[9.120465,47.263927]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1765,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.090385,47.292332],[9.089938,47.294209],[9.088338,47.296779],[9.086756,47.298825]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1766,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.086756,47.298825],[9.083566,47.302036],[9.081862,47.303512],[9.081137,47.304975],[9.079981,47.308347],[9.079413,47.309212],[9.078606,47.310295],[9.078373,47.311822],[9.078729,47.313149],[9.078975,47.314312],[9.079283,47.315212],[9.080784,47.317381],[9.082769,47.319328]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1767,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.197257,47.22679],[9.19535,47.228295],[9.193509,47.229704],[9.189807,47.231902],[9.185908,47.233437],[9.184977,47.233809],[9.184358,47.234127],[9.183915,47.234491],[9.183474,47.234879],[9.183314,47.235334],[9.183477,47.237116],[9.183219,47.237787],[9.182815,47.238245],[9.18213,47.238684],[9.181056,47.238962],[9.179664,47.23915],[9.178623,47.239404],[9.178037,47.23965],[9.177524,47.239991],[9.177151,47.24033],[9.17696,47.240928],[9.177056,47.241736],[9.177382,47.24316],[9.177228,47.243781],[9.176725,47.244431],[9.175497,47.245378],[9.174771,47.245627],[9.173871,47.245902],[9.172454,47.2464],[9.171222,47.247204],[9.170403,47.247811],[9.168132,47.24894]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1768,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.168132,47.24894],[9.166374,47.249728],[9.165124,47.249961],[9.163133,47.250039],[9.162547,47.250286],[9.161788,47.250606],[9.160162,47.252202],[9.15948,47.252736],[9.158757,47.253104],[9.157818,47.25326],[9.156111,47.253429],[9.155416,47.253558],[9.154797,47.253877],[9.153154,47.254972],[9.152427,47.255221],[9.151833,47.25523],[9.14935,47.255196],[9.148133,47.255404],[9.14515,47.256162],[9.144012,47.256655],[9.143218,47.256976],[9.142347,47.257061],[9.139465,47.256603],[9.138449,47.256523],[9.137964,47.256673],[9.135624,47.25785],[9.134589,47.258294],[9.128481,47.259741],[9.127751,47.259846],[9.1267,47.25979],[9.125473,47.259689],[9.124634,47.259702],[9.124009,47.259854],[9.123178,47.260104],[9.122488,47.2604],[9.12194,47.260741],[9.121608,47.261317],[9.121614,47.262602],[9.120806,47.263614]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1769,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.082769,47.319328],[9.085758,47.32088],[9.087639,47.321711],[9.089407,47.32228],[9.093602,47.323244],[9.095582,47.323858],[9.097842,47.324492],[9.126348,47.332576],[9.127303,47.332872],[9.128122,47.333312],[9.128841,47.333896],[9.129499,47.334768],[9.129855,47.336048],[9.130334,47.337921]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1770,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.130334,47.337921],[9.131118,47.340552],[9.131843,47.343517],[9.132331,47.344557],[9.132966,47.345809],[9.133127,47.346473],[9.133006,47.347046],[9.132224,47.34889],[9.132007,47.349798],[9.132012,47.351036],[9.132184,47.352057],[9.132696,47.35274],[9.133702,47.353534],[9.134421,47.354119],[9.135003,47.354777],[9.1352,47.355488],[9.135258,47.356201],[9.135034,47.356871],[9.134367,47.357928],[9.131613,47.361634],[9.131455,47.362184],[9.13148,47.362969],[9.131638,47.363538],[9.132083,47.364317],[9.132767,47.364902],[9.133657,47.365341],[9.134331,47.365593],[9.135495,47.365838],[9.136442,47.365871],[9.137662,47.365687],[9.13894,47.36512],[9.140318,47.364386],[9.141424,47.363918]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1771,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.141424,47.363918],[9.142573,47.363686],[9.145565,47.363023],[9.147929,47.362465],[9.149005,47.362163],[9.149762,47.361723],[9.150787,47.360923],[9.151845,47.36005],[9.152806,47.359441],[9.154256,47.358777],[9.155438,47.358473],[9.156694,47.358312],[9.158132,47.358386],[9.159999,47.358691],[9.161727,47.35907],[9.163236,47.359143],[9.165129,47.359186],[9.166362,47.359405],[9.168129,47.359879],[9.169894,47.360281],[9.171052,47.360335],[9.172661,47.360263],[9.174159,47.360002],[9.175167,47.359773],[9.177089,47.359625],[9.179579,47.359707],[9.181368,47.359799],[9.18373,47.360239],[9.185464,47.360784],[9.186821,47.361573],[9.187726,47.36244],[9.188382,47.363239],[9.189393,47.364128],[9.190046,47.364833],[9.190538,47.36592],[9.191111,47.367363],[9.191559,47.368213],[9.192535,47.369127],[9.193608,47.369801],[9.195063,47.37035],[9.197401,47.371124]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1772,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.082769,47.319328],[9.083176,47.320031],[9.083385,47.321123],[9.083386,47.321147],[9.082647,47.322157],[9.082103,47.322689],[9.081424,47.323365],[9.08109,47.323893],[9.080969,47.324514],[9.080566,47.328495],[9.080603,47.330827],[9.080445,47.331377],[9.080291,47.332069],[9.080279,47.332807],[9.080537,47.334351],[9.080344,47.334925],[9.07998,47.335596],[9.079436,47.336128],[9.078859,47.336731],[9.078389,47.33738],[9.077949,47.337863],[9.07786,47.338411],[9.077877,47.338959],[9.078137,47.339431],[9.078609,47.339996],[9.079084,47.340632],[9.079345,47.341128],[9.079536,47.341649],[9.079486,47.342292],[9.079254,47.342748],[9.078496,47.344282]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1773,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.078496,47.344282],[9.078332,47.344641],[9.077981,47.345765],[9.075322,47.359537]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1774,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.075322,47.359537],[9.074843,47.362186],[9.069246,47.375023],[9.068869,47.376456],[9.068841,47.377837],[9.069236,47.38045],[9.06949,47.381851],[9.07064,47.383929]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1775,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.07064,47.383929],[9.072163,47.386764],[9.072541,47.387639],[9.07285,47.388587],[9.072963,47.389966],[9.072723,47.391302],[9.072283,47.392951],[9.071778,47.394767],[9.070763,47.395971],[9.069018,47.397376],[9.068126,47.398008],[9.064649,47.402389],[9.064182,47.403157],[9.064102,47.403991],[9.064231,47.404775],[9.064569,47.405484],[9.065404,47.406448],[9.068733,47.409805]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1776,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.068733,47.409805],[9.069536,47.410841],[9.069762,47.411338],[9.070021,47.412953],[9.070253,47.41364],[9.070773,47.414584],[9.072489,47.416821],[9.072822,47.417388],[9.072811,47.41815],[9.072663,47.419056],[9.072377,47.420012],[9.072119,47.420754],[9.071616,47.421499],[9.070803,47.422439],[9.069984,47.423164],[9.068997,47.424154],[9.068177,47.424856],[9.066853,47.426303],[9.063266,47.431732],[9.061976,47.433131],[9.061164,47.434142],[9.058315,47.43849],[9.055043,47.441654],[9.053385,47.442487],[9.04535,47.444788],[9.044421,47.44542],[9.04384,47.445928],[9.043265,47.44665],[9.042936,47.447369],[9.04304,47.451794]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1777,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.077617,47.032597],[9.082143,47.0292],[9.082882,47.028309],[9.083236,47.027351],[9.083106,47.026544],[9.082399,47.025054],[9.082747,47.022764],[9.083425,47.019898],[9.084101,47.016984],[9.083848,47.015536],[9.083302,47.013639],[9.083061,47.012571],[9.082511,47.011651],[9.081068,47.010005]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1778,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.059439,47.06473],[9.059688,47.056847],[9.060245,47.055673],[9.062903,47.052588],[9.063826,47.052004],[9.064711,47.051325],[9.065781,47.049881],[9.066062,47.048806],[9.066592,47.047894],[9.068108,47.04623],[9.069087,47.045193],[9.070047,47.04356],[9.071888,47.038845]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1779,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.07016,47.098785],[9.05949,47.083701],[9.059148,47.082754],[9.05883,47.081449],[9.059439,47.06473]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1780,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.064341,47.133895],[9.065066,47.133063],[9.065628,47.132056],[9.065697,47.130888],[9.063212,47.127139],[9.062703,47.126455],[9.062362,47.125556],[9.062565,47.123077],[9.062679,47.122317]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1781,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.062679,47.122317],[9.063145,47.119189],[9.063839,47.117941],[9.071125,47.102984],[9.071154,47.101651],[9.070869,47.100322],[9.07016,47.098785]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1782,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.825838,47.225363],[8.828182,47.224946],[8.830412,47.224705],[8.833968,47.2244],[8.842545,47.223701]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1783,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.834346,47.230044],[8.834005,47.229001],[8.833279,47.227963],[8.8321,47.226977],[8.830998,47.226277],[8.829624,47.225841],[8.828361,47.225618],[8.825838,47.225363]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1784,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.849232,47.261829],[8.850513,47.261337],[8.852043,47.261033],[8.853679,47.260751],[8.85496,47.260283]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1785,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.85496,47.260283],[8.856099,47.259698],[8.85682,47.259213],[8.857603,47.258418],[8.861807,47.252178],[8.862682,47.250905],[8.863489,47.249705],[8.863884,47.248796],[8.864075,47.248103],[8.864054,47.247294],[8.863788,47.246488],[8.863525,47.245825],[8.862836,47.244881],[8.8618,47.244061],[8.859279,47.242569],[8.855668,47.240828],[8.853374,47.239976],[8.851506,47.239404],[8.849857,47.239162],[8.842963,47.238818],[8.841737,47.238714],[8.840613,47.238489],[8.839274,47.238077],[8.838355,47.23766],[8.837713,47.237168],[8.836929,47.236606],[8.836351,47.235899],[8.835877,47.23512],[8.835423,47.233792],[8.834346,47.230044]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1786,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.823293,47.27051],[8.826832,47.268064],[8.8279,47.267456],[8.829251,47.266988],[8.830572,47.266686],[8.831722,47.266529],[8.839397,47.265865],[8.840758,47.265729],[8.842114,47.265451],[8.843465,47.264959],[8.844635,47.264254],[8.845947,47.263619],[8.848596,47.261992],[8.849232,47.261829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1787,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.915523,47.313601],[8.914978,47.312894],[8.914751,47.312278],[8.914899,47.311277],[8.915201,47.310821],[8.915782,47.310313],[8.91612,47.309881],[8.916423,47.309448],[8.916718,47.308754],[8.916843,47.308181],[8.916965,47.307561],[8.917122,47.306893],[8.917491,47.306317],[8.919055,47.304678],[8.919357,47.304222],[8.919551,47.303648],[8.919628,47.301362],[8.919893,47.300811],[8.920117,47.300071],[8.920335,47.299116],[8.920589,47.298184],[8.920729,47.296921],[8.920696,47.295731],[8.920912,47.294681],[8.920892,47.293967],[8.920457,47.293402],[8.919952,47.292861],[8.919343,47.292369],[8.918629,47.291854],[8.918268,47.291454],[8.918005,47.290767],[8.918165,47.290242],[8.91836,47.289692],[8.918293,47.28855],[8.918068,47.288005],[8.918078,47.287101],[8.917811,47.286319],[8.917583,47.285655],[8.917423,47.284919],[8.917613,47.284227],[8.917342,47.283278],[8.917115,47.282638],[8.917025,47.281925],[8.917153,47.281495],[8.918437,47.279884],[8.918807,47.279332],[8.918874,47.277974],[8.91833,47.277267],[8.917891,47.276583],[8.917788,47.27537],[8.917561,47.274778],[8.917057,47.274237],[8.916451,47.273816],[8.915564,47.273352],[8.9134,47.272261]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1788,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.923308,47.333019],[8.922364,47.331793],[8.921563,47.330709],[8.92123,47.33007],[8.920775,47.328815],[8.920454,47.327319],[8.920668,47.318653],[8.920399,47.317799],[8.919958,47.317043],[8.919166,47.316244],[8.917739,47.315263],[8.916132,47.314117],[8.915523,47.313601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1789,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.842091,46.529201],[6.840516,46.531264],[6.839826,46.532795],[6.839556,46.533829],[6.839083,46.534505],[6.838458,46.534894],[6.837732,46.535033],[6.836852,46.5351],[6.836279,46.53549],[6.836222,46.535954],[6.836776,46.537242],[6.837316,46.539851],[6.837082,46.541082]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1790,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.853147,46.525689],[6.852113,46.525612],[6.850883,46.52457],[6.849906,46.524029],[6.848719,46.523845],[6.8468,46.524263],[6.845242,46.524826],[6.844253,46.525464],[6.843518,46.52646],[6.842091,46.529201]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1791,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.87603,46.523769],[6.87474,46.523406],[6.874637,46.52337],[6.872783,46.522646],[6.871647,46.522427],[6.870819,46.52253],[6.869885,46.522775],[6.86854,46.522839],[6.867405,46.522512],[6.866324,46.522079],[6.865442,46.522253],[6.862897,46.523275],[6.859364,46.524757],[6.858431,46.52493],[6.857245,46.524639],[6.856522,46.524528],[6.855278,46.524771],[6.853769,46.525549],[6.853147,46.525689]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1792,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.882472,46.525979],[6.881133,46.525401],[6.879948,46.524967],[6.878304,46.523888],[6.87603,46.523769]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1793,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.900962,46.549596],[6.899726,46.549019],[6.898605,46.547228],[6.898048,46.546048],[6.897447,46.54401],[6.8973,46.543223],[6.89773,46.541619],[6.897634,46.540833],[6.895931,46.535255],[6.895384,46.533075],[6.895507,46.531148],[6.895784,46.529328],[6.896419,46.527903],[6.897252,46.527407],[6.897564,46.527159]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1794,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.926866,46.573779],[6.926465,46.572349],[6.925746,46.571774],[6.925129,46.571308],[6.924054,46.570053],[6.923186,46.568764],[6.922883,46.567941],[6.922319,46.567439],[6.920413,46.566431],[6.919644,46.565677],[6.918571,46.564209],[6.917808,46.562777],[6.917349,46.562061],[6.91601,46.561376],[6.913118,46.560685],[6.911881,46.560143],[6.910391,46.559101],[6.909622,46.558348],[6.906502,46.554513],[6.905526,46.55383],[6.904758,46.55297],[6.903281,46.550571],[6.902768,46.550069],[6.900962,46.549596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1795,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.924774,46.586801],[6.924998,46.585016],[6.925595,46.582127],[6.92618,46.580523],[6.926921,46.578813],[6.927037,46.577528],[6.926381,46.575705],[6.926755,46.574528],[6.926866,46.573779]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1796,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.940905,46.600796],[6.938788,46.600144],[6.93724,46.599459],[6.935851,46.598489],[6.926099,46.589127],[6.925127,46.587838],[6.924774,46.586801]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1797,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.980595,46.617565],[6.967717,46.614834],[6.966683,46.614544],[6.962197,46.612134],[6.961529,46.611488],[6.960098,46.60934],[6.958865,46.608157],[6.957626,46.607687],[6.955354,46.606892],[6.954219,46.606352],[6.952571,46.605309],[6.951176,46.604911],[6.949987,46.604656],[6.94859,46.604471],[6.947661,46.604074],[6.946892,46.603214],[6.945813,46.602246],[6.940905,46.600796]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1798,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.990219,46.619174],[6.988457,46.619203],[6.980595,46.617565]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1799,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.000911,46.616931],[6.998833,46.61753],[6.994274,46.617476],[6.993287,46.617794],[6.992244,46.618611],[6.991309,46.618928],[6.990219,46.619174]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1800,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.019969,46.618038],[7.018573,46.617604],[7.013291,46.617299],[7.012257,46.61701],[7.01117,46.616827],[7.009874,46.617001],[7.006925,46.616454],[7.005216,46.616305],[7.00335,46.616369],[7.000911,46.616931]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1801,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.036324,46.621468],[7.031185,46.621685],[7.023478,46.619872],[7.019969,46.618038]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1802,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.055051,46.617376],[7.055114,46.615806],[7.055741,46.615058],[7.058512,46.611569]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1803,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.058512,46.611569],[7.063244,46.609014],[7.064233,46.608375]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1804,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.061401,46.605902],[7.060534,46.6039],[7.059169,46.599218],[7.059022,46.597968],[7.059291,46.596541],[7.059765,46.594952]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1805,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.059765,46.594952],[7.060246,46.593331],[7.0625,46.589483],[7.064902,46.586527],[7.065993,46.586031],[7.070607,46.585261],[7.071857,46.584265],[7.073108,46.582984]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1806,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.064233,46.608375],[7.068814,46.605069],[7.069593,46.604751],[7.072186,46.604295]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1807,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.072186,46.604295],[7.074987,46.603804],[7.076386,46.603701],[7.080804,46.601466],[7.082205,46.601042],[7.084175,46.600763],[7.087076,46.600736],[7.088732,46.601063],[7.089558,46.601458],[7.090589,46.602246],[7.091361,46.602963]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1808,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.091361,46.602963],[7.092755,46.603645],[7.094719,46.604365],[7.098294,46.604162]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1809,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.098294,46.604162],[7.101146,46.603778],[7.102701,46.60364],[7.103532,46.603249],[7.104051,46.603144],[7.105241,46.603219],[7.105864,46.603113],[7.106383,46.602901],[7.107108,46.60301],[7.107725,46.603619],[7.108396,46.604049],[7.10886,46.604443],[7.109579,46.605516]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1810,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.073108,46.582984],[7.074203,46.581917],[7.075149,46.579706],[7.075827,46.57903],[7.078473,46.578289],[7.079717,46.578043],[7.080958,46.578296],[7.082198,46.578693],[7.083233,46.578661],[7.083753,46.578377],[7.084377,46.577914],[7.084641,46.577201],[7.084492,46.576273],[7.084497,46.575451],[7.084966,46.57506],[7.086419,46.574458],[7.086271,46.573315]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1811,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.086271,46.573315],[7.086176,46.572029],[7.086394,46.570459],[7.086659,46.569425],[7.085897,46.567173],[7.085235,46.565493]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1812,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.085235,46.565493],[7.085456,46.563387],[7.085778,46.56171],[7.085119,46.559566],[7.083683,46.557562],[7.08234,46.557166],[7.081204,46.556769],[7.080588,46.556089],[7.078949,46.553406],[7.07792,46.552475],[7.076691,46.55065],[7.075405,46.549503],[7.075728,46.547648],[7.074956,46.546967],[7.074651,46.546109],[7.073113,46.543998]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1813,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.073113,46.543998],[7.070194,46.539561],[7.069474,46.538988],[7.068342,46.53802],[7.067879,46.537662],[7.067419,46.536839],[7.066959,46.536088],[7.066187,46.535407],[7.065781,46.53437],[7.064497,46.532938],[7.06357,46.532399],[7.061376,46.528001]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1814,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.061376,46.528001],[7.059376,46.525602],[7.059245,46.522067],[7.058578,46.521351],[7.057444,46.520776],[7.056269,46.518808],[7.055395,46.518056]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1815,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.055395,46.518056],[7.054158,46.51748],[7.0538,46.516836],[7.05391,46.515944],[7.054185,46.513625],[7.053727,46.512659],[7.053588,46.510338],[7.052822,46.508979],[7.05268,46.507086]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1816,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.05268,46.507086],[7.051967,46.505656],[7.050636,46.50383],[7.051005,46.502725],[7.049676,46.500685],[7.048912,46.49904],[7.048659,46.498325],[7.048201,46.497288],[7.048724,46.496433],[7.049761,46.496044],[7.050799,46.495477],[7.050962,46.494406],[7.050246,46.493261],[7.047738,46.489897],[7.046863,46.489358],[7.045213,46.48871],[7.043091,46.486488]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1817,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.897564,46.527159],[6.896376,46.527046],[6.893586,46.526676],[6.891675,46.526452]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1818,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.891675,46.526452],[6.889704,46.526978],[6.888253,46.527257],[6.885202,46.527099],[6.884016,46.526808],[6.882472,46.525979]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1819,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.843918,46.546342],[6.844199,46.547723],[6.844187,46.548759],[6.841411,46.551815],[6.841092,46.552527],[6.84098,46.553347],[6.841433,46.554457],[6.84137,46.555527],[6.840739,46.556381],[6.839957,46.556948],[6.838968,46.557371],[6.837517,46.557578],[6.835967,46.557355],[6.834162,46.556774],[6.833025,46.556626],[6.831678,46.556761],[6.830069,46.557145],[6.828671,46.557174]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1820,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.828671,46.557174],[6.827741,46.557026],[6.826401,46.556554],[6.824133,46.555721],[6.822842,46.5555],[6.82139,46.555742],[6.820298,46.556236],[6.819407,46.557159],[6.819086,46.55805],[6.818973,46.558942],[6.819375,46.559944],[6.819572,46.560873],[6.819354,46.5618],[6.818978,46.563012],[6.819117,46.564369],[6.81955,46.567264],[6.819283,46.567976],[6.818967,46.568439],[6.818183,46.569113],[6.813807,46.571445]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1821,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.813807,46.571445],[6.812558,46.572045],[6.812035,46.572471],[6.811616,46.572932],[6.811247,46.573502],[6.811286,46.574573],[6.811686,46.575825],[6.812035,46.576969],[6.812024,46.577933],[6.811808,46.578646],[6.811332,46.5795],[6.811118,46.580106],[6.810956,46.580676],[6.810892,46.581747],[6.811141,46.582605],[6.811845,46.584394],[6.812242,46.585896],[6.812385,46.587003],[6.81206,46.588215],[6.811476,46.58939],[6.810893,46.590601],[6.810519,46.591563],[6.81051,46.592313],[6.811059,46.594137],[6.811144,46.595744],[6.810923,46.596885],[6.811272,46.598065],[6.812192,46.599141],[6.813318,46.600325],[6.81398,46.601293],[6.813967,46.6024],[6.811075,46.610524]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1822,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.802676,46.668208],[6.802676,46.668243],[6.809566,46.67328],[6.811929,46.675257],[6.814906,46.678022],[6.818295,46.68104],[6.821583,46.683771],[6.822663,46.684634],[6.824352,46.686642],[6.825629,46.688398],[6.827524,46.690551],[6.829937,46.692813],[6.833736,46.696403],[6.834711,46.697444],[6.835739,46.698306],[6.836505,46.699381],[6.837008,46.700776],[6.83756,46.702457],[6.838172,46.703496],[6.842377,46.708052]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1823,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.694765,47.295931],[8.69596,47.294704],[8.697655,47.293876],[8.698862,47.293149],[8.70053,47.292655],[8.70224,47.292493]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1824,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.854045,47.394583],[8.857205,47.388236],[8.857434,47.387591],[8.857524,47.387042],[8.857223,47.386261],[8.856992,47.385478],[8.856835,47.384837],[8.857058,47.384025],[8.859771,47.380612],[8.860664,47.379935],[8.861631,47.379399],[8.863024,47.379073],[8.863682,47.378803],[8.864094,47.378488],[8.864465,47.377936],[8.864692,47.377243],[8.864383,47.372249],[8.86458,47.371747],[8.864884,47.371338],[8.865534,47.370735],[8.866121,47.370442],[8.866921,47.370218],[8.875655,47.369277],[8.878765,47.369]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1825,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.98085,47.224216],[8.983949,47.223651],[8.985169,47.223563],[8.986147,47.22355],[8.987027,47.223776],[8.989043,47.224606],[8.989996,47.224927],[8.992339,47.22499],[8.99855,47.223502],[9.001354,47.222607],[9.0045,47.221493],[9.007482,47.220715],[9.009634,47.220233],[9.010857,47.22024],[9.013453,47.220586],[9.015343,47.220702],[9.016702,47.220565],[9.01795,47.220238],[9.022399,47.218297]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1826,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.048199,47.356261],[8.051233,47.358172],[8.052429,47.358642],[8.054469,47.359369],[8.066108,47.363304],[8.070681,47.364993],[8.073603,47.366262],[8.078889,47.368898],[8.080549,47.370007],[8.083234,47.37223]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1827,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.922305,47.527273],[8.926961,47.524143],[8.933181,47.520421]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1828,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.915639,47.537735],[8.91621,47.536799],[8.916049,47.534802],[8.918926,47.529601],[8.922305,47.527273]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1829,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.902015,47.542025],[8.9067,47.542418],[8.907789,47.542381],[8.908624,47.542061],[8.909137,47.541554],[8.910627,47.539512],[8.911251,47.539219],[8.91349,47.538833],[8.914295,47.538704],[8.91499,47.53841],[8.915639,47.537735]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1830,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.848766,47.417639],[8.851681,47.413819],[8.852598,47.412713],[8.853984,47.412077],[8.856332,47.410715],[8.85754,47.41001],[8.85826,47.409406],[8.858903,47.408542],[8.859339,47.407798],[8.859488,47.406797],[8.859157,47.403588],[8.858819,47.402735],[8.858239,47.402028],[8.857346,47.401421],[8.856282,47.400958],[8.855081,47.400591],[8.8543,47.40022],[8.853693,47.399823],[8.853083,47.399283],[8.852641,47.398503],[8.852579,47.397457],[8.852874,47.396691],[8.854045,47.394583]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1831,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.932258,47.353801],[8.933211,47.352837],[8.933515,47.352429],[8.933678,47.351998],[8.933729,47.351307],[8.933577,47.350904],[8.933355,47.350479],[8.932779,47.349915],[8.932029,47.349401],[8.93124,47.348745],[8.930698,47.348133],[8.9304,47.347494],[8.93034,47.346614],[8.93039,47.345876],[8.930742,47.344705],[8.930956,47.343584],[8.930587,47.342898],[8.92669,47.338807],[8.926142,47.337981],[8.924253,47.334268],[8.923308,47.333019]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1832,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.255965,47.052157],[8.258407,47.05471],[8.258973,47.055301],[8.259854,47.055961],[8.261049,47.056666],[8.262416,47.057251],[8.264096,47.057763],[8.268086,47.059067],[8.26917,47.059345],[8.275923,47.059105],[8.283649,47.058763],[8.284483,47.058614],[8.28521,47.058323],[8.285901,47.057961],[8.286602,47.057026]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1833,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.144308,47.037855],[8.145835,47.037465],[8.147363,47.037217],[8.14858,47.037067],[8.167198,47.036546],[8.168558,47.036751],[8.180699,47.038625]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1834,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.180699,47.038625],[8.184606,47.039171],[8.186455,47.039421],[8.189554,47.039496],[8.190565,47.039561],[8.191856,47.039766],[8.199225,47.041432],[8.201286,47.041918],[8.202751,47.042098],[8.204388,47.042135],[8.207455,47.042329],[8.228431,47.043448],[8.229478,47.043583],[8.231293,47.043928],[8.251116,47.049263],[8.252447,47.049801],[8.25371,47.050435],[8.255965,47.052157]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1835,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.1019,47.057124],[8.102768,47.056953],[8.103704,47.056566],[8.10429,47.056087],[8.106912,47.051312],[8.107358,47.050809],[8.108016,47.05052],[8.112042,47.049473],[8.112597,47.049303],[8.113115,47.048943],[8.11384,47.048439],[8.115525,47.046739],[8.116419,47.045853],[8.117111,47.045492],[8.11867,47.044912],[8.122867,47.043602],[8.124426,47.043045],[8.126329,47.042129],[8.127367,47.041623],[8.128929,47.041257],[8.136951,47.039661],[8.140525,47.038735],[8.144308,47.037855]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1836,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.062307,46.993987],[8.063794,46.996168],[8.064185,46.996904],[8.064475,46.997902],[8.064659,46.998829],[8.06446,46.999592],[8.063947,47.000356],[8.062014,47.001723],[8.061638,47.002273],[8.061368,47.003012],[8.061444,47.003583],[8.061731,47.004248],[8.063778,47.006807],[8.064415,47.007732],[8.064807,47.008515],[8.065029,47.009609],[8.064905,47.010942],[8.064535,47.012015],[8.064511,47.01292],[8.064762,47.013632],[8.065439,47.014938],[8.066291,47.016409],[8.066997,47.017285],[8.067992,47.01897],[8.068595,47.019966],[8.068881,47.020655],[8.06903,47.021463],[8.06761,47.024993],[8.06772,47.028444],[8.068112,47.03225],[8.068574,47.032985],[8.068829,47.033959],[8.068916,47.035458],[8.068724,47.036887],[8.068724,47.036935],[8.069759,47.039095],[8.070185,47.039783],[8.070543,47.040566],[8.07055,47.041161],[8.070314,47.041829],[8.069938,47.042474],[8.069082,47.043644],[8.068637,47.044337],[8.068199,47.045553],[8.067832,47.046912],[8.06753,47.047889],[8.067716,47.048888],[8.068182,47.050099],[8.071451,47.05565],[8.071806,47.056148],[8.072367,47.056478],[8.073206,47.056736],[8.074356,47.056848],[8.075568,47.056845]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1837,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.046718,46.978124],[8.046971,46.978956],[8.047017,46.979931],[8.047204,46.981144],[8.047672,46.982546],[8.048275,46.98359],[8.049432,46.984393],[8.050551,46.984934],[8.051321,46.985383],[8.051955,46.986069],[8.053191,46.987657],[8.054494,46.989055],[8.055303,46.98986],[8.05608,46.990926],[8.056888,46.991565],[8.057796,46.991917],[8.058702,46.992055],[8.059608,46.992193],[8.060165,46.992261],[8.060934,46.99259],[8.062307,46.993987]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1838,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.015268,46.950916],[8.01604,46.951579],[8.016993,46.952931],[8.017524,46.95388],[8.018022,46.954853],[8.018775,46.956991],[8.019794,46.958081],[8.023202,46.961348],[8.026706,46.963877],[8.027789,46.964395],[8.029323,46.964768],[8.030542,46.964952],[8.031521,46.965471],[8.032326,46.96599],[8.035765,46.968804],[8.036814,46.969394],[8.037828,46.969865],[8.038424,46.970266],[8.039022,46.970929],[8.039343,46.971618],[8.039284,46.97257],[8.039327,46.973355],[8.039719,46.974139],[8.040665,46.974824],[8.041747,46.975223],[8.043178,46.975691],[8.04426,46.976019],[8.04489,46.976396],[8.045732,46.977011],[8.046718,46.978124]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1839,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.07086,47.065177],[8.071762,47.064863],[8.072314,47.064431],[8.072689,47.063739],[8.072993,47.062952],[8.073229,47.062236],[8.073288,47.061379],[8.072895,47.060501],[8.072326,47.059552],[8.072387,47.058766],[8.072761,47.05805],[8.073485,47.057451],[8.074839,47.057063],[8.075568,47.056845]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1840,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.075568,47.056845],[8.07716,47.056003],[8.078165,47.05564]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1841,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.078165,47.05564],[8.080599,47.055294],[8.083763,47.054871],[8.09211,47.053967],[8.093017,47.054105],[8.093717,47.054363],[8.099702,47.056851],[8.100402,47.057109],[8.10096,47.057177],[8.1019,47.057124]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1842,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.0417,47.083001],[8.043255,47.082009],[8.045496,47.079974],[8.051081,47.07478],[8.051876,47.074229],[8.053991,47.07336],[8.056663,47.072466],[8.057908,47.071697],[8.058944,47.070906],[8.0597,47.069974],[8.061489,47.06806],[8.062526,47.067341],[8.063737,47.066668],[8.065161,47.066351],[8.07086,47.065177]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1843,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.997472,47.122081],[7.999164,47.120526],[8.000029,47.119856],[8.001276,47.119112],[8.005298,47.117021],[8.009632,47.114763],[8.010738,47.113853],[8.011495,47.112873],[8.011972,47.111848],[8.016292,47.098617],[8.016659,47.097116],[8.016891,47.096068],[8.016918,47.095282],[8.017294,47.09459],[8.018192,47.093919],[8.024877,47.090149],[8.026298,47.089451],[8.027619,47.089159],[8.029567,47.088839],[8.033744,47.088366],[8.034961,47.088145],[8.036002,47.087759],[8.036831,47.087112],[8.039828,47.084026],[8.0417,47.083001]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1844,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.322805,47.132291],[8.323524,47.129382],[8.323338,47.128646],[8.322478,47.127296],[8.322575,47.122606],[8.324148,47.120714],[8.324523,47.120188],[8.32604,47.114964],[8.326029,47.114273],[8.325637,47.113777],[8.321662,47.111641],[8.32113,47.111074],[8.32049,47.109771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1845,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.280155,47.185757],[8.280533,47.183184],[8.280359,47.180972]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1846,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.264999,47.213301],[8.2657,47.212755],[8.266104,47.211777],[8.266865,47.209058],[8.268061,47.205051],[8.268499,47.204048],[8.2698,47.202397],[8.271625,47.200694],[8.277317,47.196273],[8.278519,47.194979],[8.279716,47.193376],[8.280155,47.185757]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1847,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.404902,47.165883],[8.405564,47.163878],[8.406279,47.162872],[8.407204,47.161936],[8.408547,47.160973],[8.410624,47.160004],[8.412631,47.159082],[8.414187,47.158331],[8.415187,47.15768],[8.416009,47.156816],[8.416684,47.155549],[8.416843,47.154738],[8.416315,47.150625],[8.416161,47.147937],[8.416313,47.144794],[8.416415,47.14277],[8.416614,47.142198],[8.417228,47.141431],[8.418366,47.140731],[8.419721,47.140434],[8.420958,47.140282]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1848,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.45986,47.093746],[8.459005,47.094647],[8.458147,47.095345],[8.457247,47.095686],[8.456206,47.095933],[8.455018,47.095777],[8.449517,47.094255],[8.448747,47.094047],[8.448043,47.093672],[8.447614,47.093105],[8.447038,47.092158],[8.446392,47.091164],[8.445399,47.090245],[8.444061,47.089518],[8.438273,47.087451],[8.437256,47.087126],[8.436551,47.086656],[8.433326,47.083781]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1849,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.433326,47.083781],[8.432618,47.083168],[8.431326,47.081156],[8.429723,47.079242],[8.427981,47.077377],[8.422927,47.073469],[8.419836,47.072091],[8.418358,47.071271],[8.416146,47.070338],[8.413894,47.069095],[8.413367,47.068814],[8.409272,47.067778]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1850,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.409272,47.067778],[8.407241,47.067176],[8.405903,47.066378],[8.400879,47.062065],[8.398143,47.059065],[8.395432,47.057398],[8.393015,47.054657],[8.392414,47.054186],[8.391536,47.053765],[8.390799,47.053438],[8.386102,47.051715],[8.383605,47.050332]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1851,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.383605,47.050332],[8.373092,47.044515],[8.372637,47.044227]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1852,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.473715,47.053291],[8.472513,47.052516],[8.471984,47.052164],[8.471384,47.051741],[8.469908,47.051064],[8.469099,47.050643],[8.468499,47.050196],[8.46807,47.049652],[8.467505,47.049229],[8.466837,47.048878],[8.466033,47.048742],[8.465334,47.048606],[8.465018,47.04849],[8.464632,47.048303],[8.464206,47.047878]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1853,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.464206,47.047878],[8.463813,47.047358],[8.463732,47.046788],[8.463968,47.046357],[8.46448,47.045853],[8.466706,47.043857]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1854,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.4763,47.047401],[8.47414,47.048242],[8.473485,47.048581],[8.473072,47.048846],[8.47273,47.049159],[8.472459,47.049542],[8.472259,47.049996],[8.472339,47.050567],[8.473715,47.053291]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1855,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.4869,47.042601],[8.486292,47.042848],[8.485632,47.042949],[8.484482,47.042888],[8.483891,47.042941],[8.483198,47.04309],[8.479208,47.045625],[8.477971,47.04647],[8.477111,47.047025],[8.4763,47.047401]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1856,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.504972,47.038439],[8.504099,47.038352],[8.503433,47.038096],[8.502167,47.037489],[8.501537,47.037304],[8.497118,47.037417],[8.496563,47.037541],[8.495733,47.03781],[8.495317,47.037886],[8.494101,47.03804],[8.49358,47.038068],[8.4932,47.038238],[8.492648,47.038505],[8.491114,47.040185],[8.49036,47.040787],[8.4869,47.042601]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1857,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530353,47.040176],[8.529337,47.039852],[8.528317,47.039386],[8.527088,47.038826],[8.526422,47.038642],[8.525657,47.038649],[8.524407,47.038852],[8.523093,47.039269],[8.520503,47.040364],[8.519812,47.040609],[8.519153,47.04071],[8.518596,47.040715],[8.517579,47.040392],[8.517121,47.04011],[8.516976,47.039802],[8.516659,47.039639],[8.516024,47.03924],[8.514928,47.038394],[8.514158,47.03821],[8.508242,47.038337],[8.507333,47.038155],[8.506465,47.038235],[8.504972,47.038439]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1858,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.466706,47.043857],[8.474288,47.038005],[8.475348,47.037044],[8.476067,47.036395]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1859,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.476067,47.036395],[8.47788,47.034736],[8.478216,47.034138],[8.478508,47.032993],[8.478868,47.031847],[8.479098,47.031131],[8.479742,47.030244]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1860,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.479742,47.030244],[8.480659,47.02907],[8.481239,47.028446],[8.482714,47.027337],[8.48302,47.026954],[8.483316,47.02607]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1861,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.483316,47.02607],[8.483341,47.025546],[8.483888,47.025042],[8.484573,47.024464],[8.484844,47.024081],[8.484938,47.02358],[8.484792,47.023201],[8.484542,47.02287],[8.484258,47.022611],[8.483906,47.022423],[8.482922,47.021932],[8.482357,47.021509],[8.482246,47.021177],[8.482098,47.020726],[8.482324,47.01982],[8.48266,47.019174]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1862,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.48266,47.019174],[8.483366,47.017906],[8.483877,47.01733],[8.484594,47.016609],[8.484846,47.015298],[8.485174,47.014248],[8.485539,47.013316],[8.486009,47.012431],[8.485965,47.011979],[8.485676,47.011458],[8.485004,47.010893],[8.483487,47.009836],[8.482611,47.009487]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1863,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.366859,46.958286],[8.368943,46.957642],[8.371886,46.956952],[8.372787,46.956778],[8.376087,46.956679],[8.376919,46.95653],[8.377502,46.956049],[8.378249,46.955043],[8.37946,46.952725],[8.380885,46.950761],[8.381501,46.950232],[8.38233,46.949916],[8.383037,46.948577],[8.383994,46.947713],[8.384989,46.946943],[8.385496,46.946129],[8.388795,46.944008],[8.389757,46.943381],[8.390089,46.942521],[8.3904,46.940424],[8.39071,46.938351]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1864,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.39071,46.938351],[8.391615,46.936439],[8.391772,46.935486],[8.391983,46.933675],[8.392202,46.932317],[8.3925,46.931505],[8.393008,46.930739],[8.394063,46.929516],[8.396358,46.927688]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1865,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.396358,46.927688],[8.397278,46.926657],[8.397614,46.925988],[8.396623,46.919141],[8.395606,46.912747],[8.394617,46.9079]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1866,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.394617,46.9079],[8.394137,46.906285],[8.391697,46.901855],[8.391533,46.900476],[8.391309,46.899597],[8.390083,46.897013]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1867,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.390083,46.897013],[8.389402,46.895804],[8.378159,46.882306],[8.376702,46.880367],[8.376166,46.879467],[8.371504,46.868889]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1868,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.276717,46.955394],[8.277106,46.955819],[8.277459,46.960601],[8.276879,46.961295],[8.276784,46.961891],[8.276938,46.962889],[8.277157,46.96353],[8.277547,46.964051],[8.277659,46.96455],[8.277457,46.964956],[8.276695,46.965152],[8.275652,46.965112],[8.275168,46.965282],[8.274893,46.965499],[8.274763,46.966095],[8.275195,46.967043],[8.276461,46.967939],[8.276707,46.968103],[8.276885,46.968412],[8.276821,46.968769],[8.276512,46.969033],[8.275507,46.969207],[8.275055,46.96921],[8.27464,46.969356],[8.272953,46.970416],[8.272571,46.97049],[8.271318,46.970404]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1869,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.271318,46.970404],[8.26937,46.970299],[8.268575,46.970614],[8.268263,46.970688],[8.267671,46.970644],[8.262538,46.971467],[8.261605,46.971878],[8.261054,46.972192],[8.26085,46.97255],[8.260759,46.973407],[8.260568,46.974527],[8.260434,46.974862],[8.259784,46.975604],[8.259705,46.977223],[8.259501,46.977534],[8.259122,46.977751],[8.258359,46.977875],[8.257903,46.977664],[8.256257,46.976867],[8.2557,46.976847],[8.255283,46.976898],[8.255008,46.977043],[8.254872,46.977305],[8.254808,46.977663],[8.255312,46.978778],[8.255877,46.979369]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1870,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.585087,47.052084],[8.583892,47.051549],[8.582842,47.051321],[8.581661,47.051452],[8.580759,47.051604],[8.579273,47.052166],[8.577088,47.052568],[8.576294,47.05291],[8.574812,47.053638],[8.57357,47.054198],[8.572422,47.054281],[8.571064,47.054247],[8.569281,47.053931],[8.568191,47.053442],[8.565719,47.051824],[8.564309,47.051005],[8.563433,47.050775],[8.562272,47.050215],[8.561218,47.04975],[8.558975,47.049057],[8.556706,47.048632]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1871,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.627217,47.07998],[8.625564,47.079259],[8.624855,47.078719],[8.624492,47.078056],[8.62433,47.077035],[8.623929,47.074682],[8.623599,47.073924],[8.6231,47.073406],[8.621268,47.072496],[8.617222,47.06911],[8.616719,47.068402],[8.616518,47.06719],[8.615912,47.066553],[8.614872,47.065207],[8.61422,47.064071],[8.613575,47.063245],[8.610248,47.060827],[8.60912,47.060196],[8.60758,47.059855],[8.606775,47.059696],[8.605724,47.059421],[8.60495,47.059072],[8.60417,47.058414],[8.60321,47.057519],[8.602121,47.057078],[8.600686,47.056783],[8.5995,47.056676],[8.597689,47.056694],[8.597654,47.056695],[8.595937,47.056188],[8.59457,47.055797],[8.592865,47.055886],[8.58905,47.054972],[8.588307,47.054432],[8.587413,47.053346],[8.586036,47.052503],[8.585087,47.052084]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1872,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.478485,47.194086],[8.479695,47.187893]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1873,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.669629,47.09391],[8.666261,47.089923],[8.665585,47.089335],[8.664638,47.089036],[8.663201,47.088694],[8.660721,47.088435],[8.658764,47.088218],[8.657297,47.088043],[8.655687,47.087751],[8.655053,47.087472],[8.653858,47.087032],[8.653229,47.08692],[8.652254,47.086978],[8.650687,47.087042],[8.650059,47.086977],[8.649319,47.086628],[8.648681,47.086159],[8.641187,47.084524],[8.63957,47.083898],[8.638446,47.083505],[8.63739,47.08304],[8.636191,47.082362],[8.63412,47.081717],[8.632681,47.081233],[8.63118,47.081129],[8.630167,47.080997],[8.627217,47.07998]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1874,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.674184,47.105571],[8.67388,47.104456],[8.673921,47.103242],[8.674069,47.102098],[8.67387,47.101005],[8.673598,47.099794],[8.673185,47.098513],[8.672601,47.097353],[8.669629,47.09391]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1875,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.695536,47.13157],[8.694793,47.131078],[8.691701,47.127137],[8.690878,47.126241],[8.687932,47.12406],[8.684223,47.122029],[8.683586,47.121608],[8.683016,47.12109],[8.682832,47.120664],[8.682504,47.118573],[8.682278,47.117837],[8.681729,47.116725],[8.681538,47.115989],[8.681269,47.114944],[8.675127,47.107156],[8.674184,47.105571]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1876,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.722647,47.158166],[8.722317,47.157504]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1877,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.709294,47.176309],[8.71049,47.175248],[8.711803,47.173187],[8.712539,47.171869],[8.713219,47.1711],[8.714182,47.170518],[8.717747,47.169265],[8.721653,47.169102],[8.722902,47.168827],[8.724939,47.167876],[8.726735,47.167118],[8.727593,47.166489],[8.728168,47.165745],[8.728359,47.164957],[8.728256,47.163602],[8.728451,47.161553],[8.727801,47.160632],[8.726846,47.160119],[8.726208,47.159697],[8.725246,47.158899],[8.724229,47.158672],[8.723563,47.158537],[8.722647,47.158166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1878,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.682102,47.194362],[8.682544,47.195333],[8.683046,47.195922],[8.683963,47.196317],[8.684978,47.196425],[8.68578,47.196369],[8.686543,47.196123],[8.687199,47.195806],[8.687848,47.19518],[8.688498,47.194626],[8.689432,47.194258],[8.690337,47.194106],[8.691455,47.194141],[8.692578,47.194367],[8.693703,47.194688],[8.695245,47.194957],[8.696855,47.195082],[8.698323,47.195137],[8.700385,47.195234],[8.701888,47.195313],[8.70398,47.195171],[8.705793,47.195032],[8.707118,47.194969],[8.707926,47.195175],[8.712048,47.1967]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1879,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.686941,47.198213],[8.684548,47.197429],[8.68345,47.196775],[8.682734,47.195997],[8.682301,47.195431],[8.682102,47.194362]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1880,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.682102,47.194362],[8.68243,47.19343],[8.683248,47.192588],[8.685114,47.191759]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1881,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.685114,47.191759],[8.686914,47.191073],[8.688333,47.190557],[8.689053,47.189978],[8.689421,47.189308],[8.689647,47.18852],[8.68935,47.187738],[8.688776,47.187078],[8.688098,47.186466],[8.687874,47.185826],[8.68768,47.184995],[8.688079,47.184158],[8.6889,47.183435],[8.689903,47.183019],[8.691396,47.18267],[8.693556,47.182479],[8.696376,47.182163],[8.698634,47.181686],[8.699502,47.181462],[8.700916,47.180757],[8.702639,47.179809],[8.704538,47.178908],[8.706437,47.178006],[8.707784,47.17742],[8.709294,47.176309]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1882,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.676333,47.227868],[8.677782,47.226421],[8.678594,47.225294],[8.681721,47.223023],[8.684756,47.221324],[8.688039,47.219789],[8.688828,47.219185],[8.690051,47.217696],[8.691665,47.216512],[8.69479,47.214241],[8.695442,47.21371],[8.695803,47.212754],[8.695854,47.211944],[8.694915,47.210622],[8.694163,47.209821],[8.692704,47.208694]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1883,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.692704,47.208694],[8.690898,47.207643],[8.689656,47.206799],[8.689116,47.206091],[8.688927,47.205498],[8.688944,47.204736],[8.690961,47.201382],[8.691015,47.200715],[8.690613,47.199958],[8.690077,47.199416],[8.689299,47.198996],[8.686941,47.198213]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1884,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.644527,47.26975],[8.648242,47.268568],[8.649696,47.267934],[8.651908,47.266792],[8.653501,47.266133],[8.654999,47.265903],[8.661782,47.265879],[8.662652,47.265703],[8.663588,47.26536],[8.664068,47.264926],[8.665302,47.263866],[8.666024,47.263311],[8.672433,47.260767],[8.677089,47.259527],[8.679307,47.25867],[8.681044,47.258175]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1885,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.692679,47.253432],[8.697102,47.251265],[8.698418,47.250727],[8.708142,47.248074],[8.709147,47.247682],[8.709868,47.24715],[8.710346,47.246645],[8.710648,47.246118],[8.711071,47.244828],[8.711362,47.243826],[8.711591,47.24318],[8.712031,47.24258],[8.712576,47.241979],[8.713681,47.241396],[8.714411,47.241245],[8.71591,47.241086],[8.719645,47.240901],[8.722361,47.24049]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1886,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.722361,47.24049],[8.725349,47.239767],[8.727461,47.238934],[8.729812,47.237884],[8.732025,47.236907],[8.734138,47.236122],[8.735806,47.235746],[8.736817,47.235639],[8.738108,47.235553],[8.739722,47.235797],[8.741262,47.235922],[8.751111,47.235668],[8.753139,47.235716]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1887,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.753139,47.235716],[8.755419,47.236047],[8.758191,47.236515],[8.75917,47.236552],[8.760112,47.236493],[8.761852,47.236164],[8.765189,47.235459],[8.766339,47.235351],[8.767248,47.23534],[8.767951,47.235499],[8.773263,47.236937],[8.775618,47.237481],[8.780641,47.238493],[8.782645,47.238946]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1888,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.782645,47.238946],[8.785324,47.239843],[8.786518,47.240091],[8.787635,47.240054],[8.789379,47.239914],[8.792657,47.239614],[8.793637,47.239674],[8.798771,47.240923],[8.799929,47.241099],[8.80164,47.241008],[8.805369,47.240606],[8.809155,47.239705],[8.814163,47.238425]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1889,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.814163,47.238425],[8.814433,47.238356],[8.816136,47.237979],[8.817275,47.237442],[8.818266,47.236573],[8.823176,47.229136],[8.823743,47.228105],[8.82383,47.227414],[8.823462,47.226704],[8.823026,47.226067],[8.822035,47.225579],[8.820314,47.225219],[8.8167,47.22464]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1890,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.800713,47.214238],[8.79972,47.213655],[8.798441,47.212813],[8.797334,47.211874],[8.796616,47.211097],[8.795426,47.209635],[8.794515,47.208146],[8.792406,47.206243],[8.789979,47.204201],[8.789232,47.203662],[8.788421,47.203339],[8.78726,47.203019],[8.786417,47.202855]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1891,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.842545,47.223701],[8.858547,47.22241],[8.860988,47.222213],[8.862415,47.222029],[8.864323,47.221505],[8.866119,47.220721],[8.868703,47.219356],[8.870117,47.218672],[8.871437,47.218394],[8.87276,47.218235],[8.874086,47.218194],[8.875304,47.218012],[8.879615,47.217221],[8.881146,47.216987],[8.88289,47.216894],[8.884646,47.217229],[8.886548,47.217824],[8.88764,47.218144],[8.889895,47.218829],[8.891543,47.219046],[8.892665,47.219223],[8.897352,47.220687],[8.898582,47.220957],[8.901561,47.2213],[8.90356,47.22156],[8.904929,47.221804],[8.906443,47.222237],[8.908807,47.223088],[8.913047,47.224771],[8.91421,47.225161],[8.915583,47.225524],[8.917024,47.225839],[8.91874,47.22596],[8.921293,47.226046],[8.935434,47.225673],[8.937451,47.225361],[8.94083,47.224983],[8.944638,47.224958]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1892,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.944638,47.224958],[8.963365,47.224925],[8.978175,47.224752],[8.98085,47.224216]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1893,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.022399,47.218297],[9.02444,47.217602],[9.025969,47.217343],[9.027192,47.21735],[9.028492,47.217594],[9.029655,47.217935],[9.030754,47.218467],[9.031681,47.219097],[9.032617,47.220012],[9.048483,47.238691],[9.076907,47.272068],[9.089502,47.286908],[9.090341,47.288014],[9.090782,47.288722],[9.09099,47.28979],[9.090385,47.292332]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1894,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.98085,47.224216],[8.983522,47.223586],[8.985082,47.22316],[8.987483,47.221604],[8.992332,47.217754],[9.001407,47.2103],[9.008637,47.204322]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1895,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.008637,47.204322],[9.010137,47.203064],[9.011724,47.202376],[9.013422,47.201948],[9.015024,47.201783],[9.017576,47.201844],[9.019322,47.201843],[9.021063,47.201653],[9.022619,47.201132],[9.023961,47.20047],[9.025156,47.199526],[9.025895,47.198563],[9.026942,47.196192],[9.033711,47.180769],[9.039854,47.166711],[9.044038,47.157251]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1896,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.044038,47.157251],[9.050442,47.142783],[9.05149,47.141674],[9.052889,47.140631],[9.05484,47.139389],[9.055835,47.138875]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1897,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.759376,47.204188],[8.761451,47.204783],[8.763273,47.205024],[8.764918,47.205148],[8.766162,47.205184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1898,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.734072,47.197692],[8.736001,47.198051],[8.740427,47.19912],[8.745135,47.20028],[8.751466,47.202112],[8.755225,47.202974],[8.759376,47.204188]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1899,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.712048,47.1967],[8.713351,47.197138],[8.714505,47.197244],[8.715305,47.197092],[8.716552,47.19665],[8.717318,47.19657],[8.718293,47.196464],[8.719828,47.1964],[8.720938,47.196102],[8.722607,47.195774],[8.724907,47.195605]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1900,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.724907,47.195605],[8.726981,47.196177],[8.728493,47.196588],[8.731229,47.197105],[8.734072,47.197692]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1901,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.251292,47.223092],[8.257175,47.219409],[8.263062,47.216059],[8.263576,47.21546],[8.263846,47.214839],[8.263979,47.21441],[8.264391,47.213907],[8.264999,47.213301]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1902,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.457823,46.979112],[7.459174,46.980891]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1903,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.459174,46.980891],[7.460101,46.981525],[7.46132,46.981859],[7.462247,46.982059],[7.463174,46.982459],[7.463711,46.98306],[7.464101,46.984529],[7.464346,46.985396],[7.464931,46.986297],[7.465273,46.987199],[7.465664,46.989068],[7.465811,46.990136],[7.465324,46.991304],[7.462184,46.996079],[7.46193,46.996997]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1904,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.430858,47.66032],[8.433449,47.66281],[8.436672,47.665129]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1905,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.801772,46.306347],[7.805424,46.306563],[7.808412,46.306601],[7.811572,46.30671],[7.815283,46.306888],[7.820851,46.307512],[7.825388,46.307949],[7.827586,46.308037],[7.828616,46.307962],[7.829852,46.307862],[7.833421,46.30754],[7.839909,46.306803]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1906,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.839909,46.306803],[7.845946,46.306116],[7.848451,46.305726],[7.850473,46.305171],[7.852186,46.304641],[7.856366,46.303341],[7.859002,46.302331],[7.86143,46.300989],[7.870114,46.296077],[7.872372,46.295093],[7.874497,46.294537],[7.876452,46.294316],[7.878168,46.294166],[7.880468,46.294157],[7.882171,46.294133]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1907,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.649987,46.582043],[7.649449,46.579991]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1908,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.531145,46.862339],[9.531386,46.864073],[9.531671,46.866044],[9.531939,46.868467],[9.532523,46.872766],[9.533027,46.877847]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1909,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.646744,47.451812],[9.653427,47.450418],[9.655281,47.449614],[9.658686,47.447208],[9.660307,47.446466],[9.663021,47.446323]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1910,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.979092,45.903201],[8.977051,45.89973],[8.974796,45.89594],[8.974263,45.895161],[8.973988,45.894487],[8.97406,45.893379],[8.974586,45.892086],[8.975532,45.891181],[8.978776,45.888351],[8.98001,45.886763],[8.980539,45.885577],[8.981103,45.88382],[8.981778,45.882382],[8.982357,45.88116],[8.982632,45.880014],[8.983028,45.877652]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1911,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.980114,45.905008],[8.979092,45.903201]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1912,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.974032,45.932514],[8.976138,45.930986],[8.97765,45.928323],[8.97901,45.925769],[8.980341,45.923965],[8.983924,45.91856],[8.983944,45.915667],[8.983689,45.913886],[8.98266,45.911864],[8.982262,45.910442],[8.982261,45.910406],[8.982198,45.908157],[8.981711,45.907236],[8.980114,45.905008]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1913,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[5.96261,46.146523],[5.965404,46.149944],[5.968318,46.153368],[5.971208,46.15771],[5.973177,46.160494],[5.975464,46.162697],[5.976508,46.164131],[5.978177,46.166953],[5.97899,46.170265],[5.97959,46.172572],[5.980809,46.174217],[5.982416,46.174865],[5.985414,46.175238],[5.987457,46.175348],[5.988469,46.175737],[5.989706,46.176714],[5.990408,46.177475],[5.991887,46.178414],[5.993138,46.17889],[5.99488,46.178996],[5.99843,46.17895]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1914,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":1617,\n\"to_node\":1914,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.607757,47.593929],[7.610096,47.597034]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1915,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.651485,47.59757],[7.652061,47.597514]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1916,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.393429,47.425946],[9.394795,47.42618],[9.39557,47.426262],[9.396576,47.426911],[9.397569,47.427204],[9.398554,47.427282],[9.399072,47.427059],[9.399408,47.426649],[9.400368,47.426061],[9.401885,47.425345],[9.403745,47.425361]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1917,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.686038,46.511833],[8.699573,46.509006],[8.699625,46.509005],[8.702054,46.508943],[8.703395,46.508785],[8.704421,46.508416],[8.705336,46.507728],[8.706045,46.507113],[8.706808,46.506569],[8.707628,46.506238],[8.708607,46.506085],[8.710157,46.506031],[8.711972,46.506261],[8.714198,46.506343],[8.714301,46.506342],[8.715534,46.506007],[8.716453,46.505497],[8.717057,46.504776],[8.717704,46.503733],[8.718206,46.503085],[8.719279,46.502537],[8.720769,46.502127],[8.722209,46.50179],[8.723227,46.5011],[8.723933,46.500378],[8.724999,46.499544],[8.725868,46.499106],[8.727256,46.498769],[8.728696,46.498431],[8.730746,46.497658],[8.732586,46.49678],[8.733903,46.495658],[8.734865,46.49479],[8.735521,46.494105],[8.736262,46.492668],[8.737015,46.491731],[8.738245,46.491288],[8.74378,46.489297],[8.745172,46.489102],[8.746356,46.48891],[8.747443,46.488969],[8.748434,46.48935],[8.748539,46.489385],[8.749181,46.489788],[8.752682,46.491836],[8.754402,46.492667],[8.755792,46.492895],[8.757134,46.493244],[8.758152,46.494072]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1918,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.5166,47.163053],[8.515269,47.162382],[8.514739,47.16203]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1919,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.505134,47.10821],[8.506742,47.107552],[8.507882,47.107042],[8.508655,47.106463],[8.509353,47.105489]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1920,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.651874,47.583084],[7.650718,47.581854],[7.634281,47.569818]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1921,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.710111,47.530624],[7.720007,47.537258],[7.722225,47.538038],[7.725076,47.538923]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1922,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.753537,47.246665],[7.755948,47.24673],[7.756718,47.246776],[7.757312,47.246845],[7.758468,47.247199],[7.759238,47.247387],[7.759937,47.247433],[7.760809,47.247193],[7.761611,47.246857],[7.762827,47.24564],[7.763627,47.245019]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1923,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.771372,47.237358],[7.772066,47.23657],[7.774082,47.234851],[7.774602,47.234183]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1924,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.822608,47.239528],[7.823727,47.239691],[7.8246,47.239617],[7.825889,47.239065],[7.82972,47.237339],[7.83052,47.23686],[7.831662,47.235887]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1925,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.831662,47.235887],[7.835694,47.232416],[7.835968,47.231653]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1926,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.793727,47.236955],[7.794007,47.237097],[7.797187,47.237159],[7.798445,47.237107],[7.799984,47.237317]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1927,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.78693,47.228765],[7.787702,47.229311],[7.788196,47.230071],[7.78971,47.231946],[7.793445,47.236623],[7.793727,47.236955]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1928,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.544261,47.211852],[7.547519,47.214296],[7.54829,47.215152],[7.548884,47.215533],[7.549478,47.215627],[7.550108,47.216222]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1929,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.584774,47.235293],[7.589111,47.236977],[7.591454,47.237617],[7.593133,47.238138],[7.596875,47.239156]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1930,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.224804,46.194477],[6.215672,46.193548],[6.214225,46.19357],[6.211851,46.194288],[6.207582,46.195916],[6.205691,46.196602],[6.204398,46.196923],[6.201349,46.196666],[6.200014,46.196503],[6.194005,46.196846],[6.192116,46.197457],[6.190703,46.198298],[6.187078,46.19982],[6.177947,46.203104],[6.176161,46.203866],[6.174657,46.203998],[6.173264,46.203982],[6.17145,46.203664],[6.16922,46.202783],[6.166545,46.201453]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1931,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":1920,\n\"to_node\":1921,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.229342,46.195593],[6.228496,46.195063],[6.226737,46.194672],[6.224804,46.194477]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1932,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":1920,\n\"to_node\":1922,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.229342,46.195593],[6.228478,46.194123],[6.227748,46.19175],[6.227623,46.189129],[6.229462,46.187104],[6.23014,46.185577],[6.229753,46.184359],[6.227212,46.180689],[6.225138,46.178846],[6.222441,46.176005],[6.220806,46.175093],[6.210342,46.169995],[6.20733,46.168971],[6.206056,46.168382],[6.202916,46.16691],[6.199541,46.165691],[6.197798,46.16548],[6.193388,46.165271],[6.19211,46.164874],[6.188926,46.163337],[6.18689,46.161877],[6.184065,46.160759],[6.181465,46.159835],[6.175763,46.157886],[6.172107,46.156919],[6.169034,46.156596],[6.166791,46.156156],[6.162188,46.154442],[6.160315,46.15391],[6.157726,46.15257],[6.155067,46.152253],[6.152144,46.15142],[6.150152,46.15012],[6.149452,46.14861],[6.148791,46.147388],[6.145628,46.145083],[6.142145,46.142711],[6.13959,46.141914],[6.135378,46.141195],[6.133414,46.140693],[6.130965,46.13929],[6.129233,46.138695],[6.127396,46.138642],[6.126239,46.138948],[6.125024,46.139765],[6.123996,46.140456],[6.122882,46.140922],[6.120809,46.141121],[6.118645,46.141256],[6.115373,46.141601],[6.112432,46.141566],[6.111148,46.141423],[6.109903,46.1416],[6.107444,46.14253],[6.105963,46.142928],[6.102415,46.143269],[6.101267,46.143224],[6.097843,46.142288],[6.095784,46.14188],[6.093533,46.141853],[6.090722,46.142107],[6.088603,46.142306],[6.085485,46.141981]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1933,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":1923,\n\"to_node\":1920,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.236184,46.199403],[6.231827,46.197071],[6.229342,46.195593]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1934,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.950123,47.556874],[7.945755,47.554546],[7.941242,47.552285],[7.939284,47.551732],[7.936597,47.551512],[7.933866,47.551854],[7.930017,47.552763],[7.926462,47.55367],[7.923934,47.554838],[7.921898,47.556466],[7.920548,47.558355],[7.917049,47.565707],[7.913504,47.573324],[7.911587,47.57743],[7.910074,47.581873]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1935,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.167461,47.609083],[8.134235,47.593199],[8.13134,47.592257]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1936,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.625254,47.679815],[8.624112,47.678947],[8.62316,47.678532],[8.622214,47.67839],[8.620242,47.678532],[8.618241,47.679401],[8.614143,47.680837],[8.612704,47.680761],[8.611531,47.6805],[8.610574,47.679873],[8.600487,47.670272],[8.59947,47.668948],[8.596885,47.663637],[8.595412,47.661924],[8.594774,47.661475],[8.584992,47.657419],[8.583183,47.6568],[8.581693,47.65636],[8.573307,47.654532]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1937,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.371504,46.868889],[8.37124,46.86763],[8.371357,46.862369],[8.370752,46.859541],[8.371243,46.8578],[8.371529,46.856298],[8.371171,46.855634],[8.37109,46.854992],[8.37129,46.854515],[8.371869,46.853891],[8.372275,46.853316],[8.372398,46.852387],[8.372318,46.851769],[8.371783,46.850916],[8.371462,46.850419],[8.370554,46.850093],[8.370062,46.849717],[8.369805,46.848886],[8.370032,46.848003],[8.369709,46.847387],[8.369837,46.846743],[8.370139,46.846169],[8.370932,46.845854],[8.371586,46.845586],[8.372032,46.845273],[8.372233,46.844867],[8.372149,46.844035],[8.372519,46.843341],[8.373485,46.843072],[8.3747,46.842701],[8.375029,46.842083],[8.375188,46.841225],[8.375898,46.840196],[8.376979,46.838521],[8.378392,46.837986],[8.379658,46.836999],[8.379891,46.83645],[8.379709,46.835952],[8.379662,46.835262],[8.379582,46.834667],[8.379297,46.834194],[8.378806,46.833888],[8.378281,46.833631],[8.377998,46.833324],[8.377819,46.832968],[8.37788,46.832492],[8.377871,46.831992],[8.377796,46.831659],[8.377961,46.831206],[8.378091,46.830681],[8.378156,46.830442],[8.378635,46.830081],[8.379321,46.829647],[8.379523,46.829265],[8.379443,46.828694],[8.379782,46.828239],[8.38033,46.82783],[8.380602,46.827542],[8.381034,46.826467],[8.38227,46.825743],[8.384472,46.824773],[8.386058,46.824212],[8.386501,46.823804],[8.386461,46.823495],[8.386178,46.823164],[8.385618,46.822859],[8.385196,46.82253],[8.385155,46.822197],[8.386343,46.820711],[8.387374,46.820203],[8.388445,46.819956],[8.389519,46.819923],[8.390528,46.820105],[8.394859,46.81995],[8.396418,46.819842],[8.39978,46.819766],[8.40283,46.819716]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1938,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.844241,47.114584],[7.846891,47.114575],[7.847937,47.114619],[7.849294,47.114304],[7.850233,47.113992],[7.851522,47.113892],[7.852602,47.11384],[7.853507,47.11367],[7.854621,47.113428],[7.855561,47.113211],[7.856502,47.113184],[7.857689,47.113417],[7.860691,47.113978],[7.863695,47.114657],[7.864744,47.115034],[7.865619,47.115483],[7.866147,47.116171],[7.866328,47.116932],[7.866477,47.118192],[7.866627,47.119406],[7.867019,47.120499],[7.867759,47.12152],[7.868778,47.12242],[7.870179,47.123272],[7.872592,47.124167],[7.875216,47.125204],[7.879587,47.126663],[7.883677,47.127956],[7.88525,47.128426],[7.886158,47.128566],[7.887204,47.128538],[7.888492,47.128318],[7.891068,47.12769],[7.892283,47.127137],[7.893779,47.126656],[7.894963,47.126437],[7.896217,47.12636],[7.897751,47.126354],[7.899427,47.126538],[7.901138,47.12684],[7.902395,47.127026],[7.903443,47.127283],[7.904178,47.127566],[7.906178,47.128914]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1939,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.538947,47.203593],[7.541639,47.203732],[7.544327,47.203539],[7.545933,47.203205],[7.54663,47.20249],[7.547046,47.201086],[7.547288,47.199753],[7.547249,47.198039],[7.547527,47.197396],[7.548364,47.19661],[7.551678,47.195298],[7.555549,47.193414],[7.557049,47.192556],[7.557711,47.192103],[7.558129,47.191698],[7.558373,47.191269],[7.558476,47.190579],[7.557845,47.189509],[7.555814,47.186536],[7.555777,47.185513],[7.556019,47.184489],[7.556122,47.18387],[7.555632,47.183252],[7.554863,47.182729]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1940,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.554863,47.182729],[7.547523,47.177929],[7.546893,47.177192],[7.546264,47.176645],[7.54553,47.176098],[7.543923,47.175362],[7.542456,47.174792],[7.540605,47.174247],[7.539418,47.173914],[7.537496,47.172845],[7.533968,47.171016],[7.5332,47.17054],[7.528971,47.167212],[7.527363,47.165595],[7.526943,47.164691],[7.526803,47.164167],[7.52687,47.162787]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1941,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.52687,47.162787],[7.527353,47.159145],[7.52832,47.153409],[7.528841,47.151886],[7.529188,47.150933],[7.529394,47.148839],[7.529671,47.147601],[7.531235,47.144268],[7.535755,47.136054],[7.536061,47.131556],[7.535851,47.131008],[7.533931,47.129915]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1942,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.686842,46.681577],[7.68727,46.680527],[7.687231,46.679575],[7.686847,46.678743],[7.686117,46.677935],[7.683138,46.676942],[7.672441,46.674037],[7.67161,46.673777],[7.671124,46.673516],[7.670778,46.673255],[7.669978,46.672352],[7.670076,46.6709],[7.670175,46.669876],[7.670962,46.667899],[7.671474,46.666351],[7.671886,46.665779],[7.673334,46.664824],[7.674781,46.663512],[7.676016,46.66151],[7.677115,46.65977],[7.679316,46.6571],[7.680173,46.65567],[7.681203,46.654073],[7.681822,46.653287],[7.682339,46.652976],[7.684134,46.652377],[7.685134,46.651899],[7.685347,46.651712],[7.68565,46.651446],[7.687197,46.649657],[7.688537,46.647893],[7.689565,46.646082],[7.689973,46.644463],[7.690611,46.640558],[7.691081,46.637582]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1943,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.674134,46.941536],[6.673317,46.940352],[6.672597,46.939669],[6.671925,46.939236],[6.670845,46.938965],[6.66907,46.938396],[6.667982,46.937996],[6.666997,46.937561],[6.666219,46.937341],[6.665648,46.937159],[6.664712,46.93701],[6.663774,46.936968],[6.662839,46.936747],[6.660661,46.936018],[6.66004,46.935729],[6.659575,46.935404],[6.659011,46.934758],[6.658553,46.934005],[6.658097,46.933109],[6.657795,46.932357],[6.657178,46.931818],[6.656661,46.931528],[6.655778,46.931308],[6.653118,46.931468],[6.652338,46.93132],[6.651821,46.931031],[6.651596,46.930858]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1944,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.038398,46.13865],[7.047982,46.128683],[7.055673,46.120617],[7.063153,46.112859],[7.066118,46.109727],[7.067426,46.108613],[7.069486,46.107549],[7.070307,46.107331],[7.071166,46.107102],[7.072948,46.106703],[7.075996,46.106285],[7.079112,46.105962],[7.080743,46.106134]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1945,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.012486,47.506982],[8.010459,47.5046],[8.009921,47.503532],[8.010067,47.502425],[8.010422,47.501173],[8.011307,47.500241],[8.012617,47.499521],[8.014086,47.499049],[8.015822,47.498862],[8.017985,47.499137],[8.025898,47.500239],[8.028532,47.500262],[8.030637,47.500072],[8.03258,47.499527],[8.034573,47.498732],[8.036671,47.498007],[8.038354,47.497748],[8.040146,47.497882],[8.042048,47.498336],[8.044377,47.499395],[8.047439,47.499985],[8.052506,47.500851],[8.054455,47.500841],[8.056292,47.500331],[8.057442,47.499504],[8.063179,47.49469],[8.06468,47.492433],[8.065932,47.491391],[8.068592,47.489199],[8.069524,47.487874],[8.071687,47.483757],[8.079833,47.478072],[8.081143,47.477565],[8.08314,47.477268],[8.084511,47.477368],[8.085937,47.477752],[8.087154,47.478281],[8.089118,47.479519],[8.090442,47.48019],[8.092606,47.480606],[8.094815,47.480415],[8.096442,47.479942],[8.096494,47.479906],[8.098116,47.479076],[8.099474,47.478176],[8.100874,47.47649],[8.102221,47.474733],[8.103051,47.473729],[8.104879,47.47254],[8.128958,47.4578],[8.13074,47.457218],[8.131896,47.457032],[8.133529,47.45713],[8.135586,47.457474],[8.14127,47.457476],[8.143061,47.457572],[8.145013,47.457953],[8.146653,47.458585],[8.149044,47.460212],[8.151009,47.461521],[8.151808,47.46223],[8.152289,47.462798],[8.152563,47.463582],[8.152228,47.470009],[8.152292,47.470866],[8.152621,47.471828],[8.153582,47.472857],[8.15491,47.473741],[8.157076,47.474299],[8.158392,47.474291],[8.160391,47.474135],[8.161813,47.474162],[8.168423,47.476262],[8.171485,47.476886],[8.181525,47.479427],[8.18311,47.479846],[8.184279,47.480623],[8.187201,47.482425],[8.189007,47.483556],[8.190595,47.484117],[8.191862,47.484358],[8.193388,47.484313],[8.194963,47.48391],[8.19606,47.483296],[8.199845,47.479201],[8.20115,47.478407],[8.202303,47.478043],[8.203933,47.477889],[8.206057,47.478154]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1946,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.846163,46.921487],[7.849244,46.920095],[7.849971,46.91976],[7.851152,46.919708],[7.85327,46.919629],[7.854311,46.919458],[7.855211,46.919122],[7.856111,46.91869],[7.856801,46.918117],[7.857318,46.917543],[7.857902,46.916732],[7.858625,46.91592],[7.859628,46.915345],[7.861082,46.914769],[7.862226,46.914527],[7.863129,46.914523],[7.863964,46.914639],[7.865147,46.914849],[7.86626,46.915059],[7.867544,46.914983],[7.868654,46.914788],[7.875718,46.912072],[7.877209,46.911781],[7.878665,46.911537],[7.879636,46.911319],[7.880467,46.911031],[7.881089,46.910576],[7.881502,46.910122],[7.882431,46.909095],[7.883912,46.907638],[7.885328,46.90668],[7.886573,46.905985],[7.888753,46.905143],[7.891732,46.90418],[7.894158,46.903599],[7.896306,46.90309],[7.899524,46.901721],[7.900905,46.900787],[7.90173,46.899856],[7.903036,46.898256],[7.903864,46.89761],[7.904901,46.89713],[7.906149,46.896886],[7.910315,46.896774],[7.911324,46.896984],[7.913309,46.897738],[7.914808,46.898303],[7.918114,46.899169],[7.919507,46.899663],[7.926203,46.902824],[7.928088,46.903959],[7.92886,46.904836],[7.930729,46.907946],[7.931291,46.908658],[7.932166,46.90932],[7.933736,46.91017],[7.934749,46.910808],[7.93566,46.911614],[7.936223,46.912397],[7.936579,46.913347],[7.936596,46.91518]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1947,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.740619,47.549609],[7.710423,47.544528],[7.710423,47.544561],[7.707102,47.544304],[7.704125,47.544344],[7.690662,47.546324],[7.658707,47.551049]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1948,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.580578,46.904885],[6.579293,46.904545],[6.578557,46.904227],[6.577834,46.903829],[6.577376,46.903147],[6.576971,46.902394],[6.576668,46.901821],[6.57652,46.901284],[6.57675,46.899965],[6.576405,46.898712],[6.575717,46.896172],[6.575154,46.895561],[6.573807,46.895087],[6.568735,46.893156],[6.565155,46.892272],[6.558522,46.890293],[6.556768,46.889244],[6.555057,46.888767],[6.553347,46.888254]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1949,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.670243,46.546772],[7.671068,46.547443],[7.672174,46.547869],[7.673347,46.548081],[7.674417,46.548079],[7.675623,46.547862],[7.676587,46.547384],[7.677584,46.546596],[7.677958,46.545382],[7.677538,46.543978],[7.67643,46.543076],[7.675048,46.542579],[7.673598,46.542202],[7.672285,46.541633],[7.671454,46.540945],[7.671028,46.539692]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1950,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.649987,46.582043],[7.649501,46.581306],[7.64884,46.580117],[7.648595,46.579094],[7.648936,46.578094],[7.649762,46.577402],[7.650692,46.576877],[7.65245,46.576326],[7.65338,46.57592],[7.655239,46.574821],[7.656546,46.573534],[7.656957,46.572747],[7.657575,46.571985],[7.659055,46.570982],[7.659914,46.570124],[7.660358,46.568814],[7.66097,46.566575],[7.661377,46.564932],[7.661611,46.563028],[7.662662,46.557509],[7.662922,46.554671],[7.662709,46.553219],[7.663188,46.552195],[7.663942,46.55117],[7.664178,46.549837],[7.664069,46.548528],[7.664443,46.547194],[7.665336,46.546241],[7.666816,46.545357],[7.66771,46.54476],[7.668362,46.54395],[7.668943,46.542687],[7.669407,46.540469]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1951,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":1617,\n\"to_node\":1933,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.607757,47.593929],[7.607825,47.591818],[7.608266,47.590512],[7.609154,47.589708],[7.610598,47.588953],[7.611933,47.58865],[7.61635,47.588751]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1952,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.720661,47.203055],[7.704979,47.199332],[7.699629,47.198265],[7.693818,47.197198],[7.686686,47.196045],[7.685563,47.195822],[7.679883,47.194395],[7.67387,47.192519],[7.668913,47.19046],[7.663953,47.187546],[7.655153,47.181267],[7.647018,47.175705],[7.641596,47.172072],[7.636771,47.169157],[7.632475,47.166511],[7.625998,47.162654],[7.620187,47.160144],[7.613652,47.157816],[7.610021,47.156517],[7.605135,47.154141],[7.602758,47.15302],[7.599587,47.150776],[7.597341,47.149339],[7.595754,47.147857],[7.593375,47.145567],[7.590993,47.142692],[7.58914,47.140041],[7.588081,47.138243],[7.583572,47.128265],[7.581914,47.124219],[7.579988,47.1186],[7.578457,47.1128],[7.574198,47.095804],[7.573531,47.092342],[7.573526,47.090273],[7.574242,47.087169],[7.574238,47.085595],[7.574234,47.083886],[7.5739,47.082132],[7.572577,47.07966],[7.568087,47.074313],[7.564388,47.068966],[7.563134,47.067528],[7.558716,47.064114],[7.556541,47.062632],[7.553444,47.060702],[7.549162,47.058682],[7.541389,47.055181],[7.537502,47.052756],[7.535394,47.051408],[7.533153,47.049251],[7.530648,47.04669],[7.528603,47.043633],[7.527151,47.040711],[7.526224,47.037518],[7.525826,47.03554],[7.524899,47.031628],[7.52305,47.027266],[7.521981,47.025116]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1953,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.523135,47.028804],[7.521981,47.025116]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1954,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.758974,47.213496],[7.754409,47.21153],[7.751036,47.21037],[7.744954,47.208677],[7.740394,47.207565],[7.720661,47.203055]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1955,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.780349,47.215297],[7.776783,47.214855],[7.771053,47.214562],[7.758974,47.213496]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1956,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.856727,47.295461],[7.854701,47.292613],[7.854015,47.289423],[7.853915,47.285151],[7.853828,47.282453],[7.85334,47.279081],[7.85212,47.275173],[7.850039,47.270998],[7.848035,47.268127],[7.845104,47.264989],[7.840054,47.261094],[7.834881,47.258369],[7.830706,47.256629],[7.825476,47.255072],[7.818065,47.253253],[7.814159,47.252007],[7.809457,47.250088],[7.804549,47.247225],[7.801428,47.244627],[7.798038,47.241399],[7.793447,47.236197],[7.789858,47.232745],[7.787666,47.230728],[7.785611,47.229385],[7.76898,47.219854],[7.765335,47.217481],[7.761954,47.215107],[7.758974,47.213496]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1957,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.878814,47.30639],[7.875178,47.305101],[7.869528,47.302981],[7.865632,47.301448],[7.863001,47.300482],[7.860858,47.299419],[7.858889,47.298165],[7.856727,47.295461]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1958,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.053789,47.391571],[8.054177,47.391807],[8.055999,47.391726],[8.056842,47.391936],[8.063723,47.389971],[8.072814,47.381966]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1959,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.275766,47.428027],[8.272696,47.427357],[8.26965,47.427037],[8.267392,47.4268],[8.262063,47.42691],[8.25761,47.426965],[8.253848,47.426325],[8.251096,47.425274],[8.248051,47.423344],[8.246701,47.422163],[8.245704,47.421171],[8.244206,47.419515],[8.241226,47.41718],[8.238505,47.415771],[8.235274,47.41468]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1960,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.307442,47.476557],[8.306709,47.474416],[8.306193,47.465353],[8.3079,47.46424],[8.310516,47.462536],[8.313697,47.460565]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1961,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.814695,47.13696],[7.816189,47.136146],[7.818268,47.134259],[7.825141,47.129738],[7.82566,47.129237],[7.831317,47.12065],[7.831551,47.11934],[7.831999,47.118649],[7.832901,47.118003],[7.833491,47.117644],[7.834424,47.11657],[7.835362,47.116019],[7.836718,47.115515],[7.838422,47.114985],[7.83971,47.11479],[7.840825,47.11462],[7.844241,47.114584]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1962,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.854697,46.424396],[8.854599,46.424798],[8.854656,46.42541],[8.854827,46.42605],[8.855736,46.427217],[8.856524,46.427743],[8.858085,46.428188],[8.859738,46.428203],[8.860815,46.427939],[8.861733,46.427499],[8.86239,46.426955],[8.862835,46.4262],[8.862911,46.425163],[8.86253,46.424418],[8.861854,46.423625],[8.861283,46.423069],[8.86051,46.42219],[8.859902,46.420676]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1963,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.126541,46.205771],[6.119327,46.207758],[6.115666,46.208882],[6.112244,46.209984],[6.110335,46.210961],[6.108276,46.212437],[6.102638,46.217179],[6.101674,46.218004]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1964,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.896218,46.47389],[6.896459,46.473503],[6.896775,46.47291],[6.896578,46.472004],[6.896622,46.471029],[6.896972,46.470531],[6.897528,46.47001],[6.897672,46.469368],[6.897753,46.468178],[6.897654,46.467701],[6.897279,46.467319],[6.897291,46.466725],[6.897535,46.466417],[6.897918,46.46599],[6.897922,46.465609],[6.897548,46.465131],[6.897032,46.465058],[6.896272,46.465268]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1965,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.791083,46.483066],[8.793011,46.481615],[8.794077,46.480852],[8.795414,46.480586],[8.797896,46.480628],[8.799494,46.48043],[8.800775,46.479987],[8.802669,46.47925],[8.803481,46.478669],[8.804033,46.478019],[8.804426,46.477193],[8.804296,46.476124],[8.804428,46.475229],[8.804928,46.474545],[8.805692,46.474107],[8.807073,46.473519],[8.808712,46.472928],[8.810088,46.472162],[8.813288,46.469981],[8.814928,46.469425],[8.820021,46.468542],[8.821869,46.46802],[8.823241,46.46711],[8.824348,46.465954],[8.824991,46.464839],[8.825596,46.464261],[8.826504,46.463393],[8.827099,46.462386],[8.827723,46.460521],[8.828306,46.459086],[8.828898,46.458007],[8.828931,46.457257],[8.82906,46.456256],[8.82971,46.455426],[8.830723,46.454628],[8.831109,46.453552],[8.83109,46.452803],[8.830493,46.451703],[8.83047,46.450811],[8.830809,46.449914],[8.832724,46.448069],[8.834887,46.445793],[8.836284,46.443884],[8.836807,46.443288],[8.83747,46.442552],[8.838898,46.441192],[8.839762,46.44052]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1966,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.839762,46.44052],[8.842175,46.439645],[8.844668,46.438531],[8.845682,46.437769],[8.846583,46.436686],[8.847401,46.436355],[8.848679,46.435839],[8.849437,46.435223],[8.850086,46.434358],[8.850525,46.433352],[8.851485,46.432555],[8.852647,46.431541],[8.854397,46.429118]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1967,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.125609,46.184817],[6.125334,46.189295],[6.124976,46.190816],[6.12451,46.192372],[6.123165,46.194848],[6.121932,46.197139],[6.121467,46.198659],[6.120947,46.200214],[6.120802,46.201774],[6.120979,46.203301],[6.121386,46.204198],[6.122386,46.204917],[6.124457,46.205647],[6.126541,46.205771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1968,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.142371,46.210501],[6.139309,46.208061],[6.138003,46.206761],[6.134835,46.205891],[6.131313,46.205493],[6.128022,46.205479],[6.126541,46.205771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1969,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.935275,46.065877],[6.936218,46.065682],[6.937692,46.065374],[6.938501,46.064927],[6.939114,46.06437],[6.939708,46.063786],[6.940714,46.063189],[6.94119,46.062618],[6.941959,46.062102],[6.942529,46.062009],[6.943528,46.062219],[6.944328,46.062659],[6.944931,46.063263],[6.945397,46.06377],[6.946003,46.063991],[6.946313,46.064429],[6.947017,46.064678],[6.947346,46.065117],[6.947008,46.06562],[6.946358,46.065973],[6.946177,46.066395],[6.946314,46.066947]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1970,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.61635,47.588751],[7.6211,47.588917],[7.626781,47.589098]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1971,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.652061,47.597514],[7.653414,47.597391],[7.654602,47.597464],[7.655865,47.597788],[7.657018,47.598414],[7.657796,47.599112],[7.658928,47.601211]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1972,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.213213,47.623818],[8.207329,47.62341],[8.199143,47.62191],[8.187901,47.618612],[8.182059,47.616832],[8.177334,47.614548],[8.167461,47.609083]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1973,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.768201,47.545868],[7.783738,47.548603],[7.786296,47.549219],[7.791367,47.550844]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1974,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.561119,46.957065],[9.560116,46.957945],[9.556397,46.960632],[9.555993,46.960973],[9.555338,46.962009],[9.553766,46.967138]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1975,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.251062,47.411564],[9.263244,47.411307],[9.264287,47.41116],[9.275562,47.407106],[9.278456,47.404664],[9.279579,47.403655],[9.280859,47.403204],[9.282204,47.403032],[9.282972,47.402927],[9.28786,47.401557],[9.288732,47.401281],[9.289481,47.400614],[9.29003,47.399763],[9.290587,47.399117],[9.291415,47.398355],[9.291892,47.397805],[9.291842,47.397169],[9.291549,47.396669],[9.290814,47.396138],[9.290058,47.395813],[9.288469,47.395295],[9.287853,47.395006],[9.286586,47.393454],[9.286055,47.393238],[9.283102,47.392234]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1976,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.080999,47.371781],[8.079897,47.37113],[8.079682,47.37075],[8.079783,47.370392],[8.080164,47.370081],[8.083645,47.368205],[8.085945,47.367217],[8.09141,47.364378],[8.092492,47.364086]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1977,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.080999,47.371781],[8.083234,47.37223]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1978,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.072814,47.381966],[8.077732,47.377567],[8.0779,47.376995],[8.078205,47.376089],[8.078684,47.375134],[8.079412,47.374535],[8.079823,47.373724],[8.080931,47.372623],[8.081275,47.372145],[8.080999,47.371781]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1979,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":0,\n\"to_node\":0,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.610097,47.597033],[7.611463,47.598782]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1980,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.981494,46.611967],[9.982831,46.612484],[9.983893,46.613008],[9.984772,46.613346],[9.98554,46.613495],[9.986069,46.613722],[9.986994,46.614296],[9.989451,46.615837],[9.991034,46.61642],[9.992512,46.616983],[9.993773,46.618073],[9.994661,46.618577],[9.996629,46.619713],[9.998113,46.620667],[9.999367,46.621615],[10.002278,46.623955],[10.003536,46.624974],[10.005478,46.625835],[10.007447,46.627267],[10.009163,46.628467],[10.010149,46.628849],[10.011197,46.629064],[10.011874,46.629501],[10.012361,46.630276],[10.012865,46.631431],[10.013503,46.632488],[10.014638,46.63382],[10.015242,46.634164],[10.015979,46.634385],[10.017202,46.635381],[10.017845,46.635819],[10.019493,46.636306],[10.020272,46.636693],[10.021275,46.637409],[10.021726,46.638184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1981,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.562415,46.929925],[7.561459,46.930393],[7.560611,46.930807],[7.559882,46.931165],[7.559501,46.931665],[7.559329,46.932213],[7.559717,46.935211]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1982,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.036324,46.621468],[7.039012,46.621355],[7.04212,46.621438],[7.045228,46.621556],[7.047512,46.621064],[7.049277,46.62057],[7.051667,46.619721]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1983,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.547778,47.049387],[8.547545,47.048223],[8.547009,47.047561],[8.547059,47.046633],[8.547224,47.046179],[8.54728,47.043822],[8.547022,47.043134],[8.546452,47.042497],[8.545919,47.042002],[8.545253,47.041794],[8.544415,47.041684],[8.540996,47.041336],[8.540088,47.041225],[8.537514,47.041321],[8.53692,47.041232],[8.53562,47.040673],[8.534365,47.04059],[8.532628,47.040749],[8.530353,47.040176]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1984,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.125144,47.403065],[8.122562,47.40245],[8.115188,47.401375],[8.10539,47.399933],[8.083831,47.396723],[8.076353,47.395718],[8.071333,47.394984],[8.065399,47.39404],[8.063467,47.393759],[8.058308,47.393008],[8.051725,47.391333]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1985,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.883261,46.656424],[6.883933,46.657292],[6.88543,46.659656],[6.88625,46.660564],[6.887555,46.661451],[6.889928,46.662653],[6.891234,46.663445],[6.894245,46.666529],[6.896775,46.669302],[6.898204,46.671642],[6.900505,46.676698],[6.901526,46.678322],[6.902546,46.680112],[6.903883,46.681284],[6.905219,46.682552],[6.905827,46.683959],[6.905985,46.685554]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1986,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.626064,46.523462],[6.629206,46.522306],[6.629708,46.521997],[6.631519,46.520448],[6.632071,46.519827],[6.631942,46.519373],[6.631452,46.518886],[6.630507,46.518535],[6.629539,46.5182],[6.629204,46.51787],[6.629371,46.517285]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1987,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.227011,47.600256],[8.228486,47.602048],[8.229995,47.602991],[8.231535,47.603154],[8.233286,47.603113],[8.234356,47.60325],[8.235947,47.603961],[8.236811,47.60462],[8.23747,47.605858],[8.237395,47.606551],[8.237105,47.607131],[8.23635,47.608061],[8.234571,47.609055],[8.23139,47.610637],[8.230079,47.611513],[8.228854,47.612417],[8.223763,47.617767],[8.220611,47.621313],[8.218796,47.622827],[8.217013,47.623619],[8.215349,47.623803],[8.213213,47.623818]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1988,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.878765,47.369],[8.882158,47.368244],[8.893024,47.365132],[8.893895,47.364955],[8.894384,47.364901],[8.895048,47.364869],[8.895613,47.365028],[8.898503,47.365658],[8.899907,47.365735],[8.900674,47.365607],[8.90192,47.365067],[8.902746,47.364533],[8.903849,47.363853],[8.904717,47.36358],[8.905765,47.363495],[8.912307,47.36315],[8.913524,47.362849],[8.914601,47.362502],[8.915568,47.362014],[8.91646,47.361336],[8.917154,47.361089],[8.919174,47.360658],[8.922275,47.360071],[8.923038,47.359799],[8.923727,47.359386],[8.924555,47.358947],[8.925565,47.35872],[8.926894,47.358631],[8.927974,47.358427],[8.929356,47.357742],[8.930004,47.357115],[8.930705,47.355892],[8.93127,47.354814],[8.932258,47.353801]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1989,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.083234,47.37223],[8.08451,47.37315],[8.085148,47.373718],[8.085647,47.374405],[8.085692,47.375262],[8.086019,47.376236],[8.086662,47.377208],[8.087971,47.378295],[8.091087,47.380943],[8.092295,47.382364],[8.09383,47.384664],[8.094187,47.385162],[8.095212,47.38587],[8.096232,47.386221],[8.099572,47.387059],[8.101856,47.387569],[8.104135,47.387723],[8.12566,47.388382]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1990,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.928769,46.15374],[8.919669,46.15465],[8.917207,46.155197],[8.916798,46.155273],[8.915024,46.156154],[8.913363,46.157461],[8.906522,46.168619],[8.90532,46.169813],[8.904012,46.170866],[8.902343,46.171851],[8.900459,46.172519],[8.898773,46.172898]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1991,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.560269,47.299632],[8.561761,47.298268],[8.563927,47.2964]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1992,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.54894,47.366454],[8.548651,47.366627],[8.548142,47.366994],[8.547622,47.367537]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1993,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.551199,47.365792],[8.550792,47.365835],[8.550094,47.365951]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1994,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.560151,47.351732],[8.561663,47.350072]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1995,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533656,47.347911],[8.53352,47.348814],[8.533278,47.352386],[8.533411,47.353742],[8.533037,47.354717]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1996,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.60126,47.445312],[8.603057,47.445089],[8.606367,47.444211]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1997,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.342531,47.437673],[8.339437,47.43797]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1998,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.592743,47.256387],[8.589499,47.258804],[8.588763,47.25931]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":1999,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.577033,47.23815],[8.577613,47.239144],[8.577965,47.240902],[8.577885,47.242069],[8.577415,47.242978],[8.576529,47.244058],[8.576299,47.244718]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2000,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.574884,47.235722],[8.575742,47.236616],[8.577033,47.23815]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2001,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.543572,47.213675],[8.573143,47.234333],[8.574884,47.235722]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2002,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.331319,47.450668],[8.332552,47.448838],[8.333576,47.447153],[8.334339,47.445612],[8.335884,47.443565],[8.337491,47.44216]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2003,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.278684,47.084646],[8.280338,47.086096],[8.281298,47.086826],[8.28197,47.087667],[8.282675,47.088939],[8.283558,47.089814],[8.284732,47.090777],[8.28662,47.091879],[8.288267,47.092766],[8.289379,47.093118],[8.290885,47.093394],[8.29189,47.093621],[8.292949,47.093955],[8.296501,47.095314]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2004,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.276875,47.078431],[8.278251,47.083721],[8.278684,47.084646]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2005,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.791184,46.653505],[6.791325,46.654684],[6.791569,46.655971],[6.791868,46.656936],[6.793394,46.659444],[6.794725,46.660844],[6.800671,46.666733],[6.802676,46.668208]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2006,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.341089,46.528671],[8.343694,46.53184],[8.34427,46.533287],[8.344976,46.534258],[8.345959,46.535273],[8.347145,46.536073],[8.348148,46.536255],[8.349461,46.536388],[8.350666,46.536235],[8.352182,46.536128],[8.353841,46.536376],[8.355395,46.536483],[8.356636,46.536402],[8.358148,46.53608],[8.359558,46.53583],[8.379471,46.534501],[8.4298,46.531098],[8.441892,46.530373],[8.443585,46.530549],[8.444968,46.530727],[8.447085,46.531398],[8.453738,46.53491],[8.481619,46.549867],[8.489604,46.554197],[8.490797,46.555234],[8.492834,46.557024],[8.494951,46.559432],[8.496549,46.561726],[8.497736,46.564191],[8.498913,46.567917],[8.502477,46.582427],[8.502874,46.585042],[8.502725,46.587995],[8.502279,46.589903],[8.501312,46.593411],[8.501404,46.594601],[8.501827,46.596763],[8.502291,46.597544],[8.50363,46.598936]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2007,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.987488,46.319166],[7.990243,46.319114],[7.992031,46.319353],[7.994275,46.319814],[7.995316,46.320011],[7.995997,46.319963],[7.997066,46.319755],[7.997813,46.319819],[7.998596,46.320198],[7.999616,46.320899],[8.000465,46.321344],[8.001942,46.322255],[8.003559,46.322993],[8.005794,46.324358],[8.006968,46.324892],[8.007203,46.325008],[8.008517,46.325258],[8.009728,46.325585],[8.010824,46.32611],[8.011635,46.326601],[8.012146,46.32703],[8.012606,46.327612],[8.012872,46.328151],[8.013152,46.328824],[8.013209,46.329318],[8.013188,46.32984],[8.013129,46.33038],[8.013133,46.330803],[8.013245,46.331795],[8.013598,46.332674],[8.014086,46.333386],[8.015024,46.334285],[8.016097,46.335065],[8.017277,46.336154]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2008,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.736985,46.098576],[8.737193,46.10053],[8.737367,46.101068],[8.737639,46.101627],[8.738333,46.102249],[8.739151,46.102645],[8.740225,46.102925],[8.741362,46.103181],[8.74227,46.103261],[8.743979,46.103084],[8.745075,46.102936],[8.746204,46.102833],[8.749955,46.102834],[8.752832,46.102823],[8.754294,46.103076],[8.758491,46.104174],[8.75921,46.104481],[8.761175,46.105492],[8.763272,46.106637],[8.764098,46.107347],[8.765328,46.108727],[8.766083,46.109191],[8.767227,46.109695],[8.768501,46.110242],[8.769227,46.110818],[8.770461,46.112378],[8.771229,46.113336],[8.772118,46.114],[8.772585,46.114557],[8.773844,46.115802],[8.774731,46.116354],[8.776429,46.117031]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2009,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.776429,46.117031],[8.778815,46.118037],[8.779405,46.118367],[8.781969,46.120046],[8.78493,46.122081]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2010,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.78493,46.122081],[8.787785,46.123733],[8.789953,46.125034],[8.790881,46.125945],[8.792028,46.126561],[8.792972,46.126797],[8.794536,46.127229],[8.796624,46.127946],[8.798626,46.129091],[8.799546,46.129687],[8.800417,46.130869],[8.800815,46.131269],[8.80154,46.131778],[8.80343,46.132339],[8.80441,46.13271],[8.805069,46.133197],[8.805868,46.134087],[8.806564,46.134731],[8.807155,46.135106]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2011,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.807155,46.135106],[8.80817,46.135566],[8.809412,46.136068],[8.810585,46.136391],[8.812145,46.136665],[8.813773,46.137072],[8.815275,46.137616],[8.816258,46.138122],[8.817267,46.138334],[8.818406,46.13859],[8.819841,46.139067],[8.823252,46.13961],[8.824837,46.139569],[8.825937,46.139577],[8.827817,46.139712],[8.829056,46.140056],[8.830388,46.140265],[8.833371,46.14052],[8.835511,46.140696],[8.836685,46.141042],[8.838324,46.141876],[8.839631,46.142377],[8.841925,46.143473],[8.843193,46.143728],[8.846734,46.144246],[8.848491,46.144629],[8.85159,46.145602]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2012,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.85159,46.145602],[8.853843,46.146384],[8.855386,46.147219],[8.856404,46.147768],[8.858709,46.148054],[8.861304,46.148292],[8.862406,46.148345],[8.865949,46.148953],[8.868962,46.149095],[8.872421,46.148938],[8.873428,46.149083],[8.875542,46.149483],[8.877222,46.149372],[8.87823,46.149562],[8.88132,46.150152],[8.882326,46.150251],[8.884628,46.150402],[8.886843,46.150936],[8.887402,46.151266]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2013,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.887402,46.151266],[8.89076,46.154619],[8.891684,46.155305],[8.893519,46.156136],[8.895958,46.156577],[8.902256,46.156068],[8.912816,46.155166],[8.917561,46.154699],[8.928769,46.15374]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2014,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.94329,46.152638],[8.939545,46.152831],[8.935953,46.153021],[8.928769,46.15374]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2015,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.296501,47.095314],[8.303661,47.098264]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2016,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.303661,47.098264],[8.305278,47.098864],[8.306867,47.099374],[8.308719,47.099863],[8.310019,47.100393],[8.311325,47.101301],[8.314637,47.104082],[8.317518,47.106219],[8.318959,47.107324],[8.319549,47.107967],[8.320088,47.108682],[8.32049,47.109771]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2017,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517059,47.168077],[8.517327,47.16766]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2018,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517327,47.16766],[8.517611,47.166894],[8.518066,47.166068],[8.518215,47.16571],[8.518524,47.165221],[8.518292,47.164317],[8.517439,47.163539],[8.5166,47.163053]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2019,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.509353,47.105489],[8.509814,47.104844]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2020,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.509814,47.104844],[8.510842,47.103408],[8.511401,47.102582],[8.512745,47.10182],[8.51425,47.10127],[8.514303,47.101269],[8.515287,47.100796],[8.517383,47.098456]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2021,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.544355,47.060597],[8.544294,47.059094]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2022,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.544294,47.059094],[8.544575,47.058175],[8.545597,47.057059],[8.546683,47.056512],[8.547767,47.055895],[8.548486,47.055281],[8.548786,47.054636],[8.548556,47.053638],[8.547953,47.052252],[8.547778,47.051361],[8.548126,47.050536],[8.54895,47.049921],[8.549932,47.049448],[8.552065,47.049034],[8.554098,47.0488],[8.556706,47.048632]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2023,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.607863,46.994611],[8.608367,46.993634],[8.609032,46.993021],[8.609901,46.992155]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2024,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.621285,46.947501],[8.62163,46.946601],[8.621757,46.945392],[8.621319,46.944104],[8.619723,46.942462],[8.618141,46.941438],[8.616502,46.939629],[8.615905,46.938623],[8.614435,46.937065],[8.613587,46.935809],[8.612669,46.933233],[8.612187,46.931833],[8.61207,46.930204],[8.612005,46.929137],[8.613362,46.927409],[8.615579,46.925587],[8.619489,46.922456],[8.620541,46.921827],[8.621698,46.920353],[8.622292,46.919392],[8.623288,46.918033],[8.623881,46.917015],[8.624037,46.916676],[8.624014,46.915608]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2025,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.624014,46.915608],[8.623165,46.914613],[8.622096,46.913375],[8.62186,46.912127],[8.622146,46.910911],[8.6229,46.909653],[8.623873,46.908893],[8.624738,46.907956],[8.625175,46.906523],[8.625187,46.904702],[8.624632,46.903173],[8.624337,46.901569]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2026,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.621285,46.947501],[8.62197,46.946726],[8.622368,46.945168],[8.624131,46.918245],[8.624292,46.91701],[8.624014,46.915608]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2027,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.612101,46.982862],[8.611262,46.981161],[8.611219,46.979195]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2028,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.61029,46.991125],[8.609901,46.992155]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2029,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.609901,46.992155],[8.610668,46.991433],[8.611476,46.990247],[8.612077,46.989062],[8.612568,46.987665],[8.612808,46.986238],[8.612727,46.984237],[8.612101,46.982862]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2030,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.611717,46.987996],[8.610906,46.988744],[8.61051,46.989598],[8.61029,46.991125]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2031,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.612101,46.982862],[8.612443,46.984385],[8.612569,46.985942],[8.61232,46.987258],[8.611717,46.987996]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2032,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.619867,46.954207],[8.620995,46.952541],[8.620989,46.951595],[8.620597,46.949451]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2033,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.611219,46.979195],[8.611259,46.977182],[8.610848,46.975039],[8.610935,46.973214],[8.61214,46.97145],[8.613332,46.969359],[8.613724,46.968289],[8.614204,46.966065],[8.614594,46.963936],[8.615008,46.962909],[8.616094,46.961072],[8.617487,46.959595],[8.618497,46.958483],[8.619116,46.957359],[8.61937,46.956365],[8.619442,46.955451],[8.619867,46.954207]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2034,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.611219,46.979195],[8.611719,46.977719],[8.612011,46.975564],[8.612221,46.973468],[8.613559,46.970545],[8.614495,46.968437],[8.615846,46.965852],[8.618932,46.959144],[8.619562,46.956924],[8.619727,46.954958],[8.619867,46.954207]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2035,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.612899,46.718925],[8.611607,46.718992],[8.610696,46.71917],[8.609117,46.719965],[8.607914,46.721253],[8.60753,46.722685],[8.607709,46.72379],[8.608666,46.724816],[8.610239,46.725513],[8.611696,46.725677],[8.613093,46.725448],[8.614018,46.72501],[8.614837,46.724448],[8.615152,46.72407]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2036,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.662523,46.764213],[8.660689,46.763689],[8.659589,46.763272],[8.658749,46.762924],[8.658163,46.762252],[8.65753,46.76183],[8.656113,46.761202],[8.654803,46.760716],[8.654751,46.760717],[8.653808,46.76037],[8.652611,46.760311],[8.651415,46.760253],[8.650319,46.760014],[8.649166,46.759562],[8.647158,46.758084],[8.645779,46.756813],[8.644493,46.755077],[8.643738,46.753836],[8.643296,46.752626],[8.643432,46.751768],[8.643484,46.751767],[8.642996,46.750844],[8.641765,46.749215],[8.641493,46.748646],[8.641322,46.74797],[8.641659,46.746788],[8.641952,46.745964],[8.641878,46.744965],[8.64139,46.744042],[8.639545,46.742847],[8.638804,46.742212],[8.638098,46.740827],[8.637097,46.740195],[8.635571,46.739283],[8.633469,46.738198],[8.632671,46.737313],[8.63197,46.736143],[8.631228,46.735472],[8.629905,46.734343],[8.628737,46.733213],[8.627947,46.732685],[8.626586,46.7322],[8.625175,46.731786],[8.62428,46.731224],[8.622478,46.729565],[8.62073,46.728012],[8.619981,46.726984],[8.619335,46.725955],[8.618329,46.725073],[8.617845,46.724293],[8.617667,46.723295],[8.61733,46.72212],[8.616689,46.721305],[8.615467,46.719997],[8.614045,46.719083],[8.612899,46.718925]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2037,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.658358,46.812236],[8.659637,46.811294],[8.661129,46.8106],[8.662469,46.81005],[8.66385,46.809035],[8.664966,46.80781],[8.665725,46.806873],[8.665917,46.806193],[8.665477,46.805126],[8.664767,46.803634],[8.664691,46.802564],[8.665234,46.801308],[8.666345,46.799868],[8.667108,46.79911],[8.667855,46.797674],[8.668132,46.796136],[8.668516,46.794739],[8.669265,46.793374],[8.669905,46.791832],[8.670767,46.790894],[8.670819,46.790894],[8.671271,46.790175],[8.671301,46.789211],[8.670526,46.787148],[8.670126,46.785581],[8.670255,46.784402],[8.670848,46.783039],[8.67195,46.781241],[8.673512,46.779082],[8.673742,46.777794],[8.673405,46.776691],[8.67286,46.77559],[8.672068,46.775027],[8.671536,46.774498],[8.671208,46.773787],[8.671289,46.772786],[8.672073,46.77166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2038,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.672073,46.77166],[8.672081,46.771648],[8.673232,46.770235]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2039,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.673232,46.770235],[8.673262,46.770198],[8.673684,46.76844],[8.672934,46.767484],[8.671138,46.7662],[8.671112,46.766187]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2040,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.671112,46.766187],[8.668667,46.764924],[8.666834,46.764301],[8.662584,46.76423],[8.662523,46.764213]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2041,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.60275,46.708737],[8.602436,46.708228],[8.601923,46.70491]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2042,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.601923,46.70491],[8.601643,46.70426],[8.600939,46.703543],[8.599779,46.702698],[8.59878,46.702101],[8.597982,46.701181],[8.597703,46.700255],[8.597947,46.699539],[8.598398,46.698785],[8.5996,46.697978]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2043,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.5996,46.697978],[8.600753,46.697332],[8.601616,46.696431],[8.602169,46.695568],[8.602201,46.694675],[8.601452,46.693612],[8.599824,46.6927],[8.598005,46.692612],[8.596917,46.692658],[8.595631,46.693171],[8.594966,46.693661]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2044,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.594966,46.693661],[8.594462,46.694436],[8.594259,46.695158],[8.594551,46.696074],[8.595092,46.697104],[8.595521,46.697743],[8.595623,46.698875],[8.595826,46.699846],[8.596261,46.700806],[8.596801,46.701764],[8.597557,46.703149],[8.597834,46.703967],[8.597793,46.704468],[8.597352,46.705686],[8.597353,46.705722],[8.597111,46.706546],[8.597333,46.707222],[8.59766,46.707932],[8.598193,46.70857],[8.599454,46.709307],[8.600657,46.709723],[8.601703,46.710069],[8.602493,46.710597],[8.602975,46.711306],[8.603227,46.712169],[8.603029,46.713188]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2045,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.603029,46.713188],[8.60231,46.714169],[8.600665,46.7149],[8.599265,46.714986],[8.597857,46.714714],[8.596548,46.714192],[8.595803,46.713307],[8.595413,46.712097],[8.59546,46.710045]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2046,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.588639,46.662788],[8.589036,46.658854],[8.590223,46.648881],[8.59135,46.636518],[8.59182,46.631369],[8.59405,46.609638],[8.594798,46.602353],[8.602185,46.530218],[8.602625,46.529],[8.603234,46.52844]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2047,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.603234,46.52844],[8.604306,46.527804],[8.605541,46.52747],[8.6089,46.527329]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2048,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.615152,46.72407],[8.615529,46.723433],[8.615627,46.722566],[8.614932,46.721645],[8.613126,46.719771],[8.612334,46.719172],[8.612179,46.718997],[8.611429,46.718146],[8.610837,46.717188],[8.610196,46.716338],[8.60925,46.715812],[8.608093,46.715145],[8.607147,46.71462],[8.606818,46.713802],[8.606792,46.712588],[8.606569,46.711876],[8.606194,46.711344],[8.60556,46.710815],[8.604562,46.71029],[8.603778,46.710012],[8.60275,46.708737]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2049,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.758152,46.494072],[8.758597,46.494839],[8.758625,46.495981],[8.757924,46.496917],[8.757059,46.497499],[8.755468,46.497981],[8.754279,46.497995],[8.753084,46.497759],[8.752038,46.497271],[8.751348,46.496529],[8.750911,46.49557],[8.750995,46.494748],[8.751949,46.493594],[8.753279,46.492761],[8.754407,46.492107]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2050,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.754407,46.492107],[8.756438,46.491079],[8.757298,46.490319],[8.758263,46.489594],[8.759336,46.489081],[8.760467,46.488818],[8.761762,46.488946],[8.764092,46.489097],[8.768047,46.488846]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2051,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.768047,46.488846],[8.771198,46.488543]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2052,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.771198,46.488543],[8.772449,46.488357],[8.773422,46.487988],[8.774288,46.487478],[8.774778,46.486374]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2053,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.771254,46.488938],[8.773595,46.4887],[8.774682,46.488759],[8.776184,46.488884],[8.777423,46.488798],[8.778606,46.48857],[8.77998,46.487697],[8.780894,46.487007],[8.78202,46.486566],[8.783041,46.486054],[8.784968,46.484531],[8.787017,46.483793],[8.789849,46.483331],[8.791083,46.483066]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2054,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.774778,46.486374],[8.774908,46.485364],[8.77442,46.484442],[8.773416,46.483525],[8.772009,46.483077],[8.769888,46.483031],[8.768504,46.483475],[8.767285,46.484347],[8.766746,46.485567],[8.767087,46.486813],[8.767944,46.488052],[8.768869,46.488581],[8.770035,46.488929],[8.771254,46.488938]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2055,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.854397,46.429118],[8.855001,46.426762],[8.855418,46.424936]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2056,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.864405,46.419157],[8.863324,46.419266],[8.862099,46.419782],[8.860578,46.421217],[8.860407,46.421386],[8.860007,46.42178],[8.859832,46.421953],[8.858864,46.422429],[8.857424,46.422661],[8.856091,46.423033],[8.855152,46.423832],[8.854697,46.424396]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2057,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.859902,46.420676],[8.859729,46.419759],[8.859939,46.418862],[8.861101,46.415224],[8.861694,46.414181],[8.862652,46.413312],[8.863416,46.412945],[8.864694,46.412429],[8.86582,46.412058],[8.866636,46.411691],[8.867243,46.411219],[8.86779,46.410426],[8.868312,46.408706],[8.870028,46.405256],[8.872273,46.4023],[8.873918,46.400101],[8.874774,46.399304],[8.875745,46.398935],[8.877133,46.398703],[8.879709,46.398563],[8.88306,46.398414],[8.883112,46.398413],[8.884036,46.398223],[8.885058,46.397853],[8.886071,46.397125],[8.890698,46.392603],[8.892527,46.391508],[8.894149,46.390416],[8.895406,46.389186],[8.896811,46.387704],[8.897802,46.386191],[8.898862,46.385321],[8.900242,46.384803],[8.901416,46.384324],[8.904841,46.381244],[8.908331,46.378664]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2058,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.855418,46.424936],[8.85574,46.424486],[8.856128,46.424016],[8.856899,46.42344],[8.857927,46.423024],[8.859491,46.4229]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2059,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.859491,46.4229],[8.860199,46.423002],[8.860581,46.423166],[8.861309,46.423478],[8.861483,46.423554],[8.862885,46.424164],[8.864339,46.424467],[8.865732,46.424414],[8.866961,46.424041],[8.86777,46.423388],[8.868219,46.422811],[8.868608,46.421878],[8.868372,46.420774],[8.867369,46.41993],[8.866218,46.419373],[8.864405,46.419157]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2060,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.98109,46.333061],[8.98139,46.331522],[8.981417,46.330664]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2061,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.981417,46.330664],[8.981382,46.329451],[8.981038,46.328206],[8.981,46.326885],[8.981315,46.325274],[8.984739,46.3188],[8.985315,46.317292],[8.985275,46.3159],[8.985081,46.31451],[8.984991,46.313155],[8.985265,46.311937],[8.986003,46.310677],[8.987154,46.309483],[8.988614,46.308284],[8.98982,46.307232],[8.990668,46.306221],[8.991593,46.304351],[8.996302,46.296074],[9.000034,46.287881],[9.004978,46.280706],[9.005504,46.279306],[9.006692,46.277647],[9.009841,46.274354],[9.00979,46.274355],[9.014245,46.269936],[9.014883,46.268856],[9.014984,46.268783],[9.015493,46.266812],[9.016817,46.253867],[9.017068,46.251864],[9.017546,46.250608],[9.018582,46.249058],[9.019581,46.248008],[9.021093,46.246916],[9.02363,46.245666],[9.027239,46.244116],[9.028509,46.243527],[9.030123,46.242397],[9.031627,46.241055],[9.03343,46.239351],[9.039864,46.232404],[9.040592,46.230894],[9.040798,46.229177],[9.041196,46.224968]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2062,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.998686,46.170883],[8.9982,46.170068],[8.998164,46.168819],[8.998554,46.168064],[8.999354,46.167303],[9.000573,46.166786],[9.002259,46.166441],[9.003526,46.165817],[9.004376,46.164983],[9.004653,46.163908],[9.004427,46.163197],[9.003031,46.16111],[9.002025,46.160088],[9.000774,46.159463],[8.997874,46.158682],[8.996316,46.158096],[8.99548,46.157608],[8.994132,46.157198],[8.992783,46.156752],[8.991635,46.156125],[8.990441,46.155713],[8.989052,46.155625],[8.987914,46.155355],[8.987081,46.154974],[8.984814,46.15297],[8.983918,46.15216],[8.98313,46.151564],[8.981576,46.151121],[8.978731,46.150446],[8.978679,46.150411],[8.974907,46.149641],[8.973523,46.149767],[8.972759,46.149992],[8.971277,46.150262],[8.96671,46.150467],[8.964852,46.15017],[8.962737,46.149878],[8.961655,46.149749],[8.959944,46.149201],[8.958998,46.148428],[8.958105,46.147726],[8.957848,46.14711]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2063,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.957848,46.14711],[8.957305,46.145416],[8.956621,46.144247],[8.9549,46.143341],[8.953199,46.143114],[8.951307,46.143461],[8.949809,46.143851]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2064,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.923013,46.14379],[8.922196,46.143431],[8.92123,46.142575],[8.920418,46.141014],[8.923242,46.129622]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2065,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.923242,46.129622],[8.923562,46.128204],[8.923892,46.127114],[8.925344,46.123846]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2066,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.941682,46.01052],[8.943162,46.010238],[8.944631,46.009611],[8.945381,46.008958],[8.945813,46.007881],[8.946597,46.004729]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2067,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.933392,46.016434],[8.937048,46.01339],[8.939753,46.01114],[8.941682,46.01052]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2068,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.955231,45.981834],[8.955271,45.981272],[8.955853,45.979491],[8.955861,45.978502],[8.955737,45.977718],[8.954988,45.976586],[8.954086,45.975455],[8.952386,45.973229],[8.951601,45.972632],[8.950866,45.971963],[8.95007,45.970974],[8.949328,45.970056],[8.948671,45.968529],[8.948284,45.967499],[8.947936,45.966004],[8.947387,45.964655],[8.947397,45.963155],[8.947509,45.961653],[8.947054,45.960017],[8.947114,45.958481],[8.947597,45.957439],[8.948119,45.955932],[8.949273,45.955095],[8.951248,45.954319]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2069,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.952698,45.988281],[8.953383,45.987678],[8.95439,45.986413],[8.955063,45.984833],[8.955268,45.982973],[8.955231,45.981834]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2070,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.968127,45.938996],[8.96994,45.937462],[8.970407,45.936492],[8.971038,45.935233],[8.971724,45.934153],[8.974032,45.932514]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2071,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.965375,45.943753],[8.965702,45.942676],[8.965956,45.942015],[8.96684,45.940682],[8.968127,45.938996]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2072,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.669407,46.540469],[7.669926,46.538544],[7.67016,46.537557],[7.670532,46.536237],[7.671113,46.534497],[7.671282,46.533898]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2073,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.670091,46.543445],[7.669783,46.54547],[7.670243,46.546772]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2074,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.671028,46.539692],[7.671032,46.539017],[7.671508,46.537565],[7.672228,46.536445],[7.672982,46.535396],[7.673597,46.534062],[7.674042,46.533323],[7.675003,46.532202],[7.675861,46.531272],[7.677475,46.529579],[7.678883,46.528434],[7.680532,46.527026]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2075,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.670551,46.538756],[7.670658,46.540375],[7.67063,46.541755],[7.670091,46.543445]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2076,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.671282,46.533898],[7.671381,46.5319],[7.671376,46.530734],[7.670957,46.529497],[7.669986,46.528357],[7.669085,46.52724],[7.668874,46.526265],[7.669249,46.525264],[7.670176,46.524429],[7.671381,46.523903],[7.673277,46.523709],[7.674346,46.523945],[7.675487,46.524514],[7.676249,46.525369],[7.676664,46.526426],[7.676448,46.52759],[7.675854,46.528681],[7.674132,46.530157],[7.672757,46.531183],[7.672002,46.532042],[7.671938,46.533232],[7.671976,46.533898],[7.671737,46.534565],[7.670939,46.535196],[7.67045,46.536019],[7.670321,46.53675],[7.670551,46.538756]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2077,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.681259,46.51437],[7.680543,46.51384],[7.679782,46.513223],[7.679401,46.512867],[7.678913,46.511749],[7.678081,46.510775],[7.67663,46.509921],[7.6758,46.509328],[7.675107,46.508639],[7.674898,46.507949],[7.674928,46.507045],[7.675231,46.505402],[7.675295,46.504307],[7.674703,46.502904],[7.672339,46.498125]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2078,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.680532,46.527026],[7.681597,46.526048],[7.683173,46.523664],[7.683751,46.522045],[7.684083,46.519069],[7.683419,46.517142],[7.682551,46.515716],[7.681259,46.51437]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2079,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.666845,46.4785],[7.674658,46.468559],[7.676166,46.466985],[7.678777,46.465361],[7.681081,46.464547],[7.684659,46.463635],[7.700484,46.459696],[7.703408,46.458904],[7.705368,46.458376],[7.707155,46.457491],[7.708871,46.456249],[7.710172,46.454771],[7.711399,46.452316],[7.713535,46.445599],[7.723902,46.413395],[7.724019,46.413044],[7.726714,46.404938],[7.727427,46.403199],[7.72975,46.400123],[7.753182,46.370999],[7.754007,46.369757]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2080,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.754007,46.369757],[7.754475,46.368663],[7.755182,46.366962]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2081,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.834295,46.308275],[7.837038,46.307443],[7.839909,46.306803]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2082,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.649449,46.579991],[7.649151,46.578723],[7.648387,46.57175],[7.648253,46.559695],[7.651855,46.523788],[7.65423,46.488266],[7.666807,46.445954],[7.687014,46.405386],[7.710463,46.373791],[7.746126,46.344588],[7.767844,46.331589],[7.803557,46.318541],[7.834295,46.308275]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2083,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.067834,46.288565],[7.067322,46.288207],[7.066912,46.287872],[7.066259,46.287918],[7.065879,46.288321],[7.065492,46.289605],[7.065005,46.290579],[7.064522,46.290982],[7.062597,46.29119],[7.061448,46.291017],[7.060234,46.290373]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2084,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.811075,46.610524],[6.810047,46.614303],[6.809384,46.617834],[6.808264,46.620576],[6.807305,46.622856],[6.806873,46.624282],[6.806905,46.625996],[6.807146,46.627532],[6.807545,46.628855],[6.807689,46.62982],[6.807368,46.630747],[6.806784,46.631886],[6.806566,46.632813],[6.806867,46.633636],[6.807428,46.63446],[6.8084,46.635501],[6.809065,46.63629],[6.809212,46.63704],[6.808839,46.637859],[6.808206,46.638856],[6.807623,46.639923],[6.807295,46.641421],[6.806922,46.642276],[6.806292,46.642915],[6.80624,46.64295],[6.805509,46.64341],[6.80426,46.643832],[6.802806,46.644038],[6.802078,46.644177],[6.800828,46.64467],[6.797439,46.646364],[6.796705,46.647038],[6.796177,46.647785],[6.795596,46.64871],[6.794912,46.649563],[6.792083,46.652011],[6.791453,46.65265],[6.791184,46.653505]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2085,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.983719,46.308307],[6.982932,46.307923],[6.982695,46.307518],[6.982356,46.307064],[6.981703,46.307014],[6.981118,46.307226],[6.980978,46.307558],[6.981283,46.307941],[6.982106,46.308158],[6.982584,46.308517],[6.982612,46.309184],[6.982919,46.30947],[6.983502,46.309544],[6.984395,46.309619],[6.985114,46.309908],[6.985317,46.310266],[6.985244,46.310741],[6.985377,46.311218],[6.98558,46.311623],[6.9853,46.312241],[6.985227,46.312836],[6.98536,46.313265],[6.985768,46.31379],[6.986039,46.314219],[6.986448,46.31465],[6.986479,46.315007],[6.986065,46.315314]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2086,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.113138,46.353017],[7.111491,46.352619],[7.110459,46.352652],[7.108555,46.352147],[7.107213,46.352285],[7.104894,46.352171]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2087,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.602764,46.526839],[6.608597,46.524863],[6.611787,46.523704],[6.613422,46.522764],[6.615095,46.521586],[6.617047,46.520172],[6.619169,46.518997],[6.622802,46.518119],[6.627405,46.516985],[6.629331,46.516581]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2088,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.020183,46.250521],[7.020954,46.25051],[7.02181,46.250751],[7.022425,46.251039],[7.022524,46.251563],[7.022758,46.252421],[7.023339,46.252708]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2089,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.026653,46.254553],[7.026993,46.254983],[7.02785,46.255105],[7.028635,46.25556],[7.029214,46.256181],[7.02976,46.256516]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2090,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.055896,46.267747],[7.056581,46.267987],[7.057336,46.267966],[7.058024,46.267754],[7.058607,46.267828],[7.059051,46.268115],[7.05922,46.268472],[7.059081,46.268686],[7.058873,46.268971],[7.058391,46.26916],[7.057533,46.269181],[7.053038,46.269046],[7.052557,46.26914],[7.052315,46.269353],[7.05214,46.269829],[7.052001,46.27009],[7.050793,46.271086]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2091,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.915678,46.228314],[6.909957,46.224099],[6.907134,46.221705],[6.905705,46.220627],[6.904482,46.219408],[6.903562,46.21888]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2092,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.129119,46.353561],[7.123187,46.354009],[7.121228,46.353861],[7.119368,46.35457]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2093,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.133965,46.353646],[7.132779,46.353679],[7.132002,46.354248],[7.131332,46.354282],[7.129119,46.353561]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2094,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.147105,46.355037],[7.14566,46.355284],[7.142773,46.355205],[7.141844,46.355345]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2095,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.154704,46.351344],[7.153258,46.35184],[7.153155,46.351911],[7.152276,46.352302],[7.149332,46.353187],[7.147933,46.354611],[7.147105,46.355037]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2096,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.905985,46.685554],[6.905755,46.687743],[6.906191,46.689173],[6.907456,46.690679],[6.91182,46.693579]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2097,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.051667,46.619721],[7.053745,46.618943],[7.054423,46.618231],[7.055051,46.617376]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2098,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.051667,46.619721],[7.048013,46.621172],[7.045242,46.62179],[7.043756,46.621924],[7.041695,46.622312],[7.033443,46.624863],[7.029013,46.626219],[7.027524,46.626725],[7.02651,46.627024],[7.025464,46.627043],[7.024554,46.6269],[7.023677,46.626781],[7.020035,46.626558],[7.019058,46.626299],[7.017913,46.626016],[7.01643,46.625824],[7.01525,46.625773],[7.013665,46.625628],[7.011101,46.625618],[7.009381,46.625449],[7.00783,46.62535],[7.006345,46.625414],[7.00496,46.625595],[7.002632,46.625563],[7.001315,46.625697],[7.000064,46.625995],[6.998376,46.626104],[6.997028,46.625843],[6.99629,46.625399],[6.996156,46.625212],[6.99488,46.62451],[6.993769,46.624203],[6.99242,46.624128],[6.990903,46.623913],[6.989523,46.623536],[6.988477,46.623485],[6.987329,46.62362],[6.986449,46.624012],[6.981143,46.628896],[6.980767,46.629522],[6.980661,46.630079],[6.980725,46.634473],[6.980483,46.6351],[6.98004,46.635586],[6.974025,46.64042],[6.970088,46.642938],[6.969037,46.643515],[6.96792,46.643882],[6.966501,46.643969],[6.965085,46.643777],[6.963772,46.643493],[6.962793,46.643512],[6.961914,46.643601],[6.960797,46.643922],[6.959305,46.644753],[6.958289,46.645167],[6.957106,46.645301],[6.956025,46.64539],[6.954775,46.64557],[6.953589,46.646053],[6.952034,46.646326],[6.951222,46.646439],[6.949969,46.646898],[6.948815,46.64766],[6.947794,46.648493],[6.946811,46.648977],[6.945763,46.649181],[6.944682,46.6492],[6.94357,46.649032],[6.941852,46.648583],[6.941178,46.648464],[6.939997,46.648482],[6.937968,46.648799],[6.934926,46.649273],[6.933673,46.649733],[6.932723,46.650217],[6.931804,46.65098],[6.930271,46.652461],[6.928741,46.653639],[6.927688,46.654262],[6.9262,46.654558],[6.922987,46.655194],[6.92197,46.655608],[6.920986,46.656115],[6.920238,46.656669],[6.91959,46.657364],[6.919179,46.657966],[6.918868,46.658709],[6.918756,46.659778],[6.919016,46.660825],[6.920247,46.662713],[6.921912,46.665185],[6.92214,46.666],[6.921862,46.666882],[6.921619,46.667578],[6.921476,46.668414],[6.921665,46.669764],[6.92212,46.671672],[6.922079,46.672392],[6.921528,46.673506],[6.921081,46.674341],[6.920934,46.675549],[6.920896,46.67606],[6.920001,46.677799],[6.919784,46.679263],[6.919906,46.680635],[6.920264,46.682078],[6.920186,46.6831],[6.919333,46.684003],[6.918179,46.684602],[6.916758,46.684828],[6.915374,46.684682],[6.91433,46.684399],[6.912585,46.683251],[6.911643,46.682782],[6.910531,46.682521],[6.909315,46.682539],[6.908469,46.682698],[6.907486,46.683065],[6.906737,46.683643],[6.906224,46.684314],[6.905985,46.685554]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2099,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.518597,47.374978],[8.518691,47.37199],[8.518673,47.367808],[8.51879,47.363804],[8.519118,47.360383],[8.520588,47.354522],[8.522826,47.347395],[8.524272,47.343648],[8.526995,47.337686],[8.528191,47.334661],[8.532724,47.326657],[8.535532,47.321683],[8.538031,47.317747],[8.540275,47.314307],[8.542134,47.311501],[8.543853,47.308291],[8.545644,47.30535],[8.546551,47.304442],[8.547658,47.303622],[8.549292,47.302706],[8.55172,47.301828],[8.55416,47.301535],[8.557909,47.300599],[8.559222,47.300137],[8.560269,47.299632]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2100,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532129,47.372956],[8.533056,47.3741],[8.534215,47.375287],[8.535399,47.376258],[8.536345,47.376887],[8.538023,47.377849]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2101,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529683,47.369243],[8.530541,47.370137],[8.531083,47.370889],[8.532129,47.372956]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2102,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.535926,47.405351],[8.536032,47.405487],[8.536132,47.405618],[8.536239,47.405767],[8.536384,47.405984],[8.536507,47.406184],[8.536732,47.406575],[8.53679,47.406693],[8.537215,47.407472],[8.537365,47.407733],[8.537462,47.407884],[8.537557,47.408018],[8.537671,47.408164],[8.537819,47.408332],[8.538021,47.408549],[8.538217,47.408736],[8.538428,47.408927],[8.538669,47.409136],[8.538713,47.409176],[8.538845,47.409285],[8.539024,47.40943],[8.539192,47.409548],[8.539354,47.409657],[8.53953,47.409758],[8.540005,47.410012],[8.540288,47.410151],[8.540473,47.410244],[8.540744,47.410379],[8.540973,47.410505],[8.541182,47.41062],[8.541468,47.410779],[8.541842,47.410989],[8.542286,47.411231],[8.542672,47.41142],[8.542959,47.411548],[8.543214,47.411652],[8.543935,47.411911]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2103,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.538351,47.418111],[8.539561,47.418241],[8.540434,47.418322],[8.542062,47.418459],[8.543592,47.418586],[8.544043,47.418623]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2104,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.544056,47.418536],[8.54272,47.418425],[8.54211,47.41838],[8.541717,47.418359],[8.541078,47.418327],[8.540253,47.418271],[8.539656,47.418215],[8.538351,47.418111]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2105,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.536881,47.41797],[8.537494,47.418032],[8.538351,47.418111]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2106,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.547669,47.414151],[8.547999,47.414522]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2107,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.547669,47.414151],[8.547463,47.413866],[8.54732,47.413696]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2108,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.535926,47.405351],[8.535454,47.404596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2109,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.535454,47.404596],[8.535968,47.405335]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2110,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.547999,47.414522],[8.548087,47.414635],[8.548242,47.414835],[8.54842,47.415068],[8.548655,47.415328],[8.549265,47.416014],[8.549543,47.416329],[8.549671,47.416505],[8.5498,47.416686],[8.549948,47.416939],[8.55002,47.417078],[8.55007,47.417206],[8.550092,47.417314],[8.550113,47.417447],[8.550104,47.417574],[8.55009,47.417686],[8.550045,47.417822],[8.549989,47.417947],[8.549936,47.418037],[8.549879,47.418123],[8.549783,47.418235],[8.549697,47.418321],[8.549567,47.418424],[8.549351,47.418559],[8.549185,47.418644],[8.549016,47.418712],[8.548758,47.418788]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2111,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.554911,47.433178],[8.556169,47.432477],[8.557294,47.431839],[8.557769,47.431563],[8.557965,47.431439],[8.558126,47.43133],[8.558264,47.431221],[8.558454,47.431071],[8.558614,47.430927],[8.558743,47.430803],[8.558842,47.430701],[8.558981,47.430556]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2112,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.558799,47.426325],[8.558457,47.425959],[8.558136,47.425654],[8.557797,47.425371],[8.557316,47.425018],[8.557109,47.424868],[8.556781,47.42463],[8.556583,47.424478],[8.556476,47.424392],[8.556314,47.424249],[8.556122,47.424068],[8.555846,47.423811],[8.555525,47.423505],[8.554966,47.422968],[8.554519,47.42253],[8.55408,47.422097],[8.553547,47.421568],[8.553362,47.421387],[8.55315,47.421154],[8.55304,47.421023],[8.552938,47.420889],[8.552846,47.420766],[8.552761,47.420641],[8.552645,47.420447],[8.55254,47.420269],[8.552316,47.419878],[8.552203,47.41967],[8.552025,47.419369],[8.551754,47.418961],[8.551557,47.418678],[8.550814,47.417677],[8.550397,47.41714]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2113,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.54732,47.413696],[8.547092,47.413444],[8.546977,47.413324],[8.546882,47.413228],[8.546752,47.413112],[8.546553,47.412954],[8.546414,47.412855],[8.546229,47.412739],[8.545998,47.412625],[8.545728,47.412504],[8.54524,47.412324],[8.543952,47.411867]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2114,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.547999,47.414522],[8.548325,47.414878],[8.548574,47.41516],[8.54934,47.416012],[8.549712,47.416427]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2115,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.549712,47.416427],[8.550103,47.416865],[8.550491,47.417321],[8.550736,47.417643],[8.550978,47.417962],[8.551375,47.418512],[8.551582,47.41881],[8.551738,47.419053],[8.551873,47.419268],[8.55202,47.419514],[8.552139,47.419736],[8.55234,47.420082],[8.552461,47.420294],[8.552708,47.420687],[8.55284,47.420865],[8.553052,47.421125],[8.553202,47.42129],[8.553477,47.421565],[8.554108,47.422185],[8.554586,47.422652],[8.554941,47.42299],[8.555311,47.42335],[8.556019,47.424033],[8.556299,47.424298],[8.556585,47.424542],[8.5569,47.424782],[8.557298,47.425077],[8.557659,47.425339],[8.557914,47.425534],[8.558103,47.425693],[8.558335,47.425908],[8.558582,47.426159],[8.558718,47.426311],[8.558826,47.426437],[8.559019,47.426702],[8.559176,47.426931],[8.559287,47.427119],[8.559404,47.427334],[8.559494,47.427536],[8.559563,47.427713],[8.559628,47.427943],[8.55968,47.428193],[8.559714,47.42845],[8.559731,47.428635],[8.559731,47.428802],[8.559714,47.428985],[8.559683,47.42917],[8.559632,47.429294],[8.559498,47.42964],[8.559363,47.429888],[8.559255,47.43005],[8.559085,47.430268],[8.558871,47.430514]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2116,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.549712,47.416427],[8.549929,47.416703],[8.550134,47.416984],[8.550267,47.417185],[8.550434,47.417453],[8.550605,47.417757],[8.550806,47.418134],[8.550944,47.418388],[8.551153,47.418722],[8.551305,47.418929],[8.551517,47.419183],[8.551704,47.419387],[8.551904,47.419585],[8.552111,47.419766],[8.552398,47.419986],[8.552678,47.420181],[8.553024,47.420403],[8.553484,47.420702],[8.553848,47.420943],[8.554108,47.421135],[8.554517,47.421489],[8.554751,47.421713],[8.554938,47.42192],[8.555152,47.422157],[8.555547,47.422592],[8.55605,47.423151],[8.556358,47.423478],[8.556703,47.423851],[8.557202,47.4244],[8.557595,47.424829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2117,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.587071,47.449442]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2118,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.587993,47.449184],[8.58734,47.449228],[8.586943,47.449232],[8.586534,47.449209],[8.586109,47.449158],[8.585652,47.449071],[8.585369,47.449001],[8.585071,47.44891],[8.584842,47.448823],[8.584614,47.44873],[8.58434,47.448609],[8.584088,47.448492],[8.58363,47.448269]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2119,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.578164,47.445801],[8.57884,47.446129],[8.579515,47.446447],[8.580231,47.446778],[8.580875,47.44707],[8.581712,47.447459],[8.583018,47.448096],[8.583552,47.448353]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2120,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.587993,47.449184],[8.58875,47.449056],[8.589369,47.448925]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2121,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.564808,47.438754],[8.565184,47.439122],[8.565472,47.439375],[8.565833,47.439667],[8.566215,47.439936],[8.566634,47.440204],[8.567008,47.440418],[8.567474,47.440663],[8.567908,47.440873],[8.568207,47.441017],[8.568798,47.441301],[8.569592,47.441687],[8.570857,47.442271]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2122,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.564808,47.438754],[8.564562,47.438448],[8.564436,47.438275],[8.5643,47.438063],[8.564099,47.437737],[8.563925,47.43746],[8.56373,47.437148],[8.563548,47.436844],[8.563161,47.436199],[8.562956,47.435837],[8.562782,47.435503],[8.562637,47.435149],[8.562558,47.434892],[8.562479,47.434593],[8.562456,47.434412],[8.56244,47.434179],[8.56244,47.433948],[8.562447,47.433627],[8.562463,47.433313],[8.562465,47.433007],[8.562452,47.432692],[8.56242,47.432396],[8.56239,47.432196],[8.562323,47.43186],[8.56222,47.431412]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2123,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.550397,47.41714],[8.549757,47.416405],[8.549387,47.415996]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2124,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561433,47.429109],[8.561376,47.42902],[8.561212,47.428798],[8.560971,47.428522],[8.560774,47.428308],[8.560415,47.427923],[8.559869,47.427321],[8.559494,47.426868],[8.559272,47.426597]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2125,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561296,47.429158],[8.561501,47.429477],[8.561671,47.429763],[8.561784,47.430002],[8.561861,47.430244]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2126,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.56222,47.431412],[8.562115,47.430861],[8.562066,47.430648],[8.561987,47.430363],[8.561946,47.430229]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2127,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.562143,47.431421],[8.562239,47.431848],[8.562354,47.432348],[8.562376,47.432524],[8.562402,47.432864],[8.562405,47.433073],[8.562406,47.433444],[8.562385,47.434074],[8.562388,47.434314],[8.56241,47.434494],[8.562457,47.434717],[8.562545,47.435059],[8.562656,47.435357],[8.562785,47.435618],[8.562962,47.435954],[8.563258,47.43644],[8.563651,47.437104],[8.563829,47.437405],[8.564071,47.437791],[8.564348,47.438202],[8.564546,47.438458],[8.564808,47.438754]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2128,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.557595,47.424829],[8.557963,47.425227],[8.55839,47.425694],[8.558743,47.426076],[8.559051,47.426419],[8.559365,47.426788],[8.5596,47.427071],[8.559806,47.427321],[8.560019,47.427565],[8.560226,47.427821],[8.560436,47.428075],[8.560597,47.428271],[8.560809,47.428525],[8.560959,47.428714],[8.561163,47.428972],[8.561296,47.429158]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2129,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.557595,47.424829],[8.557803,47.425033],[8.55825,47.425464],[8.558598,47.425823],[8.55871,47.425945]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2130,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.55871,47.425945],[8.558197,47.425357],[8.557566,47.424671],[8.557281,47.424356],[8.55665,47.423672],[8.556236,47.423237],[8.555552,47.422483],[8.555179,47.422074],[8.554722,47.421581],[8.554476,47.421332],[8.55413,47.421009],[8.553763,47.420678],[8.553464,47.420406],[8.553117,47.420084],[8.55287,47.41985],[8.552559,47.41953],[8.552282,47.419241],[8.552042,47.418977],[8.551806,47.418702],[8.551324,47.418169],[8.550925,47.417725],[8.550657,47.417429],[8.550397,47.41714]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2131,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.559272,47.426597],[8.559091,47.426382],[8.55871,47.425945]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2132,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.559272,47.426597],[8.559578,47.426935],[8.560193,47.427589]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2133,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561292,47.436829],[8.560553,47.437723],[8.559847,47.438654]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2134,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.559847,47.438654],[8.560592,47.437782],[8.561016,47.437254],[8.561334,47.436846]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2135,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.551172,47.417835],[8.55081,47.417426],[8.550598,47.417203]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2136,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.541063,47.410403],[8.540618,47.410153],[8.540219,47.40993],[8.539974,47.409782],[8.539608,47.409538],[8.539301,47.409309],[8.538827,47.40894],[8.538651,47.408782],[8.53847,47.408618],[8.538214,47.408338]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2137,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.535454,47.403817],[8.529751,47.393293]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2138,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.550598,47.417203],[8.550221,47.416775],[8.549717,47.416211],[8.549307,47.415754],[8.548935,47.415342],[8.548682,47.415059],[8.548197,47.414521],[8.547794,47.41407],[8.547241,47.413456],[8.546953,47.413148],[8.54673,47.412944],[8.546465,47.412734],[8.546215,47.412583],[8.545895,47.412426],[8.545511,47.412267],[8.544882,47.412045],[8.544032,47.411749]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2139,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.550598,47.417203],[8.550415,47.41702],[8.55023,47.416847],[8.550155,47.41677]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2140,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.549387,47.415996],[8.548973,47.415535],[8.548299,47.414782],[8.547936,47.414377],[8.547649,47.414058],[8.547483,47.413867],[8.54732,47.413696]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2141,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.550155,47.41677],[8.550036,47.416635],[8.549843,47.416428]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2142,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.549843,47.416428],[8.549651,47.416245],[8.549387,47.415996]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2143,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.535397,47.403829],[8.535611,47.404181],[8.535748,47.404376],[8.535984,47.404673],[8.536199,47.404957]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2144,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529701,47.393311],[8.530322,47.394449],[8.535397,47.403829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2145,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561334,47.436846],[8.561489,47.436698],[8.561681,47.436501],[8.561822,47.436336],[8.561945,47.436184],[8.562032,47.436078],[8.562142,47.435923],[8.562236,47.435763],[8.562349,47.435561],[8.562482,47.435309],[8.562537,47.435209],[8.562621,47.434995],[8.562644,47.434912],[8.562659,47.434828],[8.562712,47.43445],[8.562755,47.434094],[8.562766,47.433897],[8.56275,47.43363],[8.562727,47.433404],[8.562671,47.433024],[8.562582,47.432464],[8.562508,47.432022],[8.562437,47.431704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2146,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.540691,47.410252],[8.541196,47.410527],[8.541713,47.410816],[8.542047,47.411002],[8.54235,47.411161],[8.54271,47.411321],[8.543089,47.411466],[8.544011,47.411789]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2147,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.540691,47.410252],[8.541232,47.410516],[8.541823,47.41081],[8.542255,47.411008],[8.542557,47.411127],[8.542903,47.411253],[8.544092,47.41166]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2148,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.604682,47.410383],[8.604179,47.410324],[8.603774,47.410299],[8.603289,47.410289],[8.602866,47.410294],[8.60244,47.410314],[8.602137,47.410339],[8.601796,47.410373],[8.601536,47.410404],[8.601211,47.410457],[8.600863,47.410518],[8.600385,47.410612],[8.599505,47.410803],[8.598435,47.411036],[8.59744,47.411254]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2149,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.538214,47.408338],[8.538033,47.408123],[8.537835,47.407861],[8.537671,47.407618],[8.537432,47.407248],[8.537349,47.407089],[8.537124,47.406629],[8.536864,47.406078],[8.536672,47.405651],[8.536494,47.405293],[8.536353,47.405056],[8.536215,47.404849]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2150,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.597834,47.411235],[8.598716,47.411037],[8.599984,47.410744],[8.600632,47.410602],[8.601022,47.410523],[8.601348,47.41047],[8.60175,47.410413],[8.602185,47.410366],[8.602708,47.410332],[8.603145,47.410322],[8.60359,47.410328],[8.603975,47.410342],[8.604682,47.410383]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2151,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.597834,47.411235],[8.598593,47.411043],[8.600168,47.410635],[8.601441,47.410341],[8.601745,47.41026],[8.602349,47.410079],[8.602674,47.409966],[8.603093,47.409804],[8.603522,47.409617],[8.603861,47.409445],[8.604254,47.409223],[8.604441,47.409106],[8.604978,47.408715]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2152,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.604978,47.408715],[8.604256,47.409179],[8.603936,47.40936],[8.603612,47.409532],[8.603262,47.40969],[8.602894,47.409844],[8.602511,47.409988],[8.602044,47.410137],[8.601699,47.410235],[8.601075,47.410391],[8.600346,47.410551],[8.599387,47.410775],[8.598614,47.410968],[8.59744,47.411254]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2153,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.59744,47.411254],[8.596692,47.411418],[8.596011,47.411569],[8.595304,47.411728],[8.5947,47.411864],[8.593688,47.412095],[8.592239,47.412427]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2154,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.543935,47.411911],[8.544798,47.412211],[8.545472,47.412451],[8.54568,47.412532],[8.545867,47.412614],[8.546066,47.412709],[8.546258,47.412809],[8.546412,47.412906],[8.546571,47.413025],[8.546724,47.41315],[8.546893,47.413306],[8.547251,47.413685],[8.547669,47.414151]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2155,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.544011,47.411789],[8.544466,47.411947],[8.544959,47.412119],[8.545551,47.412332],[8.54584,47.412453],[8.546154,47.412608],[8.546383,47.412737],[8.546589,47.412887],[8.546787,47.413054],[8.546977,47.413235],[8.547231,47.413513],[8.547747,47.414087],[8.548254,47.414652],[8.54867,47.415118],[8.549029,47.415516],[8.549441,47.415975],[8.549843,47.416428]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2156,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.544032,47.411749],[8.542978,47.411378],[8.542652,47.411248],[8.542327,47.411103],[8.542014,47.410941],[8.541629,47.410721],[8.541063,47.410403]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2157,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.544092,47.41166],[8.545695,47.412217],[8.546239,47.412394],[8.546694,47.412528],[8.547114,47.412625],[8.547472,47.412686],[8.547878,47.412733],[8.548259,47.412756],[8.548554,47.412766],[8.549049,47.412774],[8.550594,47.412801],[8.558334,47.412928],[8.562051,47.412992],[8.565256,47.413046],[8.567265,47.413076],[8.569909,47.413123],[8.572509,47.413164],[8.574259,47.41319],[8.575498,47.413214],[8.577413,47.413249],[8.578197,47.413259],[8.580446,47.413297],[8.582728,47.413335],[8.585197,47.413372],[8.586439,47.413395],[8.586914,47.413385],[8.587419,47.413368],[8.587871,47.413335],[8.58829,47.413292],[8.588809,47.413221],[8.589514,47.413097],[8.590961,47.412812],[8.592278,47.412512]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2158,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.544112,47.411621],[8.543243,47.411315],[8.542934,47.411196],[8.542708,47.411101],[8.542523,47.411007],[8.542216,47.410837],[8.541956,47.410673],[8.541638,47.410471],[8.541362,47.410302],[8.541076,47.410138],[8.540855,47.410027],[8.540662,47.409937],[8.540387,47.409809],[8.540084,47.409669],[8.539908,47.409579],[8.539675,47.409453],[8.539511,47.409357],[8.539239,47.409188],[8.539059,47.409061],[8.538933,47.408967],[8.538705,47.408784],[8.538523,47.408635],[8.538366,47.408486],[8.538214,47.408338]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2159,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.543952,47.411867],[8.543137,47.411575],[8.542986,47.411513],[8.542838,47.411449],[8.542622,47.41135],[8.542195,47.411135],[8.541841,47.41094],[8.541421,47.410705],[8.541068,47.410504],[8.540746,47.410332],[8.540442,47.410177],[8.53999,47.409962],[8.539723,47.409819],[8.539534,47.409707],[8.539268,47.409532],[8.539077,47.409401],[8.5389,47.409267],[8.538759,47.409156],[8.538466,47.408906],[8.538145,47.408599],[8.537835,47.408289],[8.537659,47.408083],[8.537513,47.407886],[8.537392,47.407686],[8.537241,47.407415],[8.536793,47.406585],[8.536506,47.406092],[8.536366,47.405869],[8.536244,47.405695],[8.536149,47.405571],[8.535968,47.405335]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2160,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.550155,47.41677],[8.551129,47.417849],[8.552004,47.418823],[8.552319,47.419181],[8.552848,47.419739],[8.553447,47.420302],[8.553919,47.420729],[8.554314,47.421091],[8.554879,47.421646],[8.55527,47.422069],[8.556177,47.423075],[8.556862,47.423801],[8.55827,47.42534],[8.559323,47.426554],[8.559882,47.427225],[8.560193,47.427589]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2161,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.560193,47.427589],[8.560349,47.427755],[8.560655,47.428085],[8.56098,47.428433],[8.561262,47.428755],[8.561389,47.428911],[8.5615,47.429088]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2162,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.558871,47.430514],[8.558666,47.430724],[8.558517,47.430874],[8.558281,47.431085],[8.558001,47.431305],[8.557781,47.43146],[8.557561,47.431604],[8.557262,47.431784],[8.55703,47.431917],[8.556174,47.432424],[8.555555,47.432786],[8.554911,47.433178]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2163,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.558981,47.430556],[8.559138,47.43035],[8.559204,47.430257],[8.559341,47.430055],[8.559451,47.42986],[8.559532,47.429703],[8.559604,47.429541],[8.559683,47.429316],[8.559731,47.429179],[8.55977,47.429042],[8.559798,47.428865],[8.559811,47.428711],[8.559813,47.428565],[8.559805,47.428361],[8.559775,47.428145],[8.559742,47.427965],[8.559676,47.427746],[8.559587,47.427522],[8.559468,47.427292],[8.559239,47.426917],[8.559028,47.426613],[8.558799,47.426325]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2164,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561861,47.430244],[8.561961,47.430578],[8.562143,47.431421]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2165,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561946,47.430229],[8.5619,47.430062],[8.56185,47.429925],[8.561761,47.429717],[8.561618,47.429437],[8.561541,47.429294],[8.561433,47.429109]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2166,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.570857,47.442271],[8.57162,47.442639],[8.572135,47.442887],[8.572883,47.443246],[8.573668,47.443623],[8.574116,47.443834],[8.574829,47.444181],[8.575209,47.444375],[8.575754,47.444636],[8.576402,47.444947],[8.576987,47.445234],[8.577593,47.445526],[8.578164,47.445801]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2167,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.583552,47.448353],[8.584118,47.448603],[8.584485,47.448755],[8.584803,47.448873],[8.585098,47.448963],[8.585436,47.44906],[8.58576,47.44913],[8.58609,47.449194],[8.586458,47.449243],[8.5868,47.449267],[8.587018,47.449272],[8.587237,47.449269],[8.587493,47.449254],[8.587993,47.449184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2168,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.58363,47.448269],[8.583062,47.447999],[8.582276,47.447614],[8.581701,47.44734],[8.581498,47.447252],[8.58126,47.447149],[8.58084,47.446975],[8.580475,47.446827],[8.580187,47.446707],[8.579748,47.446497],[8.579147,47.44624],[8.578164,47.445801]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2169,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.592278,47.412512],[8.59402,47.412119],[8.595077,47.411876],[8.596253,47.411606],[8.597035,47.411424],[8.597834,47.411235]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2170,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.592239,47.412427],[8.590976,47.412718],[8.59034,47.412858],[8.589383,47.413064],[8.588724,47.413189],[8.588388,47.413238],[8.58805,47.413278],[8.587672,47.413311],[8.587236,47.413336],[8.587005,47.413346],[8.586639,47.413354],[8.586266,47.413355],[8.586003,47.413353],[8.585325,47.413341],[8.584698,47.413333],[8.581296,47.413277],[8.577722,47.413218],[8.574733,47.413163],[8.572411,47.413127],[8.570646,47.413101],[8.569544,47.413081],[8.568745,47.413071],[8.567114,47.413042],[8.565584,47.413016],[8.563176,47.412975],[8.560418,47.412928],[8.558938,47.412905],[8.557985,47.412891],[8.556789,47.41287],[8.553133,47.412806],[8.550532,47.412765],[8.549307,47.412744],[8.548486,47.412728],[8.54812,47.412716],[8.547892,47.412698],[8.547615,47.412667],[8.547402,47.412633],[8.547172,47.412594],[8.546997,47.412555],[8.546694,47.412479],[8.546323,47.41237],[8.545914,47.41224],[8.545386,47.412067],[8.54503,47.411946],[8.544112,47.411621]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2171,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.5615,47.429088],[8.561709,47.42945],[8.561835,47.429712],[8.561944,47.429995],[8.562007,47.430218],[8.562094,47.430524],[8.562178,47.430873],[8.562291,47.43128],[8.56236,47.431554],[8.562394,47.431712]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2172,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.561564,47.429072],[8.561383,47.428828],[8.561153,47.428555],[8.560954,47.428334],[8.56044,47.427789],[8.560014,47.427315],[8.559842,47.427112],[8.559334,47.426495],[8.558877,47.425953],[8.558088,47.42507],[8.557271,47.424181],[8.556405,47.423252],[8.556216,47.423044],[8.555961,47.422759],[8.555494,47.422255],[8.555317,47.422058],[8.555101,47.421817],[8.554695,47.421399],[8.554494,47.421205],[8.554203,47.420925],[8.553968,47.420714],[8.55368,47.420456],[8.553394,47.4202],[8.553056,47.419873],[8.552867,47.419699],[8.552544,47.419354],[8.552206,47.418987],[8.552064,47.418826],[8.551686,47.418406],[8.551354,47.418031],[8.551172,47.417835]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2173,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.562394,47.431712],[8.562459,47.432008],[8.562516,47.43234],[8.562554,47.432602],[8.562592,47.432835],[8.562651,47.433205],[8.562692,47.43348],[8.562712,47.433792],[8.562714,47.434023],[8.562681,47.434338],[8.562647,47.43458],[8.562588,47.434944],[8.562509,47.43514],[8.562338,47.435472],[8.562192,47.435753],[8.561948,47.436117],[8.561753,47.436356],[8.561551,47.436579],[8.561292,47.436829]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2174,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.562437,47.431704],[8.562341,47.431282],[8.562224,47.430815],[8.562077,47.43022],[8.56191,47.429735],[8.561692,47.429279],[8.561564,47.429072]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2175,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529751,47.393293],[8.529669,47.393109],[8.529527,47.392791],[8.529366,47.392417],[8.529186,47.392049],[8.529021,47.391746]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2176,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528887,47.391785],[8.529268,47.392484],[8.529478,47.392892],[8.529701,47.393311]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2177,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.548758,47.418788],[8.548588,47.41882],[8.548373,47.418848],[8.548183,47.418859],[8.547943,47.418858],[8.547767,47.418848],[8.547446,47.418823],[8.546933,47.41878],[8.544056,47.418536]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2178,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.544043,47.418623],[8.545745,47.418764],[8.546351,47.418816],[8.54678,47.418848],[8.547393,47.418893],[8.547678,47.41891],[8.547894,47.418913],[8.548094,47.418906],[8.548289,47.418887],[8.548462,47.418856],[8.548639,47.41882],[8.548758,47.418788]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2179,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.910074,47.581873],[7.909729,47.582759],[7.907541,47.583891],[7.897168,47.587668],[7.891762,47.589672],[7.887621,47.591043],[7.885523,47.591349],[7.881321,47.591332],[7.872721,47.591265]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2180,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.63479,47.590628],[7.633083,47.590103],[7.631079,47.589568],[7.629577,47.589252],[7.628105,47.589135],[7.626781,47.589098]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2181,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.651485,47.59757],[7.649723,47.597696],[7.648143,47.597719],[7.64692,47.597468],[7.64548,47.596761],[7.63897,47.592962],[7.637004,47.591709],[7.635618,47.590935],[7.63479,47.590628]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2182,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.658928,47.601211],[7.660842,47.606861],[7.66135,47.608192]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2183,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.842867,46.951468],[6.843273,46.952484],[6.844099,46.953102],[6.84535,46.953647],[6.847185,46.953957],[6.848521,46.954227]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2184,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.848521,46.954227],[6.850575,46.954438],[6.852818,46.954551]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2185,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.852818,46.954551],[6.855038,46.954439],[6.855979,46.954616],[6.85704,46.95531],[6.858599,46.956523],[6.860153,46.958167],[6.863956,46.960843]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2186,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.863956,46.960843],[6.865017,46.96185],[6.865353,46.96282],[6.865439,46.963596],[6.865336,46.96437],[6.865267,46.964972],[6.86543,46.965877]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2187,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.86543,46.965877],[6.86638,46.966721],[6.868038,46.967483],[6.869511,46.968071]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2188,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.869511,46.968071],[6.870637,46.968486],[6.871134,46.969026],[6.871311,46.970189],[6.87218,46.971227],[6.873931,46.972139],[6.875715,46.972901],[6.877375,46.973534],[6.878923,46.974237]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2189,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.878923,46.974237],[6.879908,46.974923],[6.881067,46.975295],[6.882411,46.976141],[6.883663,46.976707],[6.886108,46.977386],[6.888682,46.977893],[6.889971,46.977921],[6.891099,46.978292],[6.893636,46.97923],[6.897099,46.980089]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2190,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.897099,46.980089],[6.900507,46.980833],[6.902078,46.980991],[6.903462,46.980998],[6.904884,46.980916]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2191,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.904884,46.980916],[6.906732,46.981035],[6.908174,46.981472],[6.909548,46.98249],[6.911233,46.98381],[6.912282,46.984557]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2192,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.912282,46.984557],[6.914201,46.985826],[6.916896,46.986806],[6.919339,46.987894],[6.921375,46.988742],[6.923383,46.989681]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2193,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.923383,46.989681],[6.925169,46.990008],[6.926301,46.989991],[6.928193,46.989411]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2194,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.838957,46.949589],[6.840242,46.949423],[6.840823,46.949458],[6.841682,46.949958],[6.84243,46.9505],[6.842645,46.950985],[6.842867,46.951468]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2195,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.568895,47.373457],[8.570393,47.374158],[8.570805,47.374233],[8.571538,47.374226],[8.572501,47.374017],[8.573258,47.373771],[8.574531,47.373197]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2196,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.564598,47.370886],[8.568895,47.373457]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2197,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.560697,47.368307],[8.564598,47.370886]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2198,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":341,\n\"to_node\":2136,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.913266,46.449571],[6.912824,46.450132],[6.912756,46.451188],[6.912836,46.451885],[6.912485,46.452554]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2199,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.120465,47.263927],[9.11915,47.265423],[9.118528,47.26567],[9.116275,47.266298],[9.115133,47.266672],[9.114479,47.267015],[9.108303,47.274174],[9.10581,47.277209],[9.103943,47.279022],[9.09822,47.28396],[9.092841,47.288726],[9.092068,47.289737],[9.090385,47.292332]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2200,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.703171,47.278639],[7.708926,47.284113],[7.710505,47.285252]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2201,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.479695,47.187893],[8.480241,47.183884],[8.48061,47.183071],[8.481122,47.182471],[8.481741,47.182013],[8.482536,47.181602],[8.483797,47.181032]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2202,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.303309,47.035076],[8.30475,47.037125],[8.306715,47.039191],[8.308462,47.040902],[8.309008,47.04141]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2203,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":201,\n\"to_node\":205,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.309008,47.04141],[8.307784,47.041071],[8.305024,47.040449],[8.30219,47.03959],[8.300294,47.038628],[8.298009,47.037265],[8.297368,47.036365],[8.297385,47.035199],[8.297486,47.032842],[8.297812,47.031483],[8.298559,47.030264],[8.300245,47.029061],[8.301345,47.028196]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2204,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.301345,47.028196],[8.300602,47.02959],[8.300615,47.03044],[8.300997,47.03178],[8.302204,47.033562],[8.303309,47.035076]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2205,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.301345,47.028196],[8.302308,47.026842]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2206,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[9.595436,47.461111],[9.597207,47.4582],[9.599736,47.453939]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2207,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":1951,\n\"to_node\":2124,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.125609,46.184817],[6.125792,46.179623],[6.125541,46.17853],[6.12568,46.17789],[6.125849,46.177272],[6.126058,46.176732]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2208,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.182589,46.727584],[8.18439,46.727193],[8.185535,46.72679],[8.186106,46.726492],[8.186547,46.726098]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2209,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":2120,\n\"to_node\":2126,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.912485,46.452554],[6.912391,46.453178],[6.912399,46.453825]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2210,\n\"weight\":0.0,\n\"type\":\"disabled\",\n\"direction\":0,\n\"from_node\":1963,\n\"to_node\":2136,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.896272,46.465268],[6.897451,46.464005],[6.897858,46.463765],[6.898396,46.463719],[6.898902,46.463722],[6.899299,46.463729],[6.899479,46.463703],[6.89973,46.463526],[6.900306,46.462787],[6.900682,46.46253],[6.901056,46.46251],[6.901679,46.462578],[6.903078,46.4628],[6.903577,46.46278],[6.903859,46.462567],[6.904237,46.462159],[6.904739,46.461839],[6.905362,46.461842],[6.905891,46.461844],[6.907046,46.461613],[6.907606,46.461659],[6.908509,46.461792],[6.908978,46.461622],[6.909727,46.461389],[6.910257,46.46137],[6.911316,46.461396],[6.911755,46.461118],[6.911853,46.460602],[6.911484,46.460105],[6.910216,46.45926],[6.90997,46.458893],[6.909663,46.458418],[6.909585,46.456867],[6.909412,46.455446],[6.909699,46.454758],[6.910515,46.454095],[6.911511,46.453346],[6.912485,46.452554]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2211,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[6.896272,46.465268],[6.895786,46.465694],[6.895636,46.465873]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2212,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.983028,45.877652],[8.983152,45.876722],[8.983029,45.874153],[8.982691,45.87305],[8.981796,45.872134],[8.979016,45.869602]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2213,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.592644,47.695307],[8.60303,47.693923],[8.605567,47.693534],[8.606822,47.692729],[8.60849,47.690695],[8.609111,47.689995],[8.610558,47.688989],[8.611214,47.68766],[8.610992,47.686506],[8.610438,47.685784],[8.610415,47.684727],[8.611025,47.683563],[8.612469,47.682458]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2214,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.294584,47.15839],[7.296238,47.159329],[7.297953,47.160345],[7.299405,47.161068],[7.300659,47.161565],[7.302376,47.162086],[7.304556,47.162652],[7.307297,47.163331],[7.318559,47.166071],[7.325164,47.167723],[7.33993,47.17141]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2215,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.296625,47.073038],[7.297176,47.077358],[7.297538,47.0785],[7.298059,47.079144],[7.298999,47.07968],[7.300095,47.079967],[7.301819,47.080112],[7.302917,47.079935],[7.303754,47.079722],[7.304644,47.079116],[7.306293,47.076696]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2216,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[7.521427,47.208874],[7.525893,47.208832],[7.527216,47.208764],[7.52834,47.208515],[7.529364,47.208086]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2217,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.19,46.723187],[8.190628,46.7227],[8.191453,46.722289],[8.192662,46.722139],[8.198603,46.721242]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2218,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.225947,46.708283],[8.226302,46.707821],[8.226399,46.707344],[8.227052,46.70703],[8.228325,46.706522]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2219,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.539402,47.378701],[8.536931,47.379392],[8.535468,47.379787],[8.535234,47.379843],[8.534853,47.379916],[8.534296,47.380016],[8.533692,47.380127],[8.533008,47.380308],[8.531442,47.380732],[8.53094,47.380855],[8.530602,47.380917],[8.529933,47.381038]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2220,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529021,47.391746],[8.528596,47.391034],[8.528292,47.390569],[8.527779,47.389737],[8.527393,47.388992],[8.527313,47.388817],[8.52723,47.388708],[8.527043,47.388472],[8.52685,47.388291],[8.526625,47.388121],[8.526424,47.387962],[8.526217,47.387825],[8.52602,47.387699],[8.525797,47.387586],[8.525556,47.387476],[8.525149,47.387312],[8.524786,47.387184],[8.52401,47.386929],[8.522738,47.386493],[8.522494,47.386394],[8.522229,47.386263],[8.52201,47.386137],[8.521801,47.385997],[8.521605,47.385845],[8.521431,47.385687],[8.521241,47.385484],[8.521075,47.385278],[8.520947,47.38507],[8.520845,47.384864],[8.520775,47.384676],[8.520738,47.384488],[8.520713,47.384314],[8.520699,47.384134],[8.520727,47.38385],[8.520787,47.383585],[8.520858,47.383399],[8.52092,47.383275],[8.521012,47.383119],[8.521096,47.382992],[8.521265,47.382809],[8.521409,47.382676],[8.521587,47.382535],[8.521858,47.382337],[8.52214,47.382168],[8.522438,47.382023],[8.522877,47.381845],[8.523192,47.381741],[8.523503,47.381669],[8.523878,47.381601],[8.524143,47.38157],[8.52446,47.381548],[8.524911,47.381539],[8.525622,47.381546],[8.52608,47.381553],[8.526439,47.381554],[8.526638,47.381549],[8.526957,47.381528],[8.527118,47.381515],[8.527449,47.381464],[8.52781,47.381387],[8.528127,47.381307],[8.528456,47.381215]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2221,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533435,47.380131],[8.533791,47.380065],[8.53433,47.379969],[8.534888,47.379867],[8.535197,47.379809],[8.53547,47.379743],[8.536122,47.379565],[8.536895,47.37936],[8.539381,47.378666]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2222,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533435,47.380131],[8.534296,47.379901],[8.534827,47.379776],[8.535269,47.379669],[8.536028,47.379467],[8.539325,47.378575]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2223,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528887,47.391785],[8.528237,47.390603],[8.527739,47.38975],[8.527294,47.388883],[8.527152,47.388672],[8.526983,47.388472],[8.526798,47.388306],[8.526603,47.388155],[8.526395,47.387991],[8.526166,47.387834],[8.525675,47.387561],[8.525185,47.387359],[8.524678,47.387175],[8.523684,47.38685],[8.522941,47.386602],[8.522648,47.386492],[8.522399,47.386386],[8.52209,47.386229],[8.521813,47.386053],[8.521618,47.385906],[8.521439,47.385755],[8.521273,47.385598],[8.521139,47.385435],[8.520999,47.385259],[8.520897,47.385086],[8.520808,47.384905],[8.52072,47.384635],[8.520663,47.384381],[8.520654,47.384127],[8.520661,47.383984],[8.520684,47.383844],[8.520745,47.383554],[8.520847,47.383298],[8.520962,47.383074],[8.521166,47.382813],[8.521434,47.382537],[8.521759,47.382277],[8.522226,47.381968],[8.522687,47.381723],[8.523121,47.381542],[8.523457,47.381427],[8.523811,47.381331],[8.524151,47.381264],[8.524441,47.381226],[8.524755,47.3812],[8.525198,47.381195],[8.52568,47.381211],[8.526115,47.381233],[8.52652,47.381242],[8.526866,47.381235],[8.527156,47.381213],[8.527367,47.381189],[8.527641,47.381144],[8.527984,47.381071],[8.528341,47.380977],[8.528688,47.38088]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2224,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.496611,47.390244],[8.497161,47.390131],[8.49772,47.390006],[8.498668,47.389763],[8.500248,47.389303]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2225,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.500248,47.389303],[8.501296,47.389005],[8.502884,47.388535],[8.504397,47.388092],[8.505105,47.387872],[8.505577,47.387718],[8.506159,47.3875],[8.506996,47.387155],[8.507361,47.387004],[8.507782,47.386846],[8.508109,47.386735],[8.508581,47.386596]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2226,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.508581,47.386596],[8.509772,47.386271],[8.510875,47.385971],[8.513677,47.385212],[8.514493,47.384999],[8.516073,47.384616],[8.517816,47.384157],[8.518361,47.384013],[8.518806,47.383888],[8.519154,47.383772],[8.519586,47.383605],[8.519989,47.383403],[8.520243,47.383245],[8.520541,47.383042],[8.520815,47.382816],[8.521137,47.382555],[8.521314,47.382406],[8.521531,47.382239],[8.521625,47.382168]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2227,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.521625,47.382168],[8.521882,47.382021],[8.522113,47.381916],[8.522352,47.381825],[8.522652,47.381732],[8.522966,47.381648],[8.523277,47.381572],[8.523797,47.381485]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2228,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.523797,47.381485],[8.524095,47.381469],[8.524669,47.381462],[8.525417,47.381478],[8.526077,47.381487],[8.526573,47.381487],[8.526922,47.381471],[8.527292,47.381431],[8.527614,47.381378],[8.528008,47.381295],[8.528416,47.381186],[8.528939,47.381046]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2229,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.518567,47.375772],[8.518552,47.375873],[8.518553,47.375978],[8.518553,47.376168],[8.518554,47.37641],[8.518582,47.376651],[8.518623,47.376863],[8.518662,47.377019],[8.518738,47.377258],[8.518841,47.377487],[8.518983,47.377716],[8.519131,47.37791],[8.519308,47.378122],[8.519461,47.378295],[8.519631,47.37846],[8.520557,47.379426],[8.520914,47.379798],[8.521142,47.380046],[8.521349,47.380239],[8.521646,47.380495],[8.521955,47.380699],[8.522274,47.380871],[8.522577,47.381],[8.522915,47.381123],[8.523358,47.38123]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2230,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.527257,47.381344],[8.527805,47.381251],[8.52832,47.381126],[8.52976,47.380739]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2231,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529512,47.380758],[8.528129,47.381135],[8.527662,47.381247],[8.527236,47.38132],[8.526842,47.381356],[8.526482,47.381365],[8.525817,47.381349],[8.52505,47.381314],[8.524799,47.381302]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2232,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.525128,47.370153],[8.523315,47.371428]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2233,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.523315,47.371428],[8.521531,47.372694],[8.520469,47.373443],[8.520235,47.373617],[8.519989,47.373825],[8.519771,47.374043],[8.519568,47.37431],[8.519423,47.374511],[8.519201,47.37484],[8.519053,47.375055],[8.518905,47.37535],[8.518758,47.375829],[8.518709,47.37606],[8.518692,47.376292]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2234,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.518692,47.376292],[8.51869,47.376309],[8.518713,47.376688],[8.518749,47.376896],[8.518817,47.377137],[8.518921,47.377366],[8.519055,47.377637],[8.519248,47.377896],[8.519482,47.378169],[8.519986,47.378696],[8.520439,47.37915],[8.521252,47.379978],[8.521507,47.380181]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2235,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.521507,47.380181],[8.521772,47.380361],[8.522097,47.380544],[8.522373,47.380664],[8.522655,47.38077],[8.522977,47.380868],[8.523323,47.380944],[8.523915,47.381022],[8.524473,47.381058],[8.525474,47.381109],[8.526016,47.381138]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2236,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532466,47.379671],[8.531363,47.379962],[8.530527,47.380207],[8.529688,47.380472],[8.529041,47.380652],[8.528405,47.380826],[8.527888,47.38096]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2237,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.527888,47.38096],[8.527408,47.381058],[8.527113,47.381091],[8.526826,47.381111],[8.526544,47.381117],[8.526152,47.381117],[8.525712,47.381089]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2238,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.522081,47.380494],[8.521842,47.380361],[8.521673,47.38025],[8.521485,47.380112],[8.521311,47.379963],[8.521062,47.379727],[8.519954,47.378592],[8.519771,47.378412],[8.519401,47.378007],[8.519297,47.377878],[8.519192,47.377742],[8.51909,47.3776],[8.518975,47.377373],[8.51891,47.377233],[8.518873,47.37713],[8.518817,47.376956],[8.518776,47.376785],[8.518752,47.376619],[8.518741,47.376392],[8.518747,47.376229],[8.518782,47.37598],[8.518814,47.375806],[8.518892,47.375548],[8.519026,47.375225]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2239,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.519026,47.375225],[8.51923,47.374872],[8.519409,47.374607],[8.519637,47.374349],[8.519884,47.3741],[8.520262,47.373796],[8.520645,47.373524],[8.52187,47.372662],[8.523441,47.371504]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2240,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.523441,47.371504],[8.525128,47.370153]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2241,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532313,47.380561],[8.5316,47.380761],[8.530998,47.380909],[8.530536,47.381002],[8.529669,47.381166],[8.529097,47.381282],[8.528818,47.381346]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2242,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.520619,47.384349],[8.521222,47.384188],[8.522128,47.383948],[8.523607,47.383557],[8.524257,47.383362],[8.524744,47.383192],[8.525246,47.383001],[8.525804,47.382767],[8.526352,47.382507],[8.526775,47.382286],[8.527237,47.382029],[8.527675,47.381807]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2243,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530216,47.380655],[8.53197,47.38018]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2244,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533494,47.379769],[8.534204,47.379585],[8.534532,47.379495],[8.535843,47.379139],[8.539128,47.378253]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2245,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533494,47.379769],[8.534271,47.379478],[8.534604,47.379358],[8.534859,47.379284],[8.53907,47.378152]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2246,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532917,47.379927],[8.533494,47.379769]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2247,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532917,47.379927],[8.533439,47.379743]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2248,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530228,47.380695],[8.531061,47.380466]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2249,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529013,47.381242],[8.528569,47.381364],[8.528242,47.381467],[8.527947,47.381576],[8.527654,47.381714],[8.52726,47.381923],[8.526871,47.382135],[8.526437,47.382362],[8.526115,47.382526],[8.525798,47.38268],[8.525519,47.382802],[8.525184,47.382938],[8.524747,47.383109],[8.524468,47.383205],[8.523907,47.383387],[8.523277,47.383566],[8.522333,47.383813],[8.521365,47.384068],[8.520573,47.384275],[8.520091,47.384369],[8.519098,47.384534],[8.518449,47.384682],[8.517779,47.384867],[8.51669,47.385159],[8.515442,47.385497],[8.514581,47.385731],[8.513849,47.385951],[8.51312,47.386202],[8.51243,47.386439],[8.511792,47.386663],[8.510628,47.387061],[8.509225,47.387544],[8.508699,47.387722],[8.50812,47.387905],[8.507578,47.388052],[8.506769,47.388252]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2250,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.53197,47.38018],[8.532575,47.380019]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2251,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.53197,47.38018],[8.532266,47.380073],[8.532466,47.38]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2252,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531648,47.380443],[8.532568,47.380196]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2253,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532099,47.380363],[8.533024,47.380112]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2254,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533009,47.3802],[8.533843,47.37998],[8.533978,47.379942],[8.534127,47.379902],[8.534663,47.379757],[8.534878,47.379704],[8.535202,47.379639],[8.535383,47.379595],[8.535684,47.379519],[8.536014,47.379427],[8.539301,47.378535]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2255,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531067,47.380336],[8.531568,47.380203]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2256,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531478,47.380184],[8.531924,47.380058],[8.532139,47.379985],[8.532493,47.379854],[8.532704,47.379767],[8.53284,47.379698],[8.532979,47.379627],[8.533292,47.379463],[8.533497,47.379356],[8.533609,47.379304],[8.533721,47.379258],[8.533811,47.379221],[8.533946,47.379171],[8.534199,47.37909],[8.534941,47.378883],[8.535593,47.37871],[8.538867,47.37782]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2257,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531478,47.380184],[8.531777,47.380073],[8.532179,47.379921],[8.532621,47.379752],[8.53274,47.379697],[8.532917,47.379607],[8.533405,47.379351],[8.533755,47.379171],[8.534018,47.379054],[8.534233,47.37897],[8.534455,47.378899],[8.534651,47.378841],[8.535533,47.378602],[8.536355,47.378379],[8.53881,47.37772]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2258,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530648,47.380366],[8.531052,47.380257]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2259,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.506769,47.388252],[8.505676,47.388535],[8.5051,47.388684],[8.504373,47.388866]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2260,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.498974,47.390198],[8.498477,47.390289],[8.498029,47.390356],[8.497522,47.390424],[8.496898,47.390489],[8.495275,47.390634],[8.493971,47.390774],[8.493027,47.390919]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2261,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529423,47.381131],[8.52917,47.3812],[8.529013,47.381242]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2262,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529423,47.381131],[8.530294,47.380897],[8.532596,47.38027]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2263,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532596,47.38027],[8.533009,47.3802]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2264,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531052,47.380257],[8.531397,47.380156],[8.531579,47.3801],[8.531764,47.380032],[8.532214,47.379862],[8.532598,47.379714],[8.532917,47.379553],[8.533193,47.379402],[8.533507,47.379233],[8.533826,47.379081],[8.533983,47.379013],[8.534201,47.378932],[8.534475,47.378843],[8.534907,47.378721],[8.536307,47.378343],[8.538783,47.377681]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2265,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530216,47.380655],[8.530653,47.380494],[8.531067,47.380336]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2266,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.52976,47.380739],[8.530205,47.380566]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2267,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528456,47.381215],[8.528939,47.381046]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2268,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528939,47.381046],[8.529332,47.380892]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2269,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.523521,47.381164],[8.523194,47.381093],[8.522649,47.380908],[8.522344,47.380777],[8.522006,47.380595],[8.521867,47.380515],[8.521729,47.38042],[8.521489,47.380247],[8.521249,47.380037],[8.520991,47.379784],[8.520331,47.37912],[8.51953,47.37829],[8.519341,47.378094],[8.519168,47.377892],[8.519072,47.377766],[8.518993,47.377633],[8.518898,47.377454],[8.518818,47.377295],[8.518755,47.377118],[8.518681,47.376838],[8.518625,47.376478],[8.518613,47.376133],[8.518613,47.375892],[8.518626,47.37568]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2270,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.523358,47.38123],[8.523752,47.381295],[8.524218,47.381336],[8.524502,47.381355]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2271,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.524502,47.381355],[8.525487,47.38138],[8.526171,47.3814],[8.526608,47.381396],[8.526917,47.38138],[8.527257,47.381344]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2272,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.524799,47.381302],[8.524015,47.381247],[8.523521,47.381164]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2273,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530205,47.380566],[8.530616,47.380415]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2274,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530205,47.380566],[8.529838,47.380671],[8.529512,47.380758]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2275,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530616,47.380415],[8.530846,47.38033],[8.531052,47.380257]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2276,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530616,47.380415],[8.531058,47.380297]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2277,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531058,47.380297],[8.531478,47.380184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2278,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531058,47.380297],[8.530648,47.380366]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2279,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531067,47.380336],[8.531478,47.380184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2280,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530205,47.380566],[8.531067,47.380336]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2281,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531568,47.380203],[8.531904,47.38011],[8.532015,47.380076],[8.532131,47.38003],[8.532551,47.379877],[8.532769,47.379787],[8.532979,47.379694],[8.533172,47.379596],[8.533612,47.379385],[8.533773,47.379316],[8.533942,47.379248],[8.534106,47.379187],[8.534344,47.379103],[8.534552,47.379039],[8.534815,47.378964],[8.535084,47.378891],[8.535615,47.378745],[8.538895,47.377863]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2282,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531568,47.380203],[8.531058,47.380297]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2283,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529332,47.380892],[8.529768,47.380773],[8.530216,47.380655]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2284,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529332,47.380892],[8.52976,47.380739]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2285,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532466,47.38],[8.532637,47.379935],[8.532929,47.379827],[8.533317,47.379667],[8.533636,47.379511],[8.533936,47.379377],[8.534159,47.379289],[8.534419,47.379197],[8.534754,47.379099],[8.53532,47.378946],[8.535682,47.378852],[8.538956,47.377964]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2286,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532466,47.38],[8.532013,47.380129]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2287,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532575,47.380019],[8.532917,47.379927]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2288,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532575,47.380019],[8.532328,47.380071],[8.532013,47.380129]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2289,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532013,47.380129],[8.531804,47.380168],[8.531568,47.380203]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2290,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.53197,47.38018],[8.531579,47.380329]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2291,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532466,47.38],[8.532798,47.379914]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2292,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.52976,47.380739],[8.530189,47.380619],[8.531578,47.380241],[8.532013,47.380129]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2293,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532798,47.379914],[8.532987,47.379851],[8.533201,47.379767],[8.533445,47.379652],[8.533782,47.379492],[8.533967,47.37941],[8.534152,47.379335],[8.534432,47.379237],[8.534691,47.379162],[8.535099,47.379046],[8.535698,47.378889],[8.538982,47.378007]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2294,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533439,47.379743],[8.533735,47.379635],[8.53438,47.37939],[8.534657,47.379294],[8.534925,47.379211],[8.53668,47.378744],[8.539039,47.3781]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2295,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532798,47.379914],[8.533439,47.379743]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2296,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528688,47.38088],[8.529441,47.380681],[8.52985,47.380569]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2297,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533024,47.380112],[8.534006,47.379847],[8.535952,47.379321],[8.539241,47.378435]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2298,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533024,47.380112],[8.532568,47.380196]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2299,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532568,47.380196],[8.535928,47.379284],[8.539212,47.378392]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2300,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532568,47.380196],[8.531821,47.380329],[8.531061,47.380466]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2301,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531061,47.380466],[8.531579,47.380329]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2302,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531061,47.380466],[8.530441,47.380573],[8.529224,47.380791],[8.528688,47.38088]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2303,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528939,47.381046],[8.530228,47.380695]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2304,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530228,47.380695],[8.531648,47.380443]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2305,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531648,47.380443],[8.532099,47.380363]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2306,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532099,47.380363],[8.532596,47.38027]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2307,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533009,47.3802],[8.533435,47.380131]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2308,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.530243,47.38082],[8.52987,47.380926],[8.529458,47.381078],[8.529013,47.381242]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2309,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531648,47.380443],[8.530243,47.38082]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2310,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531579,47.380329],[8.532469,47.38009],[8.533582,47.379789],[8.53386,47.379713],[8.534356,47.379588],[8.53587,47.379179],[8.539154,47.378293]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2311,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.531579,47.380329],[8.530935,47.380569],[8.530516,47.380727],[8.530243,47.38082]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2312,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.527675,47.381807],[8.52807,47.38163],[8.528557,47.381457],[8.528981,47.381343],[8.529387,47.381255],[8.529758,47.381179],[8.530348,47.381076],[8.530831,47.38098],[8.531258,47.380884],[8.532338,47.380595]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2313,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528368,47.381486],[8.528163,47.381555],[8.527906,47.381657],[8.52765,47.38177],[8.527142,47.382032],[8.526669,47.382299],[8.526158,47.382558],[8.525747,47.382755],[8.525336,47.382927],[8.524913,47.383096],[8.524454,47.383255],[8.524083,47.383379],[8.523686,47.383499],[8.522875,47.383713],[8.521605,47.384049],[8.520504,47.384338]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2314,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.527675,47.381807],[8.527991,47.38165],[8.52823,47.381544],[8.528368,47.381486]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2315,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528818,47.381346],[8.52856,47.381423],[8.528368,47.381486]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2316,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.528818,47.381346],[8.529466,47.381163],[8.529933,47.381038]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2317,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529933,47.381038],[8.529663,47.381084],[8.529423,47.381131]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2318,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.53289,47.380437],[8.533526,47.38027],[8.534285,47.380079],[8.535529,47.379773],[8.536549,47.379486],[8.540038,47.378543]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2319,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532338,47.380595],[8.53289,47.380437]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2320,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.53289,47.380437],[8.532313,47.380561]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2321,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.540038,47.378543],[8.541401,47.378183],[8.541972,47.378013],[8.542664,47.377778],[8.543203,47.377595],[8.543844,47.377339],[8.544354,47.377092],[8.544845,47.376827],[8.545349,47.376518],[8.545861,47.376156],[8.546298,47.375779],[8.546768,47.375299],[8.547159,47.374814],[8.547473,47.374245],[8.547605,47.373897],[8.547747,47.373321],[8.547814,47.372854],[8.547843,47.372338],[8.547825,47.371931],[8.547758,47.371506],[8.5477,47.371262],[8.547621,47.371017],[8.547363,47.37033],[8.547234,47.37],[8.547147,47.369666],[8.547133,47.369254],[8.547199,47.36877],[8.547334,47.368128],[8.547622,47.367537]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2322,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.536215,47.404849],[8.535886,47.404329],[8.535701,47.403961],[8.535572,47.40369]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2323,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.534907,47.402184],[8.534843,47.401592],[8.534864,47.400976],[8.534982,47.400288],[8.535087,47.39995],[8.535277,47.399611],[8.535722,47.399035],[8.536495,47.39816],[8.538346,47.395891],[8.540196,47.393636],[8.543758,47.389212],[8.546567,47.385748],[8.547531,47.384567],[8.548324,47.383599],[8.548828,47.382883],[8.549246,47.382065],[8.549441,47.381496],[8.549486,47.380957],[8.549392,47.380316],[8.549211,47.379863],[8.548916,47.379226],[8.548569,47.378766],[8.548157,47.378407],[8.547541,47.378026],[8.547012,47.37779],[8.546078,47.377402],[8.54524,47.377193],[8.543813,47.37708],[8.542541,47.377068],[8.541639,47.377136],[8.540848,47.377272],[8.5391,47.377704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2324,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533056,47.37952],[8.533719,47.379264],[8.534564,47.378944],[8.536908,47.378301],[8.5391,47.377704]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2325,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.533056,47.37952],[8.532466,47.379671]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2326,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.532485,47.379711],[8.533056,47.37952]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2327,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.520344,47.384419]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2328,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.520504,47.384338],[8.520124,47.384412],[8.519061,47.38459],[8.518756,47.384656],[8.518331,47.384763],[8.517218,47.385062]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2329,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.511111,47.386961]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2330,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.487348,47.392074],[8.48667,47.392234],[8.48608,47.392345],[8.485603,47.392406],[8.485273,47.392434],[8.484938,47.392445]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2331,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.482529,47.39221],[8.483714,47.392399],[8.484168,47.392452],[8.4845,47.392475],[8.484852,47.392489]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2332,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.487393,47.392167],[8.489039,47.391736]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2333,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.513982,47.395953],[8.513531,47.395217]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2334,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.520504,47.384338],[8.519965,47.384462],[8.519291,47.384614],[8.518664,47.384778],[8.517278,47.385137]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2335,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.511387,47.391546],[8.511593,47.39192],[8.512386,47.393352]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2336,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.511387,47.391546],[8.511057,47.390999],[8.51084,47.390694],[8.510606,47.390433],[8.509346,47.389506],[8.509092,47.389382],[8.508817,47.389262],[8.508283,47.389077],[8.507895,47.388978],[8.50669,47.388785],[8.505984,47.388759],[8.505006,47.388764],[8.504567,47.38878],[8.50416,47.388794],[8.503797,47.388823],[8.503401,47.388874],[8.50308,47.388932],[8.502681,47.389025],[8.502266,47.389132],[8.501411,47.389371],[8.500834,47.389534],[8.500236,47.389696],[8.499731,47.389828],[8.499209,47.389949],[8.498655,47.390059],[8.498198,47.390147],[8.497736,47.390232],[8.496733,47.390402],[8.496375,47.390453],[8.495735,47.390533],[8.494293,47.390689]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2337,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.491911,47.391063],[8.492324,47.390968],[8.493019,47.390827],[8.493531,47.390734],[8.494787,47.390538],[8.495878,47.390369],[8.496611,47.390244]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2338,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.491911,47.391063],[8.492658,47.390915],[8.493046,47.390849],[8.493356,47.3908],[8.493666,47.390758],[8.493984,47.390719],[8.494293,47.390689]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2339,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.494293,47.390689],[8.493975,47.390736],[8.493657,47.390792],[8.493027,47.390919]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2340,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.493027,47.390919],[8.492445,47.391039],[8.491699,47.391215],[8.490973,47.39141],[8.489127,47.391899]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2341,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.512386,47.393352],[8.512828,47.39414],[8.513479,47.39523]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2342,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.512702,47.393834],[8.511575,47.391784],[8.51125,47.391159],[8.510858,47.390353],[8.510706,47.389944],[8.510633,47.389694],[8.510601,47.389434],[8.510589,47.389292],[8.510593,47.389151],[8.510622,47.388878],[8.5107,47.388576],[8.510802,47.388312],[8.510871,47.388154],[8.510954,47.387994],[8.511066,47.387822],[8.511162,47.387691],[8.511264,47.387567],[8.511367,47.387451],[8.511555,47.387267],[8.511754,47.387097],[8.512052,47.386881],[8.512422,47.386657],[8.512792,47.386472],[8.51317,47.386321],[8.513688,47.386153],[8.514308,47.385984],[8.51559,47.385668],[8.516617,47.385417],[8.517333,47.385221]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2343,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.512386,47.393352],[8.512702,47.393834]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2344,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517218,47.385062],[8.515237,47.385599],[8.514686,47.385753],[8.514068,47.385939],[8.512948,47.386312],[8.512513,47.386472],[8.511792,47.386748],[8.511441,47.386887],[8.510827,47.387119],[8.510492,47.387249],[8.509816,47.387508],[8.509409,47.387658],[8.508963,47.387808],[8.508427,47.387973],[8.507933,47.388102],[8.507338,47.388229],[8.50699,47.388294],[8.506628,47.388353],[8.506128,47.388422],[8.505607,47.388484],[8.504454,47.38862],[8.503896,47.388694],[8.503532,47.388758],[8.503129,47.388832],[8.502758,47.388914],[8.501952,47.389101],[8.501165,47.389293],[8.500383,47.389459],[8.49999,47.389531],[8.499406,47.389621],[8.498929,47.389682],[8.498244,47.389749],[8.496373,47.389927],[8.495594,47.390026],[8.494852,47.390148],[8.494086,47.390302],[8.493301,47.390482],[8.492715,47.390629],[8.492094,47.390801],[8.488982,47.391637]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2345,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517278,47.385137],[8.51556,47.385613],[8.51458,47.38587],[8.513643,47.386131],[8.513366,47.386212],[8.513089,47.386315],[8.512879,47.386395],[8.512578,47.386534],[8.512329,47.38666],[8.512053,47.386834],[8.511881,47.386948],[8.511714,47.387081],[8.511544,47.387221],[8.511402,47.387362],[8.511272,47.387494],[8.511105,47.387683],[8.510983,47.387852],[8.51088,47.38802],[8.510806,47.388157],[8.510746,47.388292],[8.510624,47.388617],[8.510561,47.388958],[8.510535,47.389189],[8.510543,47.389391],[8.510571,47.389583],[8.510618,47.389819],[8.510679,47.390038],[8.510755,47.390242],[8.510832,47.390427],[8.511199,47.391192],[8.511387,47.391546]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2346,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517333,47.385221],[8.51869,47.384865],[8.519969,47.384516],[8.520619,47.384349]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2347,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.517394,47.385304],[8.518445,47.385038],[8.51891,47.384909],[8.519342,47.384772],[8.520014,47.384542],[8.520337,47.384439],[8.520619,47.384349]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2348,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.488982,47.391637],[8.487612,47.392003],[8.487348,47.392074]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2349,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.489039,47.391736],[8.491364,47.391066],[8.492517,47.39074],[8.493577,47.39047],[8.494278,47.390317],[8.494671,47.390232],[8.495063,47.390162],[8.49576,47.390053],[8.49644,47.389965],[8.498896,47.389728],[8.499435,47.389665],[8.500006,47.389576],[8.501841,47.389169],[8.50256,47.388996],[8.50292,47.388913],[8.503276,47.38884],[8.503902,47.38873],[8.504563,47.38864],[8.505412,47.388543],[8.50624,47.388444],[8.506811,47.388363],[8.507339,47.388265],[8.50761,47.388211],[8.507887,47.388143],[8.508153,47.388081],[8.508451,47.388001],[8.508989,47.387838],[8.509423,47.387688],[8.510829,47.387171],[8.511646,47.386875],[8.512298,47.386659]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2350,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.489083,47.391815],[8.491447,47.391174],[8.491911,47.391063]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2351,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.482529,47.39221],[8.481278,47.392051],[8.479081,47.391704],[8.478567,47.39165],[8.477978,47.391632],[8.477337,47.391647],[8.476657,47.391698],[8.476072,47.391771],[8.475476,47.39189],[8.474997,47.392005],[8.474415,47.392178],[8.473807,47.392414],[8.469855,47.394007],[8.469056,47.394267],[8.468333,47.394466],[8.467578,47.39463],[8.466776,47.39476],[8.464058,47.395004],[8.46315,47.395122],[8.4573,47.396055],[8.456796,47.39613],[8.456216,47.39619],[8.455756,47.396223],[8.455135,47.39622],[8.45448,47.396185],[8.453643,47.396059],[8.452951,47.395896],[8.452255,47.39565],[8.451789,47.395457],[8.451276,47.395187],[8.450822,47.394893],[8.450321,47.394463],[8.449331,47.393523],[8.448829,47.393136],[8.448388,47.392875],[8.447963,47.392657],[8.447499,47.392459],[8.447036,47.392294],[8.44646,47.392132],[8.445841,47.392007],[8.445204,47.391929],[8.437719,47.391434],[8.436607,47.391354],[8.435757,47.391227],[8.43493,47.391051]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2352,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.536215,47.404849],[8.536035,47.404638],[8.535779,47.404328],[8.535654,47.404149],[8.535554,47.403998],[8.535454,47.403817]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2353,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.535572,47.40369],[8.535848,47.404329],[8.536105,47.404769],[8.536199,47.404957],[8.536199,47.404957]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2354,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.536199,47.404957],[8.536323,47.405145],[8.536472,47.40542],[8.536583,47.405671],[8.536807,47.406153],[8.537164,47.406862],[8.537328,47.407163],[8.537499,47.407446],[8.53769,47.407732],[8.537843,47.407936],[8.538161,47.408325],[8.538386,47.40858],[8.538637,47.408821],[8.538945,47.409082],[8.539137,47.409253],[8.539464,47.409542],[8.539695,47.409713],[8.539964,47.409882],[8.540317,47.410066],[8.540691,47.410252]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2355,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.535572,47.40369],[8.535355,47.403224],[8.535124,47.402745],[8.534907,47.402184]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2356,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.518597,47.374978],[8.518567,47.375772]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2357,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.518626,47.37568],[8.518597,47.374978],[8.518597,47.374978]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2358,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.526016,47.381138],[8.525712,47.381089]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2359,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.525712,47.381089],[8.524975,47.381046],[8.524328,47.381013],[8.523827,47.380975],[8.523502,47.380937],[8.523258,47.380886],[8.522851,47.380786],[8.52258,47.380702],[8.522301,47.380592],[8.522081,47.380494]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2360,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.526016,47.381138],[8.526488,47.381155],[8.527013,47.38114],[8.527461,47.381089],[8.527786,47.381031],[8.528183,47.380931],[8.52873,47.380784]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2361,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.529701,47.380514],[8.530502,47.380253],[8.530868,47.380139],[8.531384,47.379996],[8.532485,47.379711]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2362,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.484852,47.392489],[8.485219,47.392485],[8.485537,47.392465],[8.485828,47.392434],[8.486432,47.392362],[8.486917,47.392279],[8.487165,47.392226],[8.487393,47.392167]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2363,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.484938,47.392445],[8.484366,47.392434],[8.483902,47.39239],[8.483411,47.392323],[8.482529,47.39221]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2364,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.513479,47.39523],[8.513982,47.395953]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2365,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.513531,47.395217],[8.512702,47.393834]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2366,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.512757,47.386508],[8.512959,47.386439],[8.513254,47.38635],[8.51401,47.386133],[8.514942,47.385897],[8.515973,47.385662],[8.517394,47.385304]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2367,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.512298,47.386659],[8.512757,47.386508]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2368,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.504373,47.388866],[8.503218,47.389155],[8.502282,47.389391],[8.499928,47.389987],[8.499403,47.390109],[8.498974,47.390198]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2369,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.342531,47.437673],[8.343694,47.43742],[8.344262,47.437269],[8.344558,47.437182],[8.344796,47.437109],[8.345012,47.437036],[8.345225,47.436958],[8.345679,47.436805],[8.346829,47.436348],[8.348012,47.435886],[8.349053,47.43551]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2370,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.387965,47.420828],[8.388311,47.420563],[8.388994,47.420051],[8.389692,47.419559],[8.390674,47.418831],[8.392031,47.417847],[8.396856,47.414357],[8.399197,47.412672],[8.401065,47.41132],[8.401894,47.410644],[8.402352,47.4102],[8.402571,47.409984],[8.402773,47.409768],[8.403064,47.409434],[8.403334,47.409104],[8.403638,47.40868],[8.403922,47.408253],[8.404381,47.407534],[8.404869,47.406718],[8.405319,47.405912]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2371,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.385454,47.422358],[8.385527,47.422325],[8.385751,47.422213],[8.385892,47.42214],[8.386018,47.422068],[8.386272,47.421917],[8.386767,47.421617],[8.387284,47.42129],[8.387786,47.420958],[8.387965,47.420828]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2372,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.489127,47.391899],[8.481944,47.393698],[8.477358,47.394919],[8.473576,47.395942],[8.465905,47.398006],[8.464545,47.398376],[8.462493,47.398981],[8.460739,47.399498],[8.460288,47.399615],[8.460031,47.399678],[8.459714,47.399749],[8.459392,47.399816],[8.45906,47.399872],[8.458802,47.399912],[8.458496,47.399951],[8.458228,47.399981],[8.457879,47.400007],[8.45755,47.400025],[8.457268,47.400036],[8.456855,47.400045],[8.456469,47.400036],[8.456174,47.400023],[8.455704,47.4],[8.452896,47.399794],[8.451903,47.399724],[8.451574,47.399705],[8.45108,47.399678],[8.450729,47.399667],[8.450171,47.399647],[8.449208,47.399615],[8.448266,47.399582],[8.447703,47.39956],[8.445775,47.399429],[8.444138,47.39931],[8.443546,47.399257],[8.442296,47.399135],[8.441451,47.399041],[8.44022,47.398927],[8.439211,47.398825],[8.437248,47.398658],[8.435137,47.398478],[8.433329,47.39834],[8.432275,47.398258],[8.431505,47.398182],[8.430829,47.398113],[8.429928,47.398012],[8.429523,47.397979],[8.429094,47.397948],[8.42878,47.397935],[8.428439,47.39793],[8.428051,47.397933],[8.427525,47.397948],[8.427109,47.397972],[8.426712,47.398008],[8.426393,47.398042],[8.426052,47.398086],[8.425671,47.398146],[8.425264,47.398209],[8.423638,47.398484],[8.422429,47.398681],[8.42176,47.398784]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2373,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.340101,47.439942],[8.34099,47.43925],[8.341553,47.43885],[8.342239,47.438396],[8.342558,47.438195],[8.343097,47.43788],[8.343574,47.437615],[8.343896,47.437453]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2374,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.343896,47.437453],[8.344076,47.437359],[8.344528,47.437149]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2375,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.344528,47.437149],[8.344851,47.437006],[8.345275,47.436829],[8.345504,47.436738],[8.346405,47.436408],[8.347474,47.436027],[8.347922,47.435867]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2376,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.349053,47.43551],[8.35014,47.435135]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2377,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.347922,47.435867],[8.348538,47.435676],[8.349053,47.43551]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2378,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.351854,47.434307],[8.350843,47.434668],[8.348298,47.435579],[8.34752,47.435853],[8.346788,47.436114]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2379,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.351854,47.434307],[8.351272,47.434536],[8.350794,47.434734],[8.35021,47.434985],[8.349687,47.435195],[8.349395,47.4353]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2380,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.343709,47.437502],[8.342925,47.43793],[8.342374,47.438262],[8.34189,47.438576],[8.341458,47.438866],[8.340908,47.439259],[8.340057,47.43992]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2381,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.344267,47.437227],[8.343709,47.437502]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2382,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.349395,47.4353],[8.348669,47.43556],[8.347819,47.435862],[8.347362,47.43603],[8.346287,47.436411],[8.345553,47.436681],[8.345189,47.436823],[8.344885,47.43695],[8.344453,47.43714],[8.344267,47.437227]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2383,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.347922,47.435867],[8.351622,47.434548],[8.352144,47.434362]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2384,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.398848,47.393318],[8.398817,47.394916],[8.398804,47.39503],[8.39878,47.395136],[8.398644,47.395669],[8.398613,47.395784],[8.398588,47.395894],[8.398572,47.396026],[8.398565,47.396153],[8.398564,47.396253],[8.398577,47.396367],[8.398601,47.396513],[8.39865,47.396788],[8.398683,47.396949],[8.398711,47.39705],[8.398743,47.397155],[8.398806,47.397306],[8.398838,47.397366]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2385,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.398838,47.397366],[8.398908,47.397502],[8.39919,47.398046],[8.399258,47.398188],[8.399346,47.398382],[8.399397,47.398513],[8.399452,47.398662],[8.399501,47.398803],[8.39956,47.398984],[8.399721,47.39945],[8.399776,47.399592],[8.399905,47.399884],[8.399997,47.400077],[8.400085,47.400243],[8.400153,47.400356],[8.400212,47.400478],[8.40029,47.400634],[8.400386,47.400842],[8.400452,47.400978],[8.400538,47.401161],[8.400614,47.401318],[8.400744,47.401593],[8.400932,47.401988]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2386,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.400932,47.401988],[8.401073,47.402278],[8.40116,47.402465],[8.401237,47.402624],[8.401304,47.402748],[8.401392,47.402847],[8.401486,47.402941],[8.401644,47.403099],[8.401811,47.403273],[8.401916,47.4034],[8.402017,47.40353],[8.402144,47.403716],[8.402269,47.403893],[8.402391,47.404069],[8.402587,47.404348],[8.402658,47.404445],[8.402727,47.404516],[8.402818,47.404595],[8.402905,47.404656],[8.403007,47.404726],[8.403742,47.405227],[8.403899,47.405328],[8.403976,47.405377],[8.404116,47.405449],[8.404242,47.405505],[8.404367,47.405549],[8.404469,47.405572],[8.404526,47.405576],[8.404583,47.405576],[8.404628,47.405573],[8.404674,47.405567],[8.404723,47.405556],[8.404774,47.405538],[8.404829,47.405511],[8.404878,47.405481],[8.404957,47.405419],[8.405047,47.405323],[8.405112,47.405228],[8.405204,47.405058],[8.40536,47.404769]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2387,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.405262,47.405899],[8.40662,47.403431],[8.406853,47.403057],[8.40699,47.402863],[8.407398,47.402371],[8.40766,47.402115],[8.407945,47.401871],[8.40817,47.401699],[8.408398,47.401537],[8.408631,47.401388],[8.408822,47.401272],[8.409055,47.401143],[8.409294,47.401016],[8.409739,47.400817],[8.409981,47.400717],[8.410273,47.400613],[8.410587,47.40051],[8.410927,47.40041],[8.411241,47.400332],[8.411652,47.400246],[8.412094,47.400167],[8.412601,47.400079],[8.413033,47.400014],[8.413403,47.399956],[8.413872,47.39988],[8.414189,47.399831],[8.415219,47.399671],[8.417005,47.399384],[8.417523,47.399301],[8.418392,47.399168],[8.420288,47.398862]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2388,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.405319,47.405912],[8.405946,47.404771],[8.406572,47.403647],[8.40685,47.403171],[8.407011,47.402928],[8.407171,47.402728],[8.40739,47.40247],[8.407608,47.402241],[8.407843,47.402022],[8.408101,47.401817],[8.408461,47.401563],[8.408806,47.401341],[8.409065,47.401196],[8.409193,47.401127],[8.409323,47.401062],[8.409487,47.400983],[8.409656,47.400908],[8.409795,47.400846],[8.409967,47.40078],[8.410254,47.400673],[8.410545,47.400576],[8.410929,47.400462],[8.411326,47.400363],[8.411572,47.400311],[8.411842,47.400259],[8.412266,47.400184],[8.412732,47.400112],[8.414216,47.39988],[8.417407,47.399373],[8.419301,47.399105],[8.420488,47.398927]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2389,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.405442,47.40594],[8.405182,47.406397],[8.404984,47.406724],[8.404643,47.407277],[8.404434,47.407611],[8.404056,47.408178],[8.403661,47.408753],[8.403457,47.409036],[8.403042,47.409543],[8.402698,47.409919],[8.402135,47.410472],[8.401816,47.410759],[8.401309,47.411166],[8.400872,47.411511],[8.400199,47.41199],[8.399614,47.412416],[8.398021,47.413571],[8.397669,47.413823],[8.396698,47.414525],[8.395161,47.415643],[8.394274,47.416275],[8.393327,47.416956],[8.392745,47.417378],[8.391803,47.418057],[8.39036,47.419101],[8.389472,47.419767],[8.388965,47.420157],[8.388517,47.420496],[8.388163,47.420751],[8.38786,47.420957],[8.387568,47.421146],[8.387131,47.421409],[8.38679,47.421596],[8.38623,47.421879],[8.385817,47.422077],[8.385039,47.422407],[8.384435,47.42264],[8.383223,47.423055],[8.381627,47.423609],[8.380852,47.423901],[8.379197,47.424543],[8.378583,47.424772],[8.377783,47.425053],[8.374291,47.426304],[8.372314,47.427013],[8.369619,47.427982],[8.367856,47.42861],[8.366239,47.429187],[8.365327,47.429515],[8.36397,47.43],[8.362851,47.430401],[8.362058,47.43068],[8.361092,47.431025],[8.359332,47.431673],[8.357994,47.432161],[8.357023,47.432498],[8.355819,47.432899],[8.355049,47.433162],[8.353839,47.433594],[8.35278,47.433975],[8.351854,47.434307]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2390,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.405138,47.405866],[8.404619,47.406808],[8.40409,47.407755],[8.403951,47.408003],[8.403784,47.408257],[8.403644,47.408486],[8.403482,47.408722],[8.403359,47.408897],[8.403209,47.409086],[8.403001,47.409344],[8.402908,47.409463],[8.402819,47.409565],[8.402613,47.409795],[8.402385,47.410029],[8.402052,47.41036],[8.401682,47.41069],[8.40132,47.410984],[8.40085,47.411345],[8.400365,47.411699],[8.39974,47.412148],[8.398997,47.412689],[8.398128,47.413317],[8.397524,47.413756],[8.396958,47.414164],[8.396264,47.414663],[8.395692,47.415079],[8.394909,47.415645],[8.393168,47.416894],[8.391723,47.417943],[8.390682,47.418691],[8.389687,47.419409],[8.389193,47.419774],[8.388295,47.420444],[8.387635,47.420917],[8.387192,47.421228],[8.386863,47.421438],[8.386661,47.421565],[8.386431,47.421696],[8.386173,47.421845],[8.385841,47.422021]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2391,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.420282,47.398835],[8.418137,47.39917],[8.416265,47.399468],[8.414167,47.399798],[8.412217,47.400107],[8.411638,47.400208],[8.411367,47.400265],[8.411104,47.400326],[8.410799,47.400406],[8.410487,47.400499],[8.410029,47.400653],[8.409726,47.400775],[8.409476,47.400882],[8.4092,47.401011],[8.408926,47.401151],[8.408693,47.401283],[8.408401,47.401461],[8.408167,47.401619],[8.407934,47.401788],[8.40774,47.401944],[8.407537,47.402115],[8.407385,47.402263],[8.407242,47.402411],[8.407149,47.402505],[8.407029,47.402643],[8.40691,47.402795],[8.406791,47.402951],[8.406716,47.403054],[8.406641,47.403171],[8.406375,47.403612],[8.406017,47.40426],[8.405138,47.405866]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2392,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.420288,47.398862],[8.420465,47.398835]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2393,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.446966,47.399284],[8.444981,47.399146],[8.440636,47.398829],[8.436762,47.398494],[8.433681,47.398249],[8.433096,47.398209],[8.432425,47.398155],[8.432001,47.398113],[8.431468,47.398061],[8.43066,47.397972],[8.430188,47.397917],[8.42974,47.397872],[8.429456,47.397846],[8.429067,47.397826],[8.428627,47.39781],[8.428252,47.397805],[8.427849,47.397812],[8.427351,47.397832],[8.426822,47.397874],[8.426232,47.397928],[8.425822,47.397979],[8.425398,47.398033],[8.424843,47.398113],[8.424041,47.398238],[8.421697,47.398612]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2394,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.446947,47.399376],[8.448296,47.399473],[8.448859,47.399511],[8.44938,47.399542],[8.449967,47.399562],[8.450879,47.399593],[8.451649,47.399631],[8.45222,47.399667],[8.452856,47.399714],[8.453872,47.399787],[8.454765,47.399854],[8.455828,47.399927],[8.45608,47.399943],[8.456469,47.39996],[8.456879,47.399967],[8.457364,47.399958],[8.457751,47.399938],[8.458126,47.399912],[8.458652,47.399854],[8.458995,47.399802],[8.459392,47.399736],[8.459827,47.399646],[8.460189,47.39956],[8.460546,47.399468],[8.461012,47.39934],[8.46194,47.399063],[8.464126,47.398415],[8.46447,47.398315],[8.464987,47.398171],[8.465695,47.397981],[8.470057,47.396806],[8.473396,47.395905],[8.475405,47.395359],[8.477241,47.394842]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2395,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.354297,47.433544],[8.353335,47.433888],[8.350623,47.434861],[8.349395,47.4353]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2396,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.354324,47.433584],[8.356165,47.432926],[8.358396,47.432125]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2397,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.420488,47.398927],[8.421738,47.398727]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2398,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.420465,47.398835],[8.421709,47.398636]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2399,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.420457,47.398807],[8.420282,47.398835]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2400,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.420495,47.398984],[8.419966,47.399061],[8.419181,47.399168],[8.417456,47.399404],[8.413706,47.399994],[8.41211,47.400248],[8.411705,47.400321],[8.411335,47.400399],[8.41096,47.400493],[8.410487,47.40063],[8.410152,47.400751],[8.409782,47.400893],[8.409549,47.400997],[8.409378,47.401076],[8.409205,47.401167],[8.408811,47.401385],[8.408559,47.401546],[8.408323,47.40171],[8.408044,47.401924],[8.407859,47.402082],[8.407709,47.402224],[8.407534,47.402401],[8.407427,47.402523],[8.407272,47.402715],[8.407132,47.402899],[8.407022,47.403062],[8.406864,47.403324],[8.406228,47.404507],[8.405442,47.40594]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2401,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.42176,47.398784],[8.420495,47.398984]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2402,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.421709,47.398636],[8.423121,47.39842],[8.424481,47.398206],[8.425347,47.398075],[8.425674,47.39803],[8.426205,47.397968],[8.426736,47.397915],[8.427283,47.397872],[8.427847,47.397844],[8.428249,47.397839],[8.428807,47.397852],[8.429268,47.397872],[8.429781,47.39791],[8.430304,47.397966],[8.43121,47.39807],[8.432331,47.39818],[8.432763,47.39822],[8.433195,47.398249],[8.433951,47.398304],[8.435834,47.398453],[8.438168,47.398656],[8.44,47.398821],[8.441177,47.398937],[8.442288,47.399037],[8.443661,47.399143],[8.444409,47.399193],[8.445394,47.399268],[8.446947,47.399376]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2403,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.421738,47.398727],[8.424501,47.398283],[8.425574,47.398114],[8.426114,47.398039],[8.42659,47.397983],[8.427051,47.397945],[8.427522,47.397909],[8.427988,47.397898],[8.428718,47.397898],[8.429219,47.397922],[8.429719,47.397958],[8.431224,47.398119],[8.431751,47.398172],[8.432279,47.398219],[8.436743,47.398571],[8.43984,47.398847],[8.441166,47.398975],[8.442472,47.399092],[8.444963,47.399276],[8.448862,47.399552],[8.449531,47.399589],[8.450897,47.399639],[8.452075,47.399696],[8.453606,47.399817],[8.455379,47.399941],[8.455862,47.399973],[8.456317,47.399995],[8.456575,47.400006],[8.456834,47.400006],[8.457201,47.400005],[8.457583,47.399993],[8.457958,47.399969],[8.458312,47.399933],[8.458551,47.39991],[8.458806,47.399875],[8.459292,47.399795],[8.459644,47.39973],[8.459991,47.399655],[8.460701,47.399471],[8.461793,47.399158],[8.464213,47.398431],[8.465037,47.3982],[8.478232,47.394645],[8.480098,47.394143]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2404,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.421697,47.398612],[8.420892,47.39874],[8.420457,47.398807]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2405,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.342987,47.437393],[8.339437,47.43797],[8.339437,47.43797]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2406,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.339437,47.43797],[8.334911,47.437958],[8.330198,47.437138],[8.311732,47.434066],[8.296857,47.431654],[8.286695,47.429992],[8.279386,47.42865]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2407,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.337491,47.44216],[8.340101,47.439942]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2408,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.340057,47.43992],[8.337491,47.44216],[8.337491,47.44216]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2409,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.487348,47.392074],[8.483918,47.393013],[8.482475,47.393387],[8.481853,47.393541],[8.480732,47.393845],[8.479761,47.394108],[8.476738,47.394941],[8.474737,47.395508],[8.47323,47.395913],[8.471253,47.396446],[8.467922,47.397345],[8.464703,47.398211],[8.464338,47.398311],[8.463802,47.398473],[8.462496,47.398863],[8.461232,47.399235],[8.460666,47.399397],[8.46028,47.3995],[8.459977,47.399573],[8.459703,47.399635],[8.459381,47.399702],[8.459108,47.399749],[8.458805,47.399796],[8.45848,47.39984],[8.458174,47.399872],[8.45781,47.399903],[8.457515,47.39992],[8.457214,47.399927],[8.456941,47.399931],[8.456683,47.399927],[8.456402,47.399921],[8.456109,47.399907],[8.455677,47.399882],[8.453542,47.399729],[8.451726,47.399593],[8.449661,47.399484],[8.446966,47.399284]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2410,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.35014,47.435135],[8.350929,47.434842],[8.351305,47.434697],[8.351852,47.43448],[8.352144,47.434362]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2411,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.349395,47.4353],[8.34866,47.435541],[8.347933,47.43575],[8.34734,47.435935],[8.346788,47.436114]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2412,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.346788,47.436114],[8.346074,47.436374],[8.344945,47.436775],[8.344355,47.436981],[8.343805,47.437159],[8.343416,47.437279],[8.342987,47.437393]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2413,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.352144,47.434362],[8.354324,47.433584]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2414,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.35014,47.435135],[8.354857,47.433508],[8.35645,47.432925],[8.358018,47.43233],[8.360519,47.431377]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2415,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.358396,47.432125],[8.359464,47.431754],[8.360519,47.431377]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2416,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.52873,47.380784],[8.528871,47.380755],[8.528986,47.380732],[8.529403,47.380666],[8.529568,47.380635],[8.529722,47.380602],[8.52985,47.380569]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2417,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.38407,47.422843],[8.383652,47.422995],[8.383107,47.423195],[8.382458,47.423427],[8.381544,47.423754],[8.380079,47.424271],[8.378186,47.424952],[8.374307,47.426338],[8.372084,47.427136],[8.367771,47.428677],[8.364002,47.430027],[8.361781,47.43082],[8.361036,47.431086],[8.358986,47.431852],[8.358428,47.432054],[8.357538,47.432369],[8.356224,47.432852],[8.354297,47.433544]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2418,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.385841,47.422021],[8.385551,47.422171],[8.385212,47.422343],[8.384858,47.422508],[8.384481,47.422683],[8.38407,47.422843]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2419,\n\"detailed\":\"no\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.385406,47.422331],[8.385902,47.422084],[8.386138,47.421952],[8.38649,47.42174],[8.386932,47.421475],[8.38745,47.421148]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2420,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.38745,47.421148],[8.387705,47.420968],[8.388075,47.420692],[8.388386,47.420455],[8.388896,47.420074],[8.3898,47.419393],[8.390269,47.419041],[8.390862,47.418611],[8.392769,47.417237],[8.393783,47.4165],[8.394552,47.415946],[8.395322,47.415398],[8.396205,47.414759],[8.398211,47.413307],[8.399155,47.412623],[8.400781,47.411443],[8.401164,47.411158],[8.401448,47.410935],[8.401682,47.410745],[8.401859,47.410596],[8.402044,47.410425],[8.402478,47.410013],[8.402806,47.409655],[8.403066,47.40935],[8.403364,47.40898],[8.403712,47.408479],[8.404742,47.406824],[8.405088,47.406221],[8.405262,47.405899]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2421,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.52873,47.380784],[8.529701,47.380514]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2422,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.52985,47.380569],[8.530648,47.380366]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2423,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.360519,47.431377],[8.361293,47.431086],[8.366137,47.429373],[8.370048,47.427962],[8.375326,47.426068],[8.379606,47.424541],[8.382446,47.423533],[8.383867,47.423019],[8.38431,47.422852],[8.384604,47.422732],[8.384866,47.422622],[8.385159,47.422492],[8.385334,47.422414],[8.385454,47.422358]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2424,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.358396,47.432125],[8.361151,47.431098],[8.361939,47.430824],[8.362897,47.430477],[8.364691,47.42984],[8.366298,47.429263],[8.367983,47.428655],[8.37097,47.427597],[8.372741,47.426957],[8.374382,47.426372],[8.377113,47.425391],[8.378856,47.42477],[8.381179,47.423943],[8.383057,47.423277],[8.383848,47.422988],[8.384414,47.422772],[8.38466,47.422665],[8.385009,47.422511],[8.385406,47.422331]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2425,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.477241,47.394842],[8.477619,47.394738],[8.478121,47.394617],[8.478707,47.394473],[8.479129,47.394362],[8.479254,47.394333],[8.479554,47.394268],[8.479887,47.394196],[8.480098,47.394143]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2426,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.477241,47.394842],[8.478704,47.394429],[8.480386,47.393972],[8.481504,47.393672],[8.482489,47.393425],[8.484592,47.392886],[8.48626,47.392459],[8.487393,47.392167]]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"edge_id\":2427,\n\"detailed\":\"yes\"\n},\n\"geometry\":{\n\"type\":\"LineString\",\n\"coordinates\":[[8.480098,47.394143],[8.481404,47.393794],[8.484577,47.392984],[8.489079,47.391816],[8.489083,47.391815]]\n}\n}]\n}"
  },
  {
    "path": "api/geojson/stations.geojson",
    "content": "{\n\"type\":\"FeatureCollection\",\n\"crs\":{\n\"type\":\"name\",\n\"properties\":{\n\"name\":\"urn:ogc:def:crs:OGC:1.3:CRS84\"\n}\n},\n\"features\":[{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508216\",\n\"name\":\"Werthenstein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.101904,47.057121]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500093\",\n\"name\":\"Hölstein Weidbächli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.763513,47.418614]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506104\",\n\"name\":\"Märstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.063439,47.582226]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506354\",\n\"name\":\"Schwendi bei Heiden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.530679,47.459491]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506174\",\n\"name\":\"Matzingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.933176,47.520417]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503130\",\n\"name\":\"Hinwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.840006,47.299706]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501474\",\n\"name\":\"Le Sépey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.052295,46.361433]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506376\",\n\"name\":\"Steigbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.405003,47.377143]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506292\",\n\"name\":\"Degersheim\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.197402,47.371127]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502103\",\n\"name\":\"Suhr\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.083234,47.37223]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503089\",\n\"name\":\"Wildpark-Höfli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.535768,47.296452]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509406\",\n\"name\":\"Sevelen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.493923,47.125541]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505302\",\n\"name\":\"Melide\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.951254,45.954317]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500022\",\n\"name\":\"Frenkendorf-Füllinsdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.71896,47.5018]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502104\",\n\"name\":\"Hunzenschwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.125666,47.388383]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502178\",\n\"name\":\"Obermuhen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.055582,47.329351]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508256\",\n\"name\":\"Stalden i.E.\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.622947,46.870797]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508203\",\n\"name\":\"Zäziwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.662942,46.899763]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505492\",\n\"name\":\"Verscio\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.729786,46.184605]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506190\",\n\"name\":\"Bussnang\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.084635,47.556163]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500109\",\n\"name\":\"Delémont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.350186,47.361803]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501675\",\n\"name\":\"Betten Talstation\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.076349,46.370965]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501679\",\n\"name\":\"Findelbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.748898,46.009943]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500102\",\n\"name\":\"Malleray-Bévilard\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.275958,47.238696]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501487\",\n\"name\":\"Bex-Place-du-Marché\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.012831,46.251057]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504385\",\n\"name\":\"La Sagne\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.802293,47.040064]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501100\",\n\"name\":\"Le Pont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.324396,46.667406]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501388\",\n\"name\":\"Les Combes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.171809,46.477391]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505400\",\n\"name\":\"Locarno\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.802753,46.172276]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504227\",\n\"name\":\"Ligerz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.135093,47.083518]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014471\",\n\"name\":\"Albbruck\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.131335,47.592258]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507005\",\n\"name\":\"Rubigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.545589,46.899077]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507063\",\n\"name\":\"Worb Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.562418,46.929923]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014460\",\n\"name\":\"Herten (Baden)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.740613,47.549611]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502229\",\n\"name\":\"Urdorf Weihermatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.43007,47.381243]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517336\",\n\"name\":\"Luzern Verkehrshaus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.337397,47.053873]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504216\",\n\"name\":\"Noiraigue\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.721761,46.95477]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508319\",\n\"name\":\"Horw\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.306601,47.018299]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509063\",\n\"name\":\"Fideris\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.733822,46.922358]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504106\",\n\"name\":\"Bern Bümpliz Süd\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.394507,46.936871]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502215\",\n\"name\":\"Muri AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.339838,47.276696]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504481\",\n\"name\":\"Marin-Epagnier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.010782,47.009199]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501045\",\n\"name\":\"Denges-Echandens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.540209,46.529092]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506208\",\n\"name\":\"Uzwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.131183,47.437276]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505005\",\n\"name\":\"Steinen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.607614,47.047446]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502216\",\n\"name\":\"Benzenschwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.365892,47.24641]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501118\",\n\"name\":\"Renens VD\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.579051,46.537345]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501395\",\n\"name\":\"Château-d'Oex-Les Granges\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.154808,46.474012]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508260\",\n\"name\":\"Grosshöchstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.634624,46.904096]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503528\",\n\"name\":\"Otelfingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.387478,47.454783]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502032\",\n\"name\":\"Boniswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.183616,47.31765]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505496\",\n\"name\":\"Verdasio\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.649228,46.165174]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501360\",\n\"name\":\"Montreux-Les Planches\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.917693,46.433129]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508297\",\n\"name\":\"Menznau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.0417,47.082999]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503054\",\n\"name\":\"Zürich Triemli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.495314,47.364906]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506396\",\n\"name\":\"Muolen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.336966,47.517748]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509267\",\n\"name\":\"Ftan Baraigla\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.258179,46.787757]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504416\",\n\"name\":\"Brügg BE\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.277878,47.123601]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502197\",\n\"name\":\"Hirschthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.052722,47.319967]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508154\",\n\"name\":\"Aarwangen Schloss\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.763622,47.245021]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503319\",\n\"name\":\"Niederweningen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.369608,47.511252]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501069\",\n\"name\":\"L'Asse\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.211499,46.401984]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506041\",\n\"name\":\"Embrach-Rorbas\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.587959,47.520669]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503125\",\n\"name\":\"Uster\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.716002,47.35207]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506381\",\n\"name\":\"Sammelplatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.432452,47.348251]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509062\",\n\"name\":\"Jenaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.718466,46.929756]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506379\",\n\"name\":\"Altstätten Stadt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.536933,47.376558]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507069\",\n\"name\":\"Ittigen bei Bern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.483931,46.973364]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500024\",\n\"name\":\"Lausen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.763811,47.469781]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503072\",\n\"name\":\"Neuhaus bei Hinteregg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.674127,47.312909]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501047\",\n\"name\":\"Morges-St-Jean\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.50851,46.518391]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502113\",\n\"name\":\"Aarau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.05173,47.391335]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507281\",\n\"name\":\"Grubenwald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.383298,46.57991]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505072\",\n\"name\":\"Freibergen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.479737,47.030245]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502024\",\n\"name\":\"Hochdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.288103,47.167636]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500085\",\n\"name\":\"Niederdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.755298,47.409975]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501056\",\n\"name\":\"Sus-Châtel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.20597,46.438667]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505065\",\n\"name\":\"Fruttli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.504976,47.038442]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506365\",\n\"name\":\"Schützengarten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.43717,47.413002]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8587727\",\n\"name\":\"Les Ripes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.609758,46.594699]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504104\",\n\"name\":\"Thörishaus Station\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.356735,46.904359]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506216\",\n\"name\":\"Kradolf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.201922,47.524517]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506043\",\n\"name\":\"Winterthur Wülflingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.680407,47.5066]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508394\",\n\"name\":\"Wolfenschiessen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.394618,46.907895]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501490\",\n\"name\":\"Fontannaz-Seulaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.055894,46.267745]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501202\",\n\"name\":\"Burier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.876945,46.447993]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501126\",\n\"name\":\"Rivaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.785032,46.474182]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505472\",\n\"name\":\"Solduno\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.777909,46.169389]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508302\",\n\"name\":\"Niederried\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.928182,46.716085]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503284\",\n\"name\":\"Biberbrugg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.72265,47.158164]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501375\",\n\"name\":\"Chernex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.910244,46.445859]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506278\",\n\"name\":\"Seebleiche\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.516431,47.477491]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507380\",\n\"name\":\"Grindelwald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.032112,46.624672]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501062\",\n\"name\":\"St-Cergue\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.160028,46.448729]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501064\",\n\"name\":\"Bassins\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.223535,46.46142]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507275\",\n\"name\":\"Stöckli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.388433,46.516691]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504315\",\n\"name\":\"Le Crêt-du-Locle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.785727,47.077814]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505003\",\n\"name\":\"Immensee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.462286,47.092049]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508219\",\n\"name\":\"Littau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.255963,47.052152]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500200\",\n\"name\":\"Pieterlen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.339926,47.171407]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504056\",\n\"name\":\"Le Crêt\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.94091,46.600798]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509363\",\n\"name\":\"Li Curt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.063065,46.311379]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502207\",\n\"name\":\"Sihlbrugg\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.577035,47.238149]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502026\",\n\"name\":\"Gelfingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.265,47.213302]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505174\",\n\"name\":\"Dieni\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.742972,46.669977]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506132\",\n\"name\":\"Tägerwilen-Gottlieben\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.13193,47.659921]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501042\",\n\"name\":\"Etoy\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.427895,46.475113]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506025\",\n\"name\":\"Etzwilen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.820421,47.661779]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509060\",\n\"name\":\"Schiers\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.688597,46.967782]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503055\",\n\"name\":\"Uitikon Waldegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.466022,47.365962]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507082\",\n\"name\":\"Bern Ausserholligen GBS\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.407386,46.944044]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501001\",\n\"name\":\"La Plaine\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[5.998434,46.178946]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509056\",\n\"name\":\"Landquart Ried\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.561124,46.957068]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504462\",\n\"name\":\"Lattrigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.214063,47.096698]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504401\",\n\"name\":\"Fräschels\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.207105,47.000347]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508301\",\n\"name\":\"Ringgenberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.899985,46.703995]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508395\",\n\"name\":\"Innertkirchen Post MIB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.22833,46.706523]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509373\",\n\"name\":\"Bernina Lagalb\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.991392,46.436019]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504205\",\n\"name\":\"Gorgier-St-Aubin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.781271,46.899355]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506301\",\n\"name\":\"St. Gallen Bruggen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.327858,47.406501]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504015\",\n\"name\":\"Vevey-Funi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.833967,46.46929]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508317\",\n\"name\":\"Alpnachstad\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.277709,46.954681]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506148\",\n\"name\":\"St. Katharinental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.731845,47.687597]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503204\",\n\"name\":\"Horgen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.596326,47.261651]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505112\",\n\"name\":\"Flüelen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.624342,46.901573]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506134\",\n\"name\":\"Mannenbach-Salenstein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.053125,47.673655]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506350\",\n\"name\":\"Walzenhausen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.599732,47.453939]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503107\",\n\"name\":\"Stäfa\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.722356,47.240489]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509402\",\n\"name\":\"Salez-Sennwald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.50267,47.24196]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530430\",\n\"name\":\"Route de Morgins\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.919663,46.231784]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505471\",\n\"name\":\"Locarno S. Antonio\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.785051,46.168656]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503411\",\n\"name\":\"Koblenz Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.240098,47.60942]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500274\",\n\"name\":\"Feldbrunnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.556301,47.220853]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501662\",\n\"name\":\"Obergesteln\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.326362,46.513501]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501063\",\n\"name\":\"Arzier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.21227,46.459302]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507291\",\n\"name\":\"Weissenbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.374294,46.60359]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501661\",\n\"name\":\"Oberwald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.341092,46.52867]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506002\",\n\"name\":\"Winterthur Seen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.766925,47.487569]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501498\",\n\"name\":\"Bouquetins\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.072245,46.31652]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501485\",\n\"name\":\"Fontanney\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.982414,46.318433]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502008\",\n\"name\":\"Nottwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.138276,47.139212]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8515992\",\n\"name\":\"Baar Neufeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.517691,47.188435]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503280\",\n\"name\":\"Steinerberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.585089,47.052081]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503207\",\n\"name\":\"Richterswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.707893,47.208273]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506355\",\n\"name\":\"Heiden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.536627,47.446158]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506285\",\n\"name\":\"Gonten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.347732,47.328756]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506178\",\n\"name\":\"Münchwilen TG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.999008,47.476756]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506367\",\n\"name\":\"Bendlehn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.451262,47.406406]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502269\",\n\"name\":\"Erdmannlistein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.310171,47.347481]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501302\",\n\"name\":\"Veytaux-Chillon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.927675,46.417674]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501371\",\n\"name\":\"Caux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.938881,46.431083]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506361\",\n\"name\":\"Notkersegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.403749,47.425362]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504125\",\n\"name\":\"Domdidier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.011445,46.868541]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501667\",\n\"name\":\"Gluringen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.233935,46.462899]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503087\",\n\"name\":\"Zürich Saalsporthalle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.521962,47.357625]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503206\",\n\"name\":\"Wädenswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.675553,47.22892]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501098\",\n\"name\":\"Montricher\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.393086,46.59651]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501562\",\n\"name\":\"Salvan\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.021242,46.121766]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503415\",\n\"name\":\"Rümikon AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.37466,47.565241]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504012\",\n\"name\":\"Puidoux-Chexbres\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.766023,46.493952]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501462\",\n\"name\":\"Collombey-Muraz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.945928,46.270152]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506319\",\n\"name\":\"Altstätten SG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.556569,47.37404]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507096\",\n\"name\":\"Papiermühle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.477111,46.973942]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501067\",\n\"name\":\"Givrins\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.205462,46.428954]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506305\",\n\"name\":\"Goldach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.467047,47.473914]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505002\",\n\"name\":\"Küssnacht am Rigi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.433326,47.083776]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501090\",\n\"name\":\"Prélionne\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.48038,46.509224]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507078\",\n\"name\":\"Wabern bei Bern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.446104,46.928604]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506286\",\n\"name\":\"Appenzell\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.409333,47.328413]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502106\",\n\"name\":\"Mägenwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.235274,47.414682]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503525\",\n\"name\":\"Otelfingen Golfpark\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.401819,47.455807]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506322\",\n\"name\":\"Rorschach Stadt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.488753,47.475537]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508261\",\n\"name\":\"Biglen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.626912,46.924484]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504489\",\n\"name\":\"Bern Bümpliz Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.389272,46.945935]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509365\",\n\"name\":\"Miralago\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.099992,46.273172]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500293\",\n\"name\":\"Thalbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.688087,47.308386]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503315\",\n\"name\":\"Dielsdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.459537,47.482197]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506394\",\n\"name\":\"Roggwil-Berg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.39209,47.485172]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504183\",\n\"name\":\"Pensier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.137712,46.843164]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501420\",\n\"name\":\"Massongex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.985225,46.24154]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500023\",\n\"name\":\"Liestal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.731777,47.484212]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500191\",\n\"name\":\"Saignelégier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.992528,47.253828]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506204\",\n\"name\":\"Lütisburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.070637,47.383927]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501393\",\n\"name\":\"La Chaudanne-Les Moulins\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.097321,46.465973]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503008\",\n\"name\":\"Zürich Affoltern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.5102,47.420493]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509181\",\n\"name\":\"Domat/Ems\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.453104,46.833286]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503051\",\n\"name\":\"Zürich Binz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.518044,47.36287]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501026\",\n\"name\":\"Genève-Aéroport\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.111263,46.231847]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501452\",\n\"name\":\"St-Triphon-Gare\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.97235,46.277839]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500179\",\n\"name\":\"La Cibourg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.883838,47.122308]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500199\",\n\"name\":\"Combe-Tabeillon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.190099,47.329359]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501575\",\n\"name\":\"Bovernier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.082378,46.078689]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501674\",\n\"name\":\"Grengiols\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.092012,46.375544]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504413\",\n\"name\":\"Suberg-Grossaffoltern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.339718,47.056561]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501054\",\n\"name\":\"La Gottaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.484246,46.506495]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508158\",\n\"name\":\"Scharnageln\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.700706,47.263242]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501561\",\n\"name\":\"Vernayaz MC\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.045075,46.130137]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501171\",\n\"name\":\"Etagnières\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.61323,46.599798]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503302\",\n\"name\":\"Fehraltorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.75,47.385143]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507094\",\n\"name\":\"Uetendorf Allmend\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.594858,46.773113]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506015\",\n\"name\":\"Räterschen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.794525,47.498934]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501473\",\n\"name\":\"Les Planches (Aigle)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.05491,46.355477]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508391\",\n\"name\":\"Stans\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.366859,46.958285]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503016\",\n\"name\":\"Zürich Flughafen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.561838,47.450181]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505395\",\n\"name\":\"Agno\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.901121,45.995997]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504461\",\n\"name\":\"Nidau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.242347,47.124131]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503293\",\n\"name\":\"Grüenfeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.686946,47.198211]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503136\",\n\"name\":\"Fischenthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.923306,47.333019]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509404\",\n\"name\":\"Buchs SG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.47731,47.171879]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501690\",\n\"name\":\"Zermatt GGB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.749157,46.023822]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505071\",\n\"name\":\"Grubisbalm\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.483313,47.026074]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506100\",\n\"name\":\"Frauenfeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.896732,47.558419]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502025\",\n\"name\":\"Baldegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.280158,47.185757]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508164\",\n\"name\":\"St. Urban Ziegelei\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.836257,47.227416]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508006\",\n\"name\":\"Wynigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.662611,47.104645]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503106\",\n\"name\":\"Männedorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.692676,47.253428]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509170\",\n\"name\":\"Castrisch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.233422,46.778534]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501464\",\n\"name\":\"Troistorrents\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.915678,46.228312]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506024\",\n\"name\":\"Stammheim\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.788401,47.635171]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504128\",\n\"name\":\"Murten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.11463,46.924859]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503111\",\n\"name\":\"Winkel am Zürichsee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.598937,47.297283]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509257\",\n\"name\":\"Madulain\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.938359,46.587134]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500263\",\n\"name\":\"Im Holz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.474915,47.230954]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503098\",\n\"name\":\"Sihlwald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.557737,47.268365]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501160\",\n\"name\":\"Lausanne-Chauderon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.62606,46.52346]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500292\",\n\"name\":\"Klus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.704416,47.297188]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504028\",\n\"name\":\"Rosé\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.061734,46.782407]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506309\",\n\"name\":\"Egnach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.385501,47.542987]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501459\",\n\"name\":\"St-Triphon-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.976064,46.301837]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530783\",\n\"name\":\"Chez-le-Maître-Ecoles\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.224011,46.600928]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508054\",\n\"name\":\"Worblaufen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.459175,46.980891]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504403\",\n\"name\":\"Bargen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.261971,47.040321]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517377\",\n\"name\":\"Bibenlos-Sonnenhof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.350299,47.353719]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505596\",\n\"name\":\"Ribellasca\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.576524,46.139111]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503317\",\n\"name\":\"Schöfflisdorf-Oberweningen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.411726,47.497891]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506133\",\n\"name\":\"Ermatingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.086199,47.669952]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516187\",\n\"name\":\"Zug Schutzengel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.506831,47.173873]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504065\",\n\"name\":\"Vaulruz-Sud\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.990222,46.619174]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507379\",\n\"name\":\"Mürren BLM\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.897361,46.564312]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506176\",\n\"name\":\"Wängi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.95333,47.496497]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501454\",\n\"name\":\"Fayot\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.89952,46.212169]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503138\",\n\"name\":\"Wald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.913395,47.272261]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506293\",\n\"name\":\"Mogelsberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.141419,47.363914]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509156\",\n\"name\":\"Litzirüti\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.703328,46.798139]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504136\",\n\"name\":\"Cousset\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.977509,46.818673]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504311\",\n\"name\":\"Sonvilier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.971125,47.141155]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508071\",\n\"name\":\"Schönbühl Shoppyland\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.493438,47.018704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501400\",\n\"name\":\"Aigle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.962877,46.318092]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500101\",\n\"name\":\"Reconvilier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.22811,47.235191]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503139\",\n\"name\":\"Tann-Dürnten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.852071,47.268433]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500122\",\n\"name\":\"Bassecourt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.246985,47.336745]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504181\",\n\"name\":\"Givisiez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.125124,46.816674]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506046\",\n\"name\":\"Henggart\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.685511,47.563456]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530064\",\n\"name\":\"Bex Pont-Neuf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.020183,46.250521]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506270\",\n\"name\":\"St. Gallen Marktplatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.376636,47.426413]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500204\",\n\"name\":\"Selzach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.456669,47.200682]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509169\",\n\"name\":\"Valendas-Sagogn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.275424,46.791912]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500180\",\n\"name\":\"La Large-Journée\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.892754,47.158996]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530760\",\n\"name\":\"Aareschlucht West\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.198604,46.721244]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502275\",\n\"name\":\"Widen Heinrüti\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.353452,47.361574]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505068\",\n\"name\":\"Rigi Staffel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.474245,47.053809]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509361\",\n\"name\":\"Poschiavo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.054303,46.324444]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503062\",\n\"name\":\"Egg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.690356,47.300456]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500196\",\n\"name\":\"Bollement\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.124022,47.297321]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506131\",\n\"name\":\"Kreuzlingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.169216,47.652705]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507374\",\n\"name\":\"Kleine Scheidegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.960637,46.58535]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509188\",\n\"name\":\"Cazis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.433033,46.719765]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508205\",\n\"name\":\"Signau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.725305,46.91945]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501448\",\n\"name\":\"Champéry\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.871376,46.174833]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503426\",\n\"name\":\"Langwiesen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.662295,47.683404]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509154\",\n\"name\":\"Peist\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.671949,46.829876]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501168\",\n\"name\":\"Vernand-Camarès\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.605111,46.575323]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509179\",\n\"name\":\"Disentis/Mustér\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.856668,46.705417]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505495\",\n\"name\":\"Corcapolo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.675038,46.168772]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500144\",\n\"name\":\"Buix\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.029914,47.479466]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500118\",\n\"name\":\"Dornach-Arlesheim\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.611135,47.489256]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505393\",\n\"name\":\"Cappella-Agnuzzo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.9244,45.993308]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501366\",\n\"name\":\"Paccot\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.962397,46.437698]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509350\",\n\"name\":\"Celerina Staz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.865035,46.509487]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506197\",\n\"name\":\"Kreuzlingen Bernrain\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.162688,47.642341]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502200\",\n\"name\":\"Ebikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.342895,47.084883]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509358\",\n\"name\":\"Cavaglia\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.043899,46.364593]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506118\",\n\"name\":\"Triboltingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.108685,47.662974]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503118\",\n\"name\":\"Benken SG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.00864,47.204322]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503141\",\n\"name\":\"Küsnacht Goldbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.576014,47.326683]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501108\",\n\"name\":\"La Sarraz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.518159,46.658145]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505209\",\n\"name\":\"Biasca\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.974039,46.352543]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501061\",\n\"name\":\"La Givrine\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.110801,46.454596]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506007\",\n\"name\":\"Turbenthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.843745,47.437196]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509185\",\n\"name\":\"Rhäzüns\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.399377,46.79956]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505399\",\n\"name\":\"Sorengo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.935196,46.000552]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500280\",\n\"name\":\"Solothurn Baseltor\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.541362,47.210065]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502201\",\n\"name\":\"Gisikon-Root\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.39282,47.119544]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505300\",\n\"name\":\"Lugano\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.946594,46.004727]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503292\",\n\"name\":\"Altmatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.695542,47.131566]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506281\",\n\"name\":\"Waldstatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.28623,47.35754]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509177\",\n\"name\":\"Rabius-Surrein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.957429,46.732497]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506137\",\n\"name\":\"Mammern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.914063,47.644139]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500167\",\n\"name\":\"Les Breuleux-Eglise\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.002399,47.213282]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501284\",\n\"name\":\"Les Chevalleyres\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.901525,46.473337]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503305\",\n\"name\":\"Effretikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.686418,47.42558]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501092\",\n\"name\":\"Bussy-Chardonney\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.446518,46.526827]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506313\",\n\"name\":\"Rheineck\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.589228,47.469421]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504284\",\n\"name\":\"La Presta Mines d'asphalte\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.651603,46.930857]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501576\",\n\"name\":\"Sembrancher\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.145762,46.077415]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501482\",\n\"name\":\"Leysin-Feydey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.00753,46.343783]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506397\",\n\"name\":\"Steinebrunn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.350592,47.531406]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505207\",\n\"name\":\"Bodio TI\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.908335,46.378661]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508250\",\n\"name\":\"Schwäbis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.619085,46.762823]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506384\",\n\"name\":\"Schachen (Gais)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.477262,47.361351]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506302\",\n\"name\":\"St. Gallen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.369052,47.423103]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014463\",\n\"name\":\"Beuggen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.810807,47.58183]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501384\",\n\"name\":\"Sonzier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.921566,46.438994]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500169\",\n\"name\":\"Muriaux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.985477,47.244168]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509269\",\n\"name\":\"Sagliains\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.094531,46.762465]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501470\",\n\"name\":\"Verchiez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.983719,46.308309]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503316\",\n\"name\":\"Steinmaur\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.446549,47.490019]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509004\",\n\"name\":\"Bad Ragaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.505668,47.010443]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014462\",\n\"name\":\"Rheinfelden (Baden)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.782504,47.556734]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508262\",\n\"name\":\"Walkringen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.618585,46.947345]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501059\",\n\"name\":\"Les Plantaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.2293,46.391002]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502002\",\n\"name\":\"Brittnau-Wikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.957194,47.262753]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506171\",\n\"name\":\"Frauenfeld Marktplatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.898873,47.554155]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506045\",\n\"name\":\"Hettlingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.694757,47.54534]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509367\",\n\"name\":\"Campascio\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.131818,46.244605]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500128\",\n\"name\":\"Boncourt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.016116,47.492872]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501423\",\n\"name\":\"Vionnaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.916663,46.314622]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500025\",\n\"name\":\"Itingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.787432,47.467338]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507276\",\n\"name\":\"St. Stephan\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.400195,46.505604]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504061\",\n\"name\":\"Remaufens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.882468,46.525978]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501265\",\n\"name\":\"La Chiésaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.888555,46.46839]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500265\",\n\"name\":\"Gänsbrunnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.464922,47.265586]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501176\",\n\"name\":\"Fey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.684704,46.674196]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530366\",\n\"name\":\"Pont du Rhône\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.960329,46.275738]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506036\",\n\"name\":\"Reutlingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.752367,47.52949]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507086\",\n\"name\":\"Niederscherli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.388356,46.886666]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509197\",\n\"name\":\"Bergün/Bravuogn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.746402,46.631778]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503220\",\n\"name\":\"Lachen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.852558,47.189999]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500100\",\n\"name\":\"Tavannes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.200357,47.21918]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509075\",\n\"name\":\"Davos Frauenkirch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.79926,46.766615]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505304\",\n\"name\":\"Capolago-Riva S. Vitale\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.979096,45.903204]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500021\",\n\"name\":\"Pratteln\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.691453,47.522801]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502102\",\n\"name\":\"Oberentfelden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.048203,47.356257]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502182\",\n\"name\":\"Unterentfelden Oberdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.041679,47.364647]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506194\",\n\"name\":\"Berg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.174353,47.582336]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508003\",\n\"name\":\"Hindelbank\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.545268,47.049449]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505175\",\n\"name\":\"Rueras\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.755027,46.678215]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506275\",\n\"name\":\"Steinegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.430818,47.32045]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509263\",\n\"name\":\"Susch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.079267,46.752199]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503304\",\n\"name\":\"Kemptthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.705797,47.452894]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516154\",\n\"name\":\"Bern Brünnen Westside\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.380105,46.944843]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509073\",\n\"name\":\"Davos Platz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.820225,46.79082]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503137\",\n\"name\":\"Gibswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.915517,47.313598]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502177\",\n\"name\":\"Schöftland Nordweg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.051069,47.310792]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500303\",\n\"name\":\"Mumpf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.912998,47.545913]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516354\",\n\"name\":\"Wolhusen Weid\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.070856,47.065176]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504055\",\n\"name\":\"Prayoud\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.900962,46.549591]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500143\",\n\"name\":\"Grandgourt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.048255,47.469645]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500125\",\n\"name\":\"Courgenay\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.124399,47.405803]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509194\",\n\"name\":\"Alvaneu\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.64446,46.668779]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501287\",\n\"name\":\"Lally\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.913898,46.479674]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501000\",\n\"name\":\"Zimeysa\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.065521,46.221205]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507100\",\n\"name\":\"Thun\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.629246,46.754908]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507072\",\n\"name\":\"Burgistein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.52121,46.789435]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501602\",\n\"name\":\"Turtmann\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.69664,46.309214]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503209\",\n\"name\":\"Pfäffikon SZ\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.78123,47.203169]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501003\",\n\"name\":\"Satigny\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.037614,46.21415]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501080\",\n\"name\":\"Le Marais\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.460945,46.527636]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508070\",\n\"name\":\"Oberzollikofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.461929,46.997001]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508251\",\n\"name\":\"Steffisburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.615373,46.772751]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503236\",\n\"name\":\"Luchsingen-Hätzingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.038516,46.964874]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509000\",\n\"name\":\"Chur\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.528829,46.853649]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504208\",\n\"name\":\"Boudry\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.835345,46.959743]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503240\",\n\"name\":\"Linthal Braunwaldbahn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.002294,46.928217]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504386\",\n\"name\":\"Les Coeudres\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.780097,47.022766]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508064\",\n\"name\":\"Bätterkinden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.533934,47.129919]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500287\",\n\"name\":\"Wiedlisbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.646202,47.252856]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500217\",\n\"name\":\"Olten Hammer\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.897494,47.348562]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530261\",\n\"name\":\"Bois-de-Chexbres\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.903524,46.471322]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508218\",\n\"name\":\"Malters\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.180703,47.038621]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506103\",\n\"name\":\"Müllheim-Wigoltingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.013587,47.588203]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500273\",\n\"name\":\"St. Katharinen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.550113,47.216218]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508311\",\n\"name\":\"Kaiserstuhl OW\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.175365,46.814674]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500214\",\n\"name\":\"Egerkingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.799055,47.314885]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508306\",\n\"name\":\"Brienzwiler\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.089908,46.745521]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504232\",\n\"name\":\"Corcelles-Peseux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.884305,46.983262]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504308\",\n\"name\":\"Cormoret\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.054041,47.172981]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503101\",\n\"name\":\"Küsnacht ZH\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.580625,47.319594]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505066\",\n\"name\":\"Rigi Klösterli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.486899,47.042603]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506012\",\n\"name\":\"Guntershausen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.917093,47.474036]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501007\",\n\"name\":\"Vernier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.093687,46.22068]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505303\",\n\"name\":\"Maroggia-Melano\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.974029,45.932514]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509175\",\n\"name\":\"Tavanasa-Breil/Brigels\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.063071,46.754749]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503294\",\n\"name\":\"Riedmatt SZ\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.712053,47.196704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503120\",\n\"name\":\"Jona\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.834349,47.230047]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504052\",\n\"name\":\"Au Moulin\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.891678,46.526455]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505079\",\n\"name\":\"Mittlerschwanden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.482666,47.019171]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501096\",\n\"name\":\"Bière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.336495,46.537093]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504486\",\n\"name\":\"Gümmenen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.234992,46.94168]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507092\",\n\"name\":\"Belp Steinbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.49334,46.894697]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507289\",\n\"name\":\"\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.660812,46.691721]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509184\",\n\"name\":\"Bonaduz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.397852,46.810231]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501173\",\n\"name\":\"Echallens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.633421,46.639111]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508050\",\n\"name\":\"Bern RBS\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.439775,46.950345]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509251\",\n\"name\":\"Samedan\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.872464,46.532953]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508155\",\n\"name\":\"Bannwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.74024,47.244608]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509254\",\n\"name\":\"Punt Muragl\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.881122,46.509817]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502006\",\n\"name\":\"Wauwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.024399,47.184571]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506193\",\n\"name\":\"Kehlhof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.170078,47.572325]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501288\",\n\"name\":\"Les Pléiades\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.909762,46.483181]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506000\",\n\"name\":\"Winterthur\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.724043,47.501114]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014468\",\n\"name\":\"Laufenburg (Baden)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.056914,47.562036]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509006\",\n\"name\":\"Chur Wiesental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.531148,46.862335]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501503\",\n\"name\":\"Riddes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.217901,46.172745]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504064\",\n\"name\":\"La Verrerie\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.924769,46.5868]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505390\",\n\"name\":\"Serocca\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.904762,46.008546]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502023\",\n\"name\":\"Ballwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.317102,47.153601]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506373\",\n\"name\":\"Niederteufen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.367539,47.392341]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509051\",\n\"name\":\"Haldenstein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.533024,46.87785]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506039\",\n\"name\":\"Schloss Laufen am Rheinfall\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.614287,47.676569]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506371\",\n\"name\":\"Riethüsli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.368855,47.408532]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500114\",\n\"name\":\"Zwingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.529568,47.433424]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500264\",\n\"name\":\"Oberdorf SO\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.493789,47.235804]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506400\",\n\"name\":\"Sandbüchel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.521813,47.475297]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504051\",\n\"name\":\"Tatroz\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.876027,46.523769]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500088\",\n\"name\":\"Oberdorf BL Winkelweg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.748917,47.397212]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501112\",\n\"name\":\"Chavornay\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.568159,46.710149]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506318\",\n\"name\":\"Rebstein-Marbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.584405,47.391665]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509412\",\n\"name\":\"Mels\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.417294,47.054013]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500177\",\n\"name\":\"Les Bois\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.906105,47.176959]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506198\",\n\"name\":\"Tägerwilen Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.147349,47.652921]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503119\",\n\"name\":\"Schänis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.044044,47.157249]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505401\",\n\"name\":\"Tenero\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.850275,46.177549]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506108\",\n\"name\":\"Oberaach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.267499,47.553628]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530813\",\n\"name\":\"Zürich Kreuzplatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.554099,47.364855]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500188\",\n\"name\":\"Bonfol\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.155461,47.473952]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509265\",\n\"name\":\"Guarda\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.151584,46.771555]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508316\",\n\"name\":\"Alpnach Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.275359,46.940476]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500127\",\n\"name\":\"Courtemaîche\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.055195,47.456348]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509153\",\n\"name\":\"St. Peter-Molinis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.653841,46.829229]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502166\",\n\"name\":\"Leimbach AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.167998,47.272397]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504495\",\n\"name\":\"Bern Stöckacker\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.40108,46.946363]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501692\",\n\"name\":\"Riffelberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.755125,45.992816]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501685\",\n\"name\":\"St. Niklaus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.803549,46.17896]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506181\",\n\"name\":\"Bronschhofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.0342,47.47597]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500192\",\n\"name\":\"Le Bémont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.014525,47.263662]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507007\",\n\"name\":\"Wichtrach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.568693,46.841628]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505172\",\n\"name\":\"Oberalppass\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.669465,46.661196]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505216\",\n\"name\":\"Rivera-Bironico\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.925342,46.123844]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501162\",\n\"name\":\"Union-Prilly\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.609781,46.534578]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500092\",\n\"name\":\"Hölstein Süd\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.767938,47.42282]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508185\",\n\"name\":\"Kleindietwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.790831,47.146646]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502221\",\n\"name\":\"Birmensdorf ZH\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.437399,47.357523]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500294\",\n\"name\":\"Balsthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.694588,47.312986]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508055\",\n\"name\":\"Unterzollikofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.457076,46.991694]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501460\",\n\"name\":\"Croix-du-Nant\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.928398,46.240316]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8101242\",\n\"name\":\"Nendeln\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.541484,47.200246]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504477\",\n\"name\":\"Finsterhennen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.178955,47.029979]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500182\",\n\"name\":\"Le Seignat\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.885908,47.133706]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500130\",\n\"name\":\"Delle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.012797,47.502942]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500261\",\n\"name\":\"Langendorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.513627,47.217903]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509416\",\n\"name\":\"Unterterzen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.255238,47.114042]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503303\",\n\"name\":\"Illnau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.722707,47.408442]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505397\",\n\"name\":\"Caslano\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.875271,45.977095]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508208\",\n\"name\":\"Trubschachen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.846168,46.921486]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502231\",\n\"name\":\"Zug Oberwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.510106,47.14772]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506210\",\n\"name\":\"Gossau SG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.251062,47.411564]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501573\",\n\"name\":\"Martigny-Croix\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.058462,46.086419]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502199\",\n\"name\":\"Schöftland\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.049821,47.305681]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507008\",\n\"name\":\"Kiesen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.575322,46.819284]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505067\",\n\"name\":\"Rigi Wölfertschen-First\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.476306,47.047404]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503502\",\n\"name\":\"Siggenthal-Würenlingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.24088,47.521245]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502230\",\n\"name\":\"Zug Chollermüli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.483792,47.181029]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504029\",\n\"name\":\"Matran\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.0962,46.788741]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501499\",\n\"name\":\"Col-de-Bretaye\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.073481,46.321904]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501117\",\n\"name\":\"Bussigny\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.552636,46.547083]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506138\",\n\"name\":\"Eschenz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.877014,47.645369]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501283\",\n\"name\":\"Tusinge\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.898263,46.475345]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508386\",\n\"name\":\"Dörfli\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.39008,46.897012]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504306\",\n\"name\":\"Cortébert\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.107282,47.189428]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506172\",\n\"name\":\"Murkart\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.915637,47.537733]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501500\",\n\"name\":\"Martigny\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.080749,46.10613]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501164\",\n\"name\":\"Cery-Fleur-de-Lys\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.601442,46.548623]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516283\",\n\"name\":\"Genève-Sécheron\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.144425,46.223172]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501484\",\n\"name\":\"Aigle-Dépôt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.973558,46.318505]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504469\",\n\"name\":\"Nidau Beunden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.241002,47.120701]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505164\",\n\"name\":\"Hospental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.570925,46.621211]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506359\",\n\"name\":\"Schülerhaus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.389013,47.425179]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500260\",\n\"name\":\"Crémines-Zoo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.455278,47.273656]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501579\",\n\"name\":\"Le Châble\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.214778,46.079265]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507089\",\n\"name\":\"Schwarzenburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.343238,46.819163]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507083\",\n\"name\":\"Köniz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.414947,46.924976]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502010\",\n\"name\":\"St. Erhard-Knutwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.074008,47.180117]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502168\",\n\"name\":\"Reinach AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.184458,47.250137]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501495\",\n\"name\":\"Villars-sur-Ollon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.055747,46.293976]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508184\",\n\"name\":\"Lindenholz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.790395,47.154455]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501030\",\n\"name\":\"Nyon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.235297,46.383869]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502162\",\n\"name\":\"Unterkulm\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.115242,47.310101]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504471\",\n\"name\":\"Ipsach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.235427,47.117516]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507494\",\n\"name\":\"Därligen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.814371,46.660042]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501082\",\n\"name\":\"Chardonney-Château\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.432515,46.534773]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8101241\",\n\"name\":\"\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.562416,47.212378]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501285\",\n\"name\":\"Fayaux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.907844,46.470227]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505006\",\n\"name\":\"Schwyz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.63216,47.026161]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509262\",\n\"name\":\"Zernez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.089906,46.698011]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504139\",\n\"name\":\"Belfaux CFF\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.106451,46.816837]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501263\",\n\"name\":\"Château-d'Hauteville\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.865456,46.468608]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504298\",\n\"name\":\"Ste-Croix\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.499366,46.819723]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503413\",\n\"name\":\"Kaiserstuhl AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.418887,47.566737]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506008\",\n\"name\":\"Wila\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.848769,47.417641]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501191\",\n\"name\":\"Orbe\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.530203,46.725002]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501505\",\n\"name\":\"Ardon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.269132,46.2077]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014490\",\n\"name\":\"Thayngen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.704433,47.745661]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501036\",\n\"name\":\"St-Prex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.455337,46.481976]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502226\",\n\"name\":\"Knonau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.466864,47.220132]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502211\",\n\"name\":\"Hendschiken\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.207346,47.389344]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509351\",\n\"name\":\"Punt Muragl Staz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.880077,46.507454]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501085\",\n\"name\":\"Ballens-Froideville\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.389287,46.549559]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500035\",\n\"name\":\"Läufelfingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.856252,47.392008]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501120\",\n\"name\":\"Lausanne\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.62933,46.516583]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507383\",\n\"name\":\"Lütschental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.948453,46.636861]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506353\",\n\"name\":\"Wienacht-Tobel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.540528,47.465989]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500211\",\n\"name\":\"Niederbipp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.694848,47.270613]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500119\",\n\"name\":\"Münchenstein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.617452,47.513342]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501374\",\n\"name\":\"Fontanivent\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.902393,46.452704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504237\",\n\"name\":\"Les Hauts-Geneveys\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.874701,47.047792]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502011\",\n\"name\":\"Oberkirch LU\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.1143,47.155169]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504312\",\n\"name\":\"Renan BE\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.924556,47.125421]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500121\",\n\"name\":\"Courfaivre\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.290996,47.335245]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507088\",\n\"name\":\"Lanzenhäusern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.347353,46.842257]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506287\",\n\"name\":\"Gübsensee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.317698,47.398003]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504186\",\n\"name\":\"Münchenwiler-Courgevaux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.114972,46.911754]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506470\",\n\"name\":\"Stofel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.379769,47.391264]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503093\",\n\"name\":\"Zürich Manegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.519718,47.338342]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509413\",\n\"name\":\"Flums\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.347972,47.096702]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504404\",\n\"name\":\"Aarberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.279194,47.045095]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506201\",\n\"name\":\"Lichtensteig\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.082763,47.319324]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500163\",\n\"name\":\"Tramelan-Collège\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.094319,47.224946]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507079\",\n\"name\":\"Bern Weissenbühl\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.430057,46.935728]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501300\",\n\"name\":\"Montreux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.910915,46.43576]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502196\",\n\"name\":\"Unterentfelden Post\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.04424,47.368637]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504297\",\n\"name\":\"Trois-Villes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.531685,46.800139]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508464\",\n\"name\":\"Vitznau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.482609,47.009483]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505180\",\n\"name\":\"Acla da Fontauna\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.845538,46.696891]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504022\",\n\"name\":\"Siviriez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.883265,46.656421]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502219\",\n\"name\":\"Oberrüti\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.404897,47.165887]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506013\",\n\"name\":\"Aadorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.900967,47.488804]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502213\",\n\"name\":\"Wohlen AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.268833,47.34882]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8101237\",\n\"name\":\"Forst (FL) Hilti\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.520652,47.180946]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505111\",\n\"name\":\"Sisikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.620603,46.949453]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509054\",\n\"name\":\"Zizers\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.55962,46.934978]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508304\",\n\"name\":\"Ebligen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.989528,46.752427]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501165\",\n\"name\":\"Jouxtens-Mézery\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.600743,46.556723]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502163\",\n\"name\":\"Oberkulm\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.124158,47.298931]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500302\",\n\"name\":\"Möhlin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.833468,47.561807]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504076\",\n\"name\":\"Estavannens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.086271,46.573312]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501609\",\n\"name\":\"Brig\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.988133,46.319727]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500028\",\n\"name\":\"Tecknau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.887643,47.445551]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500210\",\n\"name\":\"Wangen an der Aare\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.656302,47.231997]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502220\",\n\"name\":\"Urdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.43493,47.391051]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509053\",\n\"name\":\"Untervaz-Trimmis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.55932,46.919056]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501479\",\n\"name\":\"Les Diablerets\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.154711,46.351347]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506277\",\n\"name\":\"Schwende\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.435643,47.299844]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504483\",\n\"name\":\"Ins\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.099674,46.999782]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503403\",\n\"name\":\"Hüntwangen-Wil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.512724,47.581124]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505075\",\n\"name\":\"Rigi Staffelhöhe\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.464207,47.047881]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8102352\",\n\"name\":\"Lustenau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.663021,47.446323]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014464\",\n\"name\":\"Schwörstadt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.87272,47.591265]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506177\",\n\"name\":\"Rosental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.975755,47.492135]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506038\",\n\"name\":\"Winterthur Wallrüti\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.76087,47.516782]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508062\",\n\"name\":\"Büren zum Hof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.518674,47.09575]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503010\",\n\"name\":\"Zürich Enge\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.530693,47.363794]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507273\",\n\"name\":\"Oeschseite\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.35208,46.531143]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501382\",\n\"name\":\"Châtelard VD\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.900904,46.446751]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501383\",\n\"name\":\"Planchamp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.900872,46.451222]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506291\",\n\"name\":\"Schachen (Herisau)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.243227,47.385318]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507091\",\n\"name\":\"Liebefeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.418805,46.929834]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502277\",\n\"name\":\"Rudolfstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.381905,47.370052]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505219\",\n\"name\":\"Lamone-Cadempino\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.932475,46.03941]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503314\",\n\"name\":\"Niederhasli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.488598,47.478321]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516353\",\n\"name\":\"Baldegg Kloster\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.280359,47.18097]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501381\",\n\"name\":\"Vuarennes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.90915,46.440592]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509264\",\n\"name\":\"Lavin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.111215,46.769816]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505007\",\n\"name\":\"Brunnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.610149,46.999003]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505373\",\n\"name\":\"Bellavista\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.001113,45.911078]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503007\",\n\"name\":\"Zürich Seebach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.544056,47.418536]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502004\",\n\"name\":\"Dagmersellen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.978275,47.216216]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508182\",\n\"name\":\"Lotzwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.78829,47.189658]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506169\",\n\"name\":\"Wiesengrund\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.949105,47.501958]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504484\",\n\"name\":\"Müntschemier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.142705,46.9932]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503299\",\n\"name\":\"Hurden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.800718,47.214239]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516271\",\n\"name\":\"Steinach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.442169,47.500744]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502195\",\n\"name\":\"Muhen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.053681,47.33662]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500175\",\n\"name\":\"Le Creux-des-Biches\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.940881,47.203605]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506203\",\n\"name\":\"Bütschwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.075318,47.359535]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508204\",\n\"name\":\"Bowil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.699126,46.900163]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503108\",\n\"name\":\"Uerikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.753135,47.235716]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501488\",\n\"name\":\"Bévieux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.030562,46.258967]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507364\",\n\"name\":\"Jungfraujoch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.984824,46.547527]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501565\",\n\"name\":\"Finhaut\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.976468,46.082298]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503074\",\n\"name\":\"Neue Forch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.63805,47.325524]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508399\",\n\"name\":\"Engelberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.402829,46.81972]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501106\",\n\"name\":\"Croy-Romainmôtier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.477957,46.696973]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501677\",\n\"name\":\"Bitsch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.017275,46.336153]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503099\",\n\"name\":\"Sihlau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.525549,47.303044]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508063\",\n\"name\":\"Schalunen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.523965,47.110075]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506389\",\n\"name\":\"Alter Zoll\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.522573,47.368729]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501369\",\n\"name\":\"Rochers-de-Naye\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.978817,46.431729]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507075\",\n\"name\":\"Toffen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.496071,46.858562]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504387\",\n\"name\":\"Petit-Martel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.75515,47.009909]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508051\",\n\"name\":\"Bern Felsenau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.44444,46.968668]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508101\",\n\"name\":\"Roggwil-Wynau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.81837,47.252301]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502022\",\n\"name\":\"Eschenbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.322803,47.132293]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500275\",\n\"name\":\"Bei den Weihern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.566908,47.22856]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503318\",\n\"name\":\"Niederweningen Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.38167,47.505704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500207\",\n\"name\":\"Solothurn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.551067,47.205235]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504231\",\n\"name\":\"Les Deurres\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.898155,46.984965]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504117\",\n\"name\":\"Oberwangen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.362023,46.914365]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500123\",\n\"name\":\"Glovelier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.206128,47.33649]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505119\",\n\"name\":\"Göschenen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.589625,46.667311]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504221\",\n\"name\":\"Neuchâtel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.935466,46.996983]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508004\",\n\"name\":\"Lyssach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.581708,47.063874]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506182\",\n\"name\":\"Bettwiesen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.020644,47.49843]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508268\",\n\"name\":\"Zollbrück\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.741074,46.975836]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500215\",\n\"name\":\"Hägendorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.843835,47.330162]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505064\",\n\"name\":\"Kräbel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.530355,47.040173]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506202\",\n\"name\":\"Dietfurt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.078503,47.344277]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502204\",\n\"name\":\"Zug\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.5163,47.177689]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507388\",\n\"name\":\"Wilderswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.869421,46.665649]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503505\",\n\"name\":\"Wettingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.313693,47.460563]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500206\",\n\"name\":\"Solothurn West\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.531839,47.206619]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504222\",\n\"name\":\"St-Blaise CFF\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.982421,47.01481]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501304\",\n\"name\":\"Roche VD\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.926537,46.359304]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508327\",\n\"name\":\"Ewil Maxon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.218842,46.860822]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506049\",\n\"name\":\"Dachsen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.613937,47.666796]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503306\",\n\"name\":\"Dietlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.619319,47.420096]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502019\",\n\"name\":\"Ermensee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.24259,47.229508]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506101\",\n\"name\":\"Felben-Wellhausen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.942608,47.576858]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503069\",\n\"name\":\"Zürich Rehalp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.582595,47.351077]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504014\",\n\"name\":\"Palézieux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.837087,46.541084]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506375\",\n\"name\":\"Teufen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.390061,47.390137]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503064\",\n\"name\":\"Scheuren\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.660035,47.322505]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504000\",\n\"name\":\"Pully-Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.657818,46.514651]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501671\",\n\"name\":\"Fürgangen-Bellwald Talstation\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.152433,46.411902]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508310\",\n\"name\":\"Lungern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.163597,46.786287]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508005\",\n\"name\":\"Burgdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.619228,47.060898]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503401\",\n\"name\":\"Glattfelden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.523801,47.548794]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504302\",\n\"name\":\"Reuchenette-Péry\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.244531,47.190102]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500162\",\n\"name\":\"Tramelan-Dessous\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.097021,47.221563]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501200\",\n\"name\":\"Vevey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.842793,46.463525]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501379\",\n\"name\":\"Les Sciernes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.034302,46.491457]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508384\",\n\"name\":\"Niederrickenbach Station\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.396362,46.92769]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507294\",\n\"name\":\"Weissenburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.476148,46.659348]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516161\",\n\"name\":\"Bern Wankdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.459971,46.966355]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504236\",\n\"name\":\"Les Geneveys-sur-Coffrane\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.853379,47.015518]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502034\",\n\"name\":\"Beinwil am See\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.202295,47.267885]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501008\",\n\"name\":\"Genève\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.142368,46.210499]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501308\",\n\"name\":\"Glion-Collège\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.925949,46.433814]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507474\",\n\"name\":\"Goppenstein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.755182,46.366963]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508088\",\n\"name\":\"Gerlafingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.565347,47.171247]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508293\",\n\"name\":\"Zell\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.925987,47.136826]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503015\",\n\"name\":\"Zürich Wipkingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.528887,47.391785]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507271\",\n\"name\":\"Schönried\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.291244,46.504606]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508001\",\n\"name\":\"Schönbühl SBB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.498265,47.018612]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500212\",\n\"name\":\"Oensingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.710503,47.285247]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503222\",\n\"name\":\"Schübelbach-Buttikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.938953,47.17658]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501604\",\n\"name\":\"Raron\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.801767,46.306345]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501158\",\n\"name\":\"Chez-le-Maître\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.218502,46.597513]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500190\",\n\"name\":\"Les Emibois\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.985101,47.232401]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506121\",\n\"name\":\"Romanshorn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.379463,47.565013]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530335\",\n\"name\":\"Aigle-Hôpital\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.967018,46.312127]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504465\",\n\"name\":\"Lüscherz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.17725,47.047678]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506388\",\n\"name\":\"Warmesberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.513477,47.365393]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508083\",\n\"name\":\"Burgdorf Buchmatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.608631,47.064953]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501124\",\n\"name\":\"Cully\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.723992,46.487766]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508162\",\n\"name\":\"Roggwil Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.822608,47.239528]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500195\",\n\"name\":\"La Combe\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.100328,47.285075]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8515994\",\n\"name\":\"Zug Fridbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.512221,47.156516]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505301\",\n\"name\":\"Lugano-Paradiso\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.946634,45.989306]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508060\",\n\"name\":\"Grafenried\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.511197,47.079735]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508252\",\n\"name\":\"Lädeli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.608881,46.78181]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503529\",\n\"name\":\"Würenlos\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.355467,47.445713]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506300\",\n\"name\":\"St. Gallen Winkeln\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.299894,47.404175]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506316\",\n\"name\":\"Au SG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.640953,47.434212]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502000\",\n\"name\":\"Aarburg-Oftringen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.908034,47.320565]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501179\",\n\"name\":\"Pont-de-Drapel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.986827,46.320124]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506280\",\n\"name\":\"Wilen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.279214,47.3756]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504225\",\n\"name\":\"Le Landeron\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.066289,47.056644]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501123\",\n\"name\":\"Villette VD\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.707819,46.495291]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506022\",\n\"name\":\"Thalheim-Altikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.757542,47.569414]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506312\",\n\"name\":\"Staad\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.535005,47.480385]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507560\",\n\"name\":\"Winteregg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.896165,46.581813]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503056\",\n\"name\":\"Ringlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.476946,47.360557]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505073\",\n\"name\":\"Romiti Felsentor\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.476066,47.036395]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507277\",\n\"name\":\"Matten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.421604,46.493699]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501472\",\n\"name\":\"Exergillod\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.038391,46.336979]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501155\",\n\"name\":\"Le Rocheray\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.250682,46.625069]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509152\",\n\"name\":\"Lüen-Castiel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.613287,46.831817]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502194\",\n\"name\":\"Oberentfelden Engelplatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.045343,47.360896]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505402\",\n\"name\":\"Gordola\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.86583,46.179027]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506217\",\n\"name\":\"Sulgen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.183479,47.538821]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500126\",\n\"name\":\"Porrentruy\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.080794,47.422199]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508187\",\n\"name\":\"Huttwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.844236,47.114583]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501694\",\n\"name\":\"Gornergrat\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.782079,45.983526]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505497\",\n\"name\":\"Palagnedra\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.622292,46.158415]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502223\",\n\"name\":\"Hedingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.445782,47.298811]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505001\",\n\"name\":\"Meggen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.3836,47.050327]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507377\",\n\"name\":\"Lauterbrunnen BLM\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.907245,46.598815]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530262\",\n\"name\":\"St-Eloi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.532625,46.720271]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504415\",\n\"name\":\"Busswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.318248,47.098582]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502115\",\n\"name\":\"Wildegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.163671,47.416151]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506009\",\n\"name\":\"Saland\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.85404,47.394584]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501113\",\n\"name\":\"Bavois\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.559548,46.688015]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502203\",\n\"name\":\"Cham\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.457427,47.178054]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502029\",\n\"name\":\"Mosen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.223796,47.244596]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504126\",\n\"name\":\"Avenches\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.041046,46.884714]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507087\",\n\"name\":\"Mittelhäusern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.367758,46.876544]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506184\",\n\"name\":\"Märwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.068732,47.5329]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509352\",\n\"name\":\"Surovas\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.905954,46.485484]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504086\",\n\"name\":\"Bulle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.055055,46.617379]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500209\",\n\"name\":\"Deitingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.618847,47.218533]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516350\",\n\"name\":\"Buchrain\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.356399,47.093619]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506196\",\n\"name\":\"Lengwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.189575,47.626196]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500305\",\n\"name\":\"Frick\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.012484,47.506978]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507475\",\n\"name\":\"Kandersteg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.672344,46.498122]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503094\",\n\"name\":\"Zürich Leimbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.519572,47.334368]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502212\",\n\"name\":\"Dottikon-Dintikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.235596,47.373349]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508320\",\n\"name\":\"Hergiswil Matt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.312498,46.993507]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501501\",\n\"name\":\"Charrat-Fully\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.125083,46.126206]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530246\",\n\"name\":\"Foyer Dents-du-Midi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.029764,46.256517]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507093\",\n\"name\":\"Kehrsatz Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.466332,46.915234]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506122\",\n\"name\":\"Uttwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.338263,47.58672]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503225\",\n\"name\":\"Ziegelbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.06091,47.136248]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501013\",\n\"name\":\"Pont-Céard\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.162638,46.287751]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501280\",\n\"name\":\"St-Légier-Gare\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.872036,46.470548]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505491\",\n\"name\":\"Tegna\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.742424,46.186034]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502276\",\n\"name\":\"Berikon-Widen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.366379,47.361993]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504200\",\n\"name\":\"Yverdon-les-Bains\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.645475,46.780423]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507006\",\n\"name\":\"Münsingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.559298,46.873382]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504287\",\n\"name\":\"Fleurier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.580581,46.904888]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508254\",\n\"name\":\"Brenzikofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.61066,46.818292]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502272\",\n\"name\":\"Bremgarten West\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.337601,47.345598]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508217\",\n\"name\":\"Schachen LU\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.14431,47.037852]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501672\",\n\"name\":\"Fiesch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.132521,46.402769]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504088\",\n\"name\":\"Broc-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.098299,46.604158]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504485\",\n\"name\":\"Ferenbalm-Gurbrü\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.217892,46.954457]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504102\",\n\"name\":\"Schmitten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.253836,46.862994]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500086\",\n\"name\":\"Oberdorf BL\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.749114,47.39463]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509071\",\n\"name\":\"Davos Wolfgang\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.854967,46.831831]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501282\",\n\"name\":\"Prélaz-sur-Blonay\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.89622,46.473887]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509058\",\n\"name\":\"Seewis-Valzeina\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.632418,46.976917]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505113\",\n\"name\":\"Altdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.631514,46.87522]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500170\",\n\"name\":\"Tramelan\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.092493,47.223546]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506271\",\n\"name\":\"Gontenbad\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.37248,47.331727]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530260\",\n\"name\":\"Le Chalet NE\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.7262,47.058704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501578\",\n\"name\":\"Orsières\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.14398,46.026838]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506306\",\n\"name\":\"Rorschach Hafen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.482579,47.480631]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501022\",\n\"name\":\"Versoix\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.165858,46.279349]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500286\",\n\"name\":\"Attiswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.613842,47.246487]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506299\",\n\"name\":\"Nesslau-Neu St. Johann\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.19726,47.226786]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505391\",\n\"name\":\"Lugano FLP\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.946219,46.004705]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509253\",\n\"name\":\"St. Moritz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.846309,46.497888]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509002\",\n\"name\":\"Landquart\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.553766,46.967138]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509067\",\n\"name\":\"Klosters Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.875032,46.883432]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501159\",\n\"name\":\"Le Brassus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.212892,46.584741]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501166\",\n\"name\":\"Romanel-sur-Lausanne\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.604758,46.571137]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501177\",\n\"name\":\"Bercher\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.703543,46.692887]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500285\",\n\"name\":\"Flumenthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.596874,47.239154]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501156\",\n\"name\":\"Solliat-Golisse\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.23881,46.613977]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508163\",\n\"name\":\"St. Urban\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.835972,47.231653]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509364\",\n\"name\":\"Le Prese\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.077824,46.291936]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508265\",\n\"name\":\"Hasle-Rüegsau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.655561,47.015968]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509050\",\n\"name\":\"Chur West\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.511461,46.849529]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504121\",\n\"name\":\"Lucens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.842375,46.708047]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504391\",\n\"name\":\"Les Frêtes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.713321,47.055205]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501161\",\n\"name\":\"Montétan\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.614546,46.529008]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508264\",\n\"name\":\"Schafhausen i.E.\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.656763,46.994422]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500082\",\n\"name\":\"Bubendorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.741152,47.459805]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508102\",\n\"name\":\"Murgenthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.832324,47.265432]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504105\",\n\"name\":\"Niederwangen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.376515,46.925861]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502218\",\n\"name\":\"Sins\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.398002,47.1881]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503009\",\n\"name\":\"Zürich Wollishofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.533664,47.347907]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505114\",\n\"name\":\"Erstfeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.658358,46.812232]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503414\",\n\"name\":\"Mellikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.352351,47.568522]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509418\",\n\"name\":\"Mühlehorn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.172544,47.117938]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500171\",\n\"name\":\"Les Reussilles\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.083379,47.224166]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501676\",\n\"name\":\"Mörel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.047267,46.356227]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530334\",\n\"name\":\"La Médettaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.006128,46.107649]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500181\",\n\"name\":\"La Chaux-d'Abel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.898805,47.152684]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516444\",\n\"name\":\"Kerzers Papiliorama\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.199406,46.990131]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501364\",\n\"name\":\"Les Echets\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.944817,46.432072]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506372\",\n\"name\":\"Lustmühle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.359027,47.400607]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500268\",\n\"name\":\"Grandval\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.423307,47.284098]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509419\",\n\"name\":\"Weesen\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.094873,47.129862]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506035\",\n\"name\":\"Schottikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.810897,47.500171]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509155\",\n\"name\":\"Langwies GR\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.707401,46.819224]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501603\",\n\"name\":\"Gampel-Steg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.748109,46.306828]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503100\",\n\"name\":\"Zollikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.569379,47.337605]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504144\",\n\"name\":\"Yverdon-Champ Pittet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.661952,46.782003]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500194\",\n\"name\":\"Pré-Petitjean\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.058497,47.276903]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507073\",\n\"name\":\"Thurnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.513909,46.813323]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506195\",\n\"name\":\"Siegershausen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.168385,47.611338]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508312\",\n\"name\":\"Giswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.186625,46.83665]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501020\",\n\"name\":\"Chambésy\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.147406,46.24227]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505177\",\n\"name\":\"Bugnei\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.78682,46.682513]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504135\",\n\"name\":\"Corcelles-Sud\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.957449,46.828728]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505213\",\n\"name\":\"Bellinzona\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.028686,46.194783]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503003\",\n\"name\":\"Zürich Stadelhofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.54894,47.366454]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501264\",\n\"name\":\"St-Légier-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.882006,46.469599]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507387\",\n\"name\":\"Schynige Platte\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.911197,46.652278]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501157\",\n\"name\":\"Sentier-Orient\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.230307,46.604819]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503283\",\n\"name\":\"Einsiedeln\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.744919,47.129261]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502007\",\n\"name\":\"Sursee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.097746,47.170826]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504203\",\n\"name\":\"Concise\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.722211,46.850333]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507295\",\n\"name\":\"Därstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.495614,46.659017]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509187\",\n\"name\":\"Rodels-Realta\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.432714,46.73451]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508152\",\n\"name\":\"Hard-Mumenthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.774609,47.234187]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504301\",\n\"name\":\"Frinvillier-Taubenloch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.257533,47.16931]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507470\",\n\"name\":\"Lalden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.908942,46.301291]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504140\",\n\"name\":\"Muntelier-Löwenberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.133057,46.937683]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501468\",\n\"name\":\"Aigle-Dépôt ASD\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.975614,46.316489]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501385\",\n\"name\":\"Sendy-Sollard\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.929029,46.446566]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501104\",\n\"name\":\"Le Day\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.400963,46.717654]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501201\",\n\"name\":\"La Tour-de-Peilz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.859451,46.455452]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504286\",\n\"name\":\"Môtiers\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.61006,46.911744]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503313\",\n\"name\":\"Niederglatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.50313,47.487129]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509178\",\n\"name\":\"Sumvitg-Cumpadials\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.931301,46.724132]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509061\",\n\"name\":\"Furna\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.709146,46.939561]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502114\",\n\"name\":\"Rupperswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.12514,47.403065]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501564\",\n\"name\":\"Le Trétien\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.997544,46.10247]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509417\",\n\"name\":\"Murg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.214895,47.11326]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530811\",\n\"name\":\"Zürich Balgrist\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.574983,47.354572]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504133\",\n\"name\":\"Cugy FR\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.88907,46.81614]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503122\",\n\"name\":\"Bubikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.8233,47.270509]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507077\",\n\"name\":\"Kehrsatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.472996,46.908621]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508103\",\n\"name\":\"Rothrist\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.878817,47.306387]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501601\",\n\"name\":\"Leuk\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.642754,46.312095]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504113\",\n\"name\":\"Wünnewil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.280748,46.871751]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505165\",\n\"name\":\"Andermatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.591662,46.636612]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504291\",\n\"name\":\"La Brinaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.620235,46.794557]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516764\",\n\"name\":\"Riehen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.651875,47.583084]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506136\",\n\"name\":\"Steckborn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.980717,47.664123]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507270\",\n\"name\":\"Gruben\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.280277,46.490306]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501481\",\n\"name\":\"Leysin-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.006007,46.339297]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503067\",\n\"name\":\"Zollikerberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.603677,47.346035]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504229\",\n\"name\":\"Tüscherz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.196189,47.11404]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516176\",\n\"name\":\"Klingnau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.249467,47.581932]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502222\",\n\"name\":\"Bonstetten-Wettswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.467954,47.325439]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508201\",\n\"name\":\"Tägertschi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.580978,46.882353]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507070\",\n\"name\":\"Uetendorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.573665,46.774921]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500141\",\n\"name\":\"Courchavon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.057728,47.439762]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500186\",\n\"name\":\"Alle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.128214,47.424162]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508059\",\n\"name\":\"Jegenstorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.50739,47.047256]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504304\",\n\"name\":\"Sonceboz-Sombeval\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.168728,47.195121]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507472\",\n\"name\":\"Ausserberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.843932,46.312121]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504294\",\n\"name\":\"Vuiteboeuf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.553413,46.80363]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503423\",\n\"name\":\"Neuhausen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.625096,47.682935]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503061\",\n\"name\":\"Langwies ZH\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.694772,47.295928]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506304\",\n\"name\":\"Mörschwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.414143,47.474658]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504027\",\n\"name\":\"Neyruz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.065044,46.765911]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501125\",\n\"name\":\"Epesses\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.744889,46.489326]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504384\",\n\"name\":\"La Sagne-Eglise\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.818459,47.050821]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504123\",\n\"name\":\"Corcelles-Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.959583,46.834845]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500301\",\n\"name\":\"Rheinfelden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.791367,47.550844]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503068\",\n\"name\":\"Maiacher\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.631172,47.327952]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506386\",\n\"name\":\"Stoss AR\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.494993,47.360676]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504314\",\n\"name\":\"La Chaux-de-Fonds\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.825861,47.098562]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501091\",\n\"name\":\"Vufflens-le-Château\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.472372,46.524981]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530225\",\n\"name\":\"Le Stand\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.746135,47.005321]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507473\",\n\"name\":\"Hohtenn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.764313,46.322768]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508314\",\n\"name\":\"Sarnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.247544,46.894402]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506382\",\n\"name\":\"Zweibrücken\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.444773,47.360084]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504130\",\n\"name\":\"Yvonand\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.746934,46.800946]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8515995\",\n\"name\":\"Cham Alpenblick\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.471229,47.182249]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505372\",\n\"name\":\"S. Nicolao\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.988887,45.886227]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501261\",\n\"name\":\"Clies\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.854803,46.467708]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504480\",\n\"name\":\"St-Blaise-Lac\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.984563,47.012021]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502120\",\n\"name\":\"Küngoldingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.942115,47.307343]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503286\",\n\"name\":\"Samstagern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.685119,47.191754]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506387\",\n\"name\":\"Kreuzstrasse\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.505816,47.365908]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502306\",\n\"name\":\"Hünenberg Chämleten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.449785,47.168785]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014485\",\n\"name\":\"Neuhausen Bad Bf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.612473,47.682461]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509354\",\n\"name\":\"Bernina Suot\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.96931,46.444875]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504292\",\n\"name\":\"Valeyres-sous-Montagny\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.613074,46.79518]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503230\",\n\"name\":\"Glarus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.071887,47.038845]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501688\",\n\"name\":\"Täsch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.774707,46.067162]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509055\",\n\"name\":\"Igis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.564667,46.949956]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504016\",\n\"name\":\"Palézieux-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.828666,46.557169]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501422\",\n\"name\":\"Collombey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.948628,46.271352]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502101\",\n\"name\":\"Kölliken\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.026632,47.337426]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516219\",\n\"name\":\"Mellingen Heitersberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.275767,47.428022]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502214\",\n\"name\":\"Boswil-Bünzen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.31481,47.305215]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502167\",\n\"name\":\"Reinach AG Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.182309,47.256124]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8589198\",\n\"name\":\"Worbboden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.559712,46.935215]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501504\",\n\"name\":\"Chamoson\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.240529,46.188637]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503307\",\n\"name\":\"Bassersdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.62543,47.438581]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501494\",\n\"name\":\"Arveyes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.060234,46.290373]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504071\",\n\"name\":\"Lessoc\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.052686,46.507084]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504018\",\n\"name\":\"Ecublens-Rue\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.81108,46.610527]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500026\",\n\"name\":\"Sissach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.812732,47.462447]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506214\",\n\"name\":\"Sitterdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.248467,47.505617]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504182\",\n\"name\":\"Belfaux-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.108858,46.821702]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014586\",\n\"name\":\"Konstanz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.177932,47.65907]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500216\",\n\"name\":\"Wangen bei Olten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.868239,47.341137]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503526\",\n\"name\":\"Regensdorf-Watt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.471699,47.436881]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500201\",\n\"name\":\"Lengnau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.366783,47.179451]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504388\",\n\"name\":\"Les Ponts-de-Martel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.735196,46.999219]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504067\",\n\"name\":\"La Tour-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.06423,46.608378]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507292\",\n\"name\":\"Boltigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.389908,46.627193]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505074\",\n\"name\":\"Rigi Kaltbad-First\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.466709,47.043856]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8774538\",\n\"name\":\"Pougny-Chancy\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[5.962607,46.146525]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501362\",\n\"name\":\"Valmont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.929303,46.42854]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507296\",\n\"name\":\"Erlenbach im Simmental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.555688,46.659196]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503208\",\n\"name\":\"Bäch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.726565,47.200806]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505063\",\n\"name\":\"Arth-Goldau RB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.547784,47.049389]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503424\",\n\"name\":\"Schaffhausen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.632533,47.698482]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508157\",\n\"name\":\"Holzhäusern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.710788,47.258056]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502005\",\n\"name\":\"Nebikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.977666,47.192409]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504057\",\n\"name\":\"Les Ponts\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.9806,46.617562]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509258\",\n\"name\":\"Zuoz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.96127,46.600012]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501083\",\n\"name\":\"Reverolle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.430897,46.540444]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501167\",\n\"name\":\"Le Lussex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.603293,46.562166]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502027\",\n\"name\":\"Hitzkirch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.251288,47.223087]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502188\",\n\"name\":\"Zufikon Hammergut\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.354718,47.355897]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509405\",\n\"name\":\"Räfis-Burgerau\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.485197,47.150072]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507068\",\n\"name\":\"Bolligen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.497003,46.969985]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501491\",\n\"name\":\"Les Posses\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.050793,46.271086]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508206\",\n\"name\":\"Emmenmatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.747314,46.947971]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505367\",\n\"name\":\"Capolago Lago\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.980114,45.905008]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530303\",\n\"name\":\"Les Fumeaux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.053483,46.119587]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507375\",\n\"name\":\"Alpiglen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.00188,46.600357]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500187\",\n\"name\":\"Vendlincourt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.156569,47.452647]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506311\",\n\"name\":\"Rorschach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.505018,47.47783]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506128\",\n\"name\":\"Kreuzlingen Hafen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.183198,47.648358]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504414\",\n\"name\":\"Lyss\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.306289,47.076693]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501396\",\n\"name\":\"Flendruz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.18611,46.482155]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502227\",\n\"name\":\"Steinhausen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.478491,47.194085]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507481\",\n\"name\":\"Mülenen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.691085,46.637577]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507386\",\n\"name\":\"Breitlauenen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.895427,46.659791]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8588122\",\n\"name\":\"Landschlacht\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.247125,47.628857]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508066\",\n\"name\":\"Lohn-Lüterkofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.52687,47.162783]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500020\",\n\"name\":\"Muttenz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.648011,47.533599]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506364\",\n\"name\":\"Vögelinsegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.436207,47.416285]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530370\",\n\"name\":\"Pont de Chemex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.930877,46.2455]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505306\",\n\"name\":\"Balerna\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.004995,45.846749]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505212\",\n\"name\":\"Castione-Arbedo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.041196,46.224964]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501446\",\n\"name\":\"Villars-sur-Ollon Golf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.075458,46.309721]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506048\",\n\"name\":\"Marthalen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.653676,47.634591]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501477\",\n\"name\":\"Vers-l'Eglise\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.133964,46.353649]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507361\",\n\"name\":\"Eigergletscher\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.974167,46.574835]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501152\",\n\"name\":\"Le Séchey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.305809,46.658262]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503147\",\n\"name\":\"Stettbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.596572,47.397928]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503285\",\n\"name\":\"Schindellegi-Feusisberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.709298,47.176305]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530263\",\n\"name\":\"Yverdon William Barbey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.631598,46.788908]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502012\",\n\"name\":\"Rothenburg Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.272496,47.090336]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530812\",\n\"name\":\"Zürich Hegibachplatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.560685,47.361792]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501421\",\n\"name\":\"Monthey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.954206,46.256784]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508295\",\n\"name\":\"Willisau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.997478,47.122082]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500262\",\n\"name\":\"Lommiswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.469665,47.218534]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504464\",\n\"name\":\"Hagneck\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.185513,47.056305]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503400\",\n\"name\":\"Bülach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.53667,47.523478]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508269\",\n\"name\":\"Neumühle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.749151,46.965776]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503065\",\n\"name\":\"Forch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.648763,47.325385]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501664\",\n\"name\":\"Geschinen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.28216,46.491635]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504185\",\n\"name\":\"Cressier FR\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.149322,46.899964]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506363\",\n\"name\":\"Rank\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.424566,47.42012]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530750\",\n\"name\":\"Biel/Bienne ASM-bti\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.241736,47.132549]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507278\",\n\"name\":\"Boden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.435594,46.470402]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504020\",\n\"name\":\"Oron\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.837067,46.57221]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506023\",\n\"name\":\"Ossingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.724096,47.614746]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507272\",\n\"name\":\"Saanenmöser\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.311458,46.51753]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507492\",\n\"name\":\"Interlaken Ost\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.869976,46.691015]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501095\",\n\"name\":\"Ballens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.374331,46.552163]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500032\",\n\"name\":\"Sommerau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.851556,47.438993]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507480\",\n\"name\":\"Reichenbach im Kandertal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.68988,46.625517]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506003\",\n\"name\":\"Sennhof-Kyburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.76046,47.465065]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506125\",\n\"name\":\"Altnau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.26641,47.621205]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501572\",\n\"name\":\"Martigny-Bourg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.068402,46.092354]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503281\",\n\"name\":\"Sattel-Aegeri\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.627222,47.079981]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501670\",\n\"name\":\"Niederwald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.189642,46.435276]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506183\",\n\"name\":\"Tobel-Affeltrangen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.034013,47.5215]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502183\",\n\"name\":\"Oberkulm Post\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.119187,47.304132]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506398\",\n\"name\":\"Neukirch-Egnach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.375753,47.539102]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516218\",\n\"name\":\"Winterthur Hegi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.775919,47.502739]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506011\",\n\"name\":\"Eschlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.959174,47.461373]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504487\",\n\"name\":\"Rosshäusern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.296767,46.93438]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508266\",\n\"name\":\"Lützelflüh-Goldbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.682577,47.004841]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507381\",\n\"name\":\"Schwendi bei Grindelwald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.003119,46.630316]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530012\",\n\"name\":\"Petit-Martel-Est\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.765125,47.013576]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504223\",\n\"name\":\"Cornaux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.023457,47.038336]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507085\",\n\"name\":\"Gasel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.400797,46.900982]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508200\",\n\"name\":\"Worb SBB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.564813,46.915258]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507284\",\n\"name\":\"Enge im Simmental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.417503,46.647874]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506284\",\n\"name\":\"Jakobsbad\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.328242,47.320224]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504079\",\n\"name\":\"La Tour-de-Trême\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.061402,46.605904]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501174\",\n\"name\":\"Sur Roche\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.639092,46.640752]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503135\",\n\"name\":\"Steg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.932264,47.353801]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504467\",\n\"name\":\"Brüttelen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.148353,47.020695]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507378\",\n\"name\":\"Grütschalp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.890757,46.59657]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501476\",\n\"name\":\"Les Aviolats\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.113142,46.353016]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501035\",\n\"name\":\"Allaman\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.399328,46.475638]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506006\",\n\"name\":\"Rämismühle-Zell\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.81947,47.44132]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506308\",\n\"name\":\"Arbon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.433322,47.509795]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501663\",\n\"name\":\"Ulrichen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.309268,46.505573]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507372\",\n\"name\":\"Wengen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.921315,46.604775]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506173\",\n\"name\":\"Weberei Matzingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.922306,47.527276]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501691\",\n\"name\":\"Riffelalp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.754175,46.004927]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506102\",\n\"name\":\"Hüttlingen-Mettendorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.974541,47.582439]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502116\",\n\"name\":\"Schinznach Bad\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.167153,47.450785]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500183\",\n\"name\":\"Bellevue NE\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.863956,47.118216]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502189\",\n\"name\":\"Gränichen Töndler\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.092495,47.364083]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508350\",\n\"name\":\"Brienz BRB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.037712,46.75545]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503075\",\n\"name\":\"Waltikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.616818,47.336996]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509256\",\n\"name\":\"La Punt-Chamues-ch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.923793,46.578948]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501175\",\n\"name\":\"Sugnens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.665328,46.65468]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506005\",\n\"name\":\"Rikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.797171,47.444553]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501566\",\n\"name\":\"Le Châtelard VS\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.958387,46.061352]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501458\",\n\"name\":\"Villy\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.994112,46.28677]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501404\",\n\"name\":\"Evionnaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.025473,46.169459]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500120\",\n\"name\":\"Courtételle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.317335,47.342444]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504488\",\n\"name\":\"Riedbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.333812,46.941274]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508159\",\n\"name\":\"Niederbipp Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.695127,47.26535]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506109\",\n\"name\":\"Amriswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.299469,47.550897]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506317\",\n\"name\":\"Heerbrugg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.627697,47.410467]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501114\",\n\"name\":\"Eclépens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.552754,46.656737]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501554\",\n\"name\":\"Aigle-Place-du-Marché\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.969499,46.318002]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501425\",\n\"name\":\"Les Evouettes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.879303,46.363408]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504188\",\n\"name\":\"Sugiez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.119556,46.964101]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014474\",\n\"name\":\"Waldshut\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.213217,47.623813]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501084\",\n\"name\":\"Le Manège\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.432009,46.559158]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530355\",\n\"name\":\"Les Arnoux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.996854,46.291]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502237\",\n\"name\":\"Lupfig\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.215631,47.443436]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509057\",\n\"name\":\"Malans\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.575024,46.977758]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502009\",\n\"name\":\"Sempach-Neuenkirch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.195717,47.116063]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503420\",\n\"name\":\"Lottstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.566407,47.625731]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508449\",\n\"name\":\"Aemsigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.271318,46.970407]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500304\",\n\"name\":\"Eiken\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.989844,47.533117]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509189\",\n\"name\":\"Thusis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.440954,46.697364]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509003\",\n\"name\":\"Maienfeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.529554,47.003603]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503527\",\n\"name\":\"Buchs-Dällikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.435354,47.453454]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504192\",\n\"name\":\"Neuenegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.299997,46.894202]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506213\",\n\"name\":\"Bischofszell Stadt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.240686,47.491507]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506370\",\n\"name\":\"St. Gallen AB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.369339,47.422964]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509357\",\n\"name\":\"Alp Grüm\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.031034,46.374798]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501081\",\n\"name\":\"Chigny\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.472378,46.515876]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504058\",\n\"name\":\"Planchy\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.03633,46.62147]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503405\",\n\"name\":\"Zweidlen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.468431,47.570832]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506021\",\n\"name\":\"Dinhard\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.752799,47.552836]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501405\",\n\"name\":\"Vernayaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.038401,46.13865]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014440\",\n\"name\":\"Lörrach-Stetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.658928,47.601211]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502003\",\n\"name\":\"Reiden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.968576,47.241923]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501428\",\n\"name\":\"St-Gingolph (Suisse)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.805493,46.392507]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509068\",\n\"name\":\"Klosters Platz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.880727,46.869523]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506119\",\n\"name\":\"Kurzrickenbach Seepark\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.195963,47.643092]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501170\",\n\"name\":\"Bel-Air LEB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.605421,46.578924]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504073\",\n\"name\":\"Neirivue\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.061373,46.528001]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501399\",\n\"name\":\"Gstaad\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.283707,46.475261]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501669\",\n\"name\":\"Blitzingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.204092,46.444086]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500010\",\n\"name\":\"Basel SBB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.590027,47.546765]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505201\",\n\"name\":\"Airolo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.6089,46.527326]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503227\",\n\"name\":\"Näfels-Mollis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.070157,47.09878]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500202\",\n\"name\":\"Grenchen Süd\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.400799,47.189254]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506303\",\n\"name\":\"St. Gallen St. Fiden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.39258,47.434584]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505218\",\n\"name\":\"Taverne-Torricella\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.929905,46.056008]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500267\",\n\"name\":\"Crémines\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.435295,47.285502]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508390\",\n\"name\":\"Stansstad\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.336392,46.976519]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501426\",\n\"name\":\"Bouveret\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.854871,46.385387]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501398\",\n\"name\":\"Saanen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.260382,46.488513]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504219\",\n\"name\":\"Auvernier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.877401,46.979882]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503282\",\n\"name\":\"Rothenthurm\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.674181,47.105574]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501262\",\n\"name\":\"Hauteville\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.861132,46.466283]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501107\",\n\"name\":\"Arnex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.518823,46.698138]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500178\",\n\"name\":\"La Ferrière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.894199,47.142668]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505004\",\n\"name\":\"Arth-Goldau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.556705,47.048628]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501046\",\n\"name\":\"\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.474728,46.496653]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509065\",\n\"name\":\"Saas im Prättigau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.809866,46.907615]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508087\",\n\"name\":\"Wiler\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.555598,47.152242]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506362\",\n\"name\":\"Schwarzer Bären\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.415739,47.422296]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501684\",\n\"name\":\"Kalpetran\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.837089,46.214335]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509400\",\n\"name\":\"Oberriet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.570863,47.320493]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504011\",\n\"name\":\"Grandvaux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.723142,46.496946]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502248\",\n\"name\":\"Bremgarten Obertor\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.343428,47.35049]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508392\",\n\"name\":\"Dallenwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.390707,46.938352]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500289\",\n\"name\":\"Buchli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.678616,47.263668]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506290\",\n\"name\":\"Herisau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.283101,47.392236]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505018\",\n\"name\":\"Meggen Zentrum\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.372636,47.044228]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500176\",\n\"name\":\"Le Boéchet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.922191,47.194186]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501021\",\n\"name\":\"Genthod-Bellevue\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.155269,46.257448]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501122\",\n\"name\":\"Lutry\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.689639,46.50434]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501357\",\n\"name\":\"Haut-de-Caux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.947997,46.434335]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509193\",\n\"name\":\"Surava\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.620824,46.666804]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504206\",\n\"name\":\"Bevaix\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.811392,46.929497]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508207\",\n\"name\":\"Langnau i. E.\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.786942,46.937558]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501456\",\n\"name\":\"Chemex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.929912,46.243346]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014467\",\n\"name\":\"Murg (Baden)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.018488,47.553709]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014483\",\n\"name\":\"Neunkirch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.494642,47.689204]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500172\",\n\"name\":\"La Chaux-des-Breuleux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.028234,47.220015]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503103\",\n\"name\":\"Herrliberg-Feldmeilen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.613215,47.28154]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504089\",\n\"name\":\"Broc-Fabrique\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.109581,46.605514]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500165\",\n\"name\":\"Le Pied-d'Or\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.056697,47.222003]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501154\",\n\"name\":\"Les Esserts-de-Rive\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.260339,46.631917]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501121\",\n\"name\":\"Pully\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.659973,46.510716]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506123\",\n\"name\":\"Kesswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.317525,47.595514]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506392\",\n\"name\":\"St. Gallen Haggen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.338136,47.407835]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506314\",\n\"name\":\"St. Margrethen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.64055,47.45298]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503312\",\n\"name\":\"Oberglatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.510525,47.470205]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501023\",\n\"name\":\"Coppet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.187393,46.316728]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505415\",\n\"name\":\"S. Antonino\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.974084,46.160611]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502121\",\n\"name\":\"Walterswil-Striegel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.962816,47.319933]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506380\",\n\"name\":\"Hirschberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.422827,47.331493]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504468\",\n\"name\":\"Ins Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.107105,47.005732]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504101\",\n\"name\":\"Düdingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.18963,46.850926]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509069\",\n\"name\":\"Cavadürli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.868028,46.870486]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501726\",\n\"name\":\"Corbier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.951707,46.272246]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509266\",\n\"name\":\"Ardez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.200699,46.773635]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501510\",\n\"name\":\"Châteauneuf-Conthey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.305676,46.216152]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506020\",\n\"name\":\"Seuzach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.739092,47.535685]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508056\",\n\"name\":\"Moosseedorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.484913,47.016162]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506001\",\n\"name\":\"Winterthur Grüze\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.749378,47.499301]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509176\",\n\"name\":\"Trun\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.990891,46.742618]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503234\",\n\"name\":\"Nidfurn-Haslen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.058365,46.985478]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501203\",\n\"name\":\"Clarens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.893456,46.443198]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508263\",\n\"name\":\"Bigenthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.623298,46.965661]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502187\",\n\"name\":\"Rudolfstetten Hofacker\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.377257,47.364738]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501497\",\n\"name\":\"Col-de-Soud\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.069442,46.304925]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501066\",\n\"name\":\"Genolier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.214492,46.436438]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501380\",\n\"name\":\"Montreux-Collège\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.911669,46.437131]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501600\",\n\"name\":\"Salgesch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.579553,46.309654]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502119\",\n\"name\":\"Lenzburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.169773,47.391459]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506042\",\n\"name\":\"Pfungen-Neftenbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.646792,47.515834]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501002\",\n\"name\":\"Russin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.017875,46.18837]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500164\",\n\"name\":\"Tramelan-Chalet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.086894,47.223637]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500208\",\n\"name\":\"Luterbach-Attisholz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.583422,47.217189]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505214\",\n\"name\":\"Giubiasco\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.003756,46.173951]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503223\",\n\"name\":\"Reichenburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.982882,47.172679]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509259\",\n\"name\":\"S-chanf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.981497,46.611964]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501089\",\n\"name\":\"Villars-Bozon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.402398,46.610449]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506352\",\n\"name\":\"Wartensee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.533709,47.471736]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500218\",\n\"name\":\"Olten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.907888,47.352163]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502174\",\n\"name\":\"Bleien Liebegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.11339,47.343545]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508058\",\n\"name\":\"Urtenen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.500473,47.028793]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503052\",\n\"name\":\"Zürich Friesenberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.507612,47.36482]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501048\",\n\"name\":\"Lonay-Préverenges\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.5197,46.523296]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508359\",\n\"name\":\"Innertkirchen MIB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.232864,46.701778]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501172\",\n\"name\":\"Assens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.620782,46.613886]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505374\",\n\"name\":\"Generoso Vetta\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.01906,45.927896]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501636\",\n\"name\":\"Eyholz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.906432,46.295906]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503231\",\n\"name\":\"Ennenda\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.077618,47.0326]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504410\",\n\"name\":\"Zollikofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.462128,47.000779]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506369\",\n\"name\":\"Trogen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.461671,47.40725]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504441\",\n\"name\":\"Studen BE\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.301686,47.110635]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506220\",\n\"name\":\"Algetshausen-Henau\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.109524,47.44889]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502268\",\n\"name\":\"Zufikon Belvédère\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.359477,47.357838]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507471\",\n\"name\":\"Eggerberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.881053,46.306576]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507550\",\n\"name\":\"Allmend\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.932931,46.594704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014487\",\n\"name\":\"Herblingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.664705,47.717332]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500115\",\n\"name\":\"Grellingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.591916,47.441111]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502111\",\n\"name\":\"Däniken\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.978156,47.356273]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503232\",\n\"name\":\"Mitlödi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.081071,47.010005]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508186\",\n\"name\":\"Rohrbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.814693,47.136964]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507286\",\n\"name\":\"Ringoldingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.524969,46.657757]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504226\",\n\"name\":\"La Neuveville\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.095364,47.06287]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500094\",\n\"name\":\"Hirschlang\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.759144,47.414894]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500220\",\n\"name\":\"Dotzigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.337981,47.119038]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503104\",\n\"name\":\"Meilen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.644529,47.269747]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506175\",\n\"name\":\"Jakobstal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.944303,47.50866]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505493\",\n\"name\":\"Cavigliano\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.72075,46.183709]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504129\",\n\"name\":\"Galmiz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.153054,46.950859]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506127\",\n\"name\":\"Bottighofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.207945,47.642748]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504060\",\n\"name\":\"Bossonnens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.853146,46.525687]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501480\",\n\"name\":\"Rennaz (Leysin)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.0007,46.327303]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502100\",\n\"name\":\"Safenwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.983615,47.321861]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502205\",\n\"name\":\"Walchwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.517381,47.098454]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503116\",\n\"name\":\"Uznach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.980845,47.22422]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014491\",\n\"name\":\"Bietingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.738998,47.744047]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504141\",\n\"name\":\"Henniez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.87006,46.735329]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501169\",\n\"name\":\"Cheseaux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.606168,46.584642]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501097\",\n\"name\":\"Pampigny-Sévery\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.431928,46.577473]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501568\",\n\"name\":\"Le Châtelard-Frontière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.94998,46.053508]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504305\",\n\"name\":\"Corgémont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.144285,47.193316]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501729\",\n\"name\":\"Fiesch Sport- & Feriencenter\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.131154,46.397523]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500283\",\n\"name\":\"Riedholz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.572988,47.231044]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014488\",\n\"name\":\"Trasadingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.436671,47.665126]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503504\",\n\"name\":\"Baden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.307442,47.476558]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504490\",\n\"name\":\"Zihlbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.030823,47.009272]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506378\",\n\"name\":\"Gais\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.450473,47.360624]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501502\",\n\"name\":\"Saxon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.172762,46.149204]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504069\",\n\"name\":\"Les Marches\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.091363,46.602959]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530790\",\n\"name\":\"Sorengo Laghetto\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.933561,45.996948]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503063\",\n\"name\":\"Hinteregg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.684986,47.305533]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501693\",\n\"name\":\"Rotenboden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.765079,45.984719]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506212\",\n\"name\":\"Hauptwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.251518,47.476745]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506289\",\n\"name\":\"Wasserauen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.428646,47.285659]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503239\",\n\"name\":\"Linthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.997624,46.92524]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501198\",\n\"name\":\"La Palaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.139783,46.476195]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506307\",\n\"name\":\"Horn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.46319,47.49319]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014484\",\n\"name\":\"Beringen Bad Bf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.574809,47.694995]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504059\",\n\"name\":\"Les Colombettes\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.000906,46.616931]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508458\",\n\"name\":\"Alpnachstad PB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.276721,46.95539]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501053\",\n\"name\":\"La Vuarpillière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.217025,46.399129]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501068\",\n\"name\":\"Trélex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.205865,46.411244]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504138\",\n\"name\":\"Grolley\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.066198,46.831816]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503113\",\n\"name\":\"Blumenau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.842542,47.223704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508161\",\n\"name\":\"Kaltenherberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.799986,47.237312]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508329\",\n\"name\":\"Brienz West\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.020405,46.757518]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504218\",\n\"name\":\"Bôle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.838128,46.969329]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509192\",\n\"name\":\"Tiefencastel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.571712,46.664135]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506047\",\n\"name\":\"Andelfingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.67726,47.593713]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506358\",\n\"name\":\"Spisertor\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.379606,47.424249]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501127\",\n\"name\":\"St-Saphorin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.797397,46.472417]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507297\",\n\"name\":\"Oey-Diemtigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.579507,46.659853]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509401\",\n\"name\":\"Rüthi SG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.536919,47.287077]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504472\",\n\"name\":\"Sutz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.21906,47.101817]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014469\",\n\"name\":\"Laufenburg (Baden) Ost\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.073722,47.56638]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501506\",\n\"name\":\"Sion\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.360189,46.227466]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502274\",\n\"name\":\"Zufikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.354487,47.352499]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506377\",\n\"name\":\"Bühler\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.420881,47.373147]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501181\",\n\"name\":\"Lausanne-Flon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.629372,46.517285]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506044\",\n\"name\":\"Winterthur Töss\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.709473,47.489626]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506205\",\n\"name\":\"Bazenheid\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.06874,47.409809]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501673\",\n\"name\":\"Lax\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.117149,46.386984]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505396\",\n\"name\":\"Magliaso\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.88431,45.98172]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505178\",\n\"name\":\"Mumpé Tujetsch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.825161,46.681981]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509171\",\n\"name\":\"Ilanz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.208263,46.775373]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502110\",\n\"name\":\"Dulliken\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.94712,47.353868]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507084\",\n\"name\":\"Moos\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.400791,46.909977]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507298\",\n\"name\":\"Wimmis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.635366,46.675576]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501033\",\n\"name\":\"Rolle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.337078,46.463049]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503202\",\n\"name\":\"Thalwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.563931,47.296397]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508313\",\n\"name\":\"Sachseln\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.238365,46.871041]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500213\",\n\"name\":\"Oberbuchsiten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.771643,47.305082]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506105\",\n\"name\":\"Weinfelden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.102918,47.567533]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504466\",\n\"name\":\"Siselen BE\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.182232,47.032416]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500016\",\n\"name\":\"Basel St. Johann\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.571215,47.572438]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502208\",\n\"name\":\"Horgen Oberdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.588757,47.259307]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504184\",\n\"name\":\"Courtepin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.122691,46.867186]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509173\",\n\"name\":\"Rueun\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.14567,46.774805]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502202\",\n\"name\":\"Rotkreuz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.431458,47.142236]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530523\",\n\"name\":\"La Ruaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.007055,46.253392]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501392\",\n\"name\":\"Rossinière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.083204,46.464787]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504474\",\n\"name\":\"Mörigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.211399,47.085098]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505179\",\n\"name\":\"Segnas\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.829682,46.69104]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503300\",\n\"name\":\"Kempten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.804832,47.332324]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503117\",\n\"name\":\"Kaltbrunn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.0224,47.218294]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501065\",\n\"name\":\"Le Muids\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.215278,46.454089]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501093\",\n\"name\":\"Yens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.427523,46.520101]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501178\",\n\"name\":\"Grésaley\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.642159,46.643563]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500117\",\n\"name\":\"Aesch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.603253,47.467736]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504131\",\n\"name\":\"Cheyres\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.786822,46.817248]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504003\",\n\"name\":\"Bossière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.698918,46.509861]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501014\",\n\"name\":\"Mies\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.170531,46.300391]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501390\",\n\"name\":\"Belmont-sur-Montreux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.906248,46.441918]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509174\",\n\"name\":\"Waltensburg/Vuorz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.120697,46.769822]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504127\",\n\"name\":\"Faoug\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.077276,46.90932]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501194\",\n\"name\":\"Les Granges (Orbe)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.543398,46.720599]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504235\",\n\"name\":\"Montmollin-Montezillon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.842994,46.991438]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505011\",\n\"name\":\"Merlischachen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.409278,47.06778]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503427\",\n\"name\":\"Schlatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.687472,47.679592]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504309\",\n\"name\":\"Villeret\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.019211,47.160293]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504303\",\n\"name\":\"La Heutte\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.224939,47.189564]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507483\",\n\"name\":\"Spiez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.677998,46.68745]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503091\",\n\"name\":\"Zürich Giesshübel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.520403,47.361642]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502042\",\n\"name\":\"Hochdorf Schönau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.2992,47.164594]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505499\",\n\"name\":\"Camedo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.601239,46.154081]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500174\",\n\"name\":\"Le Noirmont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.957146,47.223526]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509183\",\n\"name\":\"Reichenau-Tamins\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.414474,46.824279]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501463\",\n\"name\":\"Monthey-Ville\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.947371,46.253975]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501363\",\n\"name\":\"Le Tremblex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.932694,46.43595]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502181\",\n\"name\":\"Oberentfelden Uerkenbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.043017,47.362392]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502001\",\n\"name\":\"Zofingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.943474,47.287342]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502160\",\n\"name\":\"Gränichen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.099043,47.361528]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501577\",\n\"name\":\"La Douay\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.148493,46.05246]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506200\",\n\"name\":\"Wattwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.08676,47.298827]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504470\",\n\"name\":\"Ipsach Herdi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.2287,47.112476]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506170\",\n\"name\":\"Münchwilen Pflegeheim\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.992054,47.481231]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501466\",\n\"name\":\"Champéry-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.874673,46.181516]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502017\",\n\"name\":\"Waldibrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.32049,47.109771]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509182\",\n\"name\":\"Ems Werk\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.430062,46.828552]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504191\",\n\"name\":\"Flamatt Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.310085,46.890184]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506107\",\n\"name\":\"Erlen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.226459,47.551552]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500037\",\n\"name\":\"Trimbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.903267,47.365655]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506288\",\n\"name\":\"Weissbad\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.436052,47.310769]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505170\",\n\"name\":\"Nätschen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.61291,46.642513]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504300\",\n\"name\":\"Biel/Bienne\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.242342,47.132631]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504050\",\n\"name\":\"Granges (Veveyse)\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.842094,46.5292]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503289\",\n\"name\":\"Freienbach SOB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.759382,47.204186]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8515997\",\n\"name\":\"Root D4\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.373747,47.104966]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501461\",\n\"name\":\"Ollon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.988961,46.299172]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506106\",\n\"name\":\"Bürglen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.149594,47.549249]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014481\",\n\"name\":\"Erzingen (Baden)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.430856,47.660319]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502031\",\n\"name\":\"Hallwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.174786,47.329606]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506018\",\n\"name\":\"Rickenbach-Attikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.788985,47.535303]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508351\",\n\"name\":\"Planalp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.01965,46.772536]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501424\",\n\"name\":\"Vouvry\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.89748,46.337597]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501386\",\n\"name\":\"Jor\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.96519,46.45463]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501301\",\n\"name\":\"Territet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.922861,46.426073]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504288\",\n\"name\":\"Buttes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.553344,46.888253]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508215\",\n\"name\":\"Wolhusen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.078167,47.055636]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502161\",\n\"name\":\"Teufenthal AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.114083,47.329267]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502224\",\n\"name\":\"Affoltern am Albis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.445507,47.275129]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505392\",\n\"name\":\"Magliaso Paese\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.890775,45.983634]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508053\",\n\"name\":\"Steinibach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.457414,46.982762]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504402\",\n\"name\":\"Kallnach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.237062,47.026643]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503210\",\n\"name\":\"Freienbach SBB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.757095,47.207244]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507074\",\n\"name\":\"Kaufdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.501974,46.837681]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501668\",\n\"name\":\"Biel (Goms)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.21936,46.455119]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500159\",\n\"name\":\"Grenchen Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.389489,47.191876]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509359\",\n\"name\":\"Cadera\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.051114,46.34512]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504124\",\n\"name\":\"Dompierre\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.985372,46.854408]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504475\",\n\"name\":\"Gerolfingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.20146,47.075399]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509408\",\n\"name\":\"Trübbach\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.482421,47.07291]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502184\",\n\"name\":\"Gränichen Oberdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.106616,47.356321]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509064\",\n\"name\":\"Küblis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.771907,46.914352]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504120\",\n\"name\":\"Moudon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.802672,46.668206]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507071\",\n\"name\":\"Seftigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.540536,46.786775]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501088\",\n\"name\":\"Tuilerie\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.414076,46.592842]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504383\",\n\"name\":\"La Corbatière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.835013,47.069691]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504411\",\n\"name\":\"Münchenbuchsee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.451969,47.021523]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502164\",\n\"name\":\"Gontenschwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.14502,47.280699]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503123\",\n\"name\":\"Wetzikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.792292,47.317916]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506393\",\n\"name\":\"Wittenbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.388967,47.462283]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501457\",\n\"name\":\"Monthey-Hôpital\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.940635,46.251796]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508272\",\n\"name\":\"Sumiswald-Grünen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.737104,47.025419]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508089\",\n\"name\":\"Biberist Ost\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.566199,47.180241]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501057\",\n\"name\":\"La Chèvrerie-Monteret\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.183282,46.448449]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504024\",\n\"name\":\"Villaz-St-Pierre\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.960287,46.720469]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505204\",\n\"name\":\"Faido\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.791079,46.483064]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508183\",\n\"name\":\"Madiswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.795651,47.167535]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507478\",\n\"name\":\"Frutigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.651581,46.588263]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506010\",\n\"name\":\"Sirnach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.001283,47.462062]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503124\",\n\"name\":\"Aathal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.765715,47.33592]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506276\",\n\"name\":\"Strahlholz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.431808,47.366787]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503402\",\n\"name\":\"Eglisau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.51573,47.572669]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503228\",\n\"name\":\"Netstal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.059443,47.064726]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502192\",\n\"name\":\"Distelberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.049045,47.375483]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501103\",\n\"name\":\"Vallorbe\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.368116,46.711853]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508318\",\n\"name\":\"Hergiswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.309705,46.982581]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503060\",\n\"name\":\"Esslingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.709786,47.287892]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507299\",\n\"name\":\"Lattigen bei Spiez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.651294,46.691442]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504220\",\n\"name\":\"Neuchâtel-Serrières\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.908231,46.985633]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8515296\",\n\"name\":\"Brig Bahnhofplatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.987488,46.319166]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501037\",\n\"name\":\"Morges\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.495416,46.512265]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509168\",\n\"name\":\"Versam-Safien\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.310352,46.807415]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501031\",\n\"name\":\"Gland\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.268323,46.41914]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501151\",\n\"name\":\"Les Charbonnières\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.317454,46.664414]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504026\",\n\"name\":\"Cottens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.035358,46.751372]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500105\",\n\"name\":\"Moutier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.381475,47.280343]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508213\",\n\"name\":\"Entlebuch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.062314,46.993989]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509186\",\n\"name\":\"Rothenbrunnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.419472,46.76807]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503105\",\n\"name\":\"Uetikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.68104,47.258178]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508174\",\n\"name\":\"Gutenburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.793264,47.181557]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503086\",\n\"name\":\"Zürich Brunau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.525822,47.352785]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506188\",\n\"name\":\"Bronschhofen AMP\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.030823,47.481513]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502273\",\n\"name\":\"Bremgarten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.345143,47.350981]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507065\",\n\"name\":\"Boll-Utzigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.547588,46.953506]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508294\",\n\"name\":\"Gettnau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.970668,47.140181]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506207\",\n\"name\":\"Schwarzenbach SG\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.068598,47.445435]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507389\",\n\"name\":\"Zweilütschinen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.89946,46.633283]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503110\",\n\"name\":\"Rapperswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.816697,47.224637]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501111\",\n\"name\":\"Essert-Pittet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.579815,46.727141]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508202\",\n\"name\":\"Konolfingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.621105,46.880578]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503109\",\n\"name\":\"Feldbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.782644,47.238947]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507382\",\n\"name\":\"Burglauenen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.975361,46.636027]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503128\",\n\"name\":\"Dübendorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.623843,47.400053]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504078\",\n\"name\":\"Le Pâquier-Montbarry\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.059769,46.594951]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506124\",\n\"name\":\"Güttingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.29285,47.608308]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507493\",\n\"name\":\"Interlaken West\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.851199,46.681918]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502030\",\n\"name\":\"Seon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.158806,47.346401]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500322\",\n\"name\":\"Laufenburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.061419,47.5598]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507373\",\n\"name\":\"Wengernalp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.938874,46.575499]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503233\",\n\"name\":\"Schwanden GL\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.07729,46.996869]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509167\",\n\"name\":\"Trin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.360127,46.816675]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502112\",\n\"name\":\"Schönenwerd SO\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.999704,47.371308]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509356\",\n\"name\":\"Ospizio Bernina\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.020625,46.407734]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507002\",\n\"name\":\"Ostermundigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.481893,46.955896]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501387\",\n\"name\":\"Les Cases\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.998739,46.456979]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500203\",\n\"name\":\"Bettlach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.428559,47.195052]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509198\",\n\"name\":\"Preda\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.777243,46.588221]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508008\",\n\"name\":\"Herzogenbuchsee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.700922,47.188514]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507290\",\n\"name\":\"Zweisimmen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.375268,46.553134]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500205\",\n\"name\":\"Bellach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.495068,47.208424]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509180\",\n\"name\":\"Felsberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.481434,46.843195]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501507\",\n\"name\":\"St-Léonard\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.419635,46.251402]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500027\",\n\"name\":\"Gelterkinden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.847122,47.465947]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504074\",\n\"name\":\"Grandvillard\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.073112,46.543998]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508052\",\n\"name\":\"Bern Tiefenau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.450118,46.972671]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500221\",\n\"name\":\"Büren an der Aare\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.370583,47.138077]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503121\",\n\"name\":\"Rüti ZH\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.854961,47.260283]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506374\",\n\"name\":\"Sternen bei Teufen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.37477,47.389701]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504122\",\n\"name\":\"Granges-Marnand\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.89398,46.758295]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505473\",\n\"name\":\"Ponte Brolla\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.753552,46.185572]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509414\",\n\"name\":\"Walenstadt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.312686,47.119624]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506179\",\n\"name\":\"Lüdem\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.90202,47.542026]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502300\",\n\"name\":\"Zug Postplatz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.517057,47.168075]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504100\",\n\"name\":\"Fribourg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.151087,46.803493]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508267\",\n\"name\":\"Ramsei\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.709927,46.996783]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506395\",\n\"name\":\"Häggenschwil-Winden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.358776,47.503894]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503004\",\n\"name\":\"Zürich Tiefenbrunnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.561662,47.350067]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506298\",\n\"name\":\"Krummenau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.168129,47.248936]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014466\",\n\"name\":\"Bad Säckingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.950125,47.556872]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501563\",\n\"name\":\"Les Marécottes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.011524,46.112311]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504040\",\n\"name\":\"Corseaux-Cornalles\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.819106,46.472061]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516450\",\n\"name\":\"Unterkulm Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.113159,47.314809]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503410\",\n\"name\":\"Rietheim\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.277717,47.600592]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530011\",\n\"name\":\"Les Coeudres-Est\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.789626,47.028883]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501260\",\n\"name\":\"Gilamont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.852356,46.47124]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506211\",\n\"name\":\"Arnegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.251838,47.441771]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501465\",\n\"name\":\"Val-d'Illiez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.893126,46.203646]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509077\",\n\"name\":\"Davos Monstein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.760149,46.716058]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502271\",\n\"name\":\"Wohlen Oberdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.285201,47.346902]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504013\",\n\"name\":\"Chexbres-Village\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.77858,46.48108]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509157\",\n\"name\":\"Arosa\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.679353,46.779372]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508081\",\n\"name\":\"Burgdorf Steinhof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.618579,47.05185]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507000\",\n\"name\":\"Bern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.435572,46.948249]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504063\",\n\"name\":\"Semsales\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.926863,46.573775]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501509\",\n\"name\":\"Sierre/Siders\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.531778,46.291595]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507555\",\n\"name\":\"Wengwald\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.913549,46.60926]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503224\",\n\"name\":\"Bilten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.030371,47.152095]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503053\",\n\"name\":\"Zürich Schweighof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.503735,47.364954]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509252\",\n\"name\":\"Celerina\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.858572,46.513918]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507076\",\n\"name\":\"Belp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.497771,46.890017]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502128\",\n\"name\":\"Holderbank AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.166156,47.429267]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507495\",\n\"name\":\"Leissigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.775945,46.655727]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500124\",\n\"name\":\"St-Ursanne\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.166434,47.367604]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504108\",\n\"name\":\"Bern Ausserholligen SBB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.413084,46.948696]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501403\",\n\"name\":\"St-Maurice\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.002009,46.216517]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504285\",\n\"name\":\"Couvet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.635216,46.922844]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501116\",\n\"name\":\"Vufflens-la-Ville\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.530608,46.576074]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504392\",\n\"name\":\"Les Brenets\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.707408,47.067023]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508303\",\n\"name\":\"Oberried am Brienzersee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.958949,46.73699]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504134\",\n\"name\":\"Payerne\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.940375,46.819767]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508151\",\n\"name\":\"Langenthal Gaswerk\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.786698,47.218698]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503501\",\n\"name\":\"Döttingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.256699,47.575064]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504066\",\n\"name\":\"Vuadens-Sud\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.019971,46.618038]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8515993\",\n\"name\":\"Baar Lindenpark\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.517071,47.183862]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503102\",\n\"name\":\"Erlenbach ZH\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.591563,47.306037]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503290\",\n\"name\":\"Biberegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.669631,47.09391]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501006\",\n\"name\":\"Meyrin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.084895,46.222402]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501683\",\n\"name\":\"Stalden-Saas\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.87079,46.231915]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509260\",\n\"name\":\"Cinuos-chel-Brail\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.021724,46.638185]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501367\",\n\"name\":\"Jaman\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.976498,46.441202]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509255\",\n\"name\":\"Pontresina\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.895896,46.491255]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509366\",\n\"name\":\"Brusio\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.125719,46.259278]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501163\",\n\"name\":\"Prilly-Chasseur\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.605132,46.544395]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501580\",\n\"name\":\"Etiez\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.163081,46.082695]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501727\",\n\"name\":\"La Clairière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.06784,46.288565]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504132\",\n\"name\":\"Estavayer-le-Lac\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.841953,46.844141]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500087\",\n\"name\":\"Waldenburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.748864,47.387939]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508253\",\n\"name\":\"Heimberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.606002,46.790683]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501055\",\n\"name\":\"Les Pralies\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.139,46.448499]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509353\",\n\"name\":\"Morteratsch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.940227,46.450614]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501303\",\n\"name\":\"Villeneuve\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.927243,46.398709]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501229\",\n\"name\":\"Monthey-En Place\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.946151,46.259871]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504194\",\n\"name\":\"Laupen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.237818,46.902789]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500135\",\n\"name\":\"Pontenet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.254365,47.238627]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501015\",\n\"name\":\"Tannay\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.181636,46.307982]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503115\",\n\"name\":\"Schmerikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.944642,47.22496]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508085\",\n\"name\":\"Aefligen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.560532,47.095093]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508181\",\n\"name\":\"Langenthal Süd\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.780726,47.203605]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504007\",\n\"name\":\"Moreillon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.78566,46.508442]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504030\",\n\"name\":\"Villars-sur-Glâne\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.116323,46.789816]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501376\",\n\"name\":\"Chamby\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.913266,46.449571]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503078\",\n\"name\":\"Waldburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.592906,47.345522]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508292\",\n\"name\":\"Hüswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.906185,47.128911]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501099\",\n\"name\":\"L'Isle-Mont-la-Ville\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.410923,46.617274]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500081\",\n\"name\":\"Altmarkt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.74459,47.476498]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500080\",\n\"name\":\"Talhaus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.749853,47.450986]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501230\",\n\"name\":\"Glion-Alpes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.924151,46.432664]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508212\",\n\"name\":\"Hasle LU\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.046713,46.978123]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504072\",\n\"name\":\"Albeuve\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.055396,46.518059]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507288\",\n\"name\":\"Eifeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.642272,46.684037]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503311\",\n\"name\":\"Rümlang\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.532824,47.454075]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504201\",\n\"name\":\"Grandson\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.64204,46.806325]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506368\",\n\"name\":\"Gfeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.456512,47.405405]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508385\",\n\"name\":\"Meiringen MIB\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.186545,46.726101]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502028\",\n\"name\":\"Emmenbrücke Gersag\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.27688,47.07843]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500084\",\n\"name\":\"Hölstein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.770975,47.427416]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505176\",\n\"name\":\"Sedrun\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.76983,46.681138]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506297\",\n\"name\":\"Ebnat-Kappel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.120802,47.263618]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501011\",\n\"name\":\"Les Tuileries\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.147233,46.250096]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500309\",\n\"name\":\"Brugg AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.209288,47.480652]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503203\",\n\"name\":\"Oberrieden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.578727,47.2797]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501012\",\n\"name\":\"Creux-de-Genthod\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.160688,46.263069]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509059\",\n\"name\":\"Grüsch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.645693,46.980639]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504382\",\n\"name\":\"Le Reymond\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.844118,47.086767]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501153\",\n\"name\":\"Le Lieu\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.283137,46.646788]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500288\",\n\"name\":\"Oberbipp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.660736,47.259854]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501665\",\n\"name\":\"Münster VS\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.265665,46.485378]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503134\",\n\"name\":\"Bauma\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.878771,47.369]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502179\",\n\"name\":\"Mittelmuhen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.055236,47.33376]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503070\",\n\"name\":\"Emmat\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.70224,47.292491]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503090\",\n\"name\":\"Zürich Selnau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.532129,47.372956]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501686\",\n\"name\":\"Herbriggen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.791397,46.132104]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508456\",\n\"name\":\"Pilatus Kulm\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.255881,46.97937]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503126\",\n\"name\":\"Nänikon-Greifensee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.685666,47.3697]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505467\",\n\"name\":\"S. Martino\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.774141,46.171026]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501394\",\n\"name\":\"Château-d'Oex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.132069,46.474861]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506209\",\n\"name\":\"Flawil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.188859,47.415834]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504023\",\n\"name\":\"Romont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.911827,46.693574]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507095\",\n\"name\":\"Schwarzwasserbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.362307,46.862732]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501391\",\n\"name\":\"La Tine\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.046436,46.467094]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507293\",\n\"name\":\"Oberwil im Simmental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.435424,46.656044]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502209\",\n\"name\":\"Oberrieden Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.577871,47.27674]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504070\",\n\"name\":\"Montbovon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.043091,46.486487]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503211\",\n\"name\":\"Altendorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.822773,47.194094]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506206\",\n\"name\":\"Wil SG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.042024,47.462188]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506294\",\n\"name\":\"Brunnadern-Neckertal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.130332,47.337925]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501365\",\n\"name\":\"Crêt-d'y-Bau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.955523,46.435231]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506385\",\n\"name\":\"Rietli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.488191,47.360419]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506143\",\n\"name\":\"Münsterlingen Spital\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.236214,47.63204]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504463\",\n\"name\":\"Täuffelen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.198576,47.066686]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508100\",\n\"name\":\"Langenthal\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.784324,47.217059]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501483\",\n\"name\":\"Leysin-Grand-Hôtel\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.008738,46.345416]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508352\",\n\"name\":\"Brienzer Rothorn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.03901,46.787378]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8101243\",\n\"name\":\"Schaan-Vaduz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.508182,47.1687]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509195\",\n\"name\":\"Filisur\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.681905,46.675193]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516155\",\n\"name\":\"Lancy-Pont-Rouge\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.125609,46.184817]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505494\",\n\"name\":\"Intragna\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.701971,46.177659]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504068\",\n\"name\":\"Epagny\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.072181,46.604293]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501687\",\n\"name\":\"Randa\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.7814,46.099886]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505163\",\n\"name\":\"Realp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.503633,46.598938]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505394\",\n\"name\":\"Bioggio\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.90913,46.012034]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508305\",\n\"name\":\"Brienz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.039367,46.754758]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500300\",\n\"name\":\"Kaiseraugst\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.725079,47.53892]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504234\",\n\"name\":\"Chambrelien\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.812761,46.967502]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503288\",\n\"name\":\"Wollerau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.724908,47.195607]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504215\",\n\"name\":\"Travers\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.674129,46.941534]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502247\",\n\"name\":\"Birr\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.217411,47.436453]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503096\",\n\"name\":\"Adliswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.524049,47.311837]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506215\",\n\"name\":\"Bischofszell Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.234997,47.501086]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504381\",\n\"name\":\"La Chaux-de-Fonds-Grenier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.833367,47.099916]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503503\",\n\"name\":\"Turgi\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.253545,47.491655]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509360\",\n\"name\":\"Privilasco\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.054951,46.337885]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508396\",\n\"name\":\"Grafenort\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.371508,46.868891]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501475\",\n\"name\":\"Les Echenards\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.096741,46.354038]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502185\",\n\"name\":\"Bremgarten Isenlauf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.34138,47.346009]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508153\",\n\"name\":\"Aarwangen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.769647,47.2411]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509415\",\n\"name\":\"Mols\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.276841,47.112942]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509199\",\n\"name\":\"Spinas\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.845269,46.559821]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500320\",\n\"name\":\"Stein-Säckingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.949232,47.541398]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509407\",\n\"name\":\"Weite\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.502957,47.093139]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507067\",\n\"name\":\"Deisswil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.514226,46.95722]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014458\",\n\"name\":\"Grenzach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.658708,47.551045]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508061\",\n\"name\":\"Fraubrunnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.522255,47.086159]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507496\",\n\"name\":\"Faulensee\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.697383,46.67377]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504482\",\n\"name\":\"Gampelen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.057597,47.009364]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504296\",\n\"name\":\"Six-Fontaines\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.498704,46.774378]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504412\",\n\"name\":\"Schüpfen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.386379,47.041669]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505498\",\n\"name\":\"Borgnone-Cadanza\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.610625,46.154704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503205\",\n\"name\":\"Au ZH\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.644305,47.246955]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504062\",\n\"name\":\"Châtel-St-Denis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.898101,46.525397]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530463\",\n\"name\":\"En Charnet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.88775,46.198501]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501378\",\n\"name\":\"Allières\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.007945,46.469671]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504025\",\n\"name\":\"Chénens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.000145,46.749002]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508057\",\n\"name\":\"Schönbühl RBS\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.497649,47.020555]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503301\",\n\"name\":\"Pfäffikon ZH\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.785709,47.366804]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508086\",\n\"name\":\"Utzenstorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.553453,47.129775]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504021\",\n\"name\":\"Vauderens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.850355,46.621667]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501605\",\n\"name\":\"Visp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.882172,46.294131]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508080\",\n\"name\":\"Oberburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.629301,47.039743]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505307\",\n\"name\":\"Chiasso\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.030686,45.832352]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504228\",\n\"name\":\"Twann\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.156847,47.093594]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501361\",\n\"name\":\"Toveyre\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.928021,46.427895]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504103\",\n\"name\":\"Flamatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.32203,46.888074]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508309\",\n\"name\":\"Brünig-Hasliberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.138015,46.757669]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500031\",\n\"name\":\"Diepflingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.837821,47.449619]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501368\",\n\"name\":\"La Perche\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.975081,46.436491]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505000\",\n\"name\":\"Luzern\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.310403,47.048306]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501689\",\n\"name\":\"Zermatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.747727,46.024393]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504295\",\n\"name\":\"Baulmes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.523773,46.788579]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503112\",\n\"name\":\"Kempraten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.81416,47.238422]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506004\",\n\"name\":\"Kollbrunn\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.773982,47.458388]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503127\",\n\"name\":\"Schwerzenbach ZH\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.656903,47.385191]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506168\",\n\"name\":\"Tägerschen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.024657,47.509233]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8588193\",\n\"name\":\"Gryon Bois-Gentil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.067521,46.278309]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501060\",\n\"name\":\"La Cure\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.073601,46.465256]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503425\",\n\"name\":\"Feuerthalen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.646943,47.691821]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502021\",\n\"name\":\"Emmenbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.281302,47.071542]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501377\",\n\"name\":\"Les Avants\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.943601,46.454079]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508211\",\n\"name\":\"Schüpfheim\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.015272,46.950913]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509268\",\n\"name\":\"Scuol-Tarasp\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.286308,46.793818]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014428\",\n\"name\":\"Weil am Rhein\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.611463,47.598782]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501493\",\n\"name\":\"La Barboleuse\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.070238,46.283338]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506126\",\n\"name\":\"Münsterlingen-Scherzingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.227082,47.633549]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503077\",\n\"name\":\"Spital Zollikerberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.597645,47.347382]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504400\",\n\"name\":\"Kerzers\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.192446,46.974374]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502176\",\n\"name\":\"Reinach AG Mitte\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.183512,47.254263]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506135\",\n\"name\":\"Berlingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.023794,47.672601]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509150\",\n\"name\":\"Chur Stadt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.531336,46.855385]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503238\",\n\"name\":\"Rüti GL\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.012144,46.934515]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501471\",\n\"name\":\"Plambuit\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.02366,46.32712]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503511\",\n\"name\":\"Neuenhof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.331326,47.450669]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508084\",\n\"name\":\"Kirchberg-Alchenflüh\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.579706,47.083557]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503066\",\n\"name\":\"Zumikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.623694,47.331411]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8515996\",\n\"name\":\"Hünenberg Zythus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.450289,47.173827]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502206\",\n\"name\":\"Baar\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.522553,47.195244]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502191\",\n\"name\":\"Binzenhof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.05067,47.382113]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507287\",\n\"name\":\"Burgholz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.60605,46.666609]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500184\",\n\"name\":\"La Chaux-de-Fonds-Est\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.837289,47.103759]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503421\",\n\"name\":\"Jestetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.573303,47.654536]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501402\",\n\"name\":\"Bex\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.000694,46.250965]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516270\",\n\"name\":\"Arbon Seemoosriet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.424318,47.521501]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503287\",\n\"name\":\"Burghalden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.692709,47.208692]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501492\",\n\"name\":\"Gryon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.059874,46.273642]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501725\",\n\"name\":\"Versmont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.006885,46.341514]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500090\",\n\"name\":\"Basel Bad Bf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.606703,47.569299]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509368\",\n\"name\":\"Campocologno\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[10.14203,46.233146]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506185\",\n\"name\":\"Oppikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.06212,47.552145]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501469\",\n\"name\":\"Les Fontanelles\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.045412,46.343076]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504017\",\n\"name\":\"Châtillens\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.813804,46.571446]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500329\",\n\"name\":\"Koblenz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.227008,47.600255]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505305\",\n\"name\":\"Mendrisio\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.979014,45.869601]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503408\",\n\"name\":\"Rekingen AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.327446,47.570136]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504115\",\n\"name\":\"Thörishaus Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.351752,46.893498]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501266\",\n\"name\":\"Château-de-Blonay\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.89283,46.467897]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504204\",\n\"name\":\"Vaumarcus\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.757479,46.877509]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500173\",\n\"name\":\"Les Breuleux\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.00556,47.210865]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502122\",\n\"name\":\"Kölliken Oberdorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.021074,47.325276]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502033\",\n\"name\":\"Birrwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.198933,47.287948]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530789\",\n\"name\":\"Bioggio Molinazzo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.91473,46.011888]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502169\",\n\"name\":\"Menziken\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.189193,47.241094]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504316\",\n\"name\":\"Le Locle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.745825,47.057763]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503057\",\n\"name\":\"Uetliberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.487677,47.35222]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506383\",\n\"name\":\"Hebrig\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.464875,47.361875]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500104\",\n\"name\":\"Court\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.342412,47.240705]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501199\",\n\"name\":\"La Roulaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.004191,46.337392]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500116\",\n\"name\":\"Duggingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.603382,47.453453]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505069\",\n\"name\":\"Rigi Kulm\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.484684,47.055235]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501087\",\n\"name\":\"Mauraz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.429558,46.58491]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504217\",\n\"name\":\"Champ-du-Moulin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.772631,46.959935]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506366\",\n\"name\":\"Speicher\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.443138,47.410614]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504224\",\n\"name\":\"Cressier NE\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.039869,47.051914]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500033\",\n\"name\":\"Rümlingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.850696,47.425505]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500113\",\n\"name\":\"Laufen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.502683,47.419168]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507064\",\n\"name\":\"Vechigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.556507,46.946975]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501058\",\n\"name\":\"La Joy-Clinique\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.216688,46.446394]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504209\",\n\"name\":\"Colombier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.847644,46.966743]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508308\",\n\"name\":\"Meiringen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.182589,46.727584]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504419\",\n\"name\":\"Biel Mett\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.276645,47.147895]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501666\",\n\"name\":\"Reckingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.243937,46.468415]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507376\",\n\"name\":\"Grindelwald Grund\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.023148,46.622838]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504142\",\n\"name\":\"Trey\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.916099,46.780033]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505217\",\n\"name\":\"Mezzovico\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.928602,46.094452]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501110\",\n\"name\":\"Ependes\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.607538,46.746526]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503429\",\n\"name\":\"Schlattingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.770733,47.666596]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505173\",\n\"name\":\"Tschamut-Selva\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.709299,46.656953]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509078\",\n\"name\":\"Davos Wiesen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.716847,46.69581]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503097\",\n\"name\":\"Langnau-Gattikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.543965,47.286821]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507274\",\n\"name\":\"Blankenburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.385268,46.541104]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500034\",\n\"name\":\"Buckten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.847931,47.408938]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509072\",\n\"name\":\"Davos Dorf\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.842283,46.809743]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500136\",\n\"name\":\"Basel Dreispitz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.608875,47.537997]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530378\",\n\"name\":\"Les Neys\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.924164,46.234279]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504293\",\n\"name\":\"Essert-sous-Champvent\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.579853,46.795295]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530009\",\n\"name\":\"Basel SBB Gleise 30-35\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.587041,47.547831]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014482\",\n\"name\":\"Wilchingen-Hallau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.463962,47.679432]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500266\",\n\"name\":\"Corcelles BE\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.450351,47.285682]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508068\",\n\"name\":\"Biberist RBS\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.554859,47.182726]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505470\",\n\"name\":\"Locarno FART\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.802711,46.172663]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503200\",\n\"name\":\"Kilchberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.547817,47.324628]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504317\",\n\"name\":\"Le Locle-Col-des-Roches\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.726082,47.049789]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500103\",\n\"name\":\"Sorvilier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.30583,47.239346]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504010\",\n\"name\":\"La Conversion\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.678894,46.512491]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504075\",\n\"name\":\"Enney\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.08524,46.565491]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503404\",\n\"name\":\"Rafz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.543301,47.603584]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507552\",\n\"name\":\"Brandegg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.011185,46.609027]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502105\",\n\"name\":\"Othmarsingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.214737,47.407599]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500083\",\n\"name\":\"Lampenberg-Ramlinsburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.761125,47.442365]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502278\",\n\"name\":\"Reppischhof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.396282,47.384695]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504310\",\n\"name\":\"St-Imier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.002478,47.151982]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508271\",\n\"name\":\"Grünenmatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.724004,47.00856]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501286\",\n\"name\":\"Ondallaz-L'Alliaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.913831,46.47316]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501094\",\n\"name\":\"Apples\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.423465,46.550868]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507009\",\n\"name\":\"Uttigen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.58262,46.794394]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503409\",\n\"name\":\"Bad Zurzach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.296406,47.587765]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503059\",\n\"name\":\"Zürich Stadelhofen FB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.548184,47.366416]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506017\",\n\"name\":\"Wiesendangen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.77729,47.527163]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503201\",\n\"name\":\"Rüschlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.555014,47.306927]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506016\",\n\"name\":\"Oberwinterthur\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.760621,47.507862]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530801\",\n\"name\":\"Aareschlucht Ost MIB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.218128,46.711829]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501370\",\n\"name\":\"Glion\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.925099,46.431498]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509070\",\n\"name\":\"Davos Laret\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.874738,46.848555]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502217\",\n\"name\":\"Mühlau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.388325,47.224998]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502180\",\n\"name\":\"Muhen Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.052361,47.343796]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503095\",\n\"name\":\"Sood-Oberleimbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.521504,47.319426]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508210\",\n\"name\":\"Escholzmatt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.936596,46.915183]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503295\",\n\"name\":\"Wilen bei Wollerau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.734079,47.19769]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503226\",\n\"name\":\"Nieder- und Oberurnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.062676,47.122314]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506014\",\n\"name\":\"Elgg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.863554,47.498662]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506139\",\n\"name\":\"Stein am Rhein\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.854975,47.655939]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504137\",\n\"name\":\"Léchelles\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.011081,46.828591]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507003\",\n\"name\":\"Gümligen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.505317,46.934324]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501281\",\n\"name\":\"Blonay\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.895636,46.465869]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504307\",\n\"name\":\"Courtelary\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.068309,47.175529]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507384\",\n\"name\":\"Lauterbrunnen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.907999,46.59838]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505398\",\n\"name\":\"Ponte Tresa\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.860402,45.969996]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501115\",\n\"name\":\"Cossonay\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.523784,46.606175]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505404\",\n\"name\":\"Cadenazzo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.943294,46.15264]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501397\",\n\"name\":\"Rougemont\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.209068,46.488555]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506019\",\n\"name\":\"Islikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.853313,47.549782]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506282\",\n\"name\":\"Zürchersmühle\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.29202,47.330618]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509250\",\n\"name\":\"Bever\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.888371,46.549594]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501105\",\n\"name\":\"Bretonnières\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.474714,46.715262]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503428\",\n\"name\":\"Diessenhofen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.752633,47.685223]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507066\",\n\"name\":\"Stettlen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.524342,46.956826]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509076\",\n\"name\":\"Davos Glaris\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.779577,46.744945]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502165\",\n\"name\":\"Zetzwil\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.152906,47.282296]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503221\",\n\"name\":\"Siebnen-Wangen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.90189,47.182797]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503235\",\n\"name\":\"Leuggelbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.047024,46.975993]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503237\",\n\"name\":\"Diesbach-Betschwanden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.0243,46.946313]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516351\",\n\"name\":\"Kriens Mattenhof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.302306,47.026841]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8509411\",\n\"name\":\"Sargans\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.445234,47.044926]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8507279\",\n\"name\":\"Lenk im Simmental\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.44377,46.458195]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501453\",\n\"name\":\"La Cour\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.886603,46.194088]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508255\",\n\"name\":\"Oberdiessbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.617674,46.839007]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8519370\",\n\"name\":\"Bernina Diavolezza\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.982187,46.441824]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506283\",\n\"name\":\"Urnäsch\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.285993,47.318245]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504077\",\n\"name\":\"Gruyères\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.073109,46.582985]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502225\",\n\"name\":\"Mettmenstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.456788,47.244977]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502020\",\n\"name\":\"Rothenburg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.247505,47.089102]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503088\",\n\"name\":\"Zürich HB SZU\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.538023,47.377849]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500272\",\n\"name\":\"Solothurn Sternen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.544261,47.211852]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500284\",\n\"name\":\"Hinteres Riedholz\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.584775,47.235293]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8500313\",\n\"name\":\"Rheinfelden Augarten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.768201,47.545868]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502123\",\n\"name\":\"Buchs AG\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.072814,47.381966]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505202\",\n\"name\":\"Ambrì-Piotta\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.686038,46.511833]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505205\",\n\"name\":\"Lavorgo\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.839762,46.44052]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505412\",\n\"name\":\"Riazzino\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.898773,46.172897]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508168\",\n\"name\":\"Roggwil Buchägerten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.831663,47.235886]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508173\",\n\"name\":\"Roggwil Schmitten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.814976,47.237459]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508191\",\n\"name\":\"Roggwil Mumenthal\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.793727,47.236955]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508192\",\n\"name\":\"Bannwil Kleben\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.753537,47.246665]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508193\",\n\"name\":\"Aarwangen Vorstadt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.771373,47.237357]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517010\",\n\"name\":\"Riehen Niederholz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.634281,47.569817]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517112\",\n\"name\":\"Walchwil Hörndli\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.505135,47.108209]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517131\",\n\"name\":\"Pratteln Salina Raurica\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.710111,47.530624]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517527\",\n\"name\":\"Zug Casino\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.514739,47.162029]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518100\",\n\"name\":\"St. Gallen Birnbäumen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.39343,47.425945]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8594258\",\n\"name\":\"Langenthal Industrie Nord\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.78693,47.228765]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8774203\",\n\"name\":\"Ambilly\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.224805,46.194477]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8774543\",\n\"name\":\"Saint-Julien-en-Genevois\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.085486,46.14198]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8774549\",\n\"name\":\"Annemasse\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.236185,46.199403]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8774592\",\n\"name\":\"\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.166546,46.201453]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014472\",\n\"name\":\"Dogern (D)\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.167461,47.609083]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501552\",\n\"name\":\"\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.946315,46.066947]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530832\",\n\"name\":\"\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.935276,46.065877]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014427\",\n\"name\":\"Weil am Rhein\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.610097,47.597033]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8060978\",\n\"name\":\"Weil am Rhein-Gartenstadt\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.616351,47.58875]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8060979\",\n\"name\":\"Weil am Rhein-Pfädlistrasse\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.626781,47.589098]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8069220\",\n\"name\":\"Lörrach-Dammstrasse\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.652062,47.597514]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505405\",\n\"name\":\"Quartino\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.887403,46.151266]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505406\",\n\"name\":\"Magadino-Vira\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.85159,46.145602]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505407\",\n\"name\":\"S. Nazzaro\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.807156,46.135106]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505408\",\n\"name\":\"Ranzo-S. Abbondio\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.77643,46.117031]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505410\",\n\"name\":\"Gerra (Gambarogno)\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.78493,46.122081]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8505862\",\n\"name\":\"Pino-Tronzano\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.736986,46.098576]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501447\",\n\"name\":\"Roches Grises\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.060487,46.293468]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504019\",\n\"name\":\"Bressonnaz\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.791184,46.653505]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517484\",\n\"name\":\"Aigle-Parc Aventure\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.986065,46.315314]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517485\",\n\"name\":\"Sur-le-Buis\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.104894,46.352171]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518452\",\n\"name\":\"Prilly-Malley\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.602764,46.526839]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530066\",\n\"name\":\"Grand-Moulin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.023339,46.252708]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530067\",\n\"name\":\"Les Salines\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.026653,46.254553]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8593772\",\n\"name\":\"Gryon-Chalméry\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.05129,46.27361]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8593467\",\n\"name\":\"Pont de Fayot\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.903562,46.21888]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8593775\",\n\"name\":\"Les Nicolets\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.119368,46.35457]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8593776\",\n\"name\":\"Plan Morier\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.129119,46.353561]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8593773\",\n\"name\":\"Les Bovets\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.141844,46.355345]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8593774\",\n\"name\":\"La Faverge\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.147105,46.355037]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503006\",\n\"name\":\"Zürich Oerlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.543935,47.411911]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503006\",\n\"name\":\"Zürich Oerlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.543952,47.411867]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503006\",\n\"name\":\"Zürich Oerlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.544011,47.411789]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503006\",\n\"name\":\"Zürich Oerlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.544032,47.411749]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503006\",\n\"name\":\"Zürich Oerlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.544092,47.41166]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503006\",\n\"name\":\"Zürich Oerlikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.544112,47.411621]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503310\",\n\"name\":\"Glattbrugg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.558871,47.430514]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503310\",\n\"name\":\"Glattbrugg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.558981,47.430556]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503340\",\n\"name\":\"Opfikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.561861,47.430244]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503340\",\n\"name\":\"Opfikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.561946,47.430229]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503309\",\n\"name\":\"Kloten Balsberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.570857,47.442271]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503308\",\n\"name\":\"Kloten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.583552,47.448353]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503308\",\n\"name\":\"Kloten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.58363,47.448269]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503129\",\n\"name\":\"Wallisellen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.592278,47.412512]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503129\",\n\"name\":\"Wallisellen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.592239,47.412427]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503015\",\n\"name\":\"Zürich Wipkingen\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.529021,47.391746]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503007\",\n\"name\":\"Zürich Seebach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.544043,47.418623]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014429\",\n\"name\":\"Weil am Rhein-Ost\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.63479,47.590628]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8014465\",\n\"name\":\"Wehr-Brennet\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.910074,47.581873]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8069221\",\n\"name\":\"Lörrach Museum/Burghof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.66135,47.608192]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8501306\",\n\"name\":\"Chamby-Musée\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.912399,46.453825]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503083\",\n\"name\":\"Zürich Römerhof\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.560697,47.368307]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503084\",\n\"name\":\"Zürich Dolder\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.574531,47.373197]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504325\",\n\"name\":\"Colombier NE Littorail\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.86543,46.965877]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504398\",\n\"name\":\"Neuchâtel,Place Pury Littorail\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.928193,46.989411]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504509\",\n\"name\":\"Neuchâtel, Port-de-Serrières\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.904884,46.980916]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504510\",\n\"name\":\"Auvernier Littorail\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.878923,46.974237]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8504511\",\n\"name\":\"Boudry TN\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.838957,46.949589]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8506351\",\n\"name\":\"Ruderbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.595436,47.461111]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8508321\",\n\"name\":\"Luzern Allmend/Messe\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.303309,47.035076]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8516174\",\n\"name\":\"Genève-Stade\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.126058,46.176732]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518459\",\n\"name\":\"Steinhausen Rigiblick\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.479695,47.187893]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518690\",\n\"name\":\"Niederbipp Industrie\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.703171,47.278639]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530708\",\n\"name\":\"Neuchâtel, Evole\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.923383,46.989681]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530709\",\n\"name\":\"Neuchâtel, Champ-Bougin\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.912282,46.984557]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530710\",\n\"name\":\"Neuchâtel, Serrières Ruau\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.897099,46.980089]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530711\",\n\"name\":\"Colombier NE Allées Littorail\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.869511,46.968071]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530712\",\n\"name\":\"Colombier NE, Les Chézards\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.863956,46.960843]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530713\",\n\"name\":\"Boudry, Tuilière\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.842867,46.951468]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8578590\",\n\"name\":\"Ebnat, Kappel\",\n\"type\":\"disabled\",\n\"rules\":\"\",\n\"platform\":\"\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[9.120465,47.263927]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8591394\",\n\"name\":\"Zürich, Titlisstrasse\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.564598,47.370886]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8591421\",\n\"name\":\"Zürich, Waldhaus Dolder\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.568895,47.373457]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8594231\",\n\"name\":\"Areuse Les Isles Littorail\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.848521,46.954227]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8595245\",\n\"name\":\"Areuse Littorail\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[6.852818,46.954551]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518243\",\n\"name\":\"Beringerfeld\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.592644,47.695307]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518475\",\n\"name\":\"Mendrisio S. Martino\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.983028,45.877652]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518749\",\n\"name\":\"Lyss Grien\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.296625,47.073038]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518771\",\n\"name\":\"Biel/Bienne Bözingenfeld/Champ\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.294584,47.15839]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8518963\",\n\"name\":\"Solothurn Allmend\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[7.521427,47.208874]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530799\",\n\"name\":\"Meiringen Alpbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.19,46.723187]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8530800\",\n\"name\":\"Innertkirchen Unterwasser\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.225947,46.708283]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.538783,47.377681]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.53881,47.37772]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.538867,47.37782]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.538895,47.377863]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.538956,47.377964]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.538982,47.378007]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539039,47.3781]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.53907,47.378152]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539128,47.378253]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539154,47.378293]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539212,47.378392]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539241,47.378435]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539301,47.378535]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539325,47.378575]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539381,47.378666]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.539402,47.378701]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.540038,47.378543]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503000\",\n\"name\":\"Zürich HB\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.5391,47.377704]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503020\",\n\"name\":\"Zürich Hardbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.517394,47.385304]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503020\",\n\"name\":\"Zürich Hardbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.517333,47.385221]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503020\",\n\"name\":\"Zürich Hardbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.517278,47.385137]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503020\",\n\"name\":\"Zürich Hardbrücke\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.517218,47.385062]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503001\",\n\"name\":\"Zürich Altstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.488982,47.391637]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503001\",\n\"name\":\"Zürich Altstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.489039,47.391736]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503001\",\n\"name\":\"Zürich Altstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.489083,47.391815]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503001\",\n\"name\":\"Zürich Altstetten\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.489127,47.391899]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503011\",\n\"name\":\"Zürich Wiedikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.523315,47.371428]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503011\",\n\"name\":\"Zürich Wiedikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.523441,47.371504]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502186\",\n\"name\":\"Dietikon Stoffelbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.398848,47.393318]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8502270\",\n\"name\":\"Bergfrieden\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.398838,47.397366]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8517376\",\n\"name\":\"Dietikon Schöneggstrasse\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.400932,47.401988]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503508\",\n\"name\":\"Dietikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.405138,47.405866]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503508\",\n\"name\":\"Dietikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.405262,47.405899]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503508\",\n\"name\":\"Dietikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.405319,47.405912]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503508\",\n\"name\":\"Dietikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.405442,47.40594]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503508\",\n\"name\":\"Dietikon\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.40536,47.404769]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503512\",\n\"name\":\"Glanzenberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.420288,47.398862]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503512\",\n\"name\":\"Glanzenberg\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.420282,47.398835]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503509\",\n\"name\":\"Schlieren\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.446947,47.399376]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503509\",\n\"name\":\"Schlieren\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.446966,47.399284]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503506\",\n\"name\":\"Killwangen-Spreitenbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.354324,47.433584]\n}\n},{\n\"type\":\"Feature\",\n\"properties\":{\n\"station_id\":\"8503506\",\n\"name\":\"Killwangen-Spreitenbach\"\n},\n\"geometry\":{\n\"type\":\"Point\",\n\"coordinates\":[8.354297,47.433544]\n}\n}]\n}"
  },
  {
    "path": "api/inc/config.json",
    "content": "{\n  \"SERVER_TIMEZONE\": \"Europe/Zurich\"\n}"
  },
  {
    "path": "api/inc/controllers/geojson.php",
    "content": "<?php\ndefine('APP_FOLDER_PATH', dirname(__FILE__) . '/../..');\ninclude(APP_FOLDER_PATH . '/inc/init.php');\n\nif (isset($_GET['file'])) {\n    $file = APP_FOLDER_PATH . '/geojson/' . $_GET['file'];\n    if (file_exists($file)) {\n        $json = file_get_contents($file);\n    } else {\n        error_log('GeoJSON error: ' . $file . ' not found !');\n        $json = array(\n            'error' => 'Cannot load ' . $_GET['file'] . ' !'\n        );\n    }\n} else {\n    $json = array(\n        'error' => 'Missing file parameter, i.e. file=stations.geojson'\n    );\n}\n\nJsonView::dump($json);"
  },
  {
    "path": "api/inc/controllers/trips.php",
    "content": "<?php\ndefine('APP_FOLDER_PATH', dirname(__FILE__) . '/../..');\ninclude(APP_FOLDER_PATH . '/inc/init.php');\n\n$trip_rows = GTFS::getTripsByMinute($_GET['hhmm']);\nJsonView::dump($trip_rows);"
  },
  {
    "path": "api/inc/init.php",
    "content": "<?php\n\n// Add a \"production mode\" based on localhost ?\nini_set('display_errors', 1);\nerror_reporting(E_ALL);\n\n$api_config_file = dirname(__FILE__) . '/config.json';\n$api_config = json_decode(file_get_contents($api_config_file), 1);\n\nini_set('date.timezone', $api_config['SERVER_TIMEZONE']);\n\ninclude(APP_FOLDER_PATH . '/inc/models/db.php');\ninclude(APP_FOLDER_PATH . '/inc/models/gtfs.php');\ninclude(APP_FOLDER_PATH . '/inc/views/json.php');\n"
  },
  {
    "path": "api/inc/models/db.php",
    "content": "<?php\n\nclass DB {\n    private static $db = null;\n    private static $use_file_cache = false;\n    \n    private static function getDB() {\n        if (is_null(self::$db)) {\n            $db_path = APP_FOLDER_PATH . '/gtfs-data/gtfs.db';\n            $db = new SQLite3($db_path, SQLITE3_OPEN_READONLY);\n            self::$db = $db;\n        }\n        \n        return self::$db;\n    }\n    \n    private static function getCachedResults($params) {\n        if (self::$use_file_cache === FALSE) {\n            return null;\n        }\n        \n        $params_default = array(\n            'cache_file' => null,\n            'ttl' => null,\n        );\n        $params = array_merge($params_default, $params);\n        \n        if (is_null($params['cache_file'])) {\n            return null;\n        }\n        \n        if (file_exists($params['cache_file'])) {\n            $cache_file = $params['cache_file'];\n            if (is_null($params['ttl'])) {\n                return json_decode(file_get_contents($cache_file), 1);\n            } else {\n                $file_ts = file_ts($cache_file);\n                $now_ts = time();                \n                if ($now_ts < ($file_ts + $params['ttl'])) {\n                    return json_decode(file_get_contents($cache_file), 1);\n                }                \n            }\n        }\n        \n        return null;\n    }\n    \n    private static function parseDBResult($result, $cache_file = null) {\n        $rows = array();\n        while($row = $result->fetchArray(SQLITE3_ASSOC)) {\n            array_push($rows, $row);\n        }\n        \n        if ($cache_file) {\n            self::cacheResults($cache_file, $rows);\n        }\n        \n        return $rows;\n    }\n    \n    private static function checkIfWritable($file) {\n        if (file_exists($file)) {\n            return is_writable($file);\n        } else {\n            return is_writable(dirname($file));\n        }\n        \n        return false;\n    }\n    \n    private static function cacheResults($file, $content) {\n        if (self::$use_file_cache === FALSE) {\n            return null;\n        }\n        \n        if (self::checkIfWritable($file)) {\n            file_put_contents($file, json_encode($content));\n        } else {\n            error_log('DB::cacheResults - no write rights for ' . $file);\n        }\n    }\n    \n    public static function getCalendarRows() {\n        $cache_file = APP_FOLDER_PATH . '/tmp/cache/db/calendar.json';\n        $cached_results = self::getCachedResults(array(\n            'cache_file' => $cache_file\n        ));\n        if ($cached_results) {\n            return $cached_results;\n        }\n        \n        $db = self::getDB();\n        $result = $db->query('SELECT * FROM calendar');\n        $rows = self::parseDBResult($result, $cache_file);\n        return $rows;\n    }\n    \n    public static function getTripsByMinute($hhmm, $service_ids) {\n        $cache_file = APP_FOLDER_PATH . '/tmp/cache/db/trips_' . sha1(implode('', $service_ids)) . '_' . $hhmm . '.json';\n        $cached_results = self::getCachedResults(array(\n            'cache_file' => $cache_file\n        ));\n        if ($cached_results) {\n            return $cached_results;\n        }\n        \n        $db = self::getDB();\n        \n        $hhmm_seconds = substr($hhmm, 0, 2) * 3600 + substr($hhmm, 2) * 60;\n        $hhmm_seconds_midnight = $hhmm_seconds + 24 * 3600;\n        \n        $sql = \"SELECT trip_id, route_short_name, route_long_name, route_color, route_text_color, trip_headsign, shape_id, service_id FROM trips, routes WHERE trips.route_id = routes.route_id AND ((trip_start_seconds < \" . $hhmm_seconds . \" AND trip_end_seconds > \" . $hhmm_seconds . \") OR (trip_start_seconds < \" . $hhmm_seconds_midnight . \" AND trip_end_seconds > \" . $hhmm_seconds_midnight . \"))\";\n        $stmt = $db->prepare($sql);\n        $result = $stmt->execute();\n        \n        $rows = array();\n        while($row = $result->fetchArray(SQLITE3_ASSOC)) {\n            if (empty($service_ids) || in_array($row['service_id'], $service_ids)) {\n                array_push($rows, $row);\n            }\n        }\n        \n        if ($cache_file) {\n            self::cacheResults($cache_file, $rows);\n        }\n        \n        return $rows;\n    }\n    \n    public static function getStopsByTripId($trip_id) {\n        $cache_file = APP_FOLDER_PATH . '/tmp/cache/db/trip_' . $trip_id . '.json';\n        $cached_results = self::getCachedResults(array(\n            'cache_file' => $cache_file\n        ));\n        if ($cached_results) {\n            return $cached_results;\n        }\n        \n        $db = self::getDB();\n        \n        $stmt = $db->prepare('SELECT stops.stop_id, stops.stop_name, arrival_time, departure_time, stop_shape_percent FROM stop_times, stops WHERE stops.stop_id = stop_times.stop_id AND stop_times.trip_id = :trip_id ORDER BY stop_sequence;');\n        $stmt->bindValue(':trip_id', $trip_id, SQLITE3_TEXT);\n        $result = $stmt->execute();\n        \n        $rows = self::parseDBResult($result, $cache_file);\n        return $rows;\n    }\n}"
  },
  {
    "path": "api/inc/models/gtfs.php",
    "content": "<?php\nclass GTFS {\n    private static function getDayServiceIds() {\n        $day_of_week = date('l');\n        $day_of_week = strtolower($day_of_week);\n\n        $ymd = date('Ymd');\n        \n        $calendar_rows = DB::getCalendarRows();\n        $service_ids = array();\n        foreach ($calendar_rows as $row) {\n            if (($row['start_date'] <= $ymd) && ($ymd <= $row['end_date'])) {\n                if ($row[$day_of_week] === 1) {\n                    array_push($service_ids, $row['service_id']);\n                }\n                \n                if (($row['monday'] === 0) && ($row['tuesday'] === 0) && ($row['wednesday'] === 0) && ($row['thursday'] === 0) && ($row['friday'] === 0) && ($row['saturday'] === 0) && ($row['sunday'] === 0)) {\n                    array_push($service_ids, $row['service_id']);\n                }\n            }\n        }\n        \n        if (count($service_ids) === 0) {\n            error_log('GTFS::getDayServiceIds no service_id found for ' . $ymd . ' dow: ' . $day_of_week);\n        }\n        \n        return $service_ids;\n    }\n    \n    public static function getTripsByMinute($hhmm) {\n        $service_ids = self::getDayServiceIds();\n        \n        $trips = DB::getTripsByMinute($hhmm, $service_ids);\n        $new_trips = array();\n        foreach ($trips as $k => $row) {\n            $stops = DB::getStopsByTripId($row['trip_id']);\n            foreach ($stops as $k1 => $stop) {\n                $stops[$k1]['arrival_time'] = self::renderTime($stop['arrival_time']);\n                $stops[$k1]['departure_time'] = self::renderTime($stop['departure_time']);\n            }\n            $trips[$k]['stops'] = $stops;\n            array_push($new_trips, $trips[$k]);\n        }\n        \n        return $new_trips;\n    }\n    \n    private static function renderTime($hms) {\n        $time_sec = substr($hms, 0, 2) * 3600 + substr($hms, 3, 2) * 60 + substr($hms, 6);\n        $day_full_sec = 24 * 3600;\n        if ($time_sec < $day_full_sec) {\n            return $hms;\n        }\n        \n        $time_sec -= $day_full_sec;\n        $time_hh = floor($time_sec / 3600);\n        $time_mm = floor(($time_sec - $time_hh * 3600) / 60);\n        $time_ss = $time_sec - $time_hh * 3600 - $time_mm * 60;\n        \n        return sprintf('%02d:%02d:%02d', $time_hh, $time_mm, $time_ss);\n    }\n}\n"
  },
  {
    "path": "api/inc/views/json.php",
    "content": "<?php\n\nclass JsonView {\n    public static function dump($data) {\n        if (ob_get_contents()) {\n            var_dump(\"Output detected, please remove it before dumping JSON data\");\n            die;\n        }\n        \n        if (isset($_SERVER['HTTP_ACCEPT_ENCODING']) && substr_count($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip')) {\n            ob_start(\"ob_gzhandler\");\n        }  else {\n            ob_start();\n        }\n        \n        header(' ', true, 200);\n        header('Content-Type: application/json; charset=utf-8');\n        \n        header(\"Cache-Control: max-age=0, no-cache, no-store, must-revalidate\");\n        header(\"Pragma: no-cache\");\n        header(\"Expires: Thu, 01 Jan 1970 00:00:00 GMT\");\n        \n        echo (is_string($data) ? $data : json_encode($data)) . \"\\n\";\n    }\n}"
  },
  {
    "path": "index.html",
    "content": "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\">\n<html>\n    <head>\n        <title>Swiss Railways Transit Map</title>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=no\" />\n        <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\" />\n\n        <link href=\"static/css/reset.css\" rel=\"stylesheet\" type=\"text/css\" />\n        <link href=\"static/css/style.css\" rel=\"stylesheet\" type=\"text/css\" />\n    </head>\n    <body>\n        <div id=\"map_canvas\"></div>\n        <div id=\"panel\" class=\"hidden\">\n            <div>\n                <h3>Swiss Railways Map</h3>\n                <p>Project information available on <a href=\"https://github.com/vasile/transit-map\" target=\"_blank\">Github</a></p>\n            </div>\n            <div class=\"section\">\n                <b>Time:</b> <span id=\"day_time\"></span> \n                <select id=\"time_multiply\">\n                    <option value=\"1\" selected=\"selected\">1x</option>\n                    <option value=\"5\">5x</option>\n                    <option value=\"10\">10x</option>\n                    <option value=\"100\">100x</option>\n                </select>\n                <br/>\n                <input type=\"button\" id=\"geolocation_click\" />\n                <input type=\"text\" id=\"user_location\" / >\n            </div>\n            <div id=\"vehicle_info\" class=\"hidden section\" data-type=\"panel\">\n                <div>\n                    <b>Vehicle:</b> <span class=\"vehicle_name\"></span> <input type=\"button\" class=\"panel_collapsible expanded\" />\n                </div>\n                <div class=\"panel_content\">\n                    <div>\n                        <input id=\"follow_trigger\" type=\"button\" value=\"Follow\" data-value-toggle=\"STOP\" />\n                        <input id=\"route_show_trigger\" type=\"button\" value=\"Draw route\" data-value-toggle=\"HIDE route\" />\n                    </div>\n\n                    <div id=\"vehicle_timetable_container\">\n                        <table id=\"vehicle_timetable\" class=\"panel_table\">\n                            <thead>\n                                <tr>\n                                    <td>#</td>\n                                    <td class=\"station\">Station</td>\n                                    <td>Arr.</td>\n                                    <td>Dep.</td>\n                                </tr>\n                            </thead>\n                            <tbody>\n                            </tbody>\n                        </table>\n                    </div>\n                </div>\n            </div>\n            <div id=\"station_info\" class=\"hidden section\" data-type=\"panel\">\n                <div>\n                    <b>Station:</b> <span class=\"station_name\"></span> <input type=\"button\" class=\"panel_collapsible expanded\" />\n                </div>\n                <div class=\"panel_content\">\n                    <table id=\"station_departures\" class=\"panel_table\">\n                        <thead>\n                            <tr>\n                                <td>#</td>\n                                <td class=\"wide\">Vehicle</td>\n                                <td>To</td>\n                                <td>Dep.</td>\n                            </tr>\n                        </thead>\n                        <tbody>\n                        </tbody>\n                    </table>\n                </div>\n            </div>\n        </div>\n        <div id=\"vehicle_popup_container\" class=\"hidden\">\n            <div id=\"vehicle_popup\">\n                <span class=\"vehicle_name\"></span>\n                <br />\n                <p class=\"status\"></p>\n            </div>\n        </div>\n        \n        <script src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js\"></script>\n        <script src=\"http://maps.googleapis.com/maps/api/js?v=3.20&amp;sensor=false&amp;libraries=geometry,places\"></script>\n        <script type=\"text/javascript\" src=\"http://maps.stamen.com/js/tile.stamen.js?v1.2.1\"></script>\n        \n        <script src=\"static/js/infobox_packed.js\"></script>\n        <script src=\"static/js/map.js\"></script>\n    </body>\n</html>\n"
  },
  {
    "path": "static/.htaccess",
    "content": "<IfModule mod_deflate.c>\n  <FilesMatch \"\\.(js|json|css)$\">\n    SetOutputFilter DEFLATE\n  </FilesMatch>\n</IfModule>"
  },
  {
    "path": "static/css/reset.css",
    "content": "/* http://meyerweb.com/eric/tools/css/reset/ \n   v2.0 | 20110126\n   License: none (public domain)\n*/\n\nhtml, body, div, span, applet, object, iframe,\nh1, h2, h3, h4, h5, h6, p, blockquote, pre,\na, abbr, acronym, address, big, cite, code,\ndel, dfn, em, img, ins, kbd, q, s, samp,\nsmall, strike, strong, sub, sup, tt, var,\nb, u, i, center,\ndl, dt, dd, ol, ul, li,\nfieldset, form, label, legend,\ntable, caption, tbody, tfoot, thead, tr, th, td,\narticle, aside, canvas, details, embed, \nfigure, figcaption, footer, header, hgroup, \nmenu, nav, output, ruby, section, summary,\ntime, mark, audio, video {\n\tmargin: 0;\n\tpadding: 0;\n\tborder: 0;\n\tfont-size: 100%;\n\tfont: inherit;\n\tvertical-align: baseline;\n}\n/* HTML5 display-role reset for older browsers */\narticle, aside, details, figcaption, figure, \nfooter, header, hgroup, menu, nav, section {\n\tdisplay: block;\n}\nbody {\n\tline-height: 1;\n}\nol, ul {\n\tlist-style: none;\n}\nblockquote, q {\n\tquotes: none;\n}\nblockquote:before, blockquote:after,\nq:before, q:after {\n\tcontent: '';\n\tcontent: none;\n}\ntable {\n\tborder-collapse: collapse;\n\tborder-spacing: 0;\n}"
  },
  {
    "path": "static/css/style.css",
    "content": "/* START MAIN */\nhtml, body {\n    height: 100%;\n    margin: 0;\n    padding: 0;\n}\n\nbody {\n  font-family: verdana, sans-serif;\n  font-size: 13px;\n  line-height: 18px;\n}\n\n#map_canvas {\n    height: 100%;\n}\n\n.hidden {\n    display: none;\n}\n/* END */\n\n/* SIMULATION PANEL */\n#panel {\n    position: absolute;\n    width: 300px;\n    padding: 5px;\n    right: 70px;\n    top: 70px;\n    background-color: #FAFAFA;\n    border: 1px solid #717D7D;\n}\n\n#panel h3 {\n    font-size: 20px;\n    font-weight: bold;\n    font-family: Georgia, Helvetica\n}\n\n#panel b {\n    font-weight: bold;\n}\n\n#panel > div {\n    margin: 5px 5px 10px 5px;\n    padding: 5px;\n}\n\n#panel > div.section {\n    background-color: #F2F2F2;\n    border: 1px solid #CACACA;\n}\n\ndiv.panel_content {\n    padding: 3px;\n}\n\ndiv.panel_content > div {\n    margin-bottom: 6px;\n}\n\n#geolocation_click {\n    background: transparent url(../images/crosshair_2.png) no-repeat top;\n    width: 20px;\n    height: 20px;\n    color: white;\n    border: none;\n}\n\n#user_location {\n    width: 245px;\n}\n\n/* Source of collapsible icons: http://www.shapes4free.com/vector-icons/expand-collapse-icons/ */\ninput.panel_collapsible {\n    background: transparent url(../images/panel_expand.png) no-repeat top;\n    \n    width: 12px;\n    height: 12px;\n    border: none;\n    \n    display: block;\n    float: right;\n    right: 0px;\n    top: 0px;    \n}\n\ninput.expanded {\n    background: transparent url(../images/panel_collapse.png) no-repeat top;\n}\n\ninput.toggled {\n    background-color: #FF0000;\n    color: #FFFFFF;\n}\n\n/* END */\n\n/* PANEL TABLES */\n#vehicle_timetable_container {\n    overflow-x: hidden;\n    overflow-y: auto;\n    max-height: 500px;\n}\n\ntable.panel_table {\n    width: 265px;\n    font-size: 11px;\n}\n\ntable.panel_table thead td {\n    background-color: #DDD;\n}\n\ntable.panel_table tbody td {\n    border-top: 1px solid #DDD;\n    background-color: #FFFFFF;\n}\n\ntable.panel_table tbody tr.passed td, \ntable.panel_table tbody tr.passed td a {\n    color: #CACACA;\n}\n\ntd.station {\n    width: 150px;\n}\n/* END */\n\n/* START vehicle popup */\n#vehicle_popup {\n    width: 180px;\n    padding: 5px 0px 5px 10px;\n    \n    background-color: #F2F2F2;\n    border: 1px solid #111111;\n}\n\n#vehicle_popup p {\n    font-size: 10px;\n    line-height: 12px;\n}\n\n#vehicle_popup span.vehicle_name {\n    font-weight: bold;\n}\n/* END */"
  },
  {
    "path": "static/js/config.js",
    "content": "{\n  \"center.x\": 8.55,\n  \"center.y\": 47.26,\n  \"map_type_id\": \"roadmap\",\n  \"zoom.start\": 10,\n  \"zoom.min\": 7,\n  \"zoom.max\": 20,\n  \"zoom.to_stops\": 17,\n  \"zoom.detail_view\": 17,\n  \"zoom.roadmap.stops_min\": 15,\n  \"zoom.roadmap.stops_max\": 20,\n  \"zoom.roadmap.shapes_min\": 7,\n  \"zoom.roadmap.shapes_max\": 20,\n  \"zoom.satellite.stops_min\": 15,\n  \"zoom.satellite.stops_max\": 20,\n  \"zoom.satellite.shapes_min\": 7,\n  \"zoom.satellite.shapes_max\": 18,\n  \"zoom.vehicle_follow\": 17,\n  \"zoom.vehicle_mouseover_min\": 7,\n  \"ft_layer_ids.mask\": \"1tDHsjdz7uhhAmWlmmwjR1P2Huf2LKMMiICPVdw\",\n  \"ft_layer_ids.gtfs_shapes\": null,\n  \"ft_layer_ids.gtfs_stops\": null,\n  \"ft_layer_ids.topology_edges\": \"1-1B2tYIO2JSnaacEHO8sfWVjm1S387lMEkHkjc4\",\n  \"ft_layer_ids.topology_stations\": \"1YppDCNud7566oK_VwHsuUhGJqnm_CLDStMS3IuM\",\n  \"api_paths.trips\": \"api/demo/trips.json\",\n  \"api_paths.departures\": null,\n  \"geojson.gtfs_shapes\": null,\n  \"geojson.gtfs_stops\": null,\n  \"geojson.topology_edges\": \"api/geojson/edges.geojson\",\n  \"geojson.topology_stations\": \"api/geojson/stations.geojson\",\n  \"routes\": {\n    \"cnl\": {\n      \"icon\": \"static/images/route_icons/demo/cnl.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"d\": {\n      \"icon\": \"static/images/route_icons/demo/d.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"ec\": {\n      \"icon\": \"static/images/route_icons/demo/ec.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"en\": {\n      \"icon\": \"static/images/route_icons/demo/en.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"ext\": {\n      \"icon\": \"static/images/route_icons/demo/ext.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"ic\": {\n      \"icon\": \"static/images/route_icons/demo/ic.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"ice\": {\n      \"icon\": \"static/images/route_icons/demo/ice.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"icn\": {\n      \"icon\": \"static/images/route_icons/demo/icn.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"ir\": {\n      \"icon\": \"static/images/route_icons/demo/ir.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"ire\": {\n      \"icon\": \"static/images/route_icons/demo/ire.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"r\": {\n      \"icon\": \"static/images/route_icons/demo/r.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"re\": {\n      \"icon\": \"static/images/route_icons/demo/re.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"rj\": {\n      \"icon\": \"static/images/route_icons/demo/rj.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"s\": {\n      \"icon\": \"static/images/route_icons/demo/s.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"tgv\": {\n      \"icon\": \"static/images/route_icons/demo/tgv.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    },\n    \"zug\": {\n      \"icon\": \"static/images/route_icons/demo/zug.png\",\n      \"route_short_name\": \"\",\n      \"route_color\": \"0178BC\",\n      \"route_text_color\": \"FFFFFF\"\n    }\n  }\n}"
  },
  {
    "path": "static/js/infobox_packed.js",
    "content": "eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\\\b'+e(c)+'\\\\b','g'),k[c]);return p}('7 p(a){a=a||{};5.8.1N.2h(2,32);2.L=a.1u||\"\";2.1D=a.1q||H;2.P=a.1H||0;2.E=a.1B||1f 5.8.1U(0,0);2.B=a.W||1f 5.8.2t(0,0);2.S=a.11||q;2.1n=a.1l||\"28\";2.1k=a.D||{};2.1G=a.1E||\"34\";2.M=a.19||\"2W://2Q.5.2L/2I/2G/2F/1v.2z\";3(a.19===\"\"){2.M=\"\"}2.1i=a.1r||1f 5.8.1U(1,1);2.Y=a.1s||H;2.1a=a.1p||H;2.1K=a.2k||\"2g\";2.17=a.1m||H;2.4=q;2.w=q;2.X=q;2.16=q;2.15=q;2.13=q;2.12=q;2.O=q}p.r=1f 5.8.1N();p.r.22=7(){6 a;6 d=2;6 c=7(e){e.1Z=U;3(e.18){e.18()}};6 b=7(e){e.2S=H;3(e.1Y){e.1Y()}3(!d.17){c(e)}};3(!2.4){2.4=1g.2K(\"2J\");2.1d();3(t 2.L.1w===\"u\"){2.4.J=2.F()+2.L}v{2.4.J=2.F();2.4.1b(2.L)}2.2y()[2.1K].1b(2.4);2.1F();3(2.4.9.A){2.O=U}v{3(2.P!==0&&2.4.Z>2.P){2.4.9.A=2.P;2.4.9.2u=\"2s\";2.O=U}v{a=2.24();2.4.9.A=(2.4.Z-a.14-a.T)+\"R\";2.O=H}}2.1t(2.1D);3(!2.17){2.X=5.8.s.I(2.4,\"2n\",c);2.16=5.8.s.I(2.4,\"1L\",c);2.15=5.8.s.I(2.4,\"2m\",c);2.1o=5.8.s.I(2.4,\"2l\",7(e){2.9.1J=\"2j\"})}2.12=5.8.s.I(2.4,\"2i\",b);5.8.s.Q(2,\"2f\")}};p.r.F=7(){6 a=\"\";3(2.M!==\"\"){a=\"<2e\";a+=\" 2d=\\'\"+2.M+\"\\'\";a+=\" 2c=T\";a+=\" 9=\\'\";a+=\" W: 2b;\";a+=\" 1J: 2a;\";a+=\" 29: \"+2.1G+\";\";a+=\"\\'>\"}N a};p.r.1F=7(){6 a;3(2.M!==\"\"){a=2.4.27;2.w=5.8.s.I(a,\\'1L\\',2.1I())}v{2.w=q}};p.r.1I=7(){6 a=2;N 7(e){e.1Z=U;3(e.18){e.18()}a.1v();5.8.s.Q(a,\"26\")}};p.r.1t=7(d){6 m;6 n;6 e=0,G=0;3(!d){m=2.25();3(m 39 5.8.38){3(!m.23().37(2.B)){m.36(2.B)}n=m.23();6 a=m.35();6 h=a.Z;6 f=a.21;6 k=2.E.A;6 l=2.E.1j;6 g=2.4.Z;6 b=2.4.21;6 i=2.1i.A;6 j=2.1i.1j;6 o=2.20().31(2.B);3(o.x<(-k+i)){e=o.x+k-i}v 3((o.x+g+k+i)>h){e=o.x+g+k+i-h}3(2.1a){3(o.y<(-l+j+b)){G=o.y+l-j-b}v 3((o.y+l+j)>f){G=o.y+l+j-f}}v{3(o.y<(-l+j)){G=o.y+l-j}v 3((o.y+b+l+j)>f){G=o.y+b+l+j-f}}3(!(e===0&&G===0)){6 c=m.30();m.2Z(e,G)}}}};p.r.1d=7(){6 i,D;3(2.4){2.4.2Y=2.1n;2.4.9.2X=\"\";D=2.1k;2V(i 2U D){3(D.2R(i)){2.4.9[i]=D[i]}}3(t 2.4.9.1h!==\"u\"&&2.4.9.1h!==\"\"){2.4.9.2P=\"2O(1h=\"+(2.4.9.1h*2N)+\")\"}2.4.9.W=\"2M\";2.4.9.V=\\'1y\\';3(2.S!==q){2.4.9.11=2.S}}};p.r.24=7(){6 c;6 a={1e:0,1c:0,14:0,T:0};6 b=2.4;3(1g.1x&&1g.1x.1V){c=b.2H.1x.1V(b,\"\");3(c){a.1e=C(c.1T,10)||0;a.1c=C(c.1S,10)||0;a.14=C(c.1R,10)||0;a.T=C(c.1W,10)||0}}v 3(1g.2E.K){3(b.K){a.1e=C(b.K.1T,10)||0;a.1c=C(b.K.1S,10)||0;a.14=C(b.K.1R,10)||0;a.T=C(b.K.1W,10)||0}}N a};p.r.2D=7(){3(2.4){2.4.2C.2B(2.4);2.4=q}};p.r.1A=7(){2.22();6 a=2.20().2A(2.B);2.4.9.14=(a.x+2.E.A)+\"R\";3(2.1a){2.4.9.1c=-(a.y+2.E.1j)+\"R\"}v{2.4.9.1e=(a.y+2.E.1j)+\"R\"}3(2.Y){2.4.9.V=\\'1y\\'}v{2.4.9.V=\"1X\"}};p.r.2T=7(a){3(t a.1l!==\"u\"){2.1n=a.1l;2.1d()}3(t a.D!==\"u\"){2.1k=a.D;2.1d()}3(t a.1u!==\"u\"){2.1Q(a.1u)}3(t a.1q!==\"u\"){2.1D=a.1q}3(t a.1H!==\"u\"){2.P=a.1H}3(t a.1B!==\"u\"){2.E=a.1B}3(t a.1p!==\"u\"){2.1a=a.1p}3(t a.W!==\"u\"){2.1z(a.W)}3(t a.11!==\"u\"){2.1P(a.11)}3(t a.1E!==\"u\"){2.1G=a.1E}3(t a.19!==\"u\"){2.M=a.19}3(t a.1r!==\"u\"){2.1i=a.1r}3(t a.1s!==\"u\"){2.Y=a.1s}3(t a.1m!==\"u\"){2.17=a.1m}3(2.4){2.1A()}};p.r.1Q=7(a){2.L=a;3(2.4){3(2.w){5.8.s.z(2.w);2.w=q}3(!2.O){2.4.9.A=\"\"}3(t a.1w===\"u\"){2.4.J=2.F()+a}v{2.4.J=2.F();2.4.1b(a)}3(!2.O){2.4.9.A=2.4.Z+\"R\";3(t a.1w===\"u\"){2.4.J=2.F()+a}v{2.4.J=2.F();2.4.1b(a)}}2.1F()}5.8.s.Q(2,\"2x\")};p.r.1z=7(a){2.B=a;3(2.4){2.1A()}5.8.s.Q(2,\"1O\")};p.r.1P=7(a){2.S=a;3(2.4){2.4.9.11=a}5.8.s.Q(2,\"2w\")};p.r.2v=7(){N 2.L};p.r.1C=7(){N 2.B};p.r.33=7(){N 2.S};p.r.2r=7(){2.Y=H;3(2.4){2.4.9.V=\"1X\"}};p.r.2q=7(){2.Y=U;3(2.4){2.4.9.V=\"1y\"}};p.r.2p=7(c,b){6 a=2;3(b){2.B=b.1C();2.13=5.8.s.2o(b,\"1O\",7(){a.1z(2.1C())})}2.1M(c);3(2.4){2.1t()}};p.r.1v=7(){3(2.w){5.8.s.z(2.w);2.w=q}3(2.X){5.8.s.z(2.X);5.8.s.z(2.16);5.8.s.z(2.15);5.8.s.z(2.1o);2.X=q;2.16=q;2.15=q;2.1o=q}3(2.13){5.8.s.z(2.13);2.13=q}3(2.12){5.8.s.z(2.12);2.12=q}2.1M(q)};',62,196,'||this|if|div_|google|var|function|maps|style||||||||||||||||InfoBox|null|prototype|event|typeof|undefined|else|closeListener_|||removeListener|width|position_|parseInt|boxStyle|pixelOffset_|getCloseBoxImg_|yOffset|false|addDomListener|innerHTML|currentStyle|content_|closeBoxURL_|return|fixedWidthSet_|maxWidth_|trigger|px|zIndex_|right|true|visibility|position|eventListener1_|isHidden_|offsetWidth||zIndex|contextListener_|moveListener_|left|eventListener3_|eventListener2_|enableEventPropagation_|stopPropagation|closeBoxURL|alignBottom_|appendChild|bottom|setBoxStyle_|top|new|document|opacity|infoBoxClearance_|height|boxStyle_|boxClass|enableEventPropagation|boxClass_|eventListener4_|alignBottom|disableAutoPan|infoBoxClearance|isHidden|panBox_|content|close|nodeType|defaultView|hidden|setPosition|draw|pixelOffset|getPosition|disableAutoPan_|closeBoxMargin|addClickHandler_|closeBoxMargin_|maxWidth|getCloseClickHandler_|cursor|pane_|click|setMap|OverlayView|position_changed|setZIndex|setContent|borderLeftWidth|borderBottomWidth|borderTopWidth|Size|getComputedStyle|borderRightWidth|visible|preventDefault|cancelBubble|getProjection|offsetHeight|createInfoBoxDiv_|getBounds|getBoxWidths_|getMap|closeclick|firstChild|infoBox|margin|pointer|relative|align|src|img|domready|floatPane|apply|contextmenu|default|pane|mouseover|dblclick|mousedown|addListener|open|hide|show|auto|LatLng|overflow|getContent|zindex_changed|content_changed|getPanes|gif|fromLatLngToDivPixel|removeChild|parentNode|onRemove|documentElement|mapfiles|en_us|ownerDocument|intl|div|createElement|com|absolute|100|alpha|filter|www|hasOwnProperty|returnValue|setOptions|in|for|http|cssText|className|panBy|getCenter|fromLatLngToContainerPixel|arguments|getZIndex|2px|getDiv|setCenter|contains|Map|instanceof'.split('|'),0,{}))"
  },
  {
    "path": "static/js/map.js",
    "content": "/*global $, google, InfoBox */\nvar simulation_manager = (function(){\n    google.maps.visualRefresh = true;\n\n    var ua_is_mobile = navigator.userAgent.indexOf('iPhone') !== -1 || navigator.userAgent.indexOf('Android') !== -1;\n\n    var config = (function(){\n        var params = {};\n        \n        return {\n            init: function() {\n                $.ajax({\n                    url: 'static/js/config.js',\n                    dataType: 'json',\n                    async: false,\n                    success: function(config_params) {\n                        params = config_params;\n\n                        // Override config with the QS params\n                        var url_parts = window.location.href.split('?');\n                        if (url_parts.length === 2) {\n                            var qs_groups = url_parts[1].split('&');\n                            $.each(qs_groups, function(index, qs_group){\n                                var qs_parts = qs_group.split('=');\n                                var key = qs_parts[0];\n\n                                // Backwards compatibility\n                                switch (key) {\n                                    case 'zoom':\n                                        key = 'zoom.start';\n                                        break;\n                                    case 'x':\n                                        key = 'center.x';\n                                        break;\n                                    case 'y':\n                                        key = 'center.y';\n                                        break;\n                                }\n                                \n                                var param_value = decodeURIComponent(qs_parts[1]);\n\n                                params[key] = param_value;\n                            });\n                        }\n                    },\n                    error: function(a) {\n                        alert('Broken JSON in static/js/config.js');\n                    }\n                });\n            },\n            getParam: function(key) {\n                return (typeof params[key] === 'undefined') ? null : params[key];\n            }\n        };\n    })();\n    \n    var map = null;\n    \n    var simulation_vehicles = {};\n    \n    var listener_helpers = (function(){\n        var listeners = {};\n        \n        function notify(type) {\n            if (typeof listeners[type] === 'undefined') {\n                return;\n            }\n            \n            $.each(listeners[type], function(i, fn){\n                fn();\n            });\n        }\n\n        function subscribe(type, fn) {\n            if (typeof listeners[type] === 'undefined') {\n                listeners[type] = [];\n            }\n            \n            listeners[type].push(fn);\n        }\n        \n        return {\n            notify: notify,\n            subscribe: subscribe\n        };\n    })();\n    \n    var stationsPool = (function(){\n        var stations = {};\n        \n        function get(id) {\n            return (typeof stations[id]) === 'undefined' ? '' : stations[id].get('name');\n        }\n        \n        function location_get(id) {\n            return (typeof stations[id]) === 'undefined' ? '' : stations[id].get('location');\n        }\n\n        function addFeatures(features) {\n            $.each(features, function(index, feature) {\n                var station_id, station_name;\n                if (typeof(feature.properties.stop_id) === 'undefined') {\n                    // Custom GeoJSON support\n                    station_id = feature.properties.station_id;\n                    station_name = feature.properties.name;\n                } else {\n                    // GTFS support\n                    station_id = feature.properties.stop_id;\n                    station_name = feature.properties.stop_name;\n                }\n\n                var station = new google.maps.MVCObject();\n                station.set('name', station_name);\n\n                var station_x = parseFloat(feature.geometry.coordinates[0]);\n                var station_y = parseFloat(feature.geometry.coordinates[1]);\n                station.set('location', new google.maps.LatLng(station_y, station_x));\n\n                stations[station_id] = station;\n            });\n        }\n        \n        return {\n            get: get,\n            addFeatures: addFeatures,\n            location_get: location_get\n        };\n    })();\n\n    // Routes manager.\n    // Roles:\n    // - keep a reference for the routes between stations\n    //      i.e. (Zürich HB-Bern, Zürich HB-Olten, Olten-Bern)\n    //      Note: one route can contain one or more edges (the low-level entity in the simulation graph)\n    // - interpolate position at given percent along a route\n    var linesPool = (function() {\n        var network_lines = {};\n        var routes = {};\n        var route_highlight = new google.maps.Polyline({\n            path: [],\n            strokeColor: \"white\",\n            strokeOpacity: 0.8,\n            strokeWeight: 3,\n            map: null,\n            icons: [{\n                icon: {\n                    path: 'M 0,-2 0,2',\n                    strokeColor: 'black',\n                    strokeOpacity: 1.0\n                },\n                repeat: '40px'\n            }],\n            timer: null\n        });\n\n        \n        // TODO - that can be a nice feature request for google.maps.geometry lib\n        function positionOnRouteAtPercentGet(ab_edges, percent) {\n            function routeIsDetailedAtPercent() {\n                for (var k=0; k<route.detailed_parts.length; k++) {\n                    if ((percent >= route.detailed_parts[k].start) && (percent < route.detailed_parts[k].end)) {\n                        return true;\n                    }\n                }\n\n                return false;\n            }\n            \n            var route = routes[ab_edges];\n\n            var dAC = route.length*percent;\n            \n            var is_detailed = map_helpers.isDetailView() ? routeIsDetailedAtPercent() : false;\n            var position_data = positionDataGet(route, dAC, is_detailed);\n            if (position_data !== null) {\n                position_data.is_detailed = is_detailed;\n            }\n            \n            return position_data;\n        }\n        \n        function routeAdd(ab_edges) {\n            if (typeof routes[ab_edges] !== 'undefined') {\n                return;\n            }\n            \n            var edges = ab_edges.split(',');\n            var routePoints = [];\n            var dAB = 0;\n            $.each(edges, function(k, edgeID) {\n                if (edgeID.substr(0, 1) === '-') {\n                    edgeID = edgeID.substr(1);\n                    var points = network_lines[edgeID].points.slice().reverse();\n                } else {\n                    var points = network_lines[edgeID].points;\n                }\n                routePoints = routePoints.concat(points);\n                dAB += network_lines[edgeID].length;\n            });\n            \n            var routeDetailedParts = [];\n            var routeDetailedParts_i = 0;\n            var is_detailed_prev = false;\n            var dAC = 0;\n            $.each(edges, function(k, edgeID) {\n                if (edgeID.substr(0, 1) === '-') {\n                    edgeID = edgeID.substr(1);\n                }\n                \n                var is_detailed = network_lines[edgeID].is_detailed;\n                if (is_detailed) {\n                    if (is_detailed_prev === false) {\n                        routeDetailedParts[routeDetailedParts_i] = {\n                            start: dAC / dAB,\n                            end: 1\n                        };\n                    }                    \n                } else {\n                    if (is_detailed_prev) {\n                        routeDetailedParts[routeDetailedParts_i].end = dAC / dAB;\n                        routeDetailedParts_i += 1;\n                    }\n                }\n                \n                is_detailed_prev = is_detailed;\n                \n                dAC += network_lines[edgeID].length;\n            });\n            \n            var route = {\n                points: routePoints,\n                length: dAB,\n                detailed_parts: routeDetailedParts\n            };\n            \n            routes[ab_edges] = route;\n        }\n\n        function lengthGet(ab_edges) {\n            return routes[ab_edges].length;\n        }\n        \n        function routeHighlight(vehicle) {\n            var points = [];\n            if (vehicle.source === 'gtfs') {\n                points = routes[vehicle.shape_id].points;\n            } else {\n                $.each(vehicle.edges, function(k, ab_edges){\n                    if (k === 0) { return; }\n                    points = points.concat(routes[ab_edges].points);\n                });\n            }\n            \n            route_highlight.setPath(points);\n            route_highlight.setMap(map);\n\n            var icon_offset = 0;\n            route_highlight.set('timer', setInterval(function(){\n                if (icon_offset > 39) {\n                    icon_offset = 0;\n                } else {\n                    icon_offset += 2;\n                }\n\n                var icons = route_highlight.get('icons');\n                icons[0].offset = icon_offset + 'px';\n                route_highlight.set('icons', icons);\n            }, 20));\n        }\n        \n        function routeHighlightRemove() {\n            route_highlight.setMap(null);\n            clearInterval(route_highlight.get('timer'));\n        }\n        \n        function loadEncodedEdges(edges) {\n            $.each(edges, function(edge_id, encoded_edge) {\n                network_lines[edge_id] = {\n                    points: google.maps.geometry.encoding.decodePath(encoded_edge),\n                    is_detailed: false\n                };\n            });\n        }\n        \n        function loadGeoJSONEdges(features) {\n            $.each(features, function(index, feature) {\n                var edge_coords = [];\n                $.each(feature.geometry.coordinates, function(i2, feature_coord){\n                    edge_coords.push(new google.maps.LatLng(feature_coord[1], feature_coord[0]));\n                });\n\n                var edge_id = feature.properties.edge_id;\n\n                network_lines[edge_id] = {\n                    points: edge_coords,\n                    is_detailed: feature.properties.detailed === 'yes',\n                    length: parseFloat(google.maps.geometry.spherical.computeLength(edge_coords).toFixed(3))\n                };\n            });\n        }\n\n        function loadGeoJSONShapes(features) {\n            $.each(features, function(index, feature) {\n                var shape_id = feature.properties.shape_id;\n\n                var points = [];\n                $.each(feature.geometry.coordinates, function(i2, feature_coord){\n                    points.push(new google.maps.LatLng(feature_coord[1], feature_coord[0]));\n                });\n\n                var dAB = parseFloat(google.maps.geometry.spherical.computeLength(points).toFixed(3));\n\n                var route = {\n                    points: points,\n                    length: dAB,\n                    detailed_parts: []\n                };\n\n                routes[shape_id] = route;\n            });\n        }\n\n        function positionDataGet(route, dAC, is_detailed) {\n            var dC = 0;\n            \n            for (var i=1; i<route.points.length; i++) {\n                var pA = route.points[i-1];\n                var pB = route.points[i];\n                var d12 = google.maps.geometry.spherical.computeDistanceBetween(pA, pB);\n                if ((dC + d12) > dAC) {\n                    var data = {\n                        position: google.maps.geometry.spherical.interpolate(pA, pB, (dAC - dC)/d12)\n                    };\n                    if (is_detailed) {\n                        data.heading = google.maps.geometry.spherical.computeHeading(pA, pB);\n                    }\n                    \n                    return data;\n                }\n                dC += d12;\n            }\n            \n            return null;\n        }\n\n        function projectDistanceAlongRoute(ab_edges, dAC) {\n            var route = routes[ab_edges];\n            return positionDataGet(route, dAC, true);\n        }\n        \n        return {\n            positionGet: positionOnRouteAtPercentGet,\n            routeAdd: routeAdd,\n            lengthGet: lengthGet,\n            routeHighlight: routeHighlight,\n            routeHighlightRemove: routeHighlightRemove,\n            loadEncodedEdges: loadEncodedEdges,\n            loadGeoJSONEdges: loadGeoJSONEdges,\n            loadGeoJSONShapes: loadGeoJSONShapes,\n            projectDistanceAlongRoute: projectDistanceAlongRoute\n        };\n    })();\n    \n    // Time manager\n    // Roles:\n    // - manages the current number of seconds that passed since midnight\n    var timer = (function(){\n        var timer_refresh = 100;\n        var ts_midnight = null;\n        var ts_now = null;\n        var ts_minute = null;\n\n        var seconds_multiply = null;\n        \n        function init() {\n            (function(){\n                var d = new Date();\n                \n                var hms = config.getParam('hms');\n\n                // Demo data is set for 9 AM\n                if (config.getParam('api_paths.trips') === 'api/demo/trips.json') {\n                    hms = '09:00:00';\n                }\n\n                if (hms !== null) {\n                    var hms_matches = hms.match(/^([0-9]{2}):([0-9]{2}):([0-9]{2})$/);\n                    if (hms_matches) {\n                        d.setHours(parseInt(hms_matches[1], 10));\n                        d.setMinutes(parseInt(hms_matches[2], 10));\n                        d.setSeconds(parseInt(hms_matches[3], 10));\n                    }\n                }\n                \n                ts_now = d.getTime() / 1000;\n\n                d.setHours(0);\n                d.setMinutes(0);\n                d.setSeconds(0);\n                d.setMilliseconds(0);\n                ts_midnight = d.getTime() / 1000;\n            })();\n            \n            seconds_multiply = parseFloat($('#time_multiply').val());\n            $('#time_multiply').change(function(){\n                seconds_multiply = parseInt($(this).val(), 10);\n            });\n            \n            var timeContainer = $('#day_time');\n            \n            function timeIncrement() {\n                var d_now = new Date(ts_now * 1000);\n                \n                var ts_minute_new = d_now.getMinutes();\n                if (ts_minute !== ts_minute_new) {\n                    if (ts_minute !== null) {\n                        listener_helpers.notify('minute_changed');\n                    }\n                    ts_minute = ts_minute_new;\n                }\n                \n                timeContainer.text(getHMS());\n                \n                ts_now += (timer_refresh / 1000) * seconds_multiply;\n                setTimeout(timeIncrement, timer_refresh);\n            }\n            timeIncrement();\n        }\n        \n        function pad2Dec(what) {\n            return (what < 10 ? '0' + what : what);\n        }\n        \n        function getHMS(ts) {\n            ts = ts || ts_now;\n\n            var d = new Date(ts * 1000);\n            \n            var hours = pad2Dec(d.getHours());\n            var minutes = pad2Dec(d.getMinutes());\n            var seconds = pad2Dec(d.getSeconds());\n            \n            return hours + ':' + minutes + ':' + seconds;\n        }\n        \n        return {\n            init: init,\n            getTS: function(ts) {\n                return ts_now;\n            },\n            getHM: function(ts) {\n                var hms = getHMS(ts);\n                return hms.substring(0, 2) + ':' + hms.substring(3, 5);\n            },\n            getTSMidnight: function() {\n                return ts_midnight;\n            },\n            getRefreshValue: function() {\n                return timer_refresh;\n            },\n            getHMS2TS: function(hms) {\n                var hms_parts = hms.split(':');\n\n                var hours = parseInt(hms_parts[0], 10);\n                var minutes = parseInt(hms_parts[1], 10);\n                var seconds = parseInt(hms_parts[2], 10);\n                \n                return ts_midnight + hours * 3600 + minutes * 60 + seconds;\n            }\n        };\n    })();\n    \n    var simulation_panel = (function(){\n        var selected_vehicle = null;\n\n        function Toggler(el_id) {\n            var el = $(el_id);\n            el.attr('data-value-original', el.val());\n            \n            var subscriber_types = {\n                'enable': [function(){\n                    el.addClass('toggled');\n                    el.val(el.attr('data-value-toggle'));\n                }],\n                'disable': [function(){\n                    el.removeClass('toggled');\n                    el.val(el.attr('data-value-original'));\n                }]\n            };\n            this.subscriber_types = subscriber_types;\n            \n            el.click(function(){\n                var subscribers = el.hasClass('toggled') ? subscriber_types.disable : subscriber_types.enable;\n                $.each(subscribers, function(index, fn){\n                    fn();\n                });\n            });\n        }\n        Toggler.prototype.subscribe = function(type, fn) {\n            this.subscriber_types[type].push(fn);\n        };\n        Toggler.prototype.trigger = function(type) {\n            $.each(this.subscriber_types[type], function(index, fn){\n                fn();\n            });\n        };\n        \n        var vehicle_follow = (function(){\n            listener_helpers.subscribe('map_init', function(){\n                function stop_following() {\n                    if (selected_vehicle === null) {\n                        return;\n                    }\n\n                    stop();\n                }\n\n                google.maps.event.addListener(map, 'dragstart', stop_following);\n                google.maps.event.addListener(map, 'click', stop_following);\n                google.maps.event.addListener(map, 'dblclick', stop_following);\n            });\n\n            var toggler;\n            function init() {\n                toggler = new Toggler('#follow_trigger');\n                toggler.subscribe('enable', function(){\n                    selected_vehicle.marker.set('follow', 'yes-init');\n                });\n                toggler.subscribe('disable', function(){\n                    if (selected_vehicle) {\n                        selected_vehicle.marker.set('follow', 'no');\n                    }\n                    map.unbind('center');\n                });\n            }\n            \n            function start(vehicle) {\n                selected_vehicle = vehicle;\n                toggler.trigger('enable');\n            }\n            \n            function stop() {\n                toggler.trigger('disable');\n            }\n            \n            return {\n                init: init,\n                start: start,\n                stop: stop\n            };\n        })();\n        \n        var vehicle_route = (function(){\n            var toggler;\n            \n            function init() {\n                toggler = new Toggler('#route_show_trigger');\n                toggler.subscribe('enable', function(){\n                    linesPool.routeHighlight(selected_vehicle);\n                });\n                toggler.subscribe('disable', function(){\n                    linesPool.routeHighlightRemove();\n                });\n            }\n            \n            function hide() {\n                toggler.trigger('disable');\n            }\n            \n            return {\n                init: init,\n                hide: hide\n            };\n        })();\n        \n        function station_info_hide() {\n            $('#station_info').addClass('hidden');\n        }\n        \n        function vehicle_info_display(vehicle) {\n            if ((selected_vehicle !== null) && (selected_vehicle.id === vehicle.id)) {\n                if (selected_vehicle.marker.get('follow') === 'no') {\n                    vehicle_follow.start(selected_vehicle);\n                }\n                if (selected_vehicle.marker.get('follow') === 'yes') {\n                    vehicle_follow.stop();\n                }\n                return;\n            }\n            selected_vehicle = vehicle;\n            \n            vehicle_follow.stop();\n            station_info_hide();\n            vehicle_route.hide();\n\n            $('.vehicle_name', $('#vehicle_info')).text(vehicle.name + ' (' + vehicle.id + ')');\n            \n            var route_config = config.getParam('routes')[vehicle.route_icon];\n            if (route_config) {\n                $('.vehicle_name', $('#vehicle_info')).css('background-color', route_config.route_color);\n                $('.vehicle_name', $('#vehicle_info')).css('color', route_config.route_text_color);\n            }\n            \n            var ts = timer.getTS();\n            \n            var html_rows = [];\n            $.each(vehicle.stations, function(index, stop_id) {\n                var s_dep = (typeof vehicle.depS[index] === 'undefined') ? \"n/a\" : vehicle.depS[index];\n                var html_row = '<tr data-dep-sec=\"' + s_dep + '\"><td>' + (index + 1) + '.</td>';\n                \n                var station_location = stationsPool.location_get(stop_id);\n                if (station_location === null) { \n                    html_row += '<td>' + stationsPool.get(stop_id) + '</td>';\n                } else {\n                    html_row += '<td><a href=\"#station_id=' + stop_id + '\" data-station-id=\"' + stop_id + '\">' + stationsPool.get(stop_id) + '</a></td>';\n                }\n                \n                var hm_arr = (typeof vehicle.arrS[index - 1] === 'undefined') ? '' : timer.getHM(vehicle.arrS[index - 1]);\n                html_row += '<td>' + hm_arr + '</td>';\n\n                var hm_dep = (typeof vehicle.depS[index] === 'undefined') ? '' : timer.getHM(vehicle.depS[index]);\n                html_row += '<td>' + hm_dep + '</td></tr>';\n\n                html_rows.push(html_row);\n            });\n            \n            $('#vehicle_timetable > tbody').html(html_rows.join(''));\n            $('#vehicle_timetable tbody tr').each(function(){\n                var row_dep_sec = $(this).attr('data-dep-sec');\n                if (row_dep_sec === \"n/a\") {\n                    return;\n                }\n                if (row_dep_sec < ts) {\n                    $(this).addClass('passed');\n                }\n            });\n            \n            $('#vehicle_info').removeClass('hidden');\n        }\n        \n        function vehicle_info_hide() {\n            vehicle_follow.stop();\n            vehicle_route.hide();\n            selected_vehicle = null;\n            $('#vehicle_info').addClass('hidden');\n        }\n        \n        function station_info_display(station_id) {\n            var hm = timer.getHM();\n            \n            var url = config.getParam('api_paths.departures');\n            if (url === null) {\n                return;\n            }\n\n            url = url.replace(/\\[station_id\\]/, station_id);\n            url = url.replace(/\\[hhmm\\]/, hm.replace(':', ''));\n\n            $.ajax({\n                url: url,\n                dataType: 'json',\n                success: function(vehicles) {\n                    vehicle_info_hide();\n\n                    var html_rows = [];\n                    $.each(vehicles, function(index, vehicle) {\n                        var html_row = '<tr><td>' + (index + 1) + '.</td>';\n                        if (typeof simulation_vehicles[vehicle.id] === 'undefined') {\n                            html_row += '<td>' + vehicle.name + '</td>';\n                        } else {\n                            html_row += '<td><a href=\"#vehicle_id=' + vehicle.id + '\" data-vehicle-id=\"' + vehicle.id + '\">' + vehicle.name + '</a></td>';\n                        }\n                        \n                        html_row += '<td>' + stationsPool.get(vehicle.st_b) + '</td>';\n                        html_row += '<td>' + timer.getHM(vehicle.dep) + '</td>';\n                        html_rows.push(html_row);\n                    });\n                    $('#station_departures > tbody').html(html_rows.join(''));\n\n                    $('#station_info').removeClass('hidden');\n                    $('.station_name', $('#station_info')).text(stationsPool.get(station_id));\n                }\n            });\n        }\n        \n        function init() {\n            vehicle_follow.init();\n            vehicle_route.init();\n            \n            $(document).on(\"click\", '#station_departures tbody tr a', function(){\n                var vehicle_id = $(this).attr('data-vehicle-id');\n                var vehicle = simulation_vehicles[vehicle_id];\n                simulation_panel.displayVehicle(vehicle);\n                simulation_panel.followVehicle(vehicle);\n\n                return false;\n            });\n            \n            $(document).on(\"click\", '#vehicle_timetable tbody tr a', function(){\n                var station_id = $(this).attr('data-station-id');\n                var station_location = stationsPool.location_get(station_id);\n                if (station_location === null) { \n                    return false; \n                }\n                \n                map.setCenter(station_location);\n                if (map.getZoom() < config.getParam('zoom.to_stops')) {\n                    map.setZoom(config.getParam('zoom.to_stops'));    \n                }\n                \n                vehicle_info_hide();\n                station_info_display(station_id);\n                \n                return false;\n            });\n            \n            (function(){\n                var location_el = $('#user_location');\n                \n                var geolocation_marker = new google.maps.Marker({\n                    icon: {\n                        url: 'static/images/geolocation-bluedot.png',\n                        size: new google.maps.Size(17, 17),\n                        origin: new google.maps.Point(0, 0),\n                        anchor: new google.maps.Point(8, 8)\n                    },\n                    map: null,\n                    position: new google.maps.LatLng(0, 0)\n                });\n                \n                var geocoder = new google.maps.Geocoder();\n                \n                function zoom_to_geometry(geometry) {\n                    if (geometry.viewport) {\n                        map.fitBounds(geometry.viewport);\n                    } else {\n                        map.setCenter(geometry.location);\n                        map.setZoom(15);\n                    }\n                }\n\n                $('#geolocation_click').click(function(){\n                    if (navigator.geolocation) {\n                        location_el.val('...getting location');\n                        navigator.geolocation.getCurrentPosition(function (position) {\n                            var latlng = new google.maps.LatLng(position.coords.latitude, position.coords.longitude);\n                            zoom_to_geometry({location: latlng});\n                            \n                            geolocation_marker.setPosition(latlng);\n                            if (geolocation_marker.getMap() === null) {\n                                geolocation_marker.setMap(map);\n                            }\n                            \n                            geocoder.geocode({latLng: latlng}, function(results, status) {\n                                if (status === google.maps.GeocoderStatus.OK) {\n                                    location_el.val(results[0].formatted_address);\n                                }\n                            });\n                        });\n                    }\n                });\n                \n                var autocomplete = new google.maps.places.Autocomplete($('#user_location')[0], {\n                    types: ['geocode']\n                });\n                autocomplete.bindTo('bounds', map);\n                google.maps.event.addListener(autocomplete, 'place_changed', function(){\n                    var place = autocomplete.getPlace();\n                    if (place.geometry) {\n                        zoom_to_geometry(place.geometry);\n                    } else {\n                        geocoder.geocode({address: place.name}, function(results, status) {\n                            if (status === google.maps.GeocoderStatus.OK) {\n                                zoom_to_geometry(results[0].geometry);\n                                location_el.val(results[0].formatted_address);\n                            }\n                        });\n                    }\n                });\n            })();\n            \n            $('input.panel_collapsible').click(function() {\n                var panel_content = $(this).closest('div[data-type=\"panel\"]').children('div.panel_content');\n\n                if ($(this).hasClass('expanded')) {\n                    $(this).removeClass('expanded');\n                    panel_content.addClass('hidden');\n                } else {\n                    $(this).addClass('expanded');\n                    panel_content.removeClass('hidden');\n                }\n            });\n        }\n        \n        return {\n            init: init,\n            displayVehicle: vehicle_info_display,\n            followVehicle: vehicle_follow.start,\n            displayStation: station_info_display\n        };\n    })();\n    \n    var map_helpers = (function(){\n        var has_detail_view = false;\n        var extended_bounds = null;\n        \n        function init(){\n            var mapStyles = [\n              {\n                featureType: \"poi.business\",\n                stylers: [\n                  { visibility: \"off\" }\n                ]\n              },{\n                featureType: \"road\",\n                elementType: \"labels\",\n                stylers: [\n                  { visibility: \"off\" }\n                ]\n              },{\n                featureType: \"road\",\n                elementType: \"labels\",\n                stylers: [\n                  { visibility: \"off\" }\n                ]\n              },{\n                featureType: \"road\",\n                elementType: \"geometry\",\n                stylers: [\n                  { visibility: \"simplified\" },\n                  { lightness: 70 }\n                ]\n              },{\n                featureType: \"transit.line\",\n                stylers: [\n                  { visibility: \"off\" }\n                ]\n              },{\n                featureType: \"transit.station.bus\",\n                stylers: [\n                  { visibility: \"off\" }\n                ]\n              }\n            ];\n            \n            var map_inited = false;\n            var map_options = {\n                zoom: parseInt(config.getParam('zoom.start'), 10),\n                center: new google.maps.LatLng(parseFloat(config.getParam('center.y')), parseFloat(config.getParam('center.x'))),\n                mapTypeId: config.getParam('map_type_id'),\n                styles: mapStyles,\n                disableDefaultUI: true,\n                zoomControl: true,\n                scaleControl: true,\n                streetViewControl: true,\n                overviewMapControl: true,\n                rotateControl: true,\n                mapTypeControl: true,\n                mapTypeControlOptions: {\n                    position: google.maps.ControlPosition.TOP_LEFT,\n                    mapTypeIds: [google.maps.MapTypeId.ROADMAP, google.maps.MapTypeId.TERRAIN, google.maps.MapTypeId.SATELLITE, 'stamen']\n                }\n            };\n\n            if (config.getParam('tilt') !== null) {\n                map_options.tilt = parseInt(config.getParam('tilt'), 10);\n            }\n\n            if (config.getParam('zoom.min') !== null) {\n                map_options.minZoom = parseInt(config.getParam('zoom.min'), 10);\n            }\n\n            if (config.getParam('zoom.max') !== null) {\n                map_options.maxZoom = parseInt(config.getParam('zoom.max'), 10);\n            }\n\n            map = new google.maps.Map(document.getElementById(\"map_canvas\"), map_options);\n            \n            var stamen_map = new google.maps.StamenMapType('watercolor');\n            stamen_map.set('name', 'Stamen watercolor');\n            map.mapTypes.set('stamen', stamen_map);\n\n            function map_layers_add(){\n                var edges_layer;\n                var stations_layer;\n                var ft_id;\n\n                // Graph topology layers - EDGES\n                ft_id = config.getParam('ft_layer_ids.topology_edges');\n                if (ft_id !== null) {\n                    edges_layer = new google.maps.FusionTablesLayer({\n                        query: {\n                            select: 'geometry',\n                            from: ft_id\n                        },\n                        clickable: false,\n                        map: map,\n                        styles: [\n                            {\n                                polylineOptions: {\n                                    strokeColor: \"#FF0000\",\n                                    strokeWeight: 2\n                                }\n                            },{\n                                where: \"type = 'tunnel'\",\n                                polylineOptions: {\n                                    strokeColor: \"#FAAFBE\",\n                                    strokeWeight: 1.5\n                                }\n                            }\n                        ]\n                    });\n                }\n\n                // Graph topology layers - STATIONS\n                ft_id = config.getParam('ft_layer_ids.topology_stations');\n                if (ft_id !== null) {\n                    stations_layer = new google.maps.FusionTablesLayer({\n                        query: {\n                            select: 'geometry',\n                            from: ft_id\n                        },\n                        suppressInfoWindows: true,\n                        map: map\n                    });\n\n                    google.maps.event.addListener(stations_layer, 'click', function(ev){\n                        var station_id = ev.row.id.value;\n                        simulation_panel.displayStation(station_id);\n                    });\n                }\n\n                // GTFS layers - shapes.txt\n                ft_id = config.getParam('ft_layer_ids.gtfs_shapes');\n                if (ft_id !== null) {\n                    edges_layer = new google.maps.FusionTablesLayer({\n                        query: {\n                            select: 'geometry',\n                            from: ft_id\n                        },\n                        clickable: false,\n                        map: map\n                    });\n                }\n\n                // GTFS layers - stops.txt\n                ft_id = config.getParam('ft_layer_ids.gtfs_stops');\n                if (ft_id !== null) {\n                    stations_layer = new google.maps.FusionTablesLayer({\n                        query: {\n                            select: 'geometry',\n                            from: ft_id\n                        },\n                        suppressInfoWindows: true,\n                        map: map\n                    });\n\n                    google.maps.event.addListener(stations_layer, 'click', function(ev){\n                        var station_id = ev.row.stop_id.value;\n                        simulation_panel.displayStation(station_id);\n                    });\n                }\n\n                // Area mask\n                ft_id = config.getParam('ft_layer_ids.mask');\n                if (ft_id !== null) {\n                    var layer = new google.maps.FusionTablesLayer({\n                      query: {\n                        select: 'geometry',\n                        from: ft_id\n                      },\n                      clickable: false,\n                      map: map\n                    });                    \n                }\n\n                function trigger_toggleLayerVisibility() {\n                    if (config.getParam('debug') !== null) {\n                        console.log('Center: ' + map.getCenter().toUrlValue());\n                        console.log('Zoom: ' + map.getZoom());\n                    }\n\n                    function toggleLayerVisibility(layer, hide) {\n                        if ((typeof layer) === 'undefined') {\n                            return;\n                        }\n\n                        if (hide) {\n                            if (layer.getMap() !== null) {\n                                layer.setMap(null);\n                            }\n                        } else {\n                            if (layer.getMap() === null) {\n                                layer.setMap(map);\n                            }\n                        }\n                    }\n\n                    var map_type_id = map.getMapTypeId();\n                    var is_satellite = (map_type_id === google.maps.MapTypeId.SATELLITE) && (map.getTilt() === 0);\n                    var config_preffix = is_satellite ? 'zoom.satellite' : 'zoom.roadmap';\n\n                    var zoom = map.getZoom();\n\n                    $.each(['stops', 'shapes'], function(k, layer_type){\n                        var zoom_min = config.getParam(config_preffix + '.' + layer_type + '_min');\n                        if (zoom_min === null) {\n                            zoom_min = 0;\n                        }\n\n                        var zoom_max = config.getParam(config_preffix + '.' + layer_type + '_max');\n                        if (zoom_max === null) {\n                            zoom_max = 30;\n                        }\n\n                        var hide_layer = (zoom < zoom_min) || (zoom > zoom_max);\n                        if (layer_type === 'stops') {\n                            toggleLayerVisibility(stations_layer, hide_layer);\n                        }\n\n                        if (layer_type === 'shapes') {\n                            toggleLayerVisibility(edges_layer, hide_layer);\n                        }\n                    });\n                }\n\n                google.maps.event.addListener(map, 'idle', trigger_toggleLayerVisibility);\n                google.maps.event.addListener(map, 'maptypeid_changed', trigger_toggleLayerVisibility);\n                trigger_toggleLayerVisibility();\n            }\n\n            google.maps.event.addListener(map, 'idle', function() {\n                if (map_inited === false) {\n                    // TODO - FIXME later ?\n                    // Kind of a hack, getBounds is ready only after a while since loading, so we hook in the 'idle' event\n                    map_inited = true;\n                    \n                    map_layers_add();\n                    listener_helpers.notify('map_init');\n                    \n                    function update_detail_view_state() {\n                        if (map.getMapTypeId() !== google.maps.MapTypeId.SATELLITE) {\n                            has_detail_view = false;\n                            return;\n                        }\n\n                        if (map.getZoom() < 17) {\n                            has_detail_view = false;\n                            return;\n                        }\n                        \n                        if (map.getTilt() !== 0) {\n                            has_detail_view = false;\n                            return;\n                        }\n                        \n                        has_detail_view = true;\n                    }\n                    google.maps.event.addListener(map, 'zoom_changed', update_detail_view_state);\n                    google.maps.event.addListener(map, 'tilt_changed', update_detail_view_state);\n                    google.maps.event.addListener(map, 'maptypeid_changed', update_detail_view_state);\n                    update_detail_view_state();\n                    \n                    function update_extended_bounds() {\n                        var map_bounds = map.getBounds();\n\n                        var bounds_point = map_bounds.getSouthWest();\n                        var new_bounds_sw = new google.maps.LatLng(bounds_point.lat() - map_bounds.toSpan().lat(), bounds_point.lng() - map_bounds.toSpan().lng());\n\n                        bounds_point = map_bounds.getNorthEast();\n                        var new_bounds_ne = new google.maps.LatLng(bounds_point.lat() + map_bounds.toSpan().lat(), bounds_point.lng() + map_bounds.toSpan().lng());\n\n                        extended_bounds = new google.maps.LatLngBounds(new_bounds_sw, new_bounds_ne);\n                    }\n                    google.maps.event.addListener(map, 'bounds_changed', update_extended_bounds);\n                    update_extended_bounds();\n                }\n            });\n        }\n        \n        return {\n            init: init,\n            isDetailView: function() {\n                return has_detail_view;\n            },\n            getExtendedBounds: function() {\n                return extended_bounds;\n            }\n        };\n    })();\n    \n    // Vehicle helpers\n    // Roles:\n    // - check backend for new vehicles\n    // - manages vehicle objects(class Vehicle) and animates them (see Vehicle.render method)\n    var vehicle_helpers = (function(){\n        var vehicle_detect = (function(){\n            var track_vehicle_name = null;\n            var track_vehicle_id = null;\n\n            function match_by_name(vehicle_name) {\n                if (track_vehicle_name === null) {\n                    return false;\n                }\n\n                vehicle_name = vehicle_name.replace(/[^A-Z0-9]/i, '');\n                if (track_vehicle_name !== vehicle_name) {\n                    return false;\n                }\n\n                return true;\n            }\n            \n            function match(vehicle_name, vehicle_id) {\n                if (track_vehicle_id === null) {\n                    track_vehicle_name = config.getParam('vehicle_name');\n                    if (track_vehicle_name !== null) {\n                        track_vehicle_name = track_vehicle_name.replace(/[^A-Z0-9]/i, '');\n                    }\n            \n                    track_vehicle_id = config.getParam('vehicle_id');\n                }\n\n                if (track_vehicle_id === vehicle_id) {\n                    return true;\n                }\n                \n                return match_by_name(vehicle_name);\n            }\n            \n            listener_helpers.subscribe('vehicles_load', function(){\n                if (config.getParam('action') !== 'vehicle_add') {\n                    return;\n                }\n                \n                function str_hhmm_2_sec_ar(str_hhmm) {\n                    var sec_ar = [];\n                    $.each(str_hhmm.split('_'), function(index, hhmm){\n                        var hhmm_matches = hhmm.match(/([0-9]{2})([0-9]{2})/);\n                        sec_ar.push(timer.getHMS2TS(hhmm_matches[1] + ':' + hhmm_matches[2] + ':00'));\n                    });\n                    return sec_ar;\n                }\n                \n                var station_ids = config.getParam('station_ids').split('_');\n                $.each(station_ids, function(index, station_id_s){\n                    station_ids[index] = station_id_s;\n                });\n                \n                var vehicle_data = {\n                    arrs: str_hhmm_2_sec_ar(config.getParam('arrs')),\n                    deps: str_hhmm_2_sec_ar(config.getParam('deps')),\n                    id: 'custom_vehicle',\n                    name: decodeURIComponent(config.getParam('vehicle_name')),\n                    sts: station_ids,\n                    type: config.getParam('vehicle_type'),\n                    edges: []\n                };\n                \n                var v = new Vehicle(vehicle_data);\n                simulation_vehicles[vehicle_data.id] = v;\n                v.render();\n                \n                simulation_panel.displayVehicle(v);\n                simulation_panel.followVehicle(v);\n            });\n            \n            return {\n                match: match\n            };\n        })();\n\n        // Vehicle icons manager. \n        // Roles:\n        // - keep a reference for each vehicle type (IC, ICE, etc..)\n        var imagesPool = (function(){\n            var icons = {};\n\n            function iconGet(type) {\n                if (icons[type]) {\n                    return icons[type];\n                }\n\n                var routes_config = config.getParam('routes');\n                if ((typeof routes_config[type]) === 'undefined') {\n                    return null;\n                }\n\n                if (routes_config[type].icon === false) {\n                    return null;\n                }\n\n                var url = routes_config[type].icon;\n\n                var icon = {\n                    url: url,\n                    size: new google.maps.Size(20, 20),\n                    origin: new google.maps.Point(0, 0),\n                    anchor: new google.maps.Point(10, 10)\n                };\n                icons[type] = icon;\n\n                return icon;\n            }\n\n            var vehicle_detail_base_zoom = 17;            \n            var vehicle_detail_config = {\n                \"s-bahn-rear\": {\n                    base_zoom_width: 33,\n                    width: 228\n                },\n                \"s-bahn-middle\": {\n                    base_zoom_width: 33,\n                    width: 247\n                },\n                \"s-bahn-front\": {\n                    base_zoom_width: 33,\n                    width: 239\n                },\n\n                \"s-bahn_old-rear\": {\n                    base_zoom_width: 26,\n                    width: 153\n                },\n                \"s-bahn_old-middle\": {\n                    base_zoom_width: 35,\n                    width: 228\n                },\n                \"s-bahn_old-front\": {\n                    base_zoom_width: 35,\n                    width: 224\n                },\n\n                \"ic-loco-c2\": {\n                    base_zoom_width: 36,\n                    width: 225\n                },\n                \"ic-coach\": {\n                    base_zoom_width: 36,\n                    width: 254\n                },\n                \"ic-loco\": {\n                    base_zoom_width: 19,\n                    width: 126\n                },\n\n                \"icn-rear\": {\n                    base_zoom_width: 32,\n                    width: 207\n                },\n                \"icn-middle\": {\n                    base_zoom_width: 32,\n                    width: 218\n                },\n                \"icn-front\": {\n                    base_zoom_width: 32,\n                    width: 207\n                },\n                \n                \"ir-coach\": {\n                    base_zoom_width: 32,\n                    width: 223\n                }\n            };\n            var vehicle_detail_icons = {};\n            \n            var service_parts = {\n                s: {\n                    offsets: [-40, -13, 14, 41],\n                    vehicles: ['s-bahn-rear', 's-bahn-middle', 's-bahn-middle', 's-bahn-front']\n                },\n                sbahn_old: {\n                    offsets: [-39, -14, 15, 44],\n                    vehicles: ['s-bahn_old-rear', 's-bahn_old-middle', 's-bahn_old-middle', 's-bahn_old-front']\n                },\n                ic: {\n                    offsets: [-110, -87, -58, -29, 0, 29, 58, 87],\n                    vehicles: ['ic-loco', 'ic-coach', 'ic-coach', 'ic-coach', 'ic-coach', 'ic-coach', 'ic-coach', 'ic-loco-c2']\n                },\n                icn: {\n                    offsets: [-78, -52, -26, 0, 26, 52, 78],\n                    vehicles: ['icn-rear', 'icn-middle', 'icn-middle', 'icn-middle', 'icn-middle', 'icn-middle', 'icn-front']\n                },\n                ir: {\n                    offsets: [-93, -67, -41, -15, 11, 37, 63, 84],\n                    vehicles: ['ir-coach', 'ir-coach', 'ir-coach', 'ir-coach', 'ir-coach', 'ir-coach', 'ir-coach', 'ic-loco']\n                }\n            };\n            \n            function getVehicleIcon(zoom, type, heading) {\n                var key = zoom + '_' + type + '_' + heading;\n                if (typeof vehicle_detail_icons[key] === 'undefined') {\n                    var original_width = vehicle_detail_config[type].width;\n                    var icon_width = vehicle_detail_config[type].base_zoom_width * Math.pow(2, parseInt(zoom - vehicle_detail_base_zoom, 10));\n                    \n                    var base_url = 'http://static.vasile.ch/simcity/service-vehicle-detail';\n                    \n                    var icon = {\n                        url: base_url + '/' + type + '/' + heading + '.png',\n                        size: new google.maps.Size(original_width, original_width),\n                        origin: new google.maps.Point(0, 0),\n                        scaledSize: new google.maps.Size(icon_width, icon_width),\n                        anchor: new google.maps.Point(parseInt(icon_width/2, 10), parseInt(icon_width/2, 10))\n                    };\n                    vehicle_detail_icons[key] = icon;\n                }\n                \n                return vehicle_detail_icons[key];\n            }\n\n            return {\n                iconGet: iconGet,\n                getServicePartsConfig: function(key) {\n                    if ((typeof service_parts[key]) === 'undefined') {\n                        key = 's';\n                    }\n                    return service_parts[key];\n                },\n                getVehicleIcon: getVehicleIcon\n            };\n        })();\n\n        var vehicle_ib = new InfoBox({\n            disableAutoPan: true,\n            pixelOffset: new google.maps.Size(10, 10),\n            vehicle_id: 0,\n            closeBoxURL: ''\n        });\n\n        var vehicleIDs = [];\n\n        function Vehicle(params) {\n            function parseTimes(times) {\n                var time_ar = [];\n                \n                $.each(times, function(k, time){\n                    // 32855 = 9 * 3600 + 7 * 60 + 35\n                    if ((typeof time) === 'number') {\n                        if (time < (2 * 24 * 3600)) {\n                            time += timer.getTSMidnight();\n                        }                        \n\n                        time_ar.push(time);\n                        return;\n                    }\n                    \n                    // 09:07:35\n                    if (time.match(/^[0-9]{2}:[0-9]{2}:[0-9]{2}$/) !== null) {\n                        time = timer.getHMS2TS(time);\n                        \n                        time_ar.push(time);\n                        return;\n                    }\n                    \n                    // 09:07\n                    if (time.match(/^[0-9]{2}:[0-9]{2}$/) !== null) {\n                        var hms = time + ':00';\n\n                        time = timer.getHMS2TS(hms);\n                        \n                        time_ar.push(time);\n                        return;\n                    }\n                });\n                \n                return time_ar;\n            }\n\n            if ((typeof params.trip_id) === 'undefined') {\n                this.source             = 'custom';\n\n                this.id                 = params.id;\n                this.name               = params.name;\n                this.stations           = params.sts;\n                this.edges              = params.edges;\n                this.depS               = parseTimes(params.deps);\n                this.arrS               = parseTimes(params.arrs);\n                this.route_icon         = params.type;\n                this.service_type       = params.service_type;\n                \n                $.each(params.edges, function(k, edges) {\n                    if (k === 0) { return; }\n                    linesPool.routeAdd(edges);\n                });\n            } else {\n                // GTFS approach\n                this.source             = 'gtfs';\n\n                this.id                 = params.trip_id;\n                this.name               = params.route_short_name;\n\n                this.service_type       = '';\n\n                this.edges              = [];\n                this.shape_id           = params.shape_id;\n\n                var departures = [];\n                var arrivals = [];\n                var stations = [];\n                var shape_percent = [];\n                $.each(params.stops, function(k, stop){\n                    if (k < (params.stops.length - 1)) {\n                        departures.push(stop.departure_time);\n                    }\n                    \n                    if (k > 0) {\n                        arrivals.push(stop.arrival_time);\n                    }\n                    \n                    stations.push(stop.stop_id);\n                    shape_percent.push(stop.stop_shape_percent);\n                });\n                \n                this.stations           = stations;\n                this.depS               = parseTimes(departures);\n                this.arrS               = parseTimes(arrivals);\n                this.shape_percent      = shape_percent;\n\n                this.route_icon         = params.route_short_name;\n            }\n            \n            var marker = new google.maps.Marker({\n                position: new google.maps.LatLng(0, 0),\n                map: null,\n                speed: null,\n                status: 'not on map'\n            });\n            var icon = imagesPool.iconGet(this.route_icon);\n            if (icon !== null) {\n                marker.setIcon(icon);\n            }\n            \n            this.marker = marker;\n            this.detail_markers = [];\n            \n            // TODO - FIXME .apply\n            var that = this;\n\n            google.maps.event.addListener(marker, 'click', function() {\n                simulation_panel.displayVehicle(that);\n            });\n\n            this.mouseOverMarker = function() {\n                if (map.getZoom() < config.getParam('zoom.vehicle_mouseover_min')) {\n                    return;\n                }\n\n                if (vehicle_ib.get('vehicle_id') === that.id) { return; }\n                vehicle_ib.set('vehicle_id', that.id);\n\n                vehicle_ib.close();\n\n                var popup_div = $('#vehicle_popup');\n                $('span.vehicle_name', popup_div).text(that.name);\n\n                var route_config = config.getParam('routes')[that.route_icon];\n                if (route_config) {\n                    $('span.vehicle_name', popup_div).css('background-color', route_config.route_color);\n                    $('span.vehicle_name', popup_div).css('color', route_config.route_text_color);                    \n                }\n\n                $('.status', popup_div).html(marker.get('status'));\n\n                vehicle_ib.setContent($('#vehicle_popup_container').html());\n                vehicle_ib.open(map, this);\n            };\n            this.mouseOutMarker = function() {\n                vehicle_ib.set('vehicle_id', null);\n                vehicle_ib.close();\n            };\n            google.maps.event.addListener(marker, 'mouseover', this.mouseOverMarker);\n            google.maps.event.addListener(marker, 'mouseout', this.mouseOutMarker);\n            \n            if (vehicle_detect.match(this.name, this.id)) {\n                simulation_panel.displayVehicle(this);\n                simulation_panel.followVehicle(this);\n            }\n        }\n        Vehicle.prototype.render = function() {\n            // TODO - FIXME .apply\n            var that = this;\n            \n            function animate() {\n                var ts = timer.getTS();\n\n                var vehicle_position = null;\n                var route_percent = 0;\n                var d_AC = 0;\n                var animation_timeout = 1000;\n\n                for (var i=0; i<that.arrS.length; i++) {\n                    if (ts < that.arrS[i]) {\n                        var station_a = that.stations[i];\n                        var station_b = that.stations[i+1];\n\n                        var route_id = (that.source === 'gtfs') ? that.shape_id : that.edges[i+1];\n                        var speed = that.marker.get('speed');\n                        if (ts > that.depS[i]) {\n                            var routeLength = linesPool.lengthGet(route_id);\n                            \n                            // Vehicle is in motion between two stations\n                            if ((speed === 0) || (speed === null)) {\n                                var trackLength = routeLength;\n                                if (that.source === 'gtfs') {\n                                    trackLength = routeLength * (that.shape_percent[i+1] - that.shape_percent[i]) / 100;\n                                }\n                                \n                                var speed = trackLength * 0.001 * 3600 / (that.arrS[i] - that.depS[i]);\n                                that.marker.set('speed', parseInt(speed, 10));\n                                that.marker.set('status', 'Heading to ' + stationsPool.get(station_b) + '(' + timer.getHM(that.arrS[i]) + ')<br/>Speed: ' + that.marker.get('speed') + ' km/h');\n                            }\n                            \n                            route_percent = (ts - that.depS[i])/(that.arrS[i] - that.depS[i]);\n                            if (that.source === 'gtfs') {\n                                route_percent = (that.shape_percent[i] + route_percent * (that.shape_percent[i+1] - that.shape_percent[i])) / 100;\n                            }\n                            \n                            d_AC = routeLength * route_percent;\n                        } else {\n                            // Vehicle is in a station\n                            if ((speed !== 0) || (speed === null)) {\n                                that.marker.set('status', 'Departing ' + stationsPool.get(station_a) + ' at ' + timer.getHM(that.depS[i]));\n                                that.marker.set('speed', 0);\n                            }\n\n                            if (that.source === 'gtfs') {\n                                route_percent = that.shape_percent[i] / 100;\n                            }\n                        }\n                        \n                        var vehicle_position_data = linesPool.positionGet(route_id, route_percent);\n                        if (vehicle_position_data === null) {\n                            break;\n                        }\n\n                        var vehicle_position = vehicle_position_data.position;\n                        \n                        if (that.marker.get('follow') === 'yes-init') {\n                            that.marker.set('follow', 'yes');\n                            \n                            map.panTo(vehicle_position);\n                            if (map.getZoom() < config.getParam('zoom.vehicle_follow')) {\n                                map.setZoom(config.getParam('zoom.vehicle_follow'));\n                            }\n                            map.setMapTypeId(google.maps.MapTypeId.SATELLITE);\n\n                            map.bindTo('center', that.marker, 'position');\n                        }\n                        \n                        that.updateIcon(vehicle_position_data, d_AC, i);\n                        if (map.getZoom() >= 12) {\n                            animation_timeout = timer.getRefreshValue();\n                        }\n                        \n                        setTimeout(animate, animation_timeout);\n                        break;\n                    }\n                } // end arrivals loop\n\n                if (vehicle_position === null) {\n                    that.marker.setMap(null);\n                    delete simulation_vehicles[that.id];\n                }\n            }\n            \n            animate();\n        };\n        Vehicle.prototype.updateIcon = function(data, d_AC, i) {\n            var service_parts = imagesPool.getServicePartsConfig(this.service_type);\n            var render_in_detail = data.is_detailed && (service_parts !== null);\n            var vehicle_position = data.position;\n            this.marker.setPosition(data.position);\n            \n            if (render_in_detail) {\n                if (this.marker.getMap() !== null) {\n                    this.marker.setMap(null);\n                }\n                \n                if (map_helpers.getExtendedBounds().contains(vehicle_position)) {\n                    var that = this;\n                    $.each(service_parts.offsets, function(k, offset){\n                        if ((typeof that.detail_markers[k]) === 'undefined') {\n                            that.detail_markers[k] = new google.maps.Marker({\n                                map: null\n                            });\n\n                            var marker = that.detail_markers[k];\n                            google.maps.event.addListener(marker, 'mouseover', that.mouseOverMarker);\n                            google.maps.event.addListener(marker, 'mouseout', that.mouseOutMarker);\n                            google.maps.event.addListener(marker, 'click', function(){\n                                simulation_panel.displayVehicle(that);\n                            });\n                        }\n\n                        var marker = that.detail_markers[k];\n\n                        var route = that.edges[i+1];\n                        var route_length = linesPool.lengthGet(route);\n                        var d_AC_new = d_AC + offset;\n\n                        if ((d_AC + offset) > route_length) {\n                            d_AC_new -= route_length;\n                            route = that.edges[i+2];\n                        }\n                        var position_data = linesPool.projectDistanceAlongRoute(route, d_AC_new);\n\n                        if (position_data === null) {\n                            marker.setMap(null);\n                            return;\n                        }\n\n                        var heading = parseInt(position_data.heading, 10);\n                        if (heading < 0) {\n                            heading += 360;\n                        }\n                        heading = ('00' + heading).slice(-3);\n\n                        var zoom = map.getZoom();\n                        var icon = imagesPool.getVehicleIcon(zoom, service_parts.vehicles[k], heading);\n                        if (((typeof marker.getIcon()) === 'undefined') || (marker.getIcon().url !== icon.url) || (marker.get('zoom') !== zoom)) {\n                            marker.setIcon(icon);\n                            marker.set('zoom', map.getZoom());\n                        }\n\n                        marker.setPosition(position_data.position);\n                        if (marker.getMap() === null) {\n                            marker.setMap(map);\n                        }\n                    });\n                } else {\n                    $.each(this.detail_markers, function(k, marker){\n                        marker.setMap(null);\n                    });\n                    this.detail_markers = [];\n                }\n            } else {\n                $.each(this.detail_markers, function(k, marker){\n                    marker.setMap(null);\n                });\n                this.detail_markers = [];\n                \n                if (map.getBounds().contains(vehicle_position)) {\n                    if (this.marker.getMap() === null) {\n                        this.marker.setMap(map);\n                    }\n                } else {\n                    if (this.marker.getMap() !== null) {\n                        this.marker.setMap(null);\n                    }\n                }\n            }\n        };\n\n        return {\n            load: function() {\n                var hm = timer.getHM();\n                \n                var url = config.getParam('api_paths.trips');\n                url = url.replace(/\\[hhmm\\]/, hm.replace(':', ''));\n                \n                $.ajax({\n                    url: url,\n                    dataType: 'json',\n                    success: function(vehicles) {\n                        $.each(vehicles, function(index, data) {\n                            var vehicle_id = ((typeof data.trip_id) === 'undefined') ? data.id : data.trip_id;\n                            \n                            if ((typeof simulation_vehicles[vehicle_id]) !== 'undefined') {\n                                return;\n                            }\n                            \n                            var v = new Vehicle(data);\n                            v.render();\n\n                            simulation_vehicles[vehicle_id] = v;\n                        });\n                        \n                        listener_helpers.notify('vehicles_load');\n                    }\n                });\n            }\n        };\n    })();\n    \n    listener_helpers.subscribe('map_init', function(){\n        function loadStations(url) {\n            if (url === null) {\n                return;\n            }\n\n            $.ajax({\n                url: url,\n                dataType: 'json',\n                success: function(geojson) {\n                    if (typeof(geojson.features) === 'undefined') {\n                        console.log('Malformed GeoJSON. URL: ' + url);\n                        return;\n                    }\n\n                    stationsPool.addFeatures(geojson.features);\n                    vehicle_helpers.load();\n                    listener_helpers.subscribe('minute_changed', vehicle_helpers.load);\n                },\n                error: function(jqXHR, textStatus, errorThrown) {\n                    console.log('Error from server ' + textStatus + ' for url: ' + url);\n                }\n            });\n        }\n\n        // GTFS approach\n        var url = config.getParam('geojson.gtfs_shapes');\n        if (url !== null) {\n            $.ajax({\n                url: url,\n                dataType: 'json',\n                async: false,\n                success: function(geojson) {\n                    if (typeof(geojson.features) === 'undefined') {\n                        console.log('Malformed GeoJSON. URL: ' + url);\n                    } else {\n                        linesPool.loadGeoJSONShapes(geojson.features);    \n                    }\n                },\n                error: function(jqXHR, textStatus, errorThrown) {\n                    console.log('Error from server ' + textStatus + ' for url: ' + url);\n                }\n            });\n        }\n        loadStations(config.getParam('geojson.gtfs_stops'));\n\n        // Custom topology approach\n        var url = config.getParam('geojson.topology_edges');\n        if (url !== null) {\n            $.ajax({\n                url: url,\n                dataType: 'json',\n                async: false,\n                success: function(geojson) {\n                    if (typeof(geojson.features) === 'undefined') {\n                        console.log('Malformed GeoJSON. URL: ' + url);\n                    } else {\n                        linesPool.loadGeoJSONEdges(geojson.features);\n                    }                   \n                },\n                error: function(jqXHR, textStatus, errorThrown) {\n                    console.log('Error from server ' + textStatus + ' for url: ' + url);\n                }\n            });\n        }\n        loadStations(config.getParam('geojson.topology_stations'));\n    });\n    \n    function ui_init() {\n        var view_mode = config.getParam('view_mode');\n        \n        var panel_display = (ua_is_mobile === false) && (view_mode !== 'iframe');\n        if (panel_display) {\n            $('#panel').removeClass('hidden');\n        }\n        \n        var time_multiply = config.getParam('time_multiply');\n        if (time_multiply !== null) {\n            $('#time_multiply').val(time_multiply);\n        }\n    }\n    \n    return {\n        init: function(){\n            config.init();\n            ui_init();\n            timer.init();\n            map_helpers.init();\n            simulation_panel.init();\n        },\n        getMap: function(){\n            return map;\n        }\n    };\n})();\n    \n$(document).ready(simulation_manager.init);\n"
  }
]