Skip to content

Commit 8d9a5fd

Browse files
Merge pull request #35 from arfa79/main
Update and fix issues with station.json
2 parents e7bbcd5 + a191b33 commit 8d9a5fd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

data/stations.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -412,9 +412,9 @@
412412
"disabled": false,
413413
"wc": false,
414414
"coffeeShop": false,
415-
"groceryStore": false,
416-
"fastFood": false,
417-
"atm": false,
415+
"groceryStore": true,
416+
"fastFood": true,
417+
"atm": true,
418418
"relations": [
419419
"Palayeshgah",
420420
"Namayeshgah-e Shahr-e Aftab",
@@ -569,7 +569,7 @@
569569
"wc": false,
570570
"coffeeShop": false,
571571
"groceryStore": false,
572-
"fastFood": false,
572+
"fastFood": true,
573573
"atm": false,
574574
"relations": ["Daneshgah-e Elm va Sanat", "Janbazan"]
575575
},
@@ -671,7 +671,7 @@
671671
"coffeeShop": false,
672672
"groceryStore": false,
673673
"fastFood": false,
674-
"atm": false,
674+
"atm": true,
675675
"relations": [
676676
"Imam Hussein",
677677
"Meydan-e Shohada",
@@ -1236,9 +1236,9 @@
12361236
"groceryStore": false,
12371237
"fastFood": false,
12381238
"atm": false,
1239-
"relations": ["Shahid Kolahdooz", "Nobard"]
1239+
"relations": ["Shahid Kolahdooz", "Nabard"]
12401240
},
1241-
"Nobard": {
1241+
"Nabard": {
12421242
"name": "Nabard",
12431243
"translations": { "fa": "نبرد" },
12441244
"lines": [4],
@@ -1249,9 +1249,9 @@
12491249
"disabled": false,
12501250
"wc": false,
12511251
"coffeeShop": false,
1252-
"groceryStore": false,
1253-
"fastFood": false,
1254-
"atm": false,
1252+
"groceryStore": true,
1253+
"fastFood": true,
1254+
"atm": true,
12551255
"relations": ["Niroohavaii", "Piroozi"]
12561256
},
12571257
"Piroozi": {
@@ -1268,7 +1268,7 @@
12681268
"groceryStore": false,
12691269
"fastFood": false,
12701270
"atm": false,
1271-
"relations": ["Nobard", "Ebn-e Sina"]
1271+
"relations": ["Nabard", "Ebn-e Sina"]
12721272
},
12731273
"Ebn-e Sina": {
12741274
"name": "Ebn-e Sina",

0 commit comments

Comments
 (0)