charleyglynn / OSM-Shapefile-QGIS-stylesheets

150 stars 79 forks source link

Rule filter for roads has to be changed #3

Closed DanielMoraru closed 6 years ago

DanielMoraru commented 7 years ago

Hi, I tested yout style with a shape download from geofabrik and had a small issue. Your stylesheets have to be fixed. The rule filter changed from "type" to "fclass" for roads.

<rule filter="fclass IN ( 'motorway') AND &quot;bridge&quot; IN ('True', '1', 'yes')" symbol="0" label="motorway bridges"/>

arne1921KF commented 6 years ago

This is a larger issue for all styles, not only roads, as fclass replaces type

Also, AND / OR concatenations seem to be necessary. Noiticed this in case of the rivers, strams, canals etc.

I'm a noob using github, will see if I can fix this.