Easiest Way (without loading catalog) to Go to Location on the Map #4893
-
We've build a Go to Coordinate function (MGRS, GARS, PlaceKey, PlusCode, What3Words and Projected Lat Long - get converted to WGS84 Decimal Degree Latitude and Longitude) This new feature will be found in the Mobile and Desktop version of Earth Explorer 3D Map app |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's hard for me to answer this without having a better idea what sort of workflow you're looking for. Would you be able to describe the steps that you want a user to carry out to make this happen? A search provider would be one approach. Have a look at the SearchProvider classes in here: https://github.com/TerriaJS/terriajs/tree/master/lib/ViewModels Another way is to add a button somewhere that does something like this code. |
Beta Was this translation helpful? Give feedback.
It's hard for me to answer this without having a better idea what sort of workflow you're looking for. Would you be able to describe the steps that you want a user to carry out to make this happen?
A search provider would be one approach. Have a look at the SearchProvider classes in here: https://github.com/TerriaJS/terriajs/tree/master/lib/ViewModels
Another way is to add a button somewhere that does something like this code.