geodata icon indicating copy to clipboard operation
geodata copied to clipboard

osm() does not return all types of highway

Open MaxCarabus opened this issue 1 year ago • 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"

MaxCarabus avatar Jan 28 '24 07:01 MaxCarabus