fix typo
This commit is contained in:
parent
1b3961753f
commit
2ebbcb8a90
1 changed files with 1 additions and 1 deletions
|
@ -2544,7 +2544,7 @@ public class GPXUtilities {
|
||||||
if (maxlat == null) {
|
if (maxlat == null) {
|
||||||
maxlat = parser.getAttributeValue("", "maxLat");
|
maxlat = parser.getAttributeValue("", "maxLat");
|
||||||
}
|
}
|
||||||
if (maxlat == null) {
|
if (maxlon == null) {
|
||||||
maxlon = parser.getAttributeValue("", "maxLon");
|
maxlon = parser.getAttributeValue("", "maxLon");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue