You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Heads up, I'm a julia noob.
I installed OpenStreetMap on v0.62, ubuntu16. When I run the examples (e.g. include("plots.jl")), I get the following error
WARNING: replacing module TestPlots
ERROR: LoadError: UndefVarError: getOSMData not defined
Stacktrace:
[1] include_from_node1(::String) at ./loading.jl:576
[2] include(::String) at ./sysimg.jl:14
while loading /home/ubuntu/.julia/v0.6/OpenStreetMap/test/plots.jl, in expression starting on line 11
how can I fix this?
The text was updated successfully, but these errors were encountered:
Heads up, I'm a julia noob.
I installed OpenStreetMap on v0.62, ubuntu16. When I run the examples (e.g.
include("plots.jl")
), I get the following errorhow can I fix this?
The text was updated successfully, but these errors were encountered: