geodata
geodata copied to clipboard
osm() does not return all types of highway
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"