<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>