Skip to content

[FEATURE REQUEST] different waypoint icons #89

@Smig0l

Description

@Smig0l

Hi!
i am editing a .kml file exported from GoogleEarth.
i noticed that the icons that were like these:
image

are defaulted to black circles:
image

Is it possible to customize these icons like the one from GoogleEarth?
Analyzing the kml file i see that a waypoint is composed like this:

		<Placemark>
			<name>Cerro al Lambro</name>
			<styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
			<Point>
				<coordinates>9.341593100000001,45.33097180000001,0</coordinates>
			</Point>
		</Placemark>

So we can simply parse and read <styleUrl>#icon-1899-0288D1-nodesc</styleUrl> ?

Thanks!

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