Skip to content

Commit b691d9c

Browse files
committed
Remove temporarily bike rental updaters
Because current prod OTP crashes if data source does not respond
1 parent 79c56b0 commit b691d9c

2 files changed

Lines changed: 0 additions & 89 deletions

File tree

finland/router-config.json

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -553,51 +553,6 @@
553553
"feedId": "Salo",
554554
"fuzzyTripMatching": false
555555
},
556-
{
557-
"id": "lappeenranta-bike-rental",
558-
"type": "vehicle-rental",
559-
"sourceType": "gbfs",
560-
"frequency": "30s",
561-
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_lappeenranta/gbfs.json",
562-
"overloadingAllowed": true,
563-
"rentalPickupTypes": ["station"]
564-
},
565-
{
566-
"id": "kotka-bike-rental",
567-
"type": "vehicle-rental",
568-
"sourceType": "gbfs",
569-
"frequency": "30s",
570-
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_kotka/gbfs.json",
571-
"overloadingAllowed": true,
572-
"rentalPickupTypes": ["station"]
573-
},
574-
{
575-
"id": "kouvola-bike-rental",
576-
"type": "vehicle-rental",
577-
"sourceType": "gbfs",
578-
"frequency": "30s",
579-
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_kouvola/gbfs.json",
580-
"overloadingAllowed": true
581-
},
582-
{
583-
"id": "vantaa-bike-rental",
584-
"type": "vehicle-rental",
585-
"sourceType": "gbfs",
586-
"frequency": "30s",
587-
"network": "vantaa",
588-
"url": "http://digitransit-proxy:8080/out/vantaa-api.giravolta.io/api-opendata/gbfs/2_3/gbfs",
589-
"overloadingAllowed": true,
590-
"rentalPickupTypes": ["station"]
591-
},
592-
{
593-
"id": "hsl-bike-rental",
594-
"type": "vehicle-rental",
595-
"sourceType": "smoove",
596-
"frequency": "30s",
597-
"network": "smoove",
598-
"url": "http://digitransit-proxy:8080/out/helsinki-fi.smoove.pro/api-public/stations",
599-
"overloadingAllowed": true
600-
},
601556
{
602557
"id": "turku-bike-rental",
603558
"type": "vehicle-rental",
@@ -606,15 +561,6 @@
606561
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_turku/gbfs.json",
607562
"overloadingAllowed": true
608563
},
609-
{
610-
"id": "tampere-bike-rental",
611-
"network": "inurba_tampere",
612-
"type": "vehicle-rental",
613-
"sourceType": "gbfs",
614-
"frequency": "30s",
615-
"url": "https://gbfs.urbansharing.com/tampere.onurbansharing.com/gbfs.json",
616-
"overloadingAllowed": true
617-
},
618564
{
619565
"id": "liipi",
620566
"type": "vehicle-parking",

waltti/router-config.json

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -444,32 +444,6 @@
444444
"feedId": "Pori",
445445
"fuzzyTripMatching": false
446446
},
447-
{
448-
"id": "lappeenranta-bike-rental",
449-
"type": "vehicle-rental",
450-
"sourceType": "gbfs",
451-
"frequency": "30s",
452-
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_lappeenranta/gbfs.json",
453-
"overloadingAllowed": true,
454-
"rentalPickupTypes": ["station"]
455-
},
456-
{
457-
"id": "kotka-bike-rental",
458-
"type": "vehicle-rental",
459-
"sourceType": "gbfs",
460-
"frequency": "30s",
461-
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_kotka/gbfs.json",
462-
"overloadingAllowed": true,
463-
"rentalPickupTypes": ["station"]
464-
},
465-
{
466-
"id": "kouvola-bike-rental",
467-
"type": "vehicle-rental",
468-
"sourceType": "gbfs",
469-
"frequency": "30s",
470-
"url": "http://digitransit-proxy:8080/out/stables.donkey.bike/api/public/gbfs/2/donkey_kouvola/gbfs.json",
471-
"overloadingAllowed": true
472-
},
473447
{
474448
"id": "turku-bike-rental",
475449
"type": "vehicle-rental",
@@ -498,15 +472,6 @@
498472
"feedId": "Raasepori",
499473
"fuzzyTripMatching": false
500474
},
501-
{
502-
"id": "tampere-bike-rental",
503-
"network": "inurba_tampere",
504-
"type": "vehicle-rental",
505-
"sourceType": "gbfs",
506-
"frequency": "30s",
507-
"url": "https://gbfs.urbansharing.com/tampere.onurbansharing.com/gbfs.json",
508-
"overloadingAllowed": true
509-
},
510475
{
511476
"id": "salo-trip-updates",
512477
"type": "stop-time-updater",

0 commit comments

Comments
 (0)