|
32 | 32 | ( 11, 'Absence of way table', 'SELECT count(*) FROM pg_tables WHERE tablename = \'planet_osm_ways\'', 0), |
33 | 33 | ( 12, 'Absence of rel line', 'SELECT count(*) FROM pg_tables WHERE tablename = \'planet_osm_rels\'', 0), |
34 | 34 | ( 13, 'Basic polygon area', 'SELECT round(sum(cast(ST_Area(way) as numeric)),0) FROM planet_osm_polygon;', 1247245186), |
35 | | - ( 14, 'Gazetteer place count', 'SELECT count(*) FROM place', 2836), |
| 35 | + ( 14, 'Gazetteer place count', 'SELECT count(*) FROM place', 2826), |
36 | 36 | ( 15, 'Gazetteer place node count', 'SELECT count(*) FROM place WHERE osm_type = \'N\'', 759), |
37 | | - ( 16, 'Gazetteer place way count', 'SELECT count(*) FROM place WHERE osm_type = \'W\'', 2059), |
| 37 | + ( 16, 'Gazetteer place way count', 'SELECT count(*) FROM place WHERE osm_type = \'W\'', 2049), |
38 | 38 | ( 17, 'Gazetteer place rel count', 'SELECT count(*) FROM place WHERE osm_type = \'R\'', 18), |
39 | | - ( 18, 'Gazetteer post-diff place count', 'SELECT count(*) FROM place', 2877), |
| 39 | + ( 18, 'Gazetteer post-diff place count', 'SELECT count(*) FROM place', 2867), |
40 | 40 | ( 19, 'Gazetteer post-diff place node count', 'SELECT count(*) FROM place WHERE osm_type = \'N\'', 764), |
41 | | - ( 20, 'Gazetteer post-diff place way count', 'SELECT count(*) FROM place WHERE osm_type = \'W\'', 2095), |
| 41 | + ( 20, 'Gazetteer post-diff place way count', 'SELECT count(*) FROM place WHERE osm_type = \'W\'', 2085), |
42 | 42 | ( 21, 'Gazetteer post-diff place rel count', 'SELECT count(*) FROM place WHERE osm_type = \'R\'', 18), |
43 | 43 | ( 22, 'Gazetteer housenumber count', "SELECT count(*) FROM place WHERE address ? 'housenumber'", 199), |
44 | 44 | ( 23, 'Gazetteer post-diff housenumber count count', "SELECT count(*) FROM place WHERE address ? 'housenumber'", 199), |
45 | | - ( 24, 'Gazetteer address count', 'SELECT count(*) FROM place WHERE address is not null', 319), |
46 | | - ( 25, 'Gazetteer post-diff address count', 'SELECT count(*) FROM place WHERE address is not null', 319), |
| 45 | + ( 24, 'Gazetteer address count', 'SELECT count(*) FROM place WHERE address is not null', 309), |
| 46 | + ( 25, 'Gazetteer post-diff address count', 'SELECT count(*) FROM place WHERE address is not null', 309), |
47 | 47 | ( 26, 'removed', 'really', 0), |
48 | 48 | ( 27, 'Multipolygon basic case (Tags from relation)', |
49 | 49 | 'SELECT round(ST_Area(way)) FROM planet_osm_polygon WHERE osm_id = -1 and landuse = \'residential\' and name = \'Name_rel\'', 12895), |
|
0 commit comments