3. Publishing CTN as Vector Tiles to AGOL

This page outlines steps to create and update vector tile segments and intersection created from the CTN.

The steps below assume you are working out of the project at the path below: G:\ATD\ATD_GIS\CTN\CTN_VectorTiles

This project contains two seperate maps: One for updating segments and the other for updating intersection points.

*THIS PROCESS SHOULD ONLY BE COMPLETED AFTER UPDATES HAVE BEEN MADE TO THE CTN SEGMENTS AND INTERSECTION LAYERS IN MAINT

Verify correct layer configuration

  • Make sure appropriate fields are highlighted in the attribute table (these will be the fields included in the vector tile popups).

    • Currently (subject to change): OBJECTID, Project_Extent_ID, FULL_STREET_NAME, FROM_ADDRESS_MIN, TO_ADDRESS_MAX, LINE_TYPE, GLOBALID

Create Vector Tile Package

  • Use "Create Vector Tile Package" geoprocessing tool with parameters matching below:

  • Add current date at the end of the output file name for update tracking

Share Vector Tile Package to AGOL

  • Use "Share Package" geoprocessing tool with parameters matching below:

Verify published vector tile layer data

  • Add the new vector tile layer and the existing "CTN_Segments_Moped" to ArcPro project.

  • Toggle layers on and off to verify new features have been capture. If updates have been captured and configuration looks correct proceed to final step.

Replace existing data with updated vector tiles

  • Within ArcPro use the "Replace Web Layer" geoprocessing tool with parameters matching below:

  • The output of this tool will appear as below in AGOL:

  • Three things happen when this tool in ran:

    • The new vector tile layer will replace the existing data in the "CTN_Segments_Moped" tile layer.

    • The tile layer for the new vector tile data will be deleted since it has now replaced the "CTN_Segments_Moped" tile layer. The tile package will remain and can be deleted at this point.

    • The existing data that was held in the "CTN_Segments_Moped" tile layer will be archived in a tile layer called "CTN_Segments_Moped_archive_%date of processing%"

Delete any non necessary files from AGOL

  • All archive data two months or older and the vector tile package from the new data can be deleted from AGOL

Last updated