<div dir="auto">Already covered.  Add precision to the point_projections array in app.js.<div dir="auto"><br></div><div dir="auto">And probably also worth a issue to add this to the docs if it isn't in there.<br><div dir="auto"><br></div><div dir="auto">ex:</div><div dir="auto"><pre style="white-space:pre-wrap">    var point_projections = [
        {
            label: 'X,Y',
            ref: 'EPSG:200068',
            precision: 0
        },</pre><pre style="white-space:pre-wrap">    ...</pre></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Jan 12, 2019, 18:38 Kevin Grootendorst <<a href="mailto:kgrootendorst@gmail.com">kgrootendorst@gmail.com</a> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>All,</div><div>In the footer of my app, I'm displaying coordinates in UTM 17, however, it defaults to 10 decimal places.  Can this be changed to 1 or 0 decimals?</div><div>From searching the list archives, I see that pre-v3, there was a coordinate_display.js or main.js that could be modified to change precision.</div><div>I'm guessing this could be done in the app.js file in GM3, but not sure where/how to implement.</div><div>Is it in the app.addProjection?</div><div>app.addProjection({<br>        ref: 'EPSG:26917',<br>        def: '+proj=utm +zone=17 +ellps=GRS80 +datum=NAD83 +units=m +no_defs'<br>    });</div><div><br></div><div>Cheers,</div><div>Kevin<br></div></div></div>
_______________________________________________<br>
Geomoose-users mailing list<br>
<a href="mailto:Geomoose-users@lists.osgeo.org" target="_blank" rel="noreferrer">Geomoose-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geomoose-users" rel="noreferrer noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geomoose-users</a></blockquote></div>