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

Julia OpenStreetMap Package

Results 19 OpenStreetMap.jl issues
Sort by recently updated
recently updated
newest added

Because all non-intersection nodes have been removed, and the euclidian distances between remaining nodes are tallied, ignoring curves in the road.

bug

according to the API here: http://overpass-api.de/output_formats.html#json Some implementations (in javascript): https://github.com/aaronlidman/osm-and-geojson, and https://github.com/tyrasd/osmtogeojson

enhancement

to use `hasparent` (to be introduced in [Graphs.jl](https://github.com/JuliaLang/Graphs.jl)); not ready for merge yet!

just to remind myself, when the changes in https://github.com/JuliaLang/Graphs.jl/pull/146 are merged, and Graphs is tagged

as the [third](http://wiki.openstreetmap.org/wiki/Relation) (and final) OSM [element](http://wiki.openstreetmap.org/wiki/Relation). in particular: [relation:restrictions](http://wiki.openstreetmap.org/wiki/Relation:restriction) Related: #31

enhancement
help wanted

Add a new Bounds type replacing/enhancing/extending the current one that allows a list of corners to define a boundary rather than just limiting to min/max Lat/Lon. This might be used...

enhancement
help wanted

Requires Julia 0.3 to update Graphs.jl far enough.

enhancement
low priority

Minor bug. When a road leaves the map boundary and later returns, the cropper does not properly handle this. I think that currently the cropper places the road as following...

bug
low priority