[GIS] QGIS 3.8 – forest leaftype symbols

layersoverpass-apiqgis

I'm pulling forest data from OSM through overpass API to QGIS 3.8. Then I have a new layer with a simple fill (filled with color).

I would like to use the same symbols as in OSM instead of simple colors, example attached. Any ideas on how to achieve that?enter image description here

Best Answer

There's a github repository with all the symbols OSM uses, the following one of particular interest: https://github.com/gravitystorm/openstreetmap-carto/tree/master/symbols

The specific symbols can be found in the generating patterns folder and are titled broadleaved.svg, respectively needleleaved.svg.

Once downloaded and saved in a directory which is added as an SVG path to QGIS, the symbols can be added to a layers symbology. In this special usecase, it would be a point pattern fill with svg-symbols.

Related Question