<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">This blog post reminded me:<div class=""><br class=""></div><div class=""><a href="https://rapidlasso.com/2019/05/06/how-many-decimal-digits-for-storing-longitude-latitude/" class="">https://rapidlasso.com/2019/05/06/how-many-decimal-digits-for-storing-longitude-latitude/</a></div><div class=""><br class=""></div><div class="">GeoJSON generation uses DBL_DIG as the number of decimal places, which is… a lot? 15 or 16 depending on your platform. I wonder if maybe we should crank that down to 8 as the default and let people crank it *up* as desired rather than emitting nanometer precision and expecting people to crank it *down* (they don’t).</div><div class=""><br class=""></div><div class="">Thoughts?</div><div class=""><br class=""></div><div class="">P</div></body></html>