Remove unused generalization from waterway (#1043)
During the import-osm step, there are three generalized tables for the waterway that are not used for subsequent processing. Thanks @lazaa32 for the notice.
This commit is contained in:
@@ -6,15 +6,6 @@ $$
|
||||
BEGIN
|
||||
UPDATE osm_waterway_linestring
|
||||
SET tags = update_tags(tags, geometry);
|
||||
|
||||
UPDATE osm_waterway_linestring_gen1
|
||||
SET tags = update_tags(tags, geometry);
|
||||
|
||||
UPDATE osm_waterway_linestring_gen2
|
||||
SET tags = update_tags(tags, geometry);
|
||||
|
||||
UPDATE osm_waterway_linestring_gen3
|
||||
SET tags = update_tags(tags, geometry);
|
||||
END
|
||||
$$;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user