maps-app-javascript icon indicating copy to clipboard operation
maps-app-javascript copied to clipboard

Clicking the 'current location' button zooms to a very large scale

Open mikewilburn opened this issue 7 years ago • 2 comments

The behavior of the Current Location zooms to a scale so large that the user isn't left with much spatial context as to where this actually is until manually zooming out a few scales. Can we fix this to zoom a few scales smaller by default?

mikewilburn avatar Jan 17 '18 19:01 mikewilburn

Confirmed that there is a recent/temporary fix to this which zooms the scale to 1:1000 (which is smaller than previously). This brings more features into view which adds spatial context.

mikewilburn avatar Jan 22 '18 20:01 mikewilburn

Should be fixed via API updates in latest commit. https://github.com/Esri/maps-app-javascript/blob/master/src/Application.ts#L147-L148

odoe avatar Jun 18 '18 15:06 odoe