Open Smig0l opened 3 months ago
The styleUrl is already parsed
but to determine the route characteristics, i.e. where its a Track, Route, or Waypoint list.
What exactly do you propose? That the visual representation inside of RouteConverter matches that of Google Earth?
Hi! i am editing a .kml file exported from GoogleEarth. i noticed that the icons that were like these:
are defaulted to black circles:
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:
So we can simply parse and read
<styleUrl>#icon-1899-0288D1-nodesc</styleUrl>
?Thanks!