Create KML file with linestring and placemarks
问题 I am building a KML file using an app that I have built. Right now I have it nicely drawing a linestring on the map. But, now I want to add a few placemarks inside the same KML file. When trying to do this it will show either the line string or the place mark, but not both. How can I do this inside a KML file? What I currently use: <?xml version="1.0" encoding="UTF-8"?> <kml xsi:schemaLocation="http://earth.google.com/kml/2.1 http://earth.google.com/kml2.1.xsd" xmlns="http://earth.google.com