Show most important cities at z2

This commit is contained in:
lukasmartinelli
2016-10-08 15:26:56 +02:00
parent 7a8e16ec8e
commit 66d4405ed3
2 changed files with 9 additions and 0 deletions

View File

@@ -318,6 +318,9 @@ Layer:
length(name) DESC
) AS gridrank
FROM (
SELECT * FROM place_z2
WHERE z(!scale_denominator!) = 2
UNION ALL
SELECT * FROM place_z3
WHERE z(!scale_denominator!) = 3
UNION ALL