From 359ea6d495a4439d8fd6fe5dd0ce0619a0a37445 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 11 Dec 2011 15:56:27 +0100 Subject: Postprocessing for tag combination counting. --- sources/master/interesting_tags.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sources/master') diff --git a/sources/master/interesting_tags.sql b/sources/master/interesting_tags.sql index c39c195..862a39f 100644 --- a/sources/master/interesting_tags.sql +++ b/sources/master/interesting_tags.sql @@ -27,7 +27,7 @@ INSERT INTO interesting_tags (key, value) UNION SELECT key, value FROM db.tags WHERE count_all > 10000; -DELETE FROM interesting_tags WHERE key IN ('created_by', 'ele', 'height', 'is_in', 'layer', 'maxspeed', 'name', 'ref', 'width') AND value IS NOT NULL; +DELETE FROM interesting_tags WHERE key IN ('created_by', 'ele', 'height', 'is_in', 'lanes', 'layer', 'maxspeed', 'name', 'ref', 'width') AND value IS NOT NULL; DELETE FROM interesting_tags WHERE value IS NOT NULL AND key LIKE '%:%'; DELETE FROM interesting_tags WHERE value IS NOT NULL AND key LIKE 'fresno_%'; -- cgit v1.2.3