Remove name_ values from update code

pull/1474/head
Brian Sperlongano 2023-12-24 13:41:35 -05:00
rodzic 1cab0e66af
commit 531b0b5f52
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1207,7 +1207,7 @@ BEGIN
-- Add all Source-LineStrings affected by this update
SELECT osm_id, NULL::INTEGER AS id, NULL::BIGINT[] AS source_ids, geometry,
transportation_name_tags(
NULL::geometry, tags, name, name_en, name_de
NULL::geometry, tags, name
) AS tags, shipway AS subclass, layer, z_order
FROM (
-- Get Source-LineString-IDs of deleted or updated elements
@ -1389,7 +1389,7 @@ BEGIN
-- Add all Source-LineStrings affected by this update
SELECT osm_id, NULL::INTEGER AS id, NULL::BIGINT[] AS source_ids, geometry,
transportation_name_tags(
NULL::geometry, tags, name, name_en, name_de
NULL::geometry, tags, name
) AS tags, aerialway AS subclass, layer, z_order
FROM (
-- Get Source-LineString-IDs of deleted or updated elements