|
@@ -118,7 +118,7 @@ def main():
|
|
|
make_frame(f, 90, 100, 70, 100)
|
|
|
# use map name without mapset suffix
|
|
|
mapname = map.split('@')[0]
|
|
|
- grass.run_command('d.text', color='black', size=50, at='5,50', align='cl', text=mapname)
|
|
|
+ grass.run_command('d.text', color='black', size=5, at='5,50', align='cl', text=mapname)
|
|
|
|
|
|
#draw legend
|
|
|
|