Include ST_YMin ordering for buildings

pull/297/head
lukasmartinelli 2016-04-23 22:20:49 +02:00
rodzic bee99e1583
commit b4b5003d73
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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