This is such a simple problem, but I can not find the answer anywhere ...
I have a python script that returns a bunch of numbers that represent the total number of elements for a given geographic region. I have a bunch of .kml files I made that represent geographic boundaries for each region. I want to take these numbers created using a script and paste them on top of the top .kml overlay. I canβt figure out how to do this. I know how to add .kml files, but I cannot figure out how to do this. Theres a lot of information on google on how to add marker icons, polylines, even images to a map, but I can't find how to add just a simple bit of text.
source share