> For the complete documentation index, see [llms.txt](https://atd-dts.gitbook.io/atd-geospatial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atd-dts.gitbook.io/atd-geospatial/arcgis-online/create-vector-tiles-with-popups.md).

# Create Vector Tiles with Popups

### Instructions

To create a vector tile layer that includes field to display in a popup, follow these steps when preparing the data for Vector Tile Creation in ArcPro:

* Right-click the feature class, go to Design and open the Fields view
* Highlight the `OBJECT_ID` and other fields you want to display in the popup. The fields won't popup if you don't include the `OBJECT_ID` field.
* In the Geoprocessing pane, run the Make Vector Tile Package tool, set to these parameters:
  * Tiling scheme for the map and the vector tile package to Google Maps, ArcGIS Online..., and set the map coordinate system to 1984 Web Mercator
  * Min Cached Scale = 1:155,581
  * Max Cached Scale: 1:70.53
* In the Geoprocessing pane, run the Share Package tool.

### Further reading

* [Author a map for vector tile creation](https://pro.arcgis.com/en/pro-app/latest/help/mapping/map-authoring/author-a-map-for-vector-tile-creation.htm#GUID-3A2EEC7F-6993-4956-8D92-2C676B8A81C5)
* [Use vector tile layers](https://pro.arcgis.com/en/pro-app/latest/help/data/services/use-vector-tiled-layers.htm)
