-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
great piece of software! But I have a problem: My map covers multiple countries. When creating a POI RegionName= and City=y were added, but Countryname is missing. Example:
; NodeID = 3307527863
; place = hamlet
[POI]
Data0=(27.6784496,85.2754185)
EndLevel=2
Type=0x0C00
Label=Jhwah-cha
City=Y
CityName=Jhwah-cha
RegionName=Central Development Region
[END]
I found in lib/GarminTools.pl the following (line 50):
if ( $address->{country} ) {
# $mp_address{country} = rename_country( $address->{country} );
$mp_address{country} = $address->{country};
}
But it seems not to work correctly... Any help on that?
Thanks,
Michael
Metadata
Metadata
Assignees
Labels
No labels