Roland Longbow
unread,Mar 27, 2013, 6:37:14 PM3/27/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to kml-support-g...@googlegroups.com
Hello, Everyone:
I use Fortran to create circle paths, and leave some spaces after each comma (,) as shown in the following snippet of my output results. These spaces create a problem. As a consequence, the path shows up in all the wrong places. I have to go the extra length to remove these spaces to make it work correctly.
<coordinates>179.209671, 41.560760, 2375
179.848038, 41.991741, 2375
-179.509399, 42.425385, 2375
-178.868225, 42.861984, 2375
-178.225571, 43.301155, 2375
........
</coordinates>
However, in my placemark KML files, the spaces after each comma do not seem to matter.
Could anyone tell if these spaces after commas are strictly prohibited or not? Is there a way to get around the problem without removing the spaces?
Thank you!
--R.