10 lines
248 B
Bash
Executable File
10 lines
248 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#
|
|
# Create corresponding 'building' record with
|
|
# id: <building-guid>,
|
|
# doc: {},
|
|
# geom_id: <polygon-guid>
|
|
#
|
|
psql -c "INSERT INTO buildings ( geometry_id, ref_toid ) SELECT geometry_id, source_id from geometries;"
|