roads usage on main strokes
This commit is contained in:
parent
6e57857594
commit
e0c3d8dee1
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ if options.renderer == "mapnik":
|
|||
there_are_dashed_lines = False
|
||||
there_are_line_patterns = False
|
||||
itags_g = set()
|
||||
roads = (layer_type == 'line') and (zoom < 9) # whether to use planet_osm_roads
|
||||
roads = (layer_type == 'line')# whether to use planet_osm_roads
|
||||
xml_g = ""
|
||||
|
||||
sql = set()
|
||||
|
|
Loading…
Add table
Reference in a new issue