Skip to content

Commit d7de0e0

Browse files
committed
Re-point APIs
1 parent 8c4a8f5 commit d7de0e0

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Habhub tracker
1+
# SondeHub tracker
2+
3+
A fork of [habitat-mobile-tracker](https://github.com/rossengeorgiev/habitat-mobile-tracker) for use with the [SondeHub v2 ElasticSearch](https://github.com/projecthorus/sondehub-infra/wiki/ElasticSearch-Kibana-access) database.
24

35
![mobile tracker screenshot](resources/mobiletracker-screencap.png "mobile tracker screenshot")
46

@@ -51,7 +53,7 @@ Pull requests are welcome.
5153

5254
Requirements: __Java__ and (Linux or Cygwin environment)
5355

54-
$ git clone git://github.com/rossengeorgiev/habitat-mobile-tracker.git
56+
$ git clone https://github.com/projecthorus/sondehub-tracker.git
5557
$ ./build.sh
5658

5759
For __applicationCache__ to work your server needs to send the correct MIME type.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ <h2>Chase car mode</h2>
311311
</div>
312312
</div>
313313
</div>
314-
<script src="https://maps.google.com/maps/api/js?v=3.31&libraries=map,common,controls,util,marker,onion,kml,ga,infowindow,stats,poly,overlay,weather,weather_impl,geometry&language=en_us&key=AIzaSyCOqkcNey4CCyG4X0X5qxHAhCgD8g5DwXg" type="text/javascript"></script>
314+
<script src="https://maps.google.com/maps/api/js?v=3.31&libraries=map,common,controls,util,marker,onion,kml,ga,infowindow,stats,poly,overlay,weather,weather_impl,geometry&language=en_us&key=AIzaSyCiFklq0gbg7DqUn81NqYBN17bwgK4YFf0" type="text/javascript"></script>
315315
<script type="text/javascript" language="javascript" src="js/mobile.js"></script>
316316
<!--
317317
<script type="text/javascript" language="javascript" src="js/gmaps_extentions.js"></script>

js/tracker.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
var mission_id = 0;
22
var position_id = 0;
3-
var data_url = "//spacenear.us/tracker/datanew.php";
4-
var receivers_url = "//spacenear.us/tracker/receivers.php";
5-
var predictions_url = "//spacenear.us/tracker/get_predictions.php?vehicles=";
3+
var data_url = "https://api.v2.sondehub.org/datanew";
4+
var receivers_url = "https://api.v2.sondehub.org/listeners";
5+
var predictions_url = "https://api.v2.sondehub.org/predictions?vehicles=";
66

77
var habitat_max = 400;
88
//var habitat_url = "//habitat.habhub.org/habitat/";

0 commit comments

Comments
 (0)