aerodrome_label: Remove unused function parameter (#919)

Minor optimization - in function `layer_aerodrome_label(bbox, zoom_level, pixel_width)` last parameter is not being used, so removing.
This commit is contained in:
Yuri Astrakhan
2020-06-11 14:24:55 -04:00
committed by GitHub
parent 447a8380e0
commit f889853cb6
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
-- etldoc: layer_aerodrome_label[shape=record fillcolor=lightpink, style="rounded,filled", label="layer_aerodrome_label | <z10_> z10+" ] ;
CREATE OR REPLACE FUNCTION layer_aerodrome_label(bbox geometry,
zoom_level integer,
pixel_width numeric)
zoom_level integer)
RETURNS TABLE
(
osm_id bigint,