[static-web] gis.gnome.org: Add initial public transit providers



commit 08282e2cf09f6c6227adf9025f9a8b676e46d9f9
Author: Marcus Lundblad <ml update uu se>
Date:   Sat Sep 21 11:50:26 2019 +0200

    gis.gnome.org: Add initial public transit providers
    
    Add initial set of public transit providers.
    
    Ref https://gitlab.gnome.org/GNOME/gnome-maps/issues/199

 gis.gnome.org/v1/service.json | 54 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 53 insertions(+), 1 deletion(-)
---
diff --git a/gis.gnome.org/v1/service.json b/gis.gnome.org/v1/service.json
index 1a04054..7d8e332 100644
--- a/gis.gnome.org/v1/service.json
+++ b/gis.gnome.org/v1/service.json
@@ -48,5 +48,57 @@
         "attribution": "GraphHopper",
         "attributionUrl": "https://graphhopper.com/";,
        "apiKey": "VCIHrHj0pDKb8INLpT4s5hVadNmJ1Q3vi0J4nJYP"
-    }
+    },
+    "transitProviders": [
+       {
+           "provider": {
+               "name": "Paris",
+               "plugin": "OpenTripPlanner",
+               "attribution": "acolytesanonymes",
+               "attributionUrl": "https://paris.acolytesanonymes.org";,
+               "areas": [
+                   {
+                       "bbox": [48.28,0.81,49.73,4.11]
+                   }
+               ],
+               "params": {
+                   "baseUrl": "https://paris.acolytesanonymes.org/otp";
+               }
+           }
+       },
+       {
+            "provider": {
+               "name": "SNCFT",
+               "plugin": "OpenTripPlanner",
+               "attribution": "SNCFT",
+               "attributionUrl": "http://www.sncft.com.tn";,
+               "priority": 10,
+               "areas": [
+                   {
+                       "countries": [ "TN" ]
+                   }
+               ],
+               "params": {
+                   "baseUrl": "https://planner.sncft.com.tn/otp";
+               }
+           }
+       },
+       {
+           "provider": {
+               "name": "Djerba",
+               "plugin": "OpenTripPlanner",
+               "attribution": "OTP Djerba",
+               "attributionUrl": "https://otpdjerba.herokuapp.com";,
+               "priority": 5,
+               "areas": [
+                   {
+                       "bbox": [33.620763,10.715210,33.920360,11.065125]
+                   }
+               ],
+               "params": {
+                   "baseUrl": "https://otpdjerba.herokuapp.com/otp";
+               }
+           }
+       }
+    ]
 }


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