[static-web] gis.gnome.org: Add transit providers for Sweden and Switzerland



commit 4a0098da536c6933ea8413f7b01bb1e34694d332
Author: Marcus Lundblad <ml update uu se>
Date:   Sun Feb 9 21:42:03 2020 +0100

    gis.gnome.org: Add transit providers for Sweden and Switzerland
    
    Add service discovery for the public transit provider APIs
    from Sweden and Switzerland.

 gis.gnome.org/v1/service.json | 56 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 56 insertions(+)
---
diff --git a/gis.gnome.org/v1/service.json b/gis.gnome.org/v1/service.json
index a5cac4c..66d6fdb 100644
--- a/gis.gnome.org/v1/service.json
+++ b/gis.gnome.org/v1/service.json
@@ -160,6 +160,62 @@
                    "routerUrl": "https://maps.trimet.org/otp_mod";
                }
            }
+       },
+       {
+           "provider": {
+               "name": "Sweden",
+               "plugin": "Resrobot",
+               "attribution": "Resrobot",
+               "attributionUrl": "https://www.trafiklab.se";,
+               "priority": 10,
+               "areas": [
+                   {
+                       "countries": [ "SE" ]
+                   },
+                   {
+                       "priority": 5,
+                       "comment": "Area around Landskrona and Ven is identified as DK by GWeather",
+                       "bbox": [55.775025, 12.620474, 55.941655, 13.134861]
+                   },
+                   {
+                       "priority": 5,
+                       "comment": "Area near the coast close to Åland gets identified as AX by GWeather",
+                       "bbox": [59.763857, 18.115057, 60.409122, 19.190674] 
+                   },
+                   {
+                       "priority": 100,
+                       "comment": "Area in Denmark served by Øresundståg, overlap Denmark on lower prio",
+                       "bbox": [55.508143, 12.445177, 56.053267, 12.657048]
+                   },
+                   {
+                       "priority": 5,
+                       "comment": "Area around Haparanda gets identified as FI by GWeather",
+                       "bbox": [65.506001, 23.306331, 65.863598, 24.147945]
+                   },
+                   {
+                       "priority": 5,
+                       "comment": "Area around Strömstad gets identified as NO by GWeather",
+                       "bbox": [58.520619, 10.931077, 58.982077, 11.459358]
+                   }
+               ],
+               "params": {
+                   "key": "f0f7a0d3-f567-4795-b2c7-2d9337743f70"
+               }
+           }
+       },
+       {
+           "provider": {
+               "name": "Switzerland",
+               "plugin": "OpendataCH",
+               "attribution": "opendata.ch",
+               "attributionUrl": "https://transport.opendata.ch";,
+               "priority": 10,
+               "areas": [
+                   {
+                       "countries": [ "CH", "LI" ]
+                   }
+               ]
+           }
        }
     ]
 }


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