Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Create INDEV Beta-0.1 Release
Browse files Browse the repository at this point in the history
First pre-release build of BETA.

WARNING: THIS VERSION CONTAINS NO JMA MONITORING Light-Shaking, JSON API, TSUNAMI, or TELEGRAM.
  • Loading branch information
Wriar committed Oct 2, 2021
1 parent 7af2d49 commit 78b4286
Show file tree
Hide file tree
Showing 57 changed files with 866 additions and 47 deletions.
Binary file modified .vs/QuakeFocus Pro/v16/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion QuakeFocus Pro/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<userSettings>
<QuakeFocus_Pro.My.MySettings>
<setting name="prefixLang" serializeAs="String">
<value>en</value>
<value />
</setting>
<setting name="pastEventID" serializeAs="String">
<value>unknown</value>
Expand Down
2 changes: 1 addition & 1 deletion QuakeFocus Pro/My Project/Settings.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion QuakeFocus Pro/My Project/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Profiles />
<Settings>
<Setting Name="prefixLang" Type="System.String" Scope="User">
<Value Profile="(Default)">en</Value>
<Value Profile="(Default)" />
</Setting>
<Setting Name="pastEventID" Type="System.String" Scope="User">
<Value Profile="(Default)">unknown</Value>
Expand Down
2 changes: 1 addition & 1 deletion QuakeFocus Pro/apiTimer.vb
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ Public Class apiTimer
End Try

'Test
MsgBox(hsEpicenterLocator.getPWTravelTime(10.0) & vbCrLf & hsEpicenterLocator.getSWTravelTime(10.0))
' MsgBox(hsEpicenterLocator.getPWTravelTime(10.0) & vbCrLf & hsEpicenterLocator.getSWTravelTime(10.0))


' niedPointImporter.Start()
Expand Down
Binary file modified QuakeFocus Pro/bin/Debug/QuakeFocus Pro.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion QuakeFocus Pro/bin/Debug/QuakeFocus Pro.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<userSettings>
<QuakeFocus_Pro.My.MySettings>
<setting name="prefixLang" serializeAs="String">
<value>en</value>
<value />
</setting>
<setting name="pastEventID" serializeAs="String">
<value>unknown</value>
Expand Down
Binary file modified QuakeFocus Pro/bin/Debug/QuakeFocus Pro.pdb
Binary file not shown.
Binary file added QuakeFocus Pro/bin/Debug/QuakeFocusBETA-0.1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions QuakeFocus Pro/bin/Debug/assets/gisdata/Pop_density.prj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
1 change: 1 addition & 0 deletions QuakeFocus Pro/bin/Debug/assets/gisdata/Pop_density.qpj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]]
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 78b4286

Please sign in to comment.