This commit is contained in:
Vitaliy 2021-01-06 13:41:15 +02:00
parent 1b3961753f
commit 2ebbcb8a90

View file

@ -2544,7 +2544,7 @@ public class GPXUtilities {
if (maxlat == null) {
maxlat = parser.getAttributeValue("", "maxLat");
}
if (maxlat == null) {
if (maxlon == null) {
maxlon = parser.getAttributeValue("", "maxLon");
}