swerky commented on issue #609: URL: https://github.com/apache/incubator-baremaps/issues/609#issuecomment-1473678324
I found what the problem is: It's this test value that is not correctly mapped to a `InetnumLocation`: ``` inetnum: 0.0.0.11 - 0.0.0.20 netname: Suisse country: CH note: Test with country code only ``` In [the IpLoc.java](./baremaps-core/src/main/java/org/apache/baremaps/iploc/IpLoc.java) we use `IsoCountriesUtils.getCountry` and on my machine, it returns `Suisse` and not `Switzerland` this is due to my operating system being in french. @bchapuis Should we have this information somewhere in the README? Futur users won't be able to build the app if their system is not in English. Or should we change this test? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
