Skip to content
Roly Hudson edited this page May 14, 2020 · 5 revisions

Latest KML schema can be found here.

More accessible documentation of the KML format are availble:

The current BHoM KML implementation allows pushing meshes with a default style to a KML file.

Requests for extending this basic functionality should be raised as feature issues.

The framework is in place to extend to more of the features offered by the KML format. The main KML elements for structuring documents, geometry and styling are listed below.

  • Container
    • Document
    • Folder
    • Placemark
    • Container
  • Geometry
    • InnerBoundaryls
    • LinearRing
    • MultiGeometry
    • OuterBoundary
    • Point
    • Polygon
  • Style
    • ColourStyle
    • LineStyle
    • PolyStyle
    • Style

Overview

Home

Schema Documentation

gbXML

KML

Clone this wiki locally