{% extends "base.html" %} {% block title -%} {% if agency.short_title %}{{ agency.short_title -}} {% elif agency.title %}{{ agency.title }}{% endif %} Bus Map {%- endblock %} {% block head %} {{ super() }} {% endblock %} {% block body %}
×

About PyBusMap

This map displays real-time vehicle locations and arrival predictions for public transit systems which are tracked by NextBus.

Built by Anton Sarukhanov. Open source and MIT licensed. Fork it.

Leaflet - A JavaScript library for interactive maps.

Map Data © {{ config['MAP_DATA_ATTRIBUTION']|safe }}.

Transit Data © {{ agency.title }} and/or NextBus.

Data sourced from the Nextbus API.

NextBus™ is a trademark of NextBus Inc.

×

Welcome to PyBusMap

Hi! This is PyBusMap. It's a map of buses tracked by NextBus. It has predictions for bus arrival times, and real-time vehicle locations.

To see upcoming buses for a stop, click the stop flag stop-icon.

To see upcoming stops for a bus, click the bus bus-icon.

Let's Go!

Nothing displayed here is guaranteed to be correct. The creator of this map takes no responsibility for you catching a bus, missing a bus, or interacting with a bus in any other way.

Zoom in to see vehicles.
Locate
{% endblock %}