mapfocus
Query Parameters
lat: Latitude to focus the map on (required)
long: Longitude to focus the map on (required)
zoom: Zoom level to focus the map on (optional)
msg: Message to display to the OMA user (defaults to "Map Focused")'
forceOpen: true or false
This call will open OMA to the map page on provided lat/long and zoom level and display the provided message in a toast. If the OMA user is editing something (for example, an event, damage report, and so on). If forceOpen parameter is not set to true, OMA will inform the user that a request to focus somewhere else has been received and give them a chance to ignore the focus request or to leave their edits without saving data and honor the focus request.
Example:
nmsoma://mapfocus?lat=40.9254&long=-81.3982 or https://localhost:9595/oma/mapfocus?lat=40.9254&long=-81.3982