Question

KML Balloon Text

  • 4 September 2019
  • 3 replies
  • 14 views

Badge

Hello all, how do I customize a the balloonstyle so the text displays in this format shown? I want to do this a with the correct kml attributes. What attributes do I need to set? Oh and I also want thedriving directions dialog.

Thanks


3 replies

Userlevel 2
Badge +14

Hi @djcad,

This article should help you customize the balloon text: KML Balloon Contents & Removing "Directions"

 

-Liz

Badge

Thanks @lizsanderson but I'm pretty fussy. I do not want to use the Attribute table. I want to set my balloon text with a kml attribute. I have attached a sample Placemark with the desired format. Looking at it with notepad I get an idea how it works but I can't integrate it into FME.

Please help.

 

culvert.kml

Badge

Looks like I was able to figure it out.

Here's a sample of my balloonstyle_raw_text value

 

<h3>@Value(kml_name)</h3>

<b>Group </b>test<br>

<br/><br/>

$[geDirections]

Reply