Skip to content

Instantly share code, notes, and snippets.

@derhuerst
Last active July 1, 2024 12:53
Show Gist options
  • Save derhuerst/fe600eaec7d2b613042e81fa1a4f5987 to your computer and use it in GitHub Desktop.
Save derhuerst/fe600eaec7d2b613042e81fa1a4f5987 to your computer and use it in GitHub Desktop.
additional material for a talk on GTFS Pathways & GTFS-RT PathwayUpdates

GTFS Pathways

  • als pathways.txt Teil der GTFS-Schedule/Static-Spezifikation -> statische Daten
  • bildet alle Umsteigebeziehungen in einer Station (Hub) als Graph ab
    • Knoten sind Eingänge/Bahnsteige/etc.
    • Kanten sind Wege/Fahrtreppen/Aufzüge/etc.
    • Achtung: der Graph muss vollständig sein –> wenn Wege fehlen, werden diese von konsumierender Software als nicht existierend angenommen
  • existierende Feeds
    • curl 'https://storage.googleapis.com/storage/v1/b/mdb-csv/o/sources.csv?alt=media' -fsSL | qsv search -s features '\bpathways\b' | qsv select location.country_code,location.subdivision_name,provider,name
    • DE (im DELFI-GTFS): VBB (~500), MVV (~200), SSB/NVBW (~200), HVV (~130), ansonsten vereinzelt
    • EU: Paris, Budapest, Prag (nicht überprüft)
    • USA: San Diego (MTS), San Francisco (WETA), Boston (MBTA), Maryland
    • CA: Alberta
  • Werkzeuge
    • Routing: OpenTripPlanner – MOTIS noch nicht
    • Visualisierung/Umwandlung: bisher nur sehr rudimentäre Werkzeuge, z.b. extract-gtfs-pathways
    • generisch: Graph-Tools & -Datenbanken –> Query "alle Eingänge, die über Aufzüge von X aus erreichbar sind"

Praxis

  • erster Anhaltspunkt: wc -l {stops,pathways}.txt
    • Boston: 9987 stops.txt, 8070 pathways.txt
    • VBB: 527027 stops.txt, 294105 pathways.txt
    • Paris: 53357 stops.txt, 4992 pathways.txt
  • danach manuelle Analyse im Detail
  • praktisch wäre ein Tool, das die Verknüpfung mit dem OSM-Graphen überprüft -> OTP nutzen?

Beispiel: DELFI/VBB Berlin Pankow-Heinersdorf (de:11000:900130001)

[screenshots 1-5]

ground truth: https://commons.wikimedia.org/wiki/Category:Bahnhof_Berlin-Pankow-Heinersdorf

Beispiel: Boston Green Street (place-grnst)

[screenshots 1]

Beispiel: Paris Sèvres-Babylone (IDFM:71203)

[screenshots 1-4]

Beispiel: Budapest Népliget (CSF01282)

[screenshots 1-5]

GTFS-PathwayUpdates

GTFS Pathways:

While the core specification of GTFS-Pathways has been completely integrated into GTFS, additional information such as text-to-speech instructions, wheelchair assistance information, equipment-failure reporting, planned or scheduled entrance or exit closures, and elevator and escalator outages need to be added.

  • deswegen GTFS-PathwayUpdates
  • Erweiterungsvorschlag für GTFS-Realtime (GTFS-RT)
  • Idee: statisch spezifizierte Pathways dynamisch ändern/"löschen"/ergänzen -> überlagert die statischen Pathways-Daten
  • fügt dem FeedEntity-Element neue (optionale) Kindelemente StationUpdates hinzu
  • Achtung: "If there is no StationUpdate for a pathway listed in pathways.txt, it means there is no real-time status available. It does not mean that the pathway can be used."
  • PathwayStatus: UNKNOWN/OPERATIONAL/OPERATIONAL_WITH_LIMITATIONS/NOT_RUNNING
  • PathwayDirection: UNCHANGED/FORWARD/BIDIRECTIONAL/BACKWARD
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
{"type": "FeatureCollection", "features": [{"type":"Feature","properties":{"stop_id":"de:11000:900130001::1","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"0","level_id":"1","circle-color":"#d35400","circle-radius":5,"marker-color":"#ff0000"},"geometry":{"type":"Point","coordinates":[13.427918,52.577527]}}
,{"type":"Feature","properties":{"stop_id":"de:11000:900130001::2","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"0","level_id":"1","circle-color":"#d35400","circle-radius":5,"marker-color":"#ff0000"},"geometry":{"type":"Point","coordinates":[13.427875,52.577543]}}
,{"type":"Feature","properties":{"pathway_id":"1047520023","pathway_mode":1,"is_bidirectional":false,"length":89,"traversal_time":64,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520023","pathway_mode":1,"is_bidirectional":false,"length":89,"traversal_time":64,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"stop_id":"000300271030","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"3","level_id":"1","circle-color":"#7f8c8d","circle-radius":4,"marker-color":"#444444"},"geometry":{"type":"Point","coordinates":[13.428301,52.577772]}}
,{"type":"Feature","properties":{"pathway_id":"1047520015","pathway_mode":1,"is_bidirectional":false,"length":38,"traversal_time":27,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520015","pathway_mode":1,"is_bidirectional":false,"length":38,"traversal_time":27,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"stop_id":"000300271031","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"3","level_id":"1","circle-color":"#7f8c8d","circle-radius":4,"marker-color":"#444444"},"geometry":{"type":"Point","coordinates":[13.428295,52.577789]}}
,{"type":"Feature","properties":{"pathway_id":"1047520021","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520021","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"stop_id":"000300271032","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"1","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.428144,52.57784]}}
,{"type":"Feature","properties":{"pathway_id":"1047520003","pathway_mode":1,"is_bidirectional":false,"length":52,"traversal_time":37,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520003","pathway_mode":1,"is_bidirectional":false,"length":52,"traversal_time":37,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"stop_id":"000300271033","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"1","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.427393,52.577252]}}
,{"type":"Feature","properties":{"pathway_id":"1047520011","pathway_mode":1,"is_bidirectional":false,"length":59,"traversal_time":42,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520011","pathway_mode":1,"is_bidirectional":false,"length":59,"traversal_time":42,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427918,52.577527],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520022","pathway_mode":1,"is_bidirectional":false,"length":89,"traversal_time":64,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520022","pathway_mode":1,"is_bidirectional":false,"length":89,"traversal_time":64,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520017","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520017","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520019","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520019","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520001","pathway_mode":1,"is_bidirectional":false,"length":42,"traversal_time":30,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520001","pathway_mode":1,"is_bidirectional":false,"length":42,"traversal_time":30,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520007","pathway_mode":1,"is_bidirectional":false,"length":49,"traversal_time":35,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520007","pathway_mode":1,"is_bidirectional":false,"length":49,"traversal_time":35,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427875,52.577543],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"stop_id":"000300271003","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"2","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.428149,52.57726]}}
,{"type":"Feature","properties":{"stop_id":"000300271004","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"2","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.427901,52.577235]}}
,{"type":"Feature","properties":{"pathway_id":"1047358365","pathway_mode":1,"is_bidirectional":false,"length":134,"traversal_time":96,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358365","pathway_mode":1,"is_bidirectional":false,"length":134,"traversal_time":96,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"stop_id":"000013000107","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"2","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.430235,52.579478]}}
,{"type":"Feature","properties":{"pathway_id":"1047529744","pathway_mode":1,"is_bidirectional":false,"length":347,"traversal_time":250,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529744","pathway_mode":1,"is_bidirectional":false,"length":347,"traversal_time":250,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"stop_id":"000300271010","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"2","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.428398,52.57773]}}
,{"type":"Feature","properties":{"pathway_id":"1047371026","pathway_mode":1,"is_bidirectional":false,"length":70,"traversal_time":50,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371026","pathway_mode":1,"is_bidirectional":false,"length":70,"traversal_time":50,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"stop_id":"000300271011","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"2","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.428578,52.578028]}}
,{"type":"Feature","properties":{"pathway_id":"1047371034","pathway_mode":1,"is_bidirectional":false,"length":111,"traversal_time":80,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371034","pathway_mode":1,"is_bidirectional":false,"length":111,"traversal_time":80,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"stop_id":"000300271020","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"2","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.429141,52.577703]}}
,{"type":"Feature","properties":{"pathway_id":"1047358366","pathway_mode":1,"is_bidirectional":false,"length":109,"traversal_time":78,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358366","pathway_mode":1,"is_bidirectional":false,"length":109,"traversal_time":78,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"stop_id":"000300271021","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"2","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.42848,52.577434]}}
,{"type":"Feature","properties":{"pathway_id":"1047358364","pathway_mode":1,"is_bidirectional":false,"length":37,"traversal_time":27,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358364","pathway_mode":1,"is_bidirectional":false,"length":37,"traversal_time":27,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428149,52.57726],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358348","pathway_mode":1,"is_bidirectional":false,"length":134,"traversal_time":96,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358348","pathway_mode":1,"is_bidirectional":false,"length":134,"traversal_time":96,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529746","pathway_mode":1,"is_bidirectional":false,"length":371,"traversal_time":267,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529746","pathway_mode":1,"is_bidirectional":false,"length":371,"traversal_time":267,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371019","pathway_mode":1,"is_bidirectional":false,"length":68,"traversal_time":49,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371019","pathway_mode":1,"is_bidirectional":false,"length":68,"traversal_time":49,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371036","pathway_mode":1,"is_bidirectional":false,"length":110,"traversal_time":79,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371036","pathway_mode":1,"is_bidirectional":false,"length":110,"traversal_time":79,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358347","pathway_mode":1,"is_bidirectional":false,"length":133,"traversal_time":96,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358347","pathway_mode":1,"is_bidirectional":false,"length":133,"traversal_time":96,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358346","pathway_mode":1,"is_bidirectional":false,"length":123,"traversal_time":89,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358346","pathway_mode":1,"is_bidirectional":false,"length":123,"traversal_time":89,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427901,52.577235],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529743","pathway_mode":1,"is_bidirectional":false,"length":347,"traversal_time":250,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529743","pathway_mode":1,"is_bidirectional":false,"length":347,"traversal_time":250,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529745","pathway_mode":1,"is_bidirectional":false,"length":371,"traversal_time":267,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529745","pathway_mode":1,"is_bidirectional":false,"length":371,"traversal_time":267,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529747","pathway_mode":1,"is_bidirectional":false,"length":306,"traversal_time":220,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529747","pathway_mode":1,"is_bidirectional":false,"length":306,"traversal_time":220,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529749","pathway_mode":1,"is_bidirectional":false,"length":332,"traversal_time":239,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529749","pathway_mode":1,"is_bidirectional":false,"length":332,"traversal_time":239,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529751","pathway_mode":1,"is_bidirectional":false,"length":321,"traversal_time":231,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529751","pathway_mode":1,"is_bidirectional":false,"length":321,"traversal_time":231,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529753","pathway_mode":1,"is_bidirectional":false,"length":320,"traversal_time":230,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529753","pathway_mode":1,"is_bidirectional":false,"length":320,"traversal_time":230,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.430235,52.579478],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371025","pathway_mode":1,"is_bidirectional":false,"length":70,"traversal_time":50,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371025","pathway_mode":1,"is_bidirectional":false,"length":70,"traversal_time":50,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371020","pathway_mode":1,"is_bidirectional":false,"length":68,"traversal_time":49,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371020","pathway_mode":1,"is_bidirectional":false,"length":68,"traversal_time":49,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529748","pathway_mode":1,"is_bidirectional":false,"length":306,"traversal_time":220,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529748","pathway_mode":1,"is_bidirectional":false,"length":306,"traversal_time":220,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371028","pathway_mode":1,"is_bidirectional":false,"length":45,"traversal_time":32,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371028","pathway_mode":1,"is_bidirectional":false,"length":45,"traversal_time":32,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371023","pathway_mode":1,"is_bidirectional":false,"length":68,"traversal_time":49,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371023","pathway_mode":1,"is_bidirectional":false,"length":68,"traversal_time":49,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371021","pathway_mode":1,"is_bidirectional":false,"length":59,"traversal_time":42,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371021","pathway_mode":1,"is_bidirectional":false,"length":59,"traversal_time":42,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414363","pathway_mode":2,"is_bidirectional":false,"traversal_time":20,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414363","pathway_mode":2,"is_bidirectional":false,"traversal_time":20,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428398,52.57773],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371033","pathway_mode":1,"is_bidirectional":false,"length":111,"traversal_time":80,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371033","pathway_mode":1,"is_bidirectional":false,"length":111,"traversal_time":80,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371035","pathway_mode":1,"is_bidirectional":false,"length":110,"traversal_time":79,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371035","pathway_mode":1,"is_bidirectional":false,"length":110,"traversal_time":79,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529750","pathway_mode":1,"is_bidirectional":false,"length":332,"traversal_time":239,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529750","pathway_mode":1,"is_bidirectional":false,"length":332,"traversal_time":239,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371027","pathway_mode":1,"is_bidirectional":false,"length":45,"traversal_time":32,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371027","pathway_mode":1,"is_bidirectional":false,"length":45,"traversal_time":32,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371031","pathway_mode":1,"is_bidirectional":false,"length":110,"traversal_time":79,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371031","pathway_mode":1,"is_bidirectional":false,"length":110,"traversal_time":79,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371029","pathway_mode":1,"is_bidirectional":false,"length":100,"traversal_time":72,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371029","pathway_mode":1,"is_bidirectional":false,"length":100,"traversal_time":72,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414365","pathway_mode":1,"is_bidirectional":false,"length":74,"traversal_time":53,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414365","pathway_mode":1,"is_bidirectional":false,"length":74,"traversal_time":53,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428578,52.578028],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358363","pathway_mode":1,"is_bidirectional":false,"length":109,"traversal_time":78,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358363","pathway_mode":1,"is_bidirectional":false,"length":109,"traversal_time":78,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358362","pathway_mode":1,"is_bidirectional":false,"length":133,"traversal_time":96,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358362","pathway_mode":1,"is_bidirectional":false,"length":133,"traversal_time":96,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529752","pathway_mode":1,"is_bidirectional":false,"length":321,"traversal_time":231,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529752","pathway_mode":1,"is_bidirectional":false,"length":321,"traversal_time":231,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371024","pathway_mode":1,"is_bidirectional":false,"length":68,"traversal_time":49,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371024","pathway_mode":1,"is_bidirectional":false,"length":68,"traversal_time":49,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371032","pathway_mode":1,"is_bidirectional":false,"length":110,"traversal_time":79,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371032","pathway_mode":1,"is_bidirectional":false,"length":110,"traversal_time":79,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358361","pathway_mode":1,"is_bidirectional":false,"length":98,"traversal_time":71,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358361","pathway_mode":1,"is_bidirectional":false,"length":98,"traversal_time":71,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"stop_id":"000300271025","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"5","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.429142,52.577704]}}
,{"type":"Feature","properties":{"pathway_id":"1047371016","pathway_mode":5,"is_bidirectional":false,"length":29,"traversal_time":21,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.429142,52.577704]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371016","pathway_mode":5,"is_bidirectional":false,"length":29,"traversal_time":21,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.429142,52.577704]]}}
,{"type":"Feature","properties":{"stop_id":"000300271048","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"3","level_id":"1","circle-color":"#7f8c8d","circle-radius":4,"marker-color":"#444444"},"geometry":{"type":"Point","coordinates":[13.42914,52.577702]}}
,{"type":"Feature","properties":{"pathway_id":"1047358338","pathway_mode":5,"is_bidirectional":false,"traversal_time":82,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358338","pathway_mode":5,"is_bidirectional":false,"traversal_time":82,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429141,52.577703],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358342","pathway_mode":1,"is_bidirectional":false,"length":37,"traversal_time":27,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358342","pathway_mode":1,"is_bidirectional":false,"length":37,"traversal_time":27,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.428149,52.57726]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358339","pathway_mode":1,"is_bidirectional":false,"length":123,"traversal_time":89,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358339","pathway_mode":1,"is_bidirectional":false,"length":123,"traversal_time":89,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.427901,52.577235]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529754","pathway_mode":1,"is_bidirectional":false,"length":320,"traversal_time":230,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047529754","pathway_mode":1,"is_bidirectional":false,"length":320,"traversal_time":230,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.430235,52.579478]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371022","pathway_mode":1,"is_bidirectional":false,"length":59,"traversal_time":42,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371022","pathway_mode":1,"is_bidirectional":false,"length":59,"traversal_time":42,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371030","pathway_mode":1,"is_bidirectional":false,"length":100,"traversal_time":72,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371030","pathway_mode":1,"is_bidirectional":false,"length":100,"traversal_time":72,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358341","pathway_mode":1,"is_bidirectional":false,"length":98,"traversal_time":71,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358341","pathway_mode":1,"is_bidirectional":false,"length":98,"traversal_time":71,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"stop_id":"000300271022","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"3","level_id":"2","circle-color":"#7f8c8d","circle-radius":4,"marker-color":"#444444"},"geometry":{"type":"Point","coordinates":[13.428763,52.577358]}}
,{"type":"Feature","properties":{"pathway_id":"1047358340","pathway_mode":1,"is_bidirectional":false,"length":22,"traversal_time":16,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.428763,52.577358]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358340","pathway_mode":1,"is_bidirectional":false,"length":22,"traversal_time":16,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42848,52.577434],[13.428763,52.577358]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358350","pathway_mode":1,"is_bidirectional":false,"length":22,"traversal_time":16,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428763,52.577358],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358350","pathway_mode":1,"is_bidirectional":false,"length":22,"traversal_time":16,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428763,52.577358],[13.42848,52.577434]]}}
,{"type":"Feature","properties":{"stop_id":"000300271047","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"3","level_id":"1","circle-color":"#7f8c8d","circle-radius":4,"marker-color":"#444444"},"geometry":{"type":"Point","coordinates":[13.428908,52.577487]}}
,{"type":"Feature","properties":{"pathway_id":"1047358334","pathway_mode":2,"is_bidirectional":false,"traversal_time":15,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428763,52.577358],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358334","pathway_mode":2,"is_bidirectional":false,"traversal_time":15,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428763,52.577358],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"stop_id":"000300271023","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"2","level_id":"5","circle-color":"#16a085","circle-radius":5,"marker-color":"#00ff00"},"geometry":{"type":"Point","coordinates":[13.429611,52.57806]}}
,{"type":"Feature","properties":{"stop_id":"000300271024","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"3","level_id":"5","circle-color":"#7f8c8d","circle-radius":4,"marker-color":"#444444"},"geometry":{"type":"Point","coordinates":[13.429747,52.578277]}}
,{"type":"Feature","properties":{"pathway_id":"1047358360","pathway_mode":1,"is_bidirectional":false,"length":34,"traversal_time":24,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429611,52.57806],[13.429747,52.578277]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358360","pathway_mode":1,"is_bidirectional":false,"length":34,"traversal_time":24,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429611,52.57806],[13.429747,52.578277]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358349","pathway_mode":1,"is_bidirectional":false,"length":34,"traversal_time":24,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429747,52.578277],[13.429611,52.57806]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358349","pathway_mode":1,"is_bidirectional":false,"length":34,"traversal_time":24,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429747,52.578277],[13.429611,52.57806]]}}
,{"type":"Feature","properties":{"stop_id":"000300271049","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"3","level_id":"1","circle-color":"#7f8c8d","circle-radius":4,"marker-color":"#444444"},"geometry":{"type":"Point","coordinates":[13.42963,52.578163]}}
,{"type":"Feature","properties":{"pathway_id":"1047358333","pathway_mode":2,"is_bidirectional":false,"traversal_time":22,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429747,52.578277],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358333","pathway_mode":2,"is_bidirectional":false,"traversal_time":22,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429747,52.578277],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371015","pathway_mode":5,"is_bidirectional":false,"length":29,"traversal_time":21,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429142,52.577704],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371015","pathway_mode":5,"is_bidirectional":false,"length":29,"traversal_time":21,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429142,52.577704],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371017","pathway_mode":5,"is_bidirectional":false,"length":159,"traversal_time":114,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429142,52.577704],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371017","pathway_mode":5,"is_bidirectional":false,"length":159,"traversal_time":114,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429142,52.577704],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520014","pathway_mode":1,"is_bidirectional":false,"length":38,"traversal_time":27,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520014","pathway_mode":1,"is_bidirectional":false,"length":38,"traversal_time":27,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520016","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520016","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414364","pathway_mode":2,"is_bidirectional":false,"traversal_time":20,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414364","pathway_mode":2,"is_bidirectional":false,"traversal_time":20,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.428398,52.57773]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414367","pathway_mode":1,"is_bidirectional":false,"length":3,"traversal_time":2,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414367","pathway_mode":1,"is_bidirectional":false,"length":3,"traversal_time":2,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520005","pathway_mode":1,"is_bidirectional":false,"length":14,"traversal_time":10,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520005","pathway_mode":1,"is_bidirectional":false,"length":14,"traversal_time":10,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520024","pathway_mode":1,"is_bidirectional":false,"length":95,"traversal_time":68,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520024","pathway_mode":1,"is_bidirectional":false,"length":95,"traversal_time":68,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428301,52.577772],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520020","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520020","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520018","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520018","pathway_mode":1,"is_bidirectional":false,"length":39,"traversal_time":28,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414366","pathway_mode":1,"is_bidirectional":false,"length":74,"traversal_time":53,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414366","pathway_mode":1,"is_bidirectional":false,"length":74,"traversal_time":53,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.428578,52.578028]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414368","pathway_mode":1,"is_bidirectional":false,"length":3,"traversal_time":2,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047414368","pathway_mode":1,"is_bidirectional":false,"length":3,"traversal_time":2,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047519997","pathway_mode":1,"is_bidirectional":false,"length":13,"traversal_time":9,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047519997","pathway_mode":1,"is_bidirectional":false,"length":13,"traversal_time":9,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520012","pathway_mode":1,"is_bidirectional":false,"length":85,"traversal_time":61,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520012","pathway_mode":1,"is_bidirectional":false,"length":85,"traversal_time":61,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428295,52.577789],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520002","pathway_mode":1,"is_bidirectional":false,"length":52,"traversal_time":37,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520002","pathway_mode":1,"is_bidirectional":false,"length":52,"traversal_time":37,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520000","pathway_mode":1,"is_bidirectional":false,"length":42,"traversal_time":30,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520000","pathway_mode":1,"is_bidirectional":false,"length":42,"traversal_time":30,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520004","pathway_mode":1,"is_bidirectional":false,"length":14,"traversal_time":10,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520004","pathway_mode":1,"is_bidirectional":false,"length":14,"traversal_time":10,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047519996","pathway_mode":1,"is_bidirectional":false,"length":13,"traversal_time":9,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047519996","pathway_mode":1,"is_bidirectional":false,"length":13,"traversal_time":9,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047519998","pathway_mode":1,"is_bidirectional":false,"length":85,"traversal_time":61,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047519998","pathway_mode":1,"is_bidirectional":false,"length":85,"traversal_time":61,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428144,52.57784],[13.427393,52.577252]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520010","pathway_mode":1,"is_bidirectional":false,"length":59,"traversal_time":42,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520010","pathway_mode":1,"is_bidirectional":false,"length":59,"traversal_time":42,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.427918,52.577527]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520006","pathway_mode":1,"is_bidirectional":false,"length":49,"traversal_time":35,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520006","pathway_mode":1,"is_bidirectional":false,"length":49,"traversal_time":35,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.427875,52.577543]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520025","pathway_mode":1,"is_bidirectional":false,"length":95,"traversal_time":68,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520025","pathway_mode":1,"is_bidirectional":false,"length":95,"traversal_time":68,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.428301,52.577772]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520013","pathway_mode":1,"is_bidirectional":false,"length":85,"traversal_time":61,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047520013","pathway_mode":1,"is_bidirectional":false,"length":85,"traversal_time":61,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.428295,52.577789]]}}
,{"type":"Feature","properties":{"pathway_id":"1047519999","pathway_mode":1,"is_bidirectional":false,"length":85,"traversal_time":61,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047519999","pathway_mode":1,"is_bidirectional":false,"length":85,"traversal_time":61,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.427393,52.577252],[13.428144,52.57784]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358335","pathway_mode":2,"is_bidirectional":false,"traversal_time":15,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.428763,52.577358]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358335","pathway_mode":2,"is_bidirectional":false,"traversal_time":15,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.428763,52.577358]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358353","pathway_mode":1,"is_bidirectional":false,"length":34,"traversal_time":24,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358353","pathway_mode":1,"is_bidirectional":false,"length":34,"traversal_time":24,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358352","pathway_mode":1,"is_bidirectional":false,"length":95,"traversal_time":68,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358352","pathway_mode":1,"is_bidirectional":false,"length":95,"traversal_time":68,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"stop_id":"de:11000:900130001:1:50","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"0","level_id":"1","circle-color":"#d35400","circle-radius":5,"marker-color":"#ff0000"},"geometry":{"type":"Point","coordinates":[13.429448,52.578081]}}
,{"type":"Feature","properties":{"pathway_id":"1047358351","pathway_mode":1,"is_bidirectional":false,"length":79,"traversal_time":57,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.429448,52.578081]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358351","pathway_mode":1,"is_bidirectional":false,"length":79,"traversal_time":57,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.429448,52.578081]]}}
,{"type":"Feature","properties":{"stop_id":"de:11000:900130001:1:51","stop_name":"S Pankow-Heinersdorf (Berlin)","location_type":"0","level_id":"1","circle-color":"#d35400","circle-radius":5,"marker-color":"#ff0000"},"geometry":{"type":"Point","coordinates":[13.429576,52.578039]}}
,{"type":"Feature","properties":{"pathway_id":"1047372334","pathway_mode":1,"is_bidirectional":false,"length":80,"traversal_time":58,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.429576,52.578039]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372334","pathway_mode":1,"is_bidirectional":false,"length":80,"traversal_time":58,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.428908,52.577487],[13.429576,52.578039]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358337","pathway_mode":5,"is_bidirectional":false,"traversal_time":82,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358337","pathway_mode":5,"is_bidirectional":false,"traversal_time":82,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.429141,52.577703]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371018","pathway_mode":5,"is_bidirectional":false,"length":159,"traversal_time":114,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.429142,52.577704]]}}
,{"type":"Feature","properties":{"pathway_id":"1047371018","pathway_mode":5,"is_bidirectional":false,"length":159,"traversal_time":114,"line-color":"#2980b9","line-width":2,"stroke-opacity":1,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.429142,52.577704]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358358","pathway_mode":1,"is_bidirectional":false,"length":34,"traversal_time":24,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358358","pathway_mode":1,"is_bidirectional":false,"length":34,"traversal_time":24,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358359","pathway_mode":1,"is_bidirectional":false,"length":70,"traversal_time":50,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358359","pathway_mode":1,"is_bidirectional":false,"length":70,"traversal_time":50,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358357","pathway_mode":1,"is_bidirectional":false,"length":54,"traversal_time":39,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.429448,52.578081]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358357","pathway_mode":1,"is_bidirectional":false,"length":54,"traversal_time":39,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.429448,52.578081]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372332","pathway_mode":1,"is_bidirectional":false,"length":54,"traversal_time":39,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.429576,52.578039]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372332","pathway_mode":1,"is_bidirectional":false,"length":54,"traversal_time":39,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42914,52.577702],[13.429576,52.578039]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358336","pathway_mode":2,"is_bidirectional":false,"traversal_time":22,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.429747,52.578277]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358336","pathway_mode":2,"is_bidirectional":false,"traversal_time":22,"line-color":"#34495e","line-width":1,"stroke-opacity":0.5,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.429747,52.578277]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358355","pathway_mode":1,"is_bidirectional":false,"length":95,"traversal_time":68,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358355","pathway_mode":1,"is_bidirectional":false,"length":95,"traversal_time":68,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358356","pathway_mode":1,"is_bidirectional":false,"length":70,"traversal_time":50,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358356","pathway_mode":1,"is_bidirectional":false,"length":70,"traversal_time":50,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358354","pathway_mode":1,"is_bidirectional":false,"length":19,"traversal_time":14,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.429448,52.578081]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358354","pathway_mode":1,"is_bidirectional":false,"length":19,"traversal_time":14,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.429448,52.578081]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372328","pathway_mode":1,"is_bidirectional":false,"length":18,"traversal_time":13,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.429576,52.578039]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372328","pathway_mode":1,"is_bidirectional":false,"length":18,"traversal_time":13,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.42963,52.578163],[13.429576,52.578039]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358343","pathway_mode":1,"is_bidirectional":false,"length":79,"traversal_time":57,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429448,52.578081],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358343","pathway_mode":1,"is_bidirectional":false,"length":79,"traversal_time":57,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429448,52.578081],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358345","pathway_mode":1,"is_bidirectional":false,"length":54,"traversal_time":39,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429448,52.578081],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358345","pathway_mode":1,"is_bidirectional":false,"length":54,"traversal_time":39,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429448,52.578081],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358344","pathway_mode":1,"is_bidirectional":false,"length":19,"traversal_time":14,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429448,52.578081],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047358344","pathway_mode":1,"is_bidirectional":false,"length":19,"traversal_time":14,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429448,52.578081],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372330","pathway_mode":1,"is_bidirectional":false,"length":10,"traversal_time":7,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429448,52.578081],[13.429576,52.578039]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372330","pathway_mode":1,"is_bidirectional":false,"length":10,"traversal_time":7,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429448,52.578081],[13.429576,52.578039]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372333","pathway_mode":1,"is_bidirectional":false,"length":80,"traversal_time":58,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429576,52.578039],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372333","pathway_mode":1,"is_bidirectional":false,"length":80,"traversal_time":58,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429576,52.578039],[13.428908,52.577487]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372331","pathway_mode":1,"is_bidirectional":false,"length":54,"traversal_time":39,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429576,52.578039],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372331","pathway_mode":1,"is_bidirectional":false,"length":54,"traversal_time":39,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429576,52.578039],[13.42914,52.577702]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372327","pathway_mode":1,"is_bidirectional":false,"length":18,"traversal_time":13,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429576,52.578039],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372327","pathway_mode":1,"is_bidirectional":false,"length":18,"traversal_time":13,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429576,52.578039],[13.42963,52.578163]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372329","pathway_mode":1,"is_bidirectional":false,"length":10,"traversal_time":7,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429576,52.578039],[13.429448,52.578081]]}}
,{"type":"Feature","properties":{"pathway_id":"1047372329","pathway_mode":1,"is_bidirectional":false,"length":10,"traversal_time":7,"line-color":"#2c3e50","line-width":0.7,"stroke-opacity":0.3,"stroke-width":2},"geometry":{"type":"LineString","coordinates":[[13.429576,52.578039],[13.429448,52.578081]]}}
]}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment