Export Text or Text Nodes to KMZ

Hi all

Is there a good way to export text or text nodes to a Google Earth KMZ file from MicroStation/ OpenX Connect Edition?

Currently text is exported as shapes/ fills, which can make a KMZ file really large and slow (in addition to it not looking very neat). I was hoping each text node could be exported as a point/ Placemark with the Placemark name being the text in the text node.

Is there any way to do this, either natively or by a macro?

Thanks

Parents Reply Children
  • From what I've seen of the export options and doing some basic testing, MicroStation can't give you what you seek aside from the line geometry. I think the only way to achieve those pin marks is:

    1. Export the cell insertion point coordinates (unsure if using Export Coordinates and a GCS will export to Lat/Long instead of XYZ. If not, you'd need to convert them.
    2. Manually editing a KML file, pasting each coordinate and the desired name. Probably simplest to open Google Earth, place a single placemark, name it and export that to KML. Then open the file in Notepad++ , copy the lines pertaining to your test placemark for every required placemark, and paste the Lat/Long coordinates and the name you wish for each.
    3. Import the KML into Google Earth

    There might be a way to do some of the work in Excel, perhaps somehow being able to import data from a CSV. Its just conjecture on my part as I don't do anything with Google Earth.