SRTM dem ramp
This commit is contained in:
parent
09be6f0730
commit
2287f004e5
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ def xml_cleantopo(zoom, x_scale, demramp):
|
|||
</Layer>
|
||||
""" % (zoom, x_scale, demramp, zoom, zoom, cleantopo_dem_path)
|
||||
|
||||
def xml_srtm(zoom, x_scale):
|
||||
def xml_srtm(zoom, x_scale, demramp):
|
||||
return """
|
||||
<Style name="elevationz%s">
|
||||
<Rule>%s
|
||||
|
|
Loading…
Add table
Reference in a new issue