-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esri World Imagery vintage #4280
Comments
source/vintage is absolutely something that can be queried and i'm happy to help land it as a feature in iD. given that it'd invoke a new web request, my first instinct is to add a context menu item in the background settings panel when the Esri imagery is active. |
Thanks @jgravois!
add something like this: } else if (source.id === 'EsriWorldImagery') {
return rendererBackgroundSource.Esri(source);
} |
BTW to test this, just hit ⌘Cmd+Shift+B (on Mac) / Ctrl+Shift+B (on Windows) to bring up the Background info pane. This pane will display the vintage of the center tile, and there will be a button to toggle tile debugging info, to display vintage on all the tiles. This feature is toggleable and off by default, so it won't flood the server with requests. |
We can probably fetch imagery vintage for the Esri World Imagery layer, similar to how we can get it for Bing.
details here: https://www.arcgis.com/home/item.html?id=c03a526d94704bfb839445e80de95495
The text was updated successfully, but these errors were encountered: