Esri / vehicle-commander-java

The Vehicle Commander template demonstrates best practices for building in-vehicle military applications with ArcGIS Runtime. The Vehicle Commander template contains source code for an in-vehicle application.
Apache License 2.0
16 stars 13 forks source link

Idea: change grid to match coordinate notation (MGRS or lon/lat) #50

Open garysheppardjr opened 9 years ago

garysheppardjr commented 9 years ago

Vehicle Commander currently has a setting for displaying the current location in either MGRS or longitude/latitude. It has been suggested suggested that the overlay grid that is displayed with a toggle button should match this setting, displaying in either MGRS or longitude/latitude. Currently, the grid is always MGRS.

Another possibility is to have two settings--one for the grid and one for the location display--so that they can be different, if that is a valid user need.

Still another possibility is that a lon/lat grid wouldn't be useful and we can leave the app as is.

Please share your ideas in the comments on whether this is needed and how it should be.