tedsteiner / OpenStreetMap.jl

Julia OpenStreetMap Package
Other
52 stars 18 forks source link

UndefVarError #87

Open guri-dominic opened 6 years ago

guri-dominic commented 6 years ago

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?