Skip to content

Feature Request: Allow for annotations of coordinates in simplekml.LineString #21

@c3101

Description

@c3101

It would be really great to be able to add information along the coordinates of a line string, and have those as annotations along the line, eg.:

import simplekml
kml = simplekml.Kml()
ls = kml.newlinestring(name='A LineString')
ls.coords = [(18.333868,-34.038274,10.0, f"Heading: {heading}\nSpeed: {speed}")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions