wmbeers / cmv-app

CMV - The Configurable Map Viewer - A community supported open source mapping framework built with the Esri JavaScript API and the Dojo Toolkit
https://demo.cmv.io/
MIT License
1 stars 2 forks source link

Load saved map extent enhancement (issue 38/Bug 5728) #44

Closed wmbeers closed 4 years ago

wmbeers commented 4 years ago

Description

Resolves Issue #38 (Bugzilla 5728)

Use case

A user wants to load a saved map, but stay at their current map extent. Currently the extent is saved with the map and it will always zoom to the saved extent. This change allows users to choose whether to stay at the current extent or zoom to the saved extent.

Checklist