Skip to content

CountryName not added to POIs #8

@mschlenstedt

Description

@mschlenstedt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions