try to fix grouping

This commit is contained in:
Komzpa 2011-07-21 12:54:39 +03:00
parent 7f07ede48b
commit b6094d3f40

View file

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