Skip to content

Commit 5c12e1c

Browse files
committed
Fix hint of where to look for address_only_building logic
1 parent e0ea177 commit 5c12e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flex-config/sql/building.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ COMMENT ON COLUMN osm.building_point.address IS 'Address combined from address p
4848
COMMENT ON COLUMN osm.building_polygon.address IS 'Address combined from address parts in helpers.get_address().';
4949

5050

51-
COMMENT ON COLUMN osm.building_point.osm_type IS 'Values: building, building_part, office or address. All but address described in osm_subtype. Value is address if addr:* tags exist with no other major keys to group it in a more specific layer. See address_only_building() in building.lua';
52-
COMMENT ON COLUMN osm.building_polygon.osm_type IS 'Values: building, building_part, office or address. All but address described in osm_subtype. Value is address if addr:* tags exist with no other major keys to group it in a more specific layer. See address_only_building() in building.lua';
51+
COMMENT ON COLUMN osm.building_point.osm_type IS 'Values: building, building_part, office or address. All but address described in osm_subtype. Value is address if addr:* tags exist with no other major keys to group it in a more specific layer. See address_only_building() in building_helpers.lua';
52+
COMMENT ON COLUMN osm.building_polygon.osm_type IS 'Values: building, building_part, office or address. All but address described in osm_subtype. Value is address if addr:* tags exist with no other major keys to group it in a more specific layer. See address_only_building() in building_helpers.lua';
5353

5454
COMMENT ON COLUMN osm.building_point.osm_subtype IS 'Further describes osm_type for building, building_part, and office.';
5555
COMMENT ON COLUMN osm.building_polygon.osm_subtype IS 'Further describes osm_type for building, building_part, and office.';

0 commit comments

Comments
 (0)