Map service project on the fly: mxd or JavaScript api?

660
0
10-05-2016 01:49 PM
FredSpataro
Occasional Contributor III

Hi All, 

I have a dataset in "USA Contiguous Albers Equal Area Conic" that I'm serving out thru a map service to be displayed in web maps in "Web Mercator".  I can NOT project the dataset before publishing.  It has to be live to the database as is.  

So since I'm left with only project-on-the-fly, is there a difference or performance gain to set the MXD to Web Mercator and publish over publishing in native Albers and letting the JavaScript api send the "output coordinate system" parameter in each request?

I tend to think it's better to let the consumers of the service know the datasets will be projected on the fly so they keep performance in mind.  But in reading thru some documentation and threads it seems like the ArcSOC process might have caching or initialization savings if the MXD is set to Web Mercator initially rather than on each request.  But I can't find anything explicit about this so I might just be reading more into those comments.

Thanks.

0 Kudos
0 Replies