Skip to content

Commit

Permalink
🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jan 16, 2019
1 parent b85b913 commit 96e7f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/moveability.R
Expand Up @@ -47,7 +47,7 @@ mv_streetnet <- function (city = NULL, quiet)
if (is.list (bb_poly))
{
bb_poly <- bb_poly [[1]]
} else if (nrow (bb) == 2)
} else if (nrow (bb_poly) == 2)
{
is_poly <- FALSE
}
Expand Down

0 comments on commit 96e7f2c

Please sign in to comment.