OpenStreetMapX.jl icon indicating copy to clipboard operation
OpenStreetMapX.jl copied to clipboard

OpenStreetMap (*.osm) support for Julia 1.0 and up

Results 25 OpenStreetMapX.jl issues
Sort by recently updated
recently updated
newest added

Hi, I hope I did not misunderstand anything. But In the following code, where is the first function parameter nodes used? I was a bit confused..... ``` function get_edges(nodes::Dict{Int,T},roadways::Vector{OpenStreetMapX.Way}) where...

Hi, I hope that I did not misunderstand anything. I was a bit confused about the following code. ``` #################################################### ### For Each Feature Find the Nearest Graph Node ###...

Hi, I like this package a lot and was working on to understand it more. Several questions pop up. I would really appreciate if you can help me clarify a...

Please provide a test case in `test/runtests.jl` that demonstrates a higher routing speed (both shortest route and fastest route) for A-star compared to Dijkstra

Is there a plan to add to your API something similar to overpassquery as was available in OpenStreetMap2? Thanks,