planet_osm_roads may be used on any zoom

This commit is contained in:
Darafei Praliaskouski 2012-09-07 14:42:37 +03:00
parent 09bb4f5eed
commit 6e57857594

View file

@ -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()