Use GeometryUtil for interpreting Map BoundingBox (#1146)
When setting a BoundingBox to a specific set of coordinates we attempt to cast a value to double that isn't necessarily double. If coming directly from blocks, the values are Kawa DFloNum values. This commit uses GeometryUtil's coerseToDouble helper function to convert the value into a double. Fixes #1145 Change-Id: I6404c783caa81fb31e03557e58cabc5474f2eb38
Showing
Please register or sign in to comment