This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

how to create a detailed map with street names

0

Hello group, I would be grateful if you could help me in a project I am working.

In essence I want to create maps with street names(like in the screenshot) I actually have a qgis 2.18 app but when i try to download shapefiles it only get roads layers.

alt text

asked 30 Jan '21, 18:39

boxhibonks's gravatar image

boxhibonks
11112
accept rate: 0%

Where are you downloading your shapefiles? OSM isn't divided into layers like most GIS, so your provider may be filtering what you've downloaded.

(31 Jan '21, 00:40) InsertUser

One Answer:

0

For a another simple approach (without uploading OSM data into PostGIS) I would recommend a series of overpass queries to build layers in QGIS. There is a QGIS plugin which uses overpass syntax to populate layers. However, if you need areas then directly running queries in Overpass-turbo and downloading the geojson is more appropriate.

answered 31 Jan '21, 12:59

SK53's gravatar image

SK53 ♦
28.1k48268433
accept rate: 22%

Source code available on GitHub .