Esri / thumbnail-builder-js

Web application for generating thumbnail images for ArcGIS Online
Apache License 2.0
22 stars 15 forks source link

Allow user to create background image from map services #7

Open JeffJacobson opened 9 years ago

JeffJacobson commented 9 years ago

I created a project that allows the user to create a "screenshot" of an ArcGIS API for JavaScript esri/Map using HTML Canvas API. This would be a useful feature for your ThumbnailBuilderUI for the background images section.

It might also be possible to use the Canvas API to replace the call to the GP service and do everything client-side.