eyein12 wrote:using V4.0.73
and trying the other methods with RW_tools I get an error. so I wonder if its google earth. is there anything in the name im not supposed to have when naming a pin?
Ian, for my named markers I used underscores instead of spaces. Not sure if this might be a issue?
Here is an excerpt from my named.dscv file:
- Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<cCSVArray xmlns:d="http://www.kuju.com/TnT/2003/Delta" d:version="1.0" d:id="1240024">
<CSVItem>
<cCSVItem d:id="319100012">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">-80.15097849846033</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">40.49144424016093</Y>
<Name d:type="cDeltaString">01)_Hassem_Road</Name>
</cCSVItem>
<cCSVItem d:id="319100024">
<X d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">-80.15571371690473</X>
<Y d:type="sFloat32" d:alt_encoding="0000000000000000" d:precision="string">40.46636785754455</Y>
<Name d:type="cDeltaString">02)_Beaver_Grade_Road</Name>
</cCSVItem>
Also does your name.bin file point to the correct named.dcsv file? Example:
- Code: Select all
<NamedGPSMarkersFile>
<cCSVContainer>
<CsvFile d:type="cDeltaString">MyFolder\Development\RouteMarkers\MyRoute Named</CsvFile>
</cCSVContainer>
</NamedGPSMarkersFile>
Rich S.