rspatial / geodata

download geographic data
GNU General Public License v3.0
147 stars 15 forks source link

osm() does not return all types of highway #65

Open MaxCarabus opened 6 months ago

MaxCarabus commented 6 months ago

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"