try to fix grouping
This commit is contained in:
parent
7f07ede48b
commit
b6094d3f40
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ if options.renderer == "mapnik":
|
|||
(SELECT %s, way from planet_osm_polygon where (%s)) tex
|
||||
) p
|
||||
group by %s
|
||||
"""%(itags,oitags,sql,oitags)
|
||||
"""%(itags,itags,oitags,sql,oitags)
|
||||
#elif layer_type == "line" and there_are_dashed_lines:
|
||||
# sqlz = """select %s, ST_Union(way) as way from (SELECT * from planet_osm_line where way && !bbox! #and (%s)) as tex
|
||||
# group by %s
|
||||
|
|
Loading…
Add table
Reference in a new issue