Remove order argument from group by, this result in as many groups as there are rows

pull/297/head
Manuel Roth 2016-04-25 19:16:32 +02:00
rodzic c83ec91400
commit 66238e7b11
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -267,8 +267,7 @@ Layer:
WHERE z(!scale_denominator!) = 14
) AS building
WHERE geometry && !bbox!
GROUP BY underground, ST_YMin(ST_Envelope(geometry))
ORDER BY ST_YMin(ST_Envelope(geometry)) DESC
GROUP BY underground
) AS data
type: postgis
user: osm