WSDOT-GIS / arcgis-map-thumbnail-builder

Exports an image of an ArcGIS API for JavaScript map.
The Unlicense
14 stars 5 forks source link

Add Support for version 4.x of the arcgis javascript api #9

Open Jfairfield1 opened 6 years ago

Jfairfield1 commented 6 years ago

I know this would be a big ask. Could this be updated to work with the 4.x version of the arcgis javascript api?

JeffJacobson commented 6 years ago

Nobody in the agency I work for has asked about this tool in a while, so I don't think anyone here will be updating it any time soon.

It might be possible to rewrite this to use the v4 API, but I'm not sure. I haven't even looked at this for about four years, and that was the only time I ever used HTML canvas, so I have no idea if the v4 ArcGIS API even works in a way that is compatible with the Canvas API.

FYI, this was forked from an Esri project. Theirs does the thumbnail generation server-side instead of on the client-side.

JeffJacobson commented 9 months ago

Planned steps