Skip to content

Commit

Permalink
fix: Add building=yes to we can query them
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Sep 23, 2023
1 parent c95d50c commit 4f7ee0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osm_rawdata/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def importParquet(self,
# tags['name'] = entry['class']
else:
tags = dict()
tags['building'] = 'yes'
s = select(cast(tags, JSONB))

geom = entry['geometry']
Expand Down

0 comments on commit 4f7ee0e

Please sign in to comment.