parent
9c7a3aeb36
commit
d2a81bd1da
@ -40,7 +40,7 @@ RETURNS TABLE(osm_id bigint, geometry geometry, name text, name_en text, name_de
|
|||||||
FROM osm_marine_point
|
FROM osm_marine_point
|
||||||
WHERE geometry && bbox AND (
|
WHERE geometry && bbox AND (
|
||||||
place = 'ocean'
|
place = 'ocean'
|
||||||
OR (zoom_level >= 1 AND zoom_level <= "rank" AND "rank" IS NOT NULL)
|
OR (zoom_level >= "rank" AND "rank" IS NOT NULL)
|
||||||
OR (zoom_level >= 8)
|
OR (zoom_level >= 8)
|
||||||
);
|
);
|
||||||
$$ LANGUAGE SQL IMMUTABLE;
|
$$ LANGUAGE SQL IMMUTABLE;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user