Skip To Content

Tile layers

The ArcGIS Enterprise portal includes a variety of basemaps that provide immediate geographic context for your operational layers. The basemaps are stored as tile layers, designed for fast and simple access by web maps, web apps, ArcGIS, and nearly any mapping software application. For example, you might include a basemap with tiles of streets in your neighborhood to provide a visual reference for the street signs in your feature layer. Tile layers are also useful when you need to expose a map or layer on the web for the visualization of relatively static data.

Tile layers come in different formats based on the original source data. Tile layers can be stored as prerendered raster tiles or as vector tiles. Both raster and vector tiles are designed to provide high-performance and high-scalability delivery of map data for visualization purposes.

Raster tile layers

Raster tile layers deliver basemaps to your client application as image files (for example, JPG or PNG format) that have been prerendered and stored on the server and are displayed as is by the client. Raster tile layers are most appropriate for basemaps that give your maps geographic context such as imagery (as in the World Imagery basemap) or feature-based maps such as in the Topographic, National Geographic, Oceans, and other basemaps. Raster tile layers can also be composed of static operational layers such as thematic maps of your data.

The tile layer format is fast to transmit over the Internet and is easily understood by most common mapping software applications, so these basemaps are compatible not only with ArcGIS and web apps built with the ArcGIS APIs, but also third-party apps that use OGC protocols such as WMS/WMTS. Other benefits of raster tile layers include the following:

  • Work well across a wide range of applications and devices (web, desktop, and mobile), including desktop applications, such as ArcMap, and older versions of web browsers.
  • Provide high-end cartographic capabilities such as advanced label placement and symbology.
  • Support various raster data sources such as imagery and elevation data.
  • Can be printed from web mapping applications.

Vector tile layers

A vector tile layer references a set of web-accessible vector tiles and the corresponding style for how those tiles should be drawn. Vector tiles are similar to raster tiles, but they store a vector representation of the data; that is, geographic features are represented as points, lines, and polygons in a format understood by the client application. Unlike raster tile layers, vector tile layers can adapt to the resolution of their display device and be restyled for multiple uses. Vector tiles have a smaller file size than raster tiles, which translates to faster maps and better performance. The combination of tile access performance and vector drawing allows the tiles to adapt to any resolution of the display, which may vary across devices.

For more information on vector tile layers, view the following story maps:

In Map Viewer, you can customize the style of the vector tile layer and the contents of the map. Other advantages of vector tile layers include the following:

  • You can use a single set of vector tiles to generate many different map styles. For example, you can change symbols and fonts or change languages for labels on a vector tile layer without having to regenerate tiles.
  • Vector tile layers look better on high-resolution displays (for example, retina devices) than raster tiles do. Vector tiles can be displayed at any scale level with clear symbology and labels in desktop applications such as ArcGIS Pro.
  • Vector tiles are much smaller in size than corresponding raster tiles. Therefore, they take less time to build and require less disk space to store.
  • Desktop applications, such as ArcGIS Pro, can project vector tile layers into various coordinate systems without distortion of labels and other symbols.

You can add vector tile layers as operational layers or basemaps to Map Viewer, Scene Viewer, ArcGIS Pro, ArcGIS Collector, ArcGIS Workforce, and ArcGIS Explorer. You can also use maps and scenes with vector tile layers in web apps, using a configurable app, Web AppBuilder, ArcGIS Web AppBuilderArcGIS API for JavaScript, and ArcGIS Runtime SDKs.

Esri offers a set of basemaps delivered as vector tiles. Members of the default administrator role can configure Map Viewer and Scene Viewer to use these vector tile basemaps so you can use them in your maps and scenes. They include a number of styles that you can customize. Visit the Esri vector basemap group to see sample vector styles you can use as well as what can be done to change the look of the map. Sample styles include simple color changes and more involved redesigns using sprite and font changes. The vector basemaps are updated frequently and include regular contributions from the GIS community.

With ArcGIS Pro 1.2 and later, you can share a vector tile package to your organization and publish the uploaded vector tile package as a hosted layer. With ArcGIS Pro 1.4 and later, you can publish a hosted vector tile layer from a map in ArcGIS Pro directly to your portal.

Considerations for using vector tile layers

The following are some considerations for using vector tile layers:

  • Vector tile layers can be displayed in Microsoft Internet Explorer 11 and later and most other current versions of desktop browsers, including Google Chrome, Mozilla Firefox, and Safari.
  • Vector tile layers have the best performance on machines with newer hardware.