Add type to points of interest.

This commit is contained in:
Ray Miller 2020-04-20 12:14:24 +01:00
parent 2f9e0e66e3
commit a51a3634bd
4 changed files with 7 additions and 4 deletions

View file

@ -25,6 +25,7 @@ func main() {
func(r *openname.Record) error {
b := placenames.NamedBoundary{
Name: r.Name,
Type: r.LocalType,
Xmin: r.MbrXMin,
Ymin: r.MbrYMin,
Xmax: r.MbrXMax,