planet_osm_roads may be used on any zoom
This commit is contained in:
parent
09bb4f5eed
commit
6e57857594
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ if options.renderer == "mapnik":
|
|||
there_are_dashed_lines = False
|
||||
itags_g = set()
|
||||
xml_g = ""
|
||||
roads = (layer_type == 'line') and (zoom < 9) # whether to use planet_osm_roads
|
||||
roads = (layer_type == 'line') # whether to use planet_osm_roads
|
||||
## casings pass
|
||||
for zindex in ta:
|
||||
sql = set()
|
||||
|
|
Loading…
Add table
Reference in a new issue