Update etl diagram for poi layer (#1297)

Add the missing `osm_poi_stop_centroid` and `osm_poi_stop_rank` materialized views.
This commit is contained in:
zstadler
2021-11-10 20:49:18 +02:00
committed by GitHub
parent ebeafc65fa
commit 1be440404b
3 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ $$ LANGUAGE plpgsql;
SELECT update_osm_poi_point();
-- etldoc: osm_poi_stop_rank -> osm_poi_point
CREATE OR REPLACE FUNCTION update_osm_poi_point_agg() RETURNS void AS
$$
BEGIN