DeloitteOptimalReality / LightOSM.jl

A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.
https://deloitteoptimalreality.github.io/LightOSM.jl/docs
Other
48 stars 13 forks source link

set default oneway to false, except roundabouts #50

Closed hs-ye closed 3 years ago

hs-ye commented 3 years ago

Per discussion with @captchanjack default tagging for all ways without oneway should be false, as in most osm editors when you create a road it defaults to twoway (assume oneway to be no) - and will explicitly add the oneway tag when you then set the road to oneway. https://www.openstreetmap.org/way/51812001#map=16/-37.7196/145.0830

and the same view in the editor:

image

codecov-commenter commented 3 years ago

Codecov Report

Merging #50 (10e95a0) into master (68039e4) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #50   +/-   ##
=======================================
  Coverage   71.23%   71.23%           
=======================================
  Files          11       11           
  Lines         883      883           
=======================================
  Hits          629      629           
  Misses        254      254           
Impacted Files Coverage Δ
src/constants.jl 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 68039e4...10e95a0. Read the comment docs.