Fixed typo

This commit is contained in:
antoniocarlon 2018-07-23 12:25:51 +02:00
parent 9b62a0980f
commit 9ca4d755c9

View File

@ -652,7 +652,7 @@ BEGIN
format(
$query$
SELECT ROUND(AVG(x)) AS x, ROUND(AVG(y)) as y
FROM %3$s_%1$s_%2$s
FROM %3$s%1$s_%2$s
$query$, mc_geography_level, z, tiler_table_prefix)
INTO avg_x, avg_y;