use extra place_entrance table

This commit is contained in:
Sarah Hoffmann
2025-10-23 16:03:15 +02:00
parent b042eca382
commit a93113bc44
2 changed files with 2 additions and 9 deletions

View File

@@ -683,11 +683,6 @@ DECLARE
BEGIN
{% if debug %}RAISE WARNING '% % % %',NEW.osm_type,NEW.osm_id,NEW.class,NEW.type;{% endif %}
IF NEW.class IN ('routing:entrance', 'entrance') THEN
-- We don't need entrance nodes in the placex table.
RETURN NULL;
END IF;
NEW.place_id := nextval('seq_place');
NEW.indexed_status := 1; --STATUS_NEW