diff --git a/components/entitiy_ident/mongo/cars.json b/components/entitiy_ident/mongo/cars.json index 9e57c4c..eff7fe3 100644 --- a/components/entitiy_ident/mongo/cars.json +++ b/components/entitiy_ident/mongo/cars.json @@ -3,24 +3,15 @@ "oem": "BENTLEY", "modelType": "Continental", "vin": "SCBFR7ZA5CC072256", - "startingVelocity": 130, - "startingDistance": 300, - "startingTime": 10 }, { "oem": "SATURN", "modelType": "Vue", "vin": "5GZCZ43D13S812715", - "startingVelocity": 130, - "startingDistance": 500, - "startingTime": 15 }, { "oem": "SATURN", "modelType": "Vue2", "vin": "5GZCZ43D13S812716", - "startingVelocity": 130, - "startingDistance": 400, - "startingTime": 25 } ] \ No newline at end of file diff --git a/components/entitiy_ident/mongo/traffic_lights.json b/components/entitiy_ident/mongo/traffic_lights.json index 782e9d8..6f83730 100644 --- a/components/entitiy_ident/mongo/traffic_lights.json +++ b/components/entitiy_ident/mongo/traffic_lights.json @@ -2,21 +2,18 @@ { "id": "1", "location": [16.20719, 47.89584], - "range": 2000, "switchingTime": 26, "color": "RED" }, { "id": "2", "location": [16.20814, 47.90937], - "range": 800, "switchingTime": 16, "color": "GREEN" }, { "id": "3", "location": [16.20917, 47.92703], - "range": 1000, "switchingTime": 20, "color": "RED" }