Skip to content

Commit 90fe7d4

Browse files
committed
Minor amendment
1 parent c5ced9c commit 90fe7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drive_time_polygons/create_drivetime_polygons.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ costField <- 'cost_len'
4646
# cost value in units of the cost column - meters for cost_len or minutes for cost_time
4747
costValue <- 10000
4848

49-
# loop through the startnodes and create temporary table to hold the nodes within road network distance
49+
# loop through the startnodes and create temporary table to hold the nodes
5050

5151
for (i in 1:length(startnodes)) {
5252
# create the temp table

0 commit comments

Comments
 (0)