[gnome-maps/wip/mlundblad/transit-routing: 3/23] Rename the RouteService module to GraphHopper



commit d7cbab1294c02c098a2251ff1723ac63e740989d
Author: Marcus Lundblad <ml update uu se>
Date:   Wed Feb 8 21:45:31 2017 +0100

    Rename the RouteService module to GraphHopper
    
    Since we are going to add a delegator abstraction to
    handle delegating routing requests to the different
    routing implementations, need a more specific name
    for this.

 po/POTFILES.in                          |    2 +-
 src/{routeService.js => graphHopper.js} |    0
 src/org.gnome.Maps.src.gresource.xml    |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4da0060..83eef5f 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -35,6 +35,7 @@ src/contextMenu.js
 src/exportViewDialog.js
 src/geoclue.js
 src/geoJSONSource.js
+src/graphHopper.js
 src/layersPopover.js
 src/mainWindow.js
 src/mapView.js
@@ -46,7 +47,6 @@ src/placeEntry.js
 src/place.js
 src/printLayout.js
 src/printOperation.js
-src/routeService.js
 src/sendToDialog.js
 src/shapeLayer.js
 src/sidebar.js
diff --git a/src/routeService.js b/src/graphHopper.js
similarity index 100%
rename from src/routeService.js
rename to src/graphHopper.js
diff --git a/src/org.gnome.Maps.src.gresource.xml b/src/org.gnome.Maps.src.gresource.xml
index 9353b7d..d57e83c 100644
--- a/src/org.gnome.Maps.src.gresource.xml
+++ b/src/org.gnome.Maps.src.gresource.xml
@@ -20,6 +20,7 @@
     <file>geoJSONSource.js</file>
     <file>geoJSONStyle.js</file>
     <file>gpxShapeLayer.js</file>
+    <file>graphHopper.js</file>
     <file>hvt.js</file>
     <file>http.js</file>
     <file>instructionRow.js</file>
@@ -61,7 +62,6 @@
     <file>route.js</file>
     <file>routeEntry.js</file>
     <file>routeQuery.js</file>
-    <file>routeService.js</file>
     <file>searchPopover.js</file>
     <file>serviceBackend.js</file>
     <file>settings.js</file>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]