Skip to content

Commit

Permalink
Added route 701
Browse files Browse the repository at this point in the history
  • Loading branch information
damiansikora85 committed Feb 6, 2024
1 parent be0e24d commit 151042b
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion BusSchedule.Android/BusSchedule.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AndroidAsset Remove="Assets\google-services.json" />
</ItemGroup>
<ItemGroup>
<None Remove="Assets\sqlite20240206.db" />
<None Remove="Assets\sqlite20240207.db" />
</ItemGroup>
<ItemGroup>
<AndroidResource Include="Resources\layout\Tabbar.xml" />
Expand Down
2 changes: 1 addition & 1 deletion BusSchedule/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace BusSchedule
{
public partial class App : Application
{
public static string DB_FILENAME = "sqlite20240206.db";
public static string DB_FILENAME = "sqlite20240207.db";
private SemaphoreSlim _updateSemafor = new SemaphoreSlim(1);
public App()
{
Expand Down
1 change: 1 addition & 0 deletions gtfs/destination.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ C,Wejherowo Pomorska,Wejherowo Cmentarz
D,Wejherowo Karnowskiego,Wejherowo Cmentarz
E,Reda Ciechocino,Reda Cmentarz
P,Wejherowo Necla,Piaśnica Las Piaśnicki
701,Wejherowo Budowlanych,
25 changes: 24 additions & 1 deletion gtfs/route_stop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -802,4 +802,27 @@ P,0,6,356
P,0,7,90
P,0,8,106
P,0,9,111
P,0,10,112
P,0,10,112
701,0,1,256
701,0,2,762
701,0,3,751
701,0,4,173
701,0,5,170
701,0,6,815
701,0,7,816
701,0,8,426
701,0,9,142
701,0,10,140
701,0,11,123
701,0,12,211
701,0,13,116
701,0,14,89
701,0,15,318
701,0,16,94
701,0,17,818
701,0,18,92
701,0,19,88
701,0,20,86
701,0,21,784
701,0,22,252
701,0,23,38

0 comments on commit 151042b

Please sign in to comment.