summaryrefslogtreecommitdiff
path: root/po/POTFILES.in
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2016-02-15 23:18:14 +0100
committerMarcus Lundblad <ml@update.uu.se>2017-02-15 20:49:50 +0100
commit8d88f7f8c17f3a8f2f82f046fd2abd7af1d6b53a (patch)
treead002c30a0dd40e2e27759333e40f426a11fea76 /po/POTFILES.in
parent10976c373c7d6fad7baededf820805f7d1f570f7 (diff)
downloadgnome-maps-8d88f7f8c17f3a8f2f82f046fd2abd7af1d6b53a.tar.gz
Add module to query an OpenTripPlanner instance
Adds an openTripPlanner module, containing functionallity for interfacing against an OpenTripPlanner service. Also has functionallity to augment itineraries obtained with walk routing from GraphHopper (as used by the other routing modes). Furthermore, the transitPlan module contains interfacing classes modelling transit data Plan: Populated by a list of itineraries when performing a transit query. Itinerary: Represents one particular trip option in a search result. Contains one or more transit legs. Leg: Represents one distinct part of a trip, such as "take tram #5 departuring at 10:00 from Foo Street, get off at Bar Street, arrival at 10:12". Stop: Represents an intermediate stop along a transit leg (a place where the vehicle stops, but the itinerary doesn't board or alight the vehicle. https://bugzilla.gnome.org/show_bug.cgi?id=755808
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r--po/POTFILES.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 082bc0fd..4da00607 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -38,6 +38,7 @@ src/geoJSONSource.js
src/layersPopover.js
src/mainWindow.js
src/mapView.js
+src/openTripPlanner.js
src/osmConnection.js
src/osmEditDialog.js
src/placeBubble.js
@@ -49,5 +50,6 @@ src/routeService.js
src/sendToDialog.js
src/shapeLayer.js
src/sidebar.js
+src/transitPlan.js
src/translations.js
src/utils.js