Skip to content

Commit f4b6ead

Browse files
authored
Merge pull request #85 from andrewharvey/building-schema
include height and levels as part of the buildings schema
2 parents 0bd1611 + 5588182 commit f4b6ead

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openaddr/conform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def gdal_error_handler(err_class, err_num, err_msg):
4747
GEOM_FIELDNAME = 'oa:geom'
4848

4949
ADDRESSES_SCHEMA = [ 'hash', 'number', 'street', 'unit', 'city', 'district', 'region', 'postcode', 'id', 'accuracy' ]
50-
BUILDINGS_SCHEMA = [ 'hash']
50+
BUILDINGS_SCHEMA = [ 'hash', 'height', 'levels']
5151
PARCELS_SCHEMA = [ 'hash', 'pid' ]
5252
RESERVED_SCHEMA = ADDRESSES_SCHEMA + BUILDINGS_SCHEMA + PARCELS_SCHEMA + [
5353
"lat",

0 commit comments

Comments
 (0)