-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
Lines 54 to 59 in 3a6df65
| Node nearestNode = NetworkUtils.getNearestNode(network, centroid); // TODO choose road of certain category | |
| Coord coord = CoordUtils.createCoord(nearestNode.getCoord().getX(), nearestNode.getCoord().getY()); | |
| ActivityFacility activityFacility = aff.createActivityFacility(Id.create(zoneId, ActivityFacility.class), coord); | |
| zoneRepresentativeCoords.addActivityFacility(activityFacility); | |
| } | |
| } |
This issue was generated by todo based on a TODO comment in 3a6df65 when #269 was merged. cc @msmobility.
Reactions are currently unavailable