Skip to content
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

Ability to download combined map (left side, right side) #130

Open
cmy2k opened this issue Nov 16, 2020 · 1 comment
Open

Ability to download combined map (left side, right side) #130

cmy2k opened this issue Nov 16, 2020 · 1 comment

Comments

@cmy2k
Copy link
Contributor

cmy2k commented Nov 16, 2020

There is currently only the ability to download each side of the swipe map separately. We should investigate whether functionality exists to download the combined map.

@jwilson8767
Copy link
Contributor

One thing to consider is that CE is on the ArcGIS JS API 4.9 as in 4.10 ESRI broke the method we're using for the map swiper. In 4.13 they added their own implementation of the map swipe:
example
doc

I mention this because the latest versions of ArcGIS draws maps much faster than 4.9 and in 4.10 they also added the ability to take screenshots of the map natively:
example (Currently only loads in Chrome due to CORS issue in FF)
doc

Therefore, I suggest that at some point in '21 we update all maps in CE to the latest ArcGIS JS API version, realizing this will be non-trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants