Skip to content

Commit

Permalink
Update src/plot_network.jl
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
claytonpbarrows and github-actions[bot] authored Sep 28, 2024
1 parent fcb17a7 commit 7399b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function lonlat_to_webmercator(xy::Shapefile.Point)
return lonlat_to_webmercator(xy.x, xy.y)
end

function lonlat_to_webmercator(shp::Vector{Union{Missing,Shapefile.Polygon}})
function lonlat_to_webmercator(shp::Vector{Union{Missing, Shapefile.Polygon}})
return [lonlat_to_webmercator(polygon) for polygon in shp]
end

Expand Down

0 comments on commit 7399b48

Please sign in to comment.