Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.
Apache License 2.0
41 stars 24 forks source link

Apply filter doesn't honor current extent #9

Closed codergrl closed 5 years ago

codergrl commented 5 years ago

If I pan away from my current location and then hit the SEARCH button at the bottom I get the behavior I expect: a new set of results that match the current visible extent.

However, if I pan away from my current location and then hit the Filter button and Apply a new filter, the result set doesn't match the current visible extent. Instead it matches the user's current location (blue dot).

nearby-js

Device: Microsoft Surface 3 OS: Windows 10 version 1803 build 17134 Browser: Chrome v. 71.0.3578.98

odoe commented 5 years ago

This should be fixed in latest updates. I noticed it earlier when debugging another issue in the Portland area and fixed it before I saw this issue.

Thanks!

codergrl commented 5 years ago

Looks good, thanks!