With tags, which don't seem to be correct KML.
So it looks like the line:
$linestring = $geometry->out('kml');
Is not outputting correct KML tags.. am I doing something wrong here? Do I need another layer of conversion?
Thanks in advance to anyone who can help with this!
Hello, I am doing what is described in this issue: https://github.com/phayes/geoPHP/issues/17
But what I get is this:
With tags, which don't seem to be correct KML.
So it looks like the line:
$linestring = $geometry->out('kml');
Is not outputting correct KML tags.. am I doing something wrong here? Do I need another layer of conversion? Thanks in advance to anyone who can help with this!