Basemaps and image type

2250
2
10-13-2014 05:33 AM
AgriSpot
New Contributor

Hello guys!

I know that basemaps have a lot of image type formats:

NatGeo_World_Map (MapServer)

Supported Image Format Types: PNG32,PNG24,PNG,JPG,DIB,TIFF,EMF,PS,PDF,GIF,SVG,SVGZ,BMP

In order to improve the loading page time of my application, I want to try different types of image format.

I tried this, but it doesn't work:

http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer?f=json&format=SVG

Are those formats available in ArcGIS Online basemaps?

Thanks in advance

0 Kudos
2 Replies
RiyasDeen
Occasional Contributor III

Hi Agri,

Generally tiled map services are pre created in JPEG format, since they are base maps and don't require transparency JPEG format provided best performance with minimal loss in quality.

If at all you want to test performance for different format, then you may want to check the example usage in this link ArcGIS REST API - Services and Data Types . Format parameter is valid with exportmap operation.

0 Kudos
AgriSpot
New Contributor

Thanks a lot, Riyas!

Understood. Some of the tiles are heavy which is very bad for a mobile application. That's why I want to minimize the size of images.

Is it possible to change the compression rate (90% by default)?

--

Sylvain

0 Kudos