Przemysław Szufel
Przemysław Szufel
I agree that this is a missing component here! The corners of maps bouding box are stored in the `.bounds` field. You need to convert the `LLA` coordinates (measured in...
Sounds great! should you need any support/instructions do not hesitate to ask.
Now you need to make a Pull Request https://reflectoring.io/github-fork-and-pull/ https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request
This looks like a problem installing `PyPlot` which is a dependency of OpenStreetMapXPlot. `matplotlib` is a Python library that is being installed together with `PyPlot`, perhaps the first time it...
This looks like a typical issue of "many Pythons share library paths". Similar error messages have been reported many times on StackOverflow. One more useful step is adding `ENV["PYTHON"]="` before...
Yes! This can be easily added. Object `MapData` has a field `roadways` that has a `Vector` with road descriptions. For an example consider the sample map: ``` mx = get_map_data(joinpath(dirname(pathof(OpenStreetMapX)),"..","test/data/reno_east3.osm"),use_cache=false)...
Hi, unfortunately it is hard-coded to the `plotmap()` function. However it should be fairly easy to prepare a pull request extending coloring functionality (the code of `plotmap()` is really simple)....
One more idea. If you are looking for a less-effort solution you could just plot the roads as an overlay on the map. Firstly, plot the map in a standard...
Hi, you can easily change this to another region - just edit the source code. As of today I am usually running HPC scripts directly from Julia language (the language...
There may be several paths between two nodes having some driving time. Currently for each node you would need to look for the path. It would be though possible to...