Fix data for overviews integration tests

This commit is contained in:
Javier Goizueta
2016-01-27 17:40:12 +01:00
parent 37a4aaeeb4
commit 5038ae6b1b
2 changed files with 15 additions and 0 deletions

View File

@@ -13,3 +13,9 @@ AS $$
END IF;
END
$$ LANGUAGE PLPGSQL;
CREATE OR REPLACE FUNCTION CDB_ZoomFromScale(scaleDenominator numeric) RETURNS int AS $$
BEGIN
RETURN 0;
END
$$ LANGUAGE plpgsql IMMUTABLE;