Skip to content

Commit

Permalink
Merge pull request #363 from rustprooflabs/fix-comments
Browse files Browse the repository at this point in the history
Fix hint of where to look for address_only_building logic
  • Loading branch information
rustprooflabs authored Sep 17, 2023
2 parents e0ea177 + 5c12e1c commit f45b3f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flex-config/sql/building.sql
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ COMMENT ON COLUMN osm.building_point.address IS 'Address combined from address p
COMMENT ON COLUMN osm.building_polygon.address IS 'Address combined from address parts in helpers.get_address().';


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';
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';
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';
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';

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

0 comments on commit f45b3f6

Please sign in to comment.