rspatial/geodata

osm() does not return all types of highway

MaxCarabus opened this issue · 0 comments

function osm() return only tree type of roads: "primary", "seconday", and "tertiary"
values "motorway", and "trunk" are skipped

example:
highways = osm(country = 'KZ', var = 'highways')
unique(highways$highway)
[1] "primary" "secondary" "tertiary"