Skip to content

Commit

Permalink
Set edge_plottype default to linesegments
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanning committed Nov 22, 2023
1 parent 30e5276 commit a2d1c59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/defaults/defaults.jl
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ function set_edge_defaults(osmplot)
markersize = arrows_streets(gpk, i2w, edge_width),
color = :white
)
edge_plottype = :linesegments

return (; edge_color, edge_width, elabels, elabels_textsize, arrow_attr)
return (; edge_color, edge_width, elabels, elabels_textsize, arrow_attr, edge_plottype)
end

function color_streets(gpk, i2w)
Expand Down

0 comments on commit a2d1c59

Please sign in to comment.