Ticket #208 (new enhancement)

Opened 2 years ago

constrain numeric precision to actual precision

Reported by: thomase Assigned to: sgillies
Priority: major Milestone: Geo Precision
Component: GeoEntity Version: Beta
Keywords: Cc:

Description

Coordinate sets in geometry should not show more decimal digits than the actual precision of the data. For new data, ensure programmatically that coordinates are not input or uploaded with more significant digits than are appropriate for the precision indicated in the metadata for the geometry. Note that fixing this is dependent on adding the relevant metadata to the geometry in accordance with tickets #149 and #150. BAtlas legacy data is pre-processed to ensure compliance with this policy (see ticket #173).

Thanks to Duane Marble for catching this one.