Avoid SRTM cache for HGT files
This commit is contained in:
parent
781661ea12
commit
c2400a96e7
2 changed files with 11 additions and 10 deletions
|
|
@ -165,7 +165,7 @@ public class ConvertLidarTile {
|
|||
String s = "E";
|
||||
if (lon < 0) {
|
||||
lon = -lon;
|
||||
s = "E";
|
||||
s = "W";
|
||||
}
|
||||
String n = "000" + lon;
|
||||
return s + n.substring(n.length() - 3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue