merge master into add-garages
This commit is contained in:
commit
8a5541a78e
@ -45,7 +45,9 @@ $$
|
||||
) DESC
|
||||
)::int AS "rank"
|
||||
FROM osm_peak_point
|
||||
WHERE geometry && bbox AND ele is not null AND ele ~ E'^-?\\d+'
|
||||
WHERE geometry && bbox
|
||||
AND ele is not null
|
||||
AND ele ~ E'^-?\\d{1,4}(\\D|$)'
|
||||
) AS ranked_peaks
|
||||
WHERE zoom_level >= 7 AND (rank <= 5 OR zoom_level >= 14)
|
||||
ORDER BY "rank" ASC;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user