projects
/
pyrungps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d1818f
)
Режим работы "только обработать очередь".
author
Roman Bazalevskiy
<rvb@rvb.name>
Thu, 27 Sep 2018 07:50:44 +0000
(10:50 +0300)
committer
Roman Bazalevskiy
<rvb@rvb.name>
Thu, 27 Sep 2018 07:50:44 +0000
(10:50 +0300)
render_tiles.py
patch
|
blob
|
history
diff --git
a/render_tiles.py
b/render_tiles.py
index 1116287fe321c18b71584e207409df9bfc98df6e..2d81f7736bcbd68affecb637b20b79d46ba0e611 100755
(executable)
--- a/
render_tiles.py
+++ b/
render_tiles.py
@@
-158,7
+158,7
@@
def main():
filename,=args
print "Rendering file: "+filename+"\n"
queue_render(db,filename)
- el
se
:
+ el
if len(args)==4
:
minlat,minlon,maxlat,maxlon=args
print "Rendering region "+minlat+'..'+maxlat+' / '+minlon+'..'+maxlon+"\n"
queue_tiles(db,float(minlat),float(minlon),float(maxlat),float(maxlon),int(zoom))