Opened 12 years ago
Closed 12 years ago
#197 closed defect (fixed)
WMS scripts doesn't pass proper options to fillpyramid
Reported by: | Dimitar Misev | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
The fill_wms.sh
script should be updated to pass --tasplit, --tiledupdate, --align
and possibly others to the fillpyramid
binary. Otherwise WMS fill fails for large images.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
After internal discussion, it was concluded to enable --tasplit
option for publication of big files.
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ticket fixed in:
commit 5762d18c363e8c5412fd0a94a022514da7701d34 Author: Piero Campalani <cmppri@unife.it> Date: Mon Nov 5 13:05:29 2012 +0100 Add --tasplit option in WMS import utility (ticket #197).
Note:
See TracTickets
for help on using tickets.
You are right: according to the backported
importgeo.pl
, with RGB and Grey images these arguments are used:BUT:
--notrans
arg;--tasplit
is not mandatory and is enabled by calling the script itself with the same argument.;Should I reflect this behavior in
fill_pyramid.sh
or should I, for instance, force splitting?(a note from
fillpyramid.cc
) "BUGS: —align without —tiledupdate goes wild."