Skip to content

Commit 0668c56

Browse files
authored
Merge pull request #781 from Ephtolens/master
Change Caen provider
2 parents d8a6f17 + a141288 commit 0668c56

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

pybikes/data/cykleo.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@
1111
"longitude": 5.0414701
1212
}
1313
},
14-
{
15-
"organization": 2,
16-
"tag": "twisto-velo",
17-
"meta": {
18-
"name": "Twisto vélo",
19-
"city": "Caen",
20-
"country": "FR",
21-
"latitude": 49.1813403,
22-
"longitude": -0.3635615
23-
}
24-
},
2514
{
2615
"organization": 3,
2716
"tag": "idecycle",

pybikes/data/gbfs.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"instances": [
3+
{
4+
"tag": "twisto-velo",
5+
"meta": {
6+
"latitude": 49.1813403,
7+
"longitude": -0.3635615,
8+
"city": "Caen",
9+
"name": "Twisto vélo",
10+
"country": "FR",
11+
"company": [
12+
"Fifteen"
13+
]
14+
},
15+
"feed_url": "https://gbfs.partners.fifteen.eu/gbfs/2.2/caen/en/gbfs.json"
16+
},
317
{
418
"tag": "bixi-montreal",
519
"meta": {

0 commit comments

Comments
 (0)