There was an error while loading. Please reload this page.
2 parents 0bd1611 + 5588182 commit f4b6eadCopy full SHA for f4b6ead
1 file changed
openaddr/conform.py
@@ -47,7 +47,7 @@ def gdal_error_handler(err_class, err_num, err_msg):
47
GEOM_FIELDNAME = 'oa:geom'
48
49
ADDRESSES_SCHEMA = [ 'hash', 'number', 'street', 'unit', 'city', 'district', 'region', 'postcode', 'id', 'accuracy' ]
50
-BUILDINGS_SCHEMA = [ 'hash']
+BUILDINGS_SCHEMA = [ 'hash', 'height', 'levels']
51
PARCELS_SCHEMA = [ 'hash', 'pid' ]
52
RESERVED_SCHEMA = ADDRESSES_SCHEMA + BUILDINGS_SCHEMA + PARCELS_SCHEMA + [
53
"lat",
0 commit comments