Skip to content

Commit

Permalink
Adding Intersection Name to Data Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Mar 11, 2024
1 parent c5cc3b9 commit d216f85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public List<IntersectionReferenceData> getIntersectionIDs() {
data.setIntersectionID(intersectionId);
data.setRoadRegulatorID("-1");
data.setRsuIP(properties.getString("originIp"));
data.setIntersectionName("");
data.setIntersectionName(properties.getString("intersectionName"));
if (refPoint != null) {
data.setLatitude(refPoint.getDouble("latitude"));
data.setLongitude(refPoint.getDouble("longitude"));
Expand Down

0 comments on commit d216f85

Please sign in to comment.