OpenStreetMap.jl
OpenStreetMap.jl copied to clipboard
Julia OpenStreetMap Package
Pkg.add("OpenStreetMap") gives an Error "OpenStreetMap (not found in project, manifest or registry)"
Hi, when I try to add this package within Julia using Pkg.add("OpenStreetMap") it gives the following error. Why? ``` julia> using Pkg julia> Pkg.add("OpenStreetMap") ERROR: The following package names could...
julia> using OpenStreetMap ERROR: LoadError: LoadError: UndefVarError: @Dict not defined while loading /Users/jackl/.julia/v0.6/OpenStreetMap/src/classes.jl, in expression starting on line 9 while loading /Users/jackl/.julia/v0.6/OpenStreetMap/src/OpenStreetMap.jl, in expression starting on line 27
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:...
Tagged 7 days ago, Geodesy v0.1.0 has removed the `Bounds` type that this package depends on. This is causing [failure to load](http://stackoverflow.com/questions/37681456/julia-version-0-4-5-openstreetmap) on v0.4 and later, which Geodesy v0.1.0 supports....
Hello, After I do using OpenStreetMap I get the following error and cannot properly use the functions defined. Please let me know how I can fix this. Thanks! WARNING: Method...
Added code edits which make Pkg.test() run without errors on 0.4.2. Attached screenshot about packages elected to master. Tried to keep backward compatibility, and Pkg.test() also runs without errors on...
I've found the streaming parser to be too slow, mostly because it's maintaining a complicated state machine, and generating lots of objects during the parsing. I think it's better to...
Roadmap
I've seen the [milestones](https://github.com/tedsteiner/OpenStreetMap.jl/milestones/), and think it's worth laying out what I think is left, for present and future contributors, before we release (the ever elusive) 1.0? Feedback welcome! 1....
For the last two days, PRs / commits that pass locally on 0.4 have been [failing on Travis](https://travis-ci.org/tedsteiner/OpenStreetMap.jl/builds), e.g. #59. If it's not just a bad Julia nightly (goes away...
[PackageEvaluator.jl](https://github.com/IainNZ/PackageEvaluator.jl) is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the...