store map image

833
2
09-29-2014 09:50 AM
BhavinSanghani
Occasional Contributor II

I want to store map image on application server as a file and provide url to the users to access it. I see there is a print utility services to perform server side print but that doesn't seem to be available for ArcGIS 10.0 server. Is there a way to create GP services like ExportWebMap for ArcGIS 10.0?

0 Kudos
2 Replies
PatriceFREYDIERE
New Contributor II

Have a look at :

tomlux / PChPrintSOE — Bitbucket 

it propose a SOE that could do the job. you might have some work to make it work from webmaps.

Patrice

0 Kudos
BhavinSanghani
Occasional Contributor II

Patrice - I am not exactly following details on your link. But it looks like only for flex. My code is in ArcGIS JS API.

What I need is to pass map object from the browser to server and store it on application server by streaming the image. But how to pass map image from browser to server and convert it into image, any idea? I am using Java at server side.

0 Kudos