azgs / azlibrary_database

1 stars 1 forks source link

metadata geometries (points vs polygons) #27

Closed aazaff closed 5 years ago

aazaff commented 5 years ago

Currently, if the metadata geometry is a point rather than a polygon, we just represent it as a polygon the size of a point.

This works in most situations, but there are at least some points where various GIS programs will get angry. Perhaps we should add logic that checks if it is properly a point and to add it as a point rather than as a poly.

aazaff commented 5 years ago

Upon further reflection... I think this is not really an issue. Until we encounter an actual break, we should close this issue.