Skip to content

Commit b2badae

Browse files
committed
[CSAPI] Remove demo server credentials + fix Saildrone example
coordinate
1 parent 0d439a9 commit b2badae

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

sensorhub-service-consys/src/test/java/org/sensorhub/impl/service/consys/demodata/Api.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ public class Api
5050
{
5151
static String API_ROOT = "http://localhost:8181/sensorhub/api/";
5252
static String CREDENTIALS = "admin:test";
53-
// static String API_ROOT = "https://api.georobotix.io/ogc/demo1/api/";
54-
// static String CREDENTIALS = "admin:admin@demo";
5553
static Gson gson = new GsonBuilder().setPrettyPrinting().create();
5654

5755

sensorhub-service-consys/src/test/java/org/sensorhub/impl/service/consys/demodata/Saildrone.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ static Deployment createDeployment(String num, TimeExtent validTime)
488488
-20.580256972585005, 69.32540270488252,
489489
-44.882040321164595, 57.8173172002532,
490490
-62.533256002424395, 75.10099709520935,
491-
-75.20519962420502, 73.55845204009353,
491+
-75.20519962420502, 3.55845204009353,
492492
-58.520395213924814, 65.86405325645057,
493493
-63.826590160149635, 61.40189834709315,
494494
-54.33831799872459, 52.6435899140682,

0 commit comments

Comments
 (0)