Select to view content in your preferred language

exporting feature class with labels to kmz

440
3
02-18-2026 11:37 PM
carson_schuetze
New Contributor

I have a feature layer containing lines and i have gotten the labels to look "pretty". I now need to export these lines and labels to a KMZ - customer wants to see exactly what i'm seeing - the lines and labels exactly as they are in Pro. obviously just sharing the feature class doesn't preserve the labeling i've displayed on the map. here's what i've tried:

1- labels -> graphics. graphics -> features (annotations). merge the label features + the line features - fails because you can't merge annotations to lines. 

2- labels -> graphics. graphics -> features (polylines). failed to make the letters into polylines. fair enough.

3- feature outline mask for the label feature class - failed due to a bug that 3 others have reported on ESRI since 2020 - this tool does not work for annotations specifically.

4- saving as a tif, colorizing so that only the lines and letters are visible, and the background is transparent. this symbology didn't carry over when i shared the tif. (this was just a desperate attempt to get something to work)

 

is there something i'm missing? this seems like it should be a relatively easy task but i've been banging my head against the wall on it for an hour and a half. i cannot post my data or screenshots due to privacy concerns, so i hope i've described the problem well enough.

Tags (3)
0 Kudos
3 Replies
DanPatterson
MVP Esteemed Contributor

So using  Layer To KML (Conversion)—ArcGIS Pro | Documentation

doesn't work?

Perhaps you need to share the layer or the map if they have Pro installed.

Share a layer package—ArcGIS Pro | Documentation

Share a map package—ArcGIS Pro | Documentation or its webmap equivalent


... sort of retired...
0 Kudos
XiaoXiao2
Esri Contributor

Can you just try Layer to KML, it should export the labels as well. If not, can you share the data with me? 

0 Kudos
Melissa_B
Frequent Contributor

You'll have to convert the lines to points, label the points, and export both to kml:

https://support.esri.com/en-us/knowledge-base/labels-do-not-appear-in-google-earth-after-converting-...

The Map to KML and Layer to KML tools don't add labels to polygon and line features, unfortunately.

0 Kudos