Dear Mapfactor-Team,
After one week of holidays in the "Kingdom of roundabouts" (France), I would like to share my impressions about the navigation with Navigator Free. I have realized that there is a lot of messages before each of the roundabouts; that is 1000m, 500m, 200m, and directly before. Since it is not unusual to find every 5 km a roundabout along your route in France, it became quite annoying to hear several times the message "roundabout in xx meters, take the second exit".
It would be really great to have an option that allows me to set the distance for those messages (like for the speed camera warnings). Anyway, you should really remove the 1000m and 500m warning, since roundabouts are located in areas of rather low speed, and where a 200m warning would be sufficient.
Thanks a lot!
Andreas
Hi Tomas,
Thank you for your fast answer. I have checked the navigation.xml file, but couldn't see any option to configure the distances. It seems that I'm only able to change the structure of the voice output:
<manoeuvre>
<!-- Roundabout in [100, 200, 300, 400, 500, 1000, 2000] [meters, yards, kilometers, miles]. Take the [first, second, ... twentieth] exit -->
<type>roundabout_later</type>
<file>Bw-,%DISTANCE_AND_UNIT,-10</file>
<file>Cz-RO-,%EXIT_NUMBER,-00</file>
</manoeuvre>
There is the variable %DISTANCE_AND_UNIT, but it comes from somewhere else, I assume.
Best
In the file navigation.xml, I have removed the line with the variable %EXIT_NUMBER. In my case (German languages), I have removed lines 849-851:
844: <manoeuvre>
846: <type>roundabout_later</type>
847: <file>Cv-RO-00-01</file>
848: <file>Cw-,%DISTANCE_AND_UNIT,-10</file>
849: <file>Cx-RO-00-01</file>
850: <file>Cy-RO-,%EXIT_NUMBER,-11</file>
851: <file>Cz-RO-00-10</file>
852: </manoeuvre>
This way, the exit number is indicated only before the roundabout; defined in section "roundabout_now".
It looks like you're new here. If you want to get involved, click one of these buttons!